2011-05-23 18:59:34 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2011-05-25 15:31:55 +00:00
|
|
|
<string name="app_name">Bart Catcher</string>
|
2011-05-23 18:59:34 +00:00
|
|
|
<string name="favorite_routes">Favorite Routes</string>
|
|
|
|
<string name="empty_favorites_list_message">Press the menu button and select "Add
|
|
|
|
favorite" to
|
|
|
|
add a route</string>
|
|
|
|
<string name="add_favorite">Add favorite</string>
|
|
|
|
<string name="add_favorite_route">Add a favorite route</string>
|
|
|
|
<string name="origin">Origin</string>
|
|
|
|
<string name="destination">Destination</string>
|
|
|
|
<string name="save">Save</string>
|
|
|
|
<string name="error_matching_origin_and_destination">The origin and destination stations must be different</string>
|
|
|
|
<string name="error_null_destination">You must select a destination station</string>
|
|
|
|
<string name="error_null_origin">You must select an origin station</string>
|
|
|
|
<string name="arrival_wait_message">Please wait while real time arrival data is loaded...</string>
|
2011-05-25 15:31:55 +00:00
|
|
|
<string name="no_data_message">No arrival data is currently available for this route</string>
|
|
|
|
<string name="view">View</string>
|
|
|
|
<string name="view_arrivals">View arrivals</string>
|
|
|
|
<string name="delete">Delete</string>
|
|
|
|
<string name="yes">Yes</string>
|
|
|
|
<string name="cancel">Cancel</string>
|
|
|
|
|
2011-05-23 18:59:34 +00:00
|
|
|
</resources>
|