summaryrefslogtreecommitdiff
path: root/platform/darwin/resources/Base.lproj/Foundation.strings
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2018-11-20 10:26:09 -0500
committerGitHub <noreply@github.com>2018-11-20 10:26:09 -0500
commit90f609ca8fe92f89374a7c1438511cde0f72195a (patch)
tree575483facd4204f0da290a5c37da620107737f18 /platform/darwin/resources/Base.lproj/Foundation.strings
parent9ac444a08d9701dc7b0da41859842a77d7be8e00 (diff)
downloadqtlocation-mapboxgl-90f609ca8fe92f89374a7c1438511cde0f72195a.tar.gz
[ios, macos] Added `-(BOOL)[MGLStyle removeSource:error:]` that provides an NSError. (#13399)
Diffstat (limited to 'platform/darwin/resources/Base.lproj/Foundation.strings')
-rw-r--r--platform/darwin/resources/Base.lproj/Foundation.strings6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/darwin/resources/Base.lproj/Foundation.strings b/platform/darwin/resources/Base.lproj/Foundation.strings
index 19bfe750e6..360e3c8562 100644
--- a/platform/darwin/resources/Base.lproj/Foundation.strings
+++ b/platform/darwin/resources/Base.lproj/Foundation.strings
@@ -298,3 +298,9 @@
/* OpenStreetMap short name attribution */
"OSM_SHORT_NAME" = "OSM";
+/* User-friendly error description */
+"REMOVE_SRC_FAIL_IN_USE_FMT" = "Source '%@' is in use, cannot remove.";
+
+/* User-friendly error description */
+"REMOVE_SRC_FAIL_MISMATCH_FMT" = "Identifier '%1$@' does not match source identifier '%2$s'";
+