summaryrefslogtreecommitdiff
path: root/platform/darwin/resources
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/resources')
-rw-r--r--platform/darwin/resources/ar.lproj/Foundation.stringsdict78
-rw-r--r--platform/darwin/resources/bg.lproj/Foundation.strings7
-rw-r--r--platform/darwin/resources/ca.lproj/Foundation.stringsbin6453 -> 13170 bytes
-rw-r--r--platform/darwin/resources/de.lproj/Foundation.stringsbin6430 -> 13082 bytes
-rw-r--r--platform/darwin/resources/es.lproj/Foundation.strings8
-rw-r--r--platform/darwin/resources/fr.lproj/Foundation.stringsbin6480 -> 13222 bytes
-rw-r--r--platform/darwin/resources/ja.lproj/Foundation.stringsbin6546 -> 12488 bytes
-rw-r--r--platform/darwin/resources/lt.lproj/Foundation.stringsbin6809 -> 13652 bytes
-rw-r--r--platform/darwin/resources/pt-BR.lproj/Foundation.stringsbin6511 -> 13274 bytes
-rw-r--r--platform/darwin/resources/ru.lproj/Foundation.stringsbin7163 -> 13398 bytes
-rw-r--r--platform/darwin/resources/sv.lproj/Foundation.stringsbin6453 -> 13138 bytes
-rw-r--r--platform/darwin/resources/uk.lproj/Foundation.stringsbin7617 -> 13904 bytes
-rw-r--r--platform/darwin/resources/vi.lproj/Foundation.strings8
-rw-r--r--platform/darwin/resources/zh-Hans.lproj/Foundation.stringsbin6603 -> 12528 bytes
-rw-r--r--platform/darwin/resources/zh-Hant.lproj/Foundation.stringsbin6558 -> 12496 bytes
15 files changed, 98 insertions, 3 deletions
diff --git a/platform/darwin/resources/ar.lproj/Foundation.stringsdict b/platform/darwin/resources/ar.lproj/Foundation.stringsdict
new file mode 100644
index 0000000000..1c1cbc6ecd
--- /dev/null
+++ b/platform/darwin/resources/ar.lproj/Foundation.stringsdict
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>COORD_DEG_LONG</key>
+ <dict>
+ <key>NSStringLocalizedFormatKey</key>
+ <string>%#@degrees@</string>
+ <key>degrees</key>
+ <dict>
+ <key>NSStringFormatSpecTypeKey</key>
+ <string>NSStringPluralRuleType</string>
+ <key>NSStringFormatValueTypeKey</key>
+ <string>d</string>
+ <key>zero</key>
+ <string>0 درجة</string>
+ <key>one</key>
+ <string>درجة واحدة</string>
+ <key>two</key>
+ <string>درجتان</string>
+ <key>few</key>
+ <string>%d درجات</string>
+ <key>many</key>
+ <string>%d درجة</string>
+ <key>other</key>
+ <string>%d درجة</string>
+ </dict>
+ </dict>
+ <key>COORD_MIN_LONG</key>
+ <dict>
+ <key>NSStringLocalizedFormatKey</key>
+ <string>%#@minutes@</string>
+ <key>minutes</key>
+ <dict>
+ <key>NSStringFormatSpecTypeKey</key>
+ <string>NSStringPluralRuleType</string>
+ <key>NSStringFormatValueTypeKey</key>
+ <string>d</string>
+ <key>zero</key>
+ <string>أقل من دقيقة</string>
+ <key>one</key>
+ <string>دقيقة واحدة</string>
+ <key>two</key>
+ <string>دقيقتان</string>
+ <key>few</key>
+ <string>%d دقائق</string>
+ <key>many</key>
+ <string>%d دقيقة</string>
+ <key>other</key>
+ <string>%d دقيقة</string>
+ </dict>
+ </dict>
+ <key>COORD_SEC_LONG</key>
+ <dict>
+ <key>NSStringLocalizedFormatKey</key>
+ <string>%#@seconds@</string>
+ <key>seconds</key>
+ <dict>
+ <key>NSStringFormatSpecTypeKey</key>
+ <string>NSStringPluralRuleType</string>
+ <key>NSStringFormatValueTypeKey</key>
+ <string>d</string>
+ <key>zero</key>
+ <string>أقل من ثانية</string>
+ <key>one</key>
+ <string>ثانية واحدة</string>
+ <key>two</key>
+ <string>ثانيتان</string>
+ <key>few</key>
+ <string>%d ثوان</string>
+ <key>many</key>
+ <string>%d ثانية</string>
+ <key>other</key>
+ <string>%d ثانية</string>
+ </dict>
+ </dict>
+</dict>
+</plist>
diff --git a/platform/darwin/resources/bg.lproj/Foundation.strings b/platform/darwin/resources/bg.lproj/Foundation.strings
index f2a9c6eae0..677e4de444 100644
--- a/platform/darwin/resources/bg.lproj/Foundation.strings
+++ b/platform/darwin/resources/bg.lproj/Foundation.strings
@@ -1,4 +1,4 @@
-/* Clock position format, long: {hours} o’clock */
+/* Clock position format, long: {hours} o’clock */
"CLOCK_FMT_LONG" = "%@ часа";
/* Clock position format, medium: {hours} o’clock */
@@ -289,3 +289,8 @@
/* West longitude format, short: {longitude} */
"COORD_W_SHORT" = "%@З";
+/* OpenStreetMap full name attribution */
+"OSM_FULL_NAME" = "OpenStreetMap";
+
+/* OpenStreetMap short name attribution */
+"OSM_SHORT_NAME" = "OSM";
diff --git a/platform/darwin/resources/ca.lproj/Foundation.strings b/platform/darwin/resources/ca.lproj/Foundation.strings
index f86442f26f..e60546d3c2 100644
--- a/platform/darwin/resources/ca.lproj/Foundation.strings
+++ b/platform/darwin/resources/ca.lproj/Foundation.strings
Binary files differ
diff --git a/platform/darwin/resources/de.lproj/Foundation.strings b/platform/darwin/resources/de.lproj/Foundation.strings
index e871efbf2f..fb4b1e874a 100644
--- a/platform/darwin/resources/de.lproj/Foundation.strings
+++ b/platform/darwin/resources/de.lproj/Foundation.strings
Binary files differ
diff --git a/platform/darwin/resources/es.lproj/Foundation.strings b/platform/darwin/resources/es.lproj/Foundation.strings
index fb76820eb4..760fb5d5c8 100644
--- a/platform/darwin/resources/es.lproj/Foundation.strings
+++ b/platform/darwin/resources/es.lproj/Foundation.strings
@@ -1,4 +1,4 @@
-/* Clock position format, long: {hours} o’clock */
+/* Clock position format, long: {hours} o’clock */
"CLOCK_FMT_LONG" = "%@ en punto";
/* Clock position format, medium: {hours} o’clock */
@@ -289,3 +289,9 @@
/* West longitude format, short: {longitude} */
"COORD_W_SHORT" = "%@O";
+/* OpenStreetMap full name attribution */
+"OSM_FULL_NAME" = "OpenStreetMap";
+
+/* OpenStreetMap short name attribution */
+"OSM_SHORT_NAME" = "OSM";
+
diff --git a/platform/darwin/resources/fr.lproj/Foundation.strings b/platform/darwin/resources/fr.lproj/Foundation.strings
index d2f6c1f6df..ed38a264cf 100644
--- a/platform/darwin/resources/fr.lproj/Foundation.strings
+++ b/platform/darwin/resources/fr.lproj/Foundation.strings
Binary files differ
diff --git a/platform/darwin/resources/ja.lproj/Foundation.strings b/platform/darwin/resources/ja.lproj/Foundation.strings
index b6dd83dac1..52dda1557f 100644
--- a/platform/darwin/resources/ja.lproj/Foundation.strings
+++ b/platform/darwin/resources/ja.lproj/Foundation.strings
Binary files differ
diff --git a/platform/darwin/resources/lt.lproj/Foundation.strings b/platform/darwin/resources/lt.lproj/Foundation.strings
index 68e7e14bda..1151a559bd 100644
--- a/platform/darwin/resources/lt.lproj/Foundation.strings
+++ b/platform/darwin/resources/lt.lproj/Foundation.strings
Binary files differ
diff --git a/platform/darwin/resources/pt-BR.lproj/Foundation.strings b/platform/darwin/resources/pt-BR.lproj/Foundation.strings
index 71a7f7e4a5..bf0e126d79 100644
--- a/platform/darwin/resources/pt-BR.lproj/Foundation.strings
+++ b/platform/darwin/resources/pt-BR.lproj/Foundation.strings
Binary files differ
diff --git a/platform/darwin/resources/ru.lproj/Foundation.strings b/platform/darwin/resources/ru.lproj/Foundation.strings
index fd9eb04ada..f029952595 100644
--- a/platform/darwin/resources/ru.lproj/Foundation.strings
+++ b/platform/darwin/resources/ru.lproj/Foundation.strings
Binary files differ
diff --git a/platform/darwin/resources/sv.lproj/Foundation.strings b/platform/darwin/resources/sv.lproj/Foundation.strings
index cac46cac1a..4391ec7f95 100644
--- a/platform/darwin/resources/sv.lproj/Foundation.strings
+++ b/platform/darwin/resources/sv.lproj/Foundation.strings
Binary files differ
diff --git a/platform/darwin/resources/uk.lproj/Foundation.strings b/platform/darwin/resources/uk.lproj/Foundation.strings
index 32a006829f..d9d9ad32e1 100644
--- a/platform/darwin/resources/uk.lproj/Foundation.strings
+++ b/platform/darwin/resources/uk.lproj/Foundation.strings
Binary files differ
diff --git a/platform/darwin/resources/vi.lproj/Foundation.strings b/platform/darwin/resources/vi.lproj/Foundation.strings
index f29f8e8730..d6b161585c 100644
--- a/platform/darwin/resources/vi.lproj/Foundation.strings
+++ b/platform/darwin/resources/vi.lproj/Foundation.strings
@@ -1,4 +1,4 @@
-/* Clock position format, long: {hours} o’clock */
+/* Clock position format, long: {hours} o’clock */
"CLOCK_FMT_LONG" = "%@ giờ";
/* Clock position format, medium: {hours} o’clock */
@@ -289,3 +289,9 @@
/* West longitude format, short: {longitude} */
"COORD_W_SHORT" = "%@T";
+/* OpenStreetMap full name attribution */
+"OSM_FULL_NAME" = "OpenStreetMap";
+
+/* OpenStreetMap short name attribution */
+"OSM_SHORT_NAME" = "OSM";
+
diff --git a/platform/darwin/resources/zh-Hans.lproj/Foundation.strings b/platform/darwin/resources/zh-Hans.lproj/Foundation.strings
index 7dec6184e5..e69b65f2ac 100644
--- a/platform/darwin/resources/zh-Hans.lproj/Foundation.strings
+++ b/platform/darwin/resources/zh-Hans.lproj/Foundation.strings
Binary files differ
diff --git a/platform/darwin/resources/zh-Hant.lproj/Foundation.strings b/platform/darwin/resources/zh-Hant.lproj/Foundation.strings
index 8a02bcfac0..2fa92e1c6e 100644
--- a/platform/darwin/resources/zh-Hant.lproj/Foundation.strings
+++ b/platform/darwin/resources/zh-Hant.lproj/Foundation.strings
Binary files differ