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:
authoralexzatsepin <alexander.zatzepin@gmail.com>2016-10-30 02:14:04 +0300
committeralexzatsepin <alexander.zatzepin@gmail.com>2016-10-31 13:10:36 +0300
commit159270415157e737df822e2ade0499bdeb3d834c (patch)
tree2e00736dae263f88457c6171ceb4341a54148df8 /android/res/values/strings.xml
parentc15af1b03b92383c8c9f1d4dd7c85525e271fe01 (diff)
[android] Implemented 'Reload' button logic for Uber
Diffstat (limited to 'android/res/values/strings.xml')
-rw-r--r--android/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index 88981bb6da..a07b80a823 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -1002,4 +1002,7 @@
<string name="booking_hotel_room">Room</string>
<string name="chat">Geochat</string>
<string name="chat_open">Open</string>
+ <!-- TODO: it's temporary -->
+ <string name="uber_no_internet">Internet connection is required to order taxi</string>
+ <string name="uber_remote_error">Uber is unavailable</string>
</resources>