Archived
Implemented ability to change the fragment opened on app start; made some optimisations to DietaryPreferences.kt. BUG: tab layout mediator is annoying af
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
<string name="sheet_schedule_update_room_hint">Raum</string>
|
||||
<string name="sheet_schedule_update_hint_quarter">Auf akademisches Viertel umstellen</string>
|
||||
<string name="sheet_schedule_update_hint_quarter_error">Sorry, ein Fehler ist aufgetreten!</string>
|
||||
<string name="sheet_schedule_update_timestamp_error_start">Der Kurs kann nicht anfangen nachdem er aufhört!</string>
|
||||
<string name="sheet_schedule_update_timestamp_error_end">Der Kurs kann nicht enden bevor er anfängt!</string>
|
||||
|
||||
<string name="canteen_no_offer_header">Kein Angebot</string>
|
||||
<string name="canteen_no_offer_desc">Für diesen Tag sind keine Angebote vorhanden</string>
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
<string name="sheet_schedule_update_timeslot_middle" translatable="false">–</string>
|
||||
<string name="sheet_schedule_update_hint_quarter">Change to academic quarter</string>
|
||||
<string name="sheet_schedule_update_hint_quarter_error">Sorry, an error occurred!</string>
|
||||
<string name="sheet_schedule_update_timestamp_error_start">The course can\'t begin after it ends!</string>
|
||||
<string name="sheet_schedule_update_timestamp_error_end">The course can\'t end before it begins!</string>
|
||||
|
||||
<string name="canteen_no_offer_header">No offers</string>
|
||||
<string name="canteen_no_offer_desc">There are no offers available for this day</string>
|
||||
@@ -47,9 +49,10 @@
|
||||
<string name="mensa_hfk">Interimsmensa HfK</string>
|
||||
|
||||
<string name="sheet_category" translatable="false">[ %s ]</string>
|
||||
<string name="question_mark" translatable="false">\?</string>
|
||||
|
||||
<!-- dietary preferences -->
|
||||
<string name="pref_fair">Fair</string> <!-- is this really the best name? what about 'animal welfare'? -->
|
||||
<string name="pref_fair">Animal Welfare</string> <!-- TODO is this really the best name? what about 'animal welfare'? -->
|
||||
<string name="pref_fish">Fish</string>
|
||||
<string name="pref_poultry">Poultry</string>
|
||||
<string name="pref_lamb">Lamb</string>
|
||||
|
||||
Reference in New Issue
Block a user