aboutsummaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
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