aboutsummaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-01 22:02:02 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-01 22:02:02 +0000
commit91a53f56aef2ed1bbbe1ae1d183136522624acec (patch)
tree29a7738227dbcc28c60ef4ae676ad54c87f57502 /res/values/strings.xml
parent75dc55b83cf983872f3f84b8950da27738f46b3e (diff)
downloadsouthamptonuniversitymap-91a53f56aef2ed1bbbe1ae1d183136522624acec.tar
southamptonuniversitymap-91a53f56aef2ed1bbbe1ae1d183136522624acec.tar.gz
Transparent toasts, and more improvemens.
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index da4a2cc..05ed277 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -134,8 +134,16 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<string name="buildingImageDescription">Image of the Building</string>
<string name="map_activity_toast_help_message">Double tap for more info</string>
- <!-- Stop View Strings -->
- <string name="stop_view_on_click_toast_help_message">Hold to view the bus schedule</string>
- <string name="stop_view_on_click_toast_unidentified_message">Bus schedules not available for unidentified buses</string>
+ <!-- Bus Stop Specific Stop View Strings -->
+ <string name="bus_stop_stop_view_on_click_toast_help_message">Hold to view the bus schedule</string>
+ <string name="bus_stop_stop_view_on_click_toast_unidentified_message">Bus schedules not available for unidentified buses</string>
+
+ <!-- Bus Specific Stop View Strings -->
+ <string name="bus_stop_view_on_click_toast_help_message">Hold to view the bus stop</string>
+ <string name="bus_stop_view_on_click_toast_unidentified_message">Arrival prediction not available for timetabled buses</string>
+
+ <!-- Bus Activity -->
+ <string name="bus_activity_destination_label">Destination:\u0020</string>
+ <string name="bus_activity_no_destination_message">No given destination</string>
</resources> \ No newline at end of file