Add debug settings screen and move widget settings to sub screen

This commit is contained in:
MM20
2022-01-04 21:30:07 +01:00
parent c360753904
commit 2c07b97e01
12 changed files with 123 additions and 27 deletions
+12 -3
View File
@@ -42,7 +42,6 @@
<string name="preference_screen_about_summary">Version, Entwickler, Open-Source-Lizenzen</string>
<string name="preference_screen_appearance_summary">Design, Symbole, Suchleiste, Systemleisten</string>
<string name="preference_screen_weather_summary">Provider, Einheiten, Standort</string>
<string name="preference_screen_weather">Wetter</string>
<string name="preference_category_location">Standort</string>
<string name="preference_automatic_location">Automatischer Standort</string>
<string name="preference_automatic_location_summary">GPS und Ortungsdienste verwenden, um Standort automatisch zu ermitteln</string>
@@ -160,7 +159,7 @@
<string name="preference_dynamic_icon_bg">Dynamischer Hintergrund</string>
<string name="preference_dynamic_icon_bg_summary">Hintergrundfarbe an Symbol anpassen</string>
<string name="preference_category_widget">Widget</string>
<string name="preference_screen_calendar">Kalender</string>
<string name="preference_screen_calendarwidget">Kalender</string>
<string name="preference_screen_calendar_summary">Kalender, Widgets</string>
<string name="preference_calendar_calendars">Kalender</string>
<string name="preference_permission_denied">Berechtigung fehlt</string>
@@ -343,7 +342,6 @@
<string name="storage_onedrive">OneDrive</string>
<string name="preference_about_telegram">Telegram-Gruppe</string>
<string name="preference_about_fdroid">F-Droid-Repository</string>
<string name="preference_crash_reporter">Crash-Reporter</string>
<string name="preference_screen_plugins">Plug-Ins</string>
<string name="preference_screen_plugins_summary">Plug-Ins aktivieren oder deaktivieren</string>
<string name="preference_plugins_installed">Installierte Plug-Ins</string>
@@ -424,4 +422,15 @@
<string name="grant_permission">Gewähren</string>
<string name="missing_permission_auto_location">Standortzugriff wird benötigt, um den Standort automatisch zu ermitteln</string>
<string name="weather_widget_set_location">Standort festlegen</string>
<string name="preference_screen_debug">Debug</string>
<string name="preference_screen_debug_summary">Werkzeuge zur Fehlerbehebung</string>
<string name="preference_screen_widgets">Widgets</string>
<string name="preference_screen_widgets_summary">Widgets konfigurieren</string>
<string name="preference_screen_weatherwidget">Wetter</string>
<string name="preference_crash_reporter">Crash-Reporter</string>
<string name="preference_crash_reporter_summary">Fehler- und Absturzberichte</string>
</resources>
+12 -3
View File
@@ -83,7 +83,6 @@
<string name="preference_screen_about_summary">Version, Developer, Open source licenses</string>
<string name="preference_screen_appearance_summary">Theme, Icons, Search bar, System bars</string>
<string name="preference_screen_weather_summary">Provider, Units, location</string>
<string name="preference_screen_weather">Weather</string>
<string name="preference_category_location">Location</string>
<string name="preference_automatic_location">Automatic location</string>
<string name="preference_automatic_location_summary">Use GPS and location services to determine location automatically</string>
@@ -210,7 +209,7 @@
<string name="preference_dynamic_icon_bg">Dynamic background</string>
<string name="preference_dynamic_icon_bg_summary">Adjust background color to icon</string>
<string name="preference_category_widget">Widget</string>
<string name="preference_screen_calendar">Calendar</string>
<string name="preference_screen_calendarwidget">Calendar</string>
<string name="preference_screen_calendar_summary">Calendars, Widget settings</string>
<string name="preference_calendar_calendars">Calendars</string>
<string name="preference_permission_denied">Permission denied</string>
@@ -342,7 +341,6 @@
<string name="storage_onedrive">OneDrive</string>
<string name="preference_about_telegram">Telegram group</string>
<string name="preference_about_fdroid">F-Droid repository</string>
<string name="preference_crash_reporter">Crash reporter</string>
<string name="preference_screen_plugins">Plugins</string>
<string name="preference_screen_plugins_summary">Enable or disable plugins</string>
<string name="preference_plugins_installed">Installed plugins</string>
@@ -462,4 +460,15 @@
<string name="grant_permission">Grant</string>
<string name="missing_permission_auto_location">Location access is required to determine the location automatically</string>
<string name="weather_widget_set_location">Set location</string>
<string name="preference_screen_debug">Debug</string>
<string name="preference_screen_debug_summary">Troubleshooting tools</string>
<string name="preference_screen_widgets">Widgets</string>
<string name="preference_screen_widgets_summary">Configure widgets</string>
<string name="preference_screen_weatherwidget">Weather</string>
<string name="preference_crash_reporter">Crash reporter</string>
<string name="preference_crash_reporter_summary">Error and crash reports</string>
</resources>