summaryrefslogtreecommitdiff
path: root/platform/macos/sdk
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2018-02-06 22:07:12 -0800
committerMinh Nguyễn <mxn@1ec5.org>2018-02-07 02:34:29 -0800
commite6d6a231e861f3e1e1f8c193bb17196dec9d05eb (patch)
treee5ac1dbfa43c3e15167ddf0097b11ade9cfaa510 /platform/macos/sdk
parent6e7b839fe057da3a8478f9ff033ebc49c75a146e (diff)
downloadqtlocation-mapboxgl-e6d6a231e861f3e1e1f8c193bb17196dec9d05eb.tar.gz
[ios, macos] Added Danish localization
Diffstat (limited to 'platform/macos/sdk')
-rw-r--r--platform/macos/sdk/da.lproj/Localizable.strings27
1 files changed, 27 insertions, 0 deletions
diff --git a/platform/macos/sdk/da.lproj/Localizable.strings b/platform/macos/sdk/da.lproj/Localizable.strings
new file mode 100644
index 0000000000..1c9dcaa68d
--- /dev/null
+++ b/platform/macos/sdk/da.lproj/Localizable.strings
@@ -0,0 +1,27 @@
+/* User-friendly error description */
+"LOAD_MAP_FAILED_DESC" = "Kortet kunne ikke indlæses, fordi der opstod en ukendt fejl.";
+
+/* User-friendly error description */
+"LOAD_STYLE_FAILED_DESC" = "Kortet kunne ikke indlæses, fordi benævnelsen ikke kan indlæses.";
+
+/* Accessibility title */
+"MAP_A11Y_TITLE" = "Mapbox";
+
+/* User-friendly error description */
+"PARSE_STYLE_FAILED_DESC" = "Kortet kunne ikke indlæses, fordi benævnelsen er beskadiget.";
+
+/* User-friendly error description */
+"STYLE_NOT_FOUND_DESC" = "Kortet kunne ikke indlæses, fordi benævnelsen ikke kan findes eller er uforenelig.";
+
+/* Label of Zoom In button */
+"ZOOM_IN_LABEL" = "+";
+
+/* Tooltip of Zoom In button */
+"ZOOM_IN_TOOLTIP" = "Zoom Ind";
+
+/* Label of Zoom Out button; U+2212 MINUS SIGN */
+"ZOOM_OUT_LABEL" = "−";
+
+/* Tooltip of Zoom Out button */
+"ZOOM_OUT_TOOLTIP" = "Zoom Ud";
+