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-11-30 10:56:47 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-11-30 10:56:47 +0300
commit3da1ced7d3013b9c5f61acfd5b99fac82ef87105 (patch)
tree79bd771c02e16e32b8e82f5503e84247b949d138 /android/res/values/strings.xml
parent6574b9d7a2debdb3f99f2b4fe6850b93488512ea (diff)
Ran the script
Diffstat (limited to 'android/res/values/strings.xml')
-rw-r--r--android/res/values/strings.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index 5fcc0f8fdb..f03884c596 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -975,7 +975,7 @@
<!-- For place page hotel nearby block -->
<string name="placepage_hotel_nearby">Nearby</string>
<!-- For ordering a taxi (as opposed to hotels or other things) -->
- <string name="taxi_order">Order</string>
+ <string name="taxi_order">Order a taxi</string>
<!-- How long it is until the taxi arrives -->
<string name="taxi_wait">Expected in %s</string>
<!-- When there are no available taxis nearby -->
@@ -1011,4 +1011,15 @@
<string name="dialog_taxi_offline">Taxi ordering is unavailable in offline mode.</string>
<string name="dialog_taxi_error">Taxi ordering is temporarily unavailable.</string>
<string name="advertisement">Advertisement</string>
+ <string name="mobile_data_dialog">Use mobile internet to show detailed information?</string>
+ <string name="mobile_data_option_always">Use Always</string>
+ <string name="mobile_data_option_today">Only Today</string>
+ <string name="mobile_data_option_not_today">Do not Use Today</string>
+ <string name="mobile_data">Mobile Internet</string>
+ <string name="mobile_data_description">Mobile internet is required for displaying detailed information about places, such as photographs, prices and reviews.</string>
+ <string name="mobile_data_option_never">Never Use</string>
+ <string name="mobile_data_option_ask">Always Ask</string>
+ <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>
</resources>