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:
authorАлександр Зацепин <az@mapswithme.com>2018-04-09 15:35:18 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-04-10 13:17:36 +0300
commit8f94c517b15ae323896c55618b36e5d2cbd073b4 (patch)
tree64690050ee724f4a8201d8f8ee725532f32919fd /android/res
parent4a29b76744caf9632336a303e66907c1539e7d60 (diff)
[android][ios]Generated localizations
Diffstat (limited to 'android/res')
-rw-r--r--android/res/values-ru/strings.xml6
-rw-r--r--android/res/values/strings.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/android/res/values-ru/strings.xml b/android/res/values-ru/strings.xml
index 5262c72f0e..827bfc44db 100644
--- a/android/res/values-ru/strings.xml
+++ b/android/res/values-ru/strings.xml
@@ -1292,4 +1292,10 @@
<string name="notification_unsent_reviews_message">Пожалуйста, авторизуйтесь, чтобы поделиться своими отзывами с другими путешественниками</string>
<string name="profile_osm">Профиль OSM</string>
<string name="place_page_search_similar_hotel">Найти похожие отели</string>
+ <string name="bookmarks_detect_title">Обнаружены новые файлы</string>
+ <string name="bookmarks_detect_message">%d файл не был импортирован. Вы увидете его после конвертации.</string>
+ <string name="button_convert">Конвертировать</string>
+ <string name="bookmarks_convert_error_title">Ошибка</string>
+ <string name="bookmarks_convert_error_message">Некоторые файлы не конвертировались.</string>
+ <string name="converting">Конвертация...</string>
</resources>
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index 391c7514c6..6016f65cf8 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -1304,4 +1304,10 @@
<string name="notification_unsent_reviews_message"> Please sign in to share reviews with other travelers</string>
<string name="profile_osm">Profile OSM</string>
<string name="place_page_search_similar_hotel">Search similar hotels</string>
+ <string name="bookmarks_detect_title">New files detected</string>
+ <string name="bookmarks_detect_message">%d files were not imported. You can see them after conversion.</string>
+ <string name="button_convert">Convert</string>
+ <string name="bookmarks_convert_error_title">Error</string>
+ <string name="bookmarks_convert_error_message">Some files were not converted.</string>
+ <string name="converting">Converting...</string>
</resources>