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:
authorDmitry Kunin <dkunin@mapswith.me>2013-09-18 18:09:55 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:02:17 +0300
commit907777eb0692c144bf18dc60787493a054fa7e15 (patch)
tree35ddcf21b51599bbccf387c4ca5b6464b21df63f
parent5d6a4b4a237674c4d549783e1ddc159b552ad215 (diff)
[and, yota] strings resources
-rw-r--r--android/res/layout/fragment_map_object.xml2
-rw-r--r--android/res/values-fr/strings.xml4
-rw-r--r--android/res/values/strings.xml6
-rw-r--r--android/res/xml/preferences.xml4
-rw-r--r--strings.txt15
5 files changed, 26 insertions, 5 deletions
diff --git a/android/res/layout/fragment_map_object.xml b/android/res/layout/fragment_map_object.xml
index 59c5e7d9da..407932298c 100644
--- a/android/res/layout/fragment_map_object.xml
+++ b/android/res/layout/fragment_map_object.xml
@@ -87,7 +87,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/margin_small"
- android:text="Показать на E-Ink" />
+ android:text="@string/yopme_show_on_eink" />
</LinearLayout>
</ScrollView> \ No newline at end of file
diff --git a/android/res/values-fr/strings.xml b/android/res/values-fr/strings.xml
index 7c82f427cb..9b1c8cfefc 100644
--- a/android/res/values-fr/strings.xml
+++ b/android/res/values-fr/strings.xml
@@ -164,8 +164,8 @@
<string name="remove_pin">Effacer l\&#39;épingle</string>
<!-- Add bookmark dialog - bookmark set, Bookmarks dialog - Bookmark set cell -->
<string name="set">Groupe</string>
- <!-- Text hint in Bookmarks dialog -->
- <string name="bookmarks_usage_hint">Les marque-pages provenant d\&#39;autres sources peuvent également être importés et affichés dans l\&#39;application MapsWithMe. Ouvrez les fichiers KML/KMZ marqués depuis votre boite email, Dropbox ou un lien internet.</string>
+ <!-- Text hint in Bookmarks dialog, displayed if it's empty -->
+ <string name="bookmarks_usage_hint">Ajoutez n\&#39;importe quel endroit sur la carte à vos favoris. Pour cela, touchez un point sur la carte et maintenez appuyé jusqu\&#39;à ce que le menu contextuel apparaisse.</string>
<!-- Settings button in system menu -->
<string name="settings">Réglages</string>
<!-- Header of settings activity where user defines storage path -->
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index e092cddfc1..7197bb519a 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -315,4 +315,10 @@
<string name="info">Show More Info</string>
<!-- Used for bookmark editing -->
<string name="done">Done</string>
+ <!-- Label for button in place page on yopme device -->
+ <string name="yopme_show_on_eink">Show on E-Ink</string>
+ <!-- Summary for preferences in MWM -->
+ <string name="yopme_pref_summary">Some Yota settings here</string>
+ <!-- Title for yopme preferences in MWM -->
+ <string name="yopme_pref_title">Yopme preferences</string>
</resources>
diff --git a/android/res/xml/preferences.xml b/android/res/xml/preferences.xml
index 62615e56f6..5646aabef0 100644
--- a/android/res/xml/preferences.xml
+++ b/android/res/xml/preferences.xml
@@ -20,7 +20,7 @@
<Preference
android:key="@string/pref_yota"
- android:summary="Some preferences for Yopme"
- android:title="How to Yop It" />
+ android:summary="@string/yopme_pref_summary"
+ android:title="@string/yopme_pref_title" />
</PreferenceScreen> \ No newline at end of file
diff --git a/strings.txt b/strings.txt
index c59e36b027..8392efb59a 100644
--- a/strings.txt
+++ b/strings.txt
@@ -2596,3 +2596,18 @@
zh-Hant = 完成
it = Fine
ko = 완료
+
+ [yopme_show_on_eink]
+ en = Show on E-Ink
+ tags = android
+ comment = Label for button in place page on yopme device
+
+ [yopme_pref_summary]
+ en = Some Yota settings here
+ tags = android
+ comment = Summary for preferences in MWM
+
+ [yopme_pref_title]
+ en = Yopme preferences
+ tags = android
+ comment = Title for yopme preferences in MWM