summaryrefslogtreecommitdiff
path: root/platform/ios/resources
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-03-18 14:59:11 -0700
committerGitHub <noreply@github.com>2017-03-18 14:59:11 -0700
commitf846205eb68e9508a0d80259008cf9adb8069a1b (patch)
treeeeea54428883e141044a9b24f031f4cc5b142525 /platform/ios/resources
parentb3fe46728da2ed9ae31f2eb0ff2e0b2538bced72 (diff)
downloadqtlocation-mapboxgl-f846205eb68e9508a0d80259008cf9adb8069a1b.tar.gz
[ios, macos] Fix map load error descriptions (#8466)
* [ios, macos] Corrected map load error descriptions Ensured the uniqueness of localizable string IDs. Ran make genstrings to add the -[MGLMapViewDelegate mapViewDidFailToLoad:withError:] error description strings to the base localization. * [ios, macos] Moved failure error changelog entry to new release
Diffstat (limited to 'platform/ios/resources')
-rw-r--r--platform/ios/resources/Base.lproj/Localizable.strings12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/ios/resources/Base.lproj/Localizable.strings b/platform/ios/resources/Base.lproj/Localizable.strings
index 63bed7e326..3d54ffd95b 100644
--- a/platform/ios/resources/Base.lproj/Localizable.strings
+++ b/platform/ios/resources/Base.lproj/Localizable.strings
@@ -31,6 +31,12 @@
/* Accessibility label */
"INFO_A11Y_LABEL" = "About this map";
+/* 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 label */
"LOGO_A11Y_LABEL" = "Mapbox";
@@ -40,9 +46,15 @@
/* Map accessibility value */
"MAP_A11Y_VALUE" = "Zoom %1$dx\n%2$ld annotation(s) visible";
+/* User-friendly error description */
+"PARSE_STYLE_FAILED_DESC" = "The map failed to load because the style is corrupted.";
+
/* Action sheet title */
"SDK_NAME" = "Mapbox iOS SDK";
+/* User-friendly error description */
+"STYLE_NOT_FOUND_DESC" = "The map failed to load because the style can’t be found or is incompatible.";
+
/* Telemetry prompt message */
"TELEMETRY_DISABLED_MSG" = "You can help make OpenStreetMap and Mapbox maps better by contributing anonymous usage data.";