Archived
Added data type EventTask.kt for the task fragment; added timetableId to StudIPEvent.kt to assign events with a specific timetable, for a future implementation of being able to store multiple timetables simultaneously; database scheme will now be exported to allow for automatic migrations
This commit is contained in:
@@ -240,6 +240,10 @@
|
||||
|
||||
<string name="settings_licences_title">Siehe Lizenzen</string>
|
||||
<string name="settings_licences_subtitle">Ressourcen, die diese App möglich gemacht haben</string>
|
||||
<string name="settings_unlocked_experiments">Experimentelle Einstellungen werden angezeigt.</string>
|
||||
<string name="settings_hide_experiments">Experimentelle Einstellungen wurden ausgeblendet.</string>
|
||||
|
||||
<string name="sheet_cheat_header">Cheatcodes</string>
|
||||
|
||||
<string name="settings_app_version">App-Version</string>
|
||||
|
||||
|
||||
@@ -245,10 +245,10 @@
|
||||
|
||||
<string name="settings_licences_title">View licences</string>
|
||||
<string name="settings_licences_subtitle">Resources that made this app possible</string>
|
||||
<string name="settings_unlocked_experiments" translatable="false">Experimental settings have been unlocked.</string>
|
||||
<string name="settings_hide_experiments" translatable="false">Experimental settings have been hidden.</string>
|
||||
<string name="settings_unlocked_experiments">Experimental settings have been unlocked.</string>
|
||||
<string name="settings_hide_experiments">Experimental settings have been hidden.</string>
|
||||
|
||||
<string name="sheet_cheat_header" translatable="false">Cheat Codes</string>
|
||||
<string name="sheet_cheat_header">Cheat Codes</string>
|
||||
|
||||
<string name="settings_app_version">App Version</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user