- Added the Station update button to the SettingsFragment.kt

- Added the strings for the language: german and english
This commit is contained in:
2026-02-27 08:59:04 +01:00
parent c62c61f2f1
commit 26b155a721
4 changed files with 41 additions and 11 deletions

View File

@@ -59,6 +59,10 @@
<string name="player_sheet_h2_stream_url">Streaming link</string>
<!-- Settings -->
<string name="pref_update_collection_title">Update Stations</string>
<string name="pref_update_collection_summary">Download latest version of all station.</string>
<string name="dialog_yes_no_message_update_collection">Download latest version of all station?</string>
<string name="dialog_yes_no_positive_button_update_collection">Update</string>
<string name="pref_advanced_title">Advanced</string>
<string name="pref_app_version_summary">Version</string>
<string name="pref_app_version_title">App Version</string>