ref: f0489fd554d5e10808511f5a94382bc1e8f7703d
app/src/main/res/values/strings.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
<resources> <string name="app_name" translatable="false">Bimba</string> <string name="no_timetable">No timetable found. Connect to the Internet and wait for a timetable to be downloaded</string> <string name="timetable_downloaded">New timetable downloaded</string> <string name="title_activity_stop" translatable="false">StopActivity</string> <string name="tab_workday_text">Workdays</string> <string name="tab_saturday_text">Saturdays</string> <string name="tab_sunday_text">Sundays</string> <string name="action_change_type">Type</string> <string name="departure_type_icon_description" translatable="false">departure type (timetable, VM)</string> <string name="departure_in">In %1$s minutes</string> <string name="departure_to">→ %1$s</string> <string name="departure_at">At %1$s</string> <string name="no_database_background" translatable="false">no database background</string> <string name="no_db_connect">Connect to the Internet to download the timetable</string> <string name="no_db_downloading">Timetable is being downloaded…</string> <string name="timetable_downloading">Downloading timetable</string> <string name="search_placeholder">Search…</string> <string name="no_connectivity">No connectivity – can’t update timetable</string> <string name="timetable_up_to_date">Timetable is up-to-date</string> <string name="validity_failed">Downloaded timetable is corrupted – can’t update</string> <string name="error_try_later">Error. Try again later</string> <string name="now">Now</string> </resources> |