summaryrefslogtreecommitdiff
path: root/platform/macos/sdk/Base.lproj/Localizable.strings
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2020-02-27 13:09:39 -0800
committerMinh Nguyễn <mxn@1ec5.org>2020-02-27 17:14:20 -0800
commit206b9bde5ed9204de6ec18c0d37495db7c30aa09 (patch)
tree0049d4d6bd9195c194c0fe96665ba72c92f00da5 /platform/macos/sdk/Base.lproj/Localizable.strings
parentbd252e16a3574efd11cca57917f52e6d1b2dd0a2 (diff)
downloadqtlocation-mapboxgl-206b9bde5ed9204de6ec18c0d37495db7c30aa09.tar.gz
[ios, macos] Deleted iOS/macOS map SDK sources, resources, scripts
Diffstat (limited to 'platform/macos/sdk/Base.lproj/Localizable.strings')
-rw-r--r--platform/macos/sdk/Base.lproj/Localizable.strings27
1 files changed, 0 insertions, 27 deletions
diff --git a/platform/macos/sdk/Base.lproj/Localizable.strings b/platform/macos/sdk/Base.lproj/Localizable.strings
deleted file mode 100644
index 68360320eb..0000000000
--- a/platform/macos/sdk/Base.lproj/Localizable.strings
+++ /dev/null
@@ -1,27 +0,0 @@
-/* User-friendly error description */
-"LOAD_MAP_FAILED_DESC" = "The map failed to load because an unknown error occurred.";
-
-/* User-friendly error description */
-"LOAD_STYLE_FAILED_DESC" = "The map failed to load because the style can't be loaded.";
-
-/* Accessibility title */
-"MAP_A11Y_TITLE" = "Mapbox";
-
-/* User-friendly error description */
-"PARSE_STYLE_FAILED_DESC" = "The map failed to load because the style is corrupted.";
-
-/* User-friendly error description */
-"STYLE_NOT_FOUND_DESC" = "The map failed to load because the style can’t be found or is incompatible.";
-
-/* Label of Zoom In button */
-"ZOOM_IN_LABEL" = "+";
-
-/* Tooltip of Zoom In button */
-"ZOOM_IN_TOOLTIP" = "Zoom In";
-
-/* Label of Zoom Out button; U+2212 MINUS SIGN */
-"ZOOM_OUT_LABEL" = "−";
-
-/* Tooltip of Zoom Out button */
-"ZOOM_OUT_TOOLTIP" = "Zoom Out";
-