ref: bfcea682698889e5b77ef1d0015b9f8d9b0ac637
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 |
<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">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> </resources> |