Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-12-06 13:25:47 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-12-06 13:25:47 +0300
commit2cec3c548cfbc1ce1bbd3cb04f4718daa0a74dc0 (patch)
treead05c41b49cd261fc78d723952169772f353abb4
parent01a3a28dd3e4d78037cb818b5be34f7b0439c1c3 (diff)
Ran the script
-rw-r--r--android/res/values-ru/strings.xml2
-rw-r--r--android/res/values/strings.xml2
-rw-r--r--iphone/Maps/ar.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/cs.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/da.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/de.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/en-GB.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/en.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/es.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/fi.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/fr.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/hu.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/id.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/it.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/ja.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/ko.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/nb.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/nl.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/pl.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/pt.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/ro.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/ru.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/sk.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/sv.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/th.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/tr.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/uk.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/vi.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/zh-Hans.lproj/Localizable.strings4
-rw-r--r--iphone/Maps/zh-Hant.lproj/Localizable.strings4
30 files changed, 116 insertions, 0 deletions
diff --git a/android/res/values-ru/strings.xml b/android/res/values-ru/strings.xml
index b0add962d4..e9fe7cfb9b 100644
--- a/android/res/values-ru/strings.xml
+++ b/android/res/values-ru/strings.xml
@@ -1018,4 +1018,6 @@
<string name="traffic_update_maps_text">Для отображения пробок необходимо обновить карты.</string>
<string name="traffic_outdated">Данные о пробках устарели.</string>
<string name="big_font">Увеличенные подписи</string>
+ <string name="traffic_update_app">Обновите MAPS.ME</string>
+ <string name="traffic_update_app_message">Для отображения пробок необходимо обновить приложение.</string>
</resources>
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index f03884c596..7af238e30c 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -1022,4 +1022,6 @@
<string name="traffic_update_maps_text">To display traffic data, maps must be updated.</string>
<string name="traffic_outdated">Traffic data is outdated.</string>
<string name="big_font">Bigger labels</string>
+ <string name="traffic_update_app">Please update MAPS.ME</string>
+ <string name="traffic_update_app_message">To display traffic data, the application must be updated.</string>
</resources>
diff --git a/iphone/Maps/ar.lproj/Localizable.strings b/iphone/Maps/ar.lproj/Localizable.strings
index add58e937c..54c997de2a 100644
--- a/iphone/Maps/ar.lproj/Localizable.strings
+++ b/iphone/Maps/ar.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/cs.lproj/Localizable.strings b/iphone/Maps/cs.lproj/Localizable.strings
index 4f80c70dbd..24d4970bb8 100644
--- a/iphone/Maps/cs.lproj/Localizable.strings
+++ b/iphone/Maps/cs.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/da.lproj/Localizable.strings b/iphone/Maps/da.lproj/Localizable.strings
index a940d80a2d..23db6d71ea 100644
--- a/iphone/Maps/da.lproj/Localizable.strings
+++ b/iphone/Maps/da.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/de.lproj/Localizable.strings b/iphone/Maps/de.lproj/Localizable.strings
index de496ad370..3f88a061a1 100644
--- a/iphone/Maps/de.lproj/Localizable.strings
+++ b/iphone/Maps/de.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/en-GB.lproj/Localizable.strings b/iphone/Maps/en-GB.lproj/Localizable.strings
index 4d2a85f273..cc7fb602ab 100644
--- a/iphone/Maps/en-GB.lproj/Localizable.strings
+++ b/iphone/Maps/en-GB.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/en.lproj/Localizable.strings b/iphone/Maps/en.lproj/Localizable.strings
index 7782f18c75..22b14160ae 100644
--- a/iphone/Maps/en.lproj/Localizable.strings
+++ b/iphone/Maps/en.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/es.lproj/Localizable.strings b/iphone/Maps/es.lproj/Localizable.strings
index c503078996..4c4169d718 100644
--- a/iphone/Maps/es.lproj/Localizable.strings
+++ b/iphone/Maps/es.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/fi.lproj/Localizable.strings b/iphone/Maps/fi.lproj/Localizable.strings
index bf820a9e67..7e7b024af9 100644
--- a/iphone/Maps/fi.lproj/Localizable.strings
+++ b/iphone/Maps/fi.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/fr.lproj/Localizable.strings b/iphone/Maps/fr.lproj/Localizable.strings
index 97e19ee007..7e75c04b64 100644
--- a/iphone/Maps/fr.lproj/Localizable.strings
+++ b/iphone/Maps/fr.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/hu.lproj/Localizable.strings b/iphone/Maps/hu.lproj/Localizable.strings
index 8f763075dc..e50b5b0af2 100644
--- a/iphone/Maps/hu.lproj/Localizable.strings
+++ b/iphone/Maps/hu.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/id.lproj/Localizable.strings b/iphone/Maps/id.lproj/Localizable.strings
index c028d16a0a..16930681fc 100644
--- a/iphone/Maps/id.lproj/Localizable.strings
+++ b/iphone/Maps/id.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/it.lproj/Localizable.strings b/iphone/Maps/it.lproj/Localizable.strings
index 3eae3a751f..7314c5ed6c 100644
--- a/iphone/Maps/it.lproj/Localizable.strings
+++ b/iphone/Maps/it.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/ja.lproj/Localizable.strings b/iphone/Maps/ja.lproj/Localizable.strings
index 19f1a2f805..0059eaddb5 100644
--- a/iphone/Maps/ja.lproj/Localizable.strings
+++ b/iphone/Maps/ja.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/ko.lproj/Localizable.strings b/iphone/Maps/ko.lproj/Localizable.strings
index 70661e8248..e3af8a5743 100644
--- a/iphone/Maps/ko.lproj/Localizable.strings
+++ b/iphone/Maps/ko.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/nb.lproj/Localizable.strings b/iphone/Maps/nb.lproj/Localizable.strings
index da9168b281..2971cf66f9 100644
--- a/iphone/Maps/nb.lproj/Localizable.strings
+++ b/iphone/Maps/nb.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/nl.lproj/Localizable.strings b/iphone/Maps/nl.lproj/Localizable.strings
index d66396f2bc..a604ad8cdd 100644
--- a/iphone/Maps/nl.lproj/Localizable.strings
+++ b/iphone/Maps/nl.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/pl.lproj/Localizable.strings b/iphone/Maps/pl.lproj/Localizable.strings
index b46ffbe3bc..d07f94ce33 100644
--- a/iphone/Maps/pl.lproj/Localizable.strings
+++ b/iphone/Maps/pl.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/pt.lproj/Localizable.strings b/iphone/Maps/pt.lproj/Localizable.strings
index 5387382c54..0647669184 100644
--- a/iphone/Maps/pt.lproj/Localizable.strings
+++ b/iphone/Maps/pt.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/ro.lproj/Localizable.strings b/iphone/Maps/ro.lproj/Localizable.strings
index a0d7ce010f..d25becce5c 100644
--- a/iphone/Maps/ro.lproj/Localizable.strings
+++ b/iphone/Maps/ro.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/ru.lproj/Localizable.strings b/iphone/Maps/ru.lproj/Localizable.strings
index 6dd7689f87..ca8ac3628a 100644
--- a/iphone/Maps/ru.lproj/Localizable.strings
+++ b/iphone/Maps/ru.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Данные о пробках устарели.";
"big_font" = "Увеличенные подписи";
+
+"traffic_update_app" = "Обновите MAPS.ME";
+
+"traffic_update_app_message" = "Для отображения пробок необходимо обновить приложение.";
diff --git a/iphone/Maps/sk.lproj/Localizable.strings b/iphone/Maps/sk.lproj/Localizable.strings
index c843237765..dcc20453f4 100644
--- a/iphone/Maps/sk.lproj/Localizable.strings
+++ b/iphone/Maps/sk.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/sv.lproj/Localizable.strings b/iphone/Maps/sv.lproj/Localizable.strings
index b99538999c..80918d48cd 100644
--- a/iphone/Maps/sv.lproj/Localizable.strings
+++ b/iphone/Maps/sv.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/th.lproj/Localizable.strings b/iphone/Maps/th.lproj/Localizable.strings
index d332fc1e19..70183e3a9b 100644
--- a/iphone/Maps/th.lproj/Localizable.strings
+++ b/iphone/Maps/th.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/tr.lproj/Localizable.strings b/iphone/Maps/tr.lproj/Localizable.strings
index f09ec7c58d..302cb69ba9 100644
--- a/iphone/Maps/tr.lproj/Localizable.strings
+++ b/iphone/Maps/tr.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/uk.lproj/Localizable.strings b/iphone/Maps/uk.lproj/Localizable.strings
index 1120485687..895267ac20 100644
--- a/iphone/Maps/uk.lproj/Localizable.strings
+++ b/iphone/Maps/uk.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/vi.lproj/Localizable.strings b/iphone/Maps/vi.lproj/Localizable.strings
index 34b0754196..8dfb1e4d12 100644
--- a/iphone/Maps/vi.lproj/Localizable.strings
+++ b/iphone/Maps/vi.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/zh-Hans.lproj/Localizable.strings b/iphone/Maps/zh-Hans.lproj/Localizable.strings
index 2d810b6c2b..6d394b3a11 100644
--- a/iphone/Maps/zh-Hans.lproj/Localizable.strings
+++ b/iphone/Maps/zh-Hans.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";
diff --git a/iphone/Maps/zh-Hant.lproj/Localizable.strings b/iphone/Maps/zh-Hant.lproj/Localizable.strings
index 83664d9d5b..c3d0150f3a 100644
--- a/iphone/Maps/zh-Hant.lproj/Localizable.strings
+++ b/iphone/Maps/zh-Hant.lproj/Localizable.strings
@@ -1723,3 +1723,7 @@
"traffic_outdated" = "Traffic data is outdated.";
"big_font" = "Bigger labels";
+
+"traffic_update_app" = "Please update MAPS.ME";
+
+"traffic_update_app_message" = "To display traffic data, the application must be updated.";