Merge branch 'main' of github.com:MM2-0/Kvaesitso

This commit is contained in:
MM20 2025-06-01 17:46:54 +02:00
commit 6413d11065
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 9 additions and 2 deletions

View File

@ -835,4 +835,11 @@
<string name="gesture_action_widgets">Widgets</string>
<string name="bad_configuration_title">Herzlichen Glückwunsch, Sie haben sich ausgesperrt!</string>
<string name="bad_configuration_summary">Sie haben eine Kombination von Einstellungen entdeckt, durch die sowohl die Suche, als auch die Einstellungen unerreichbar sind, wodurch Sie sich praktisch ausgesperrt haben.</string>
<string name="preference_screen_shapes">Formen</string>
<string name="preference_shapes_default">Standard</string>
<string name="preference_shapes_extra_round">Extrarund</string>
<string name="preference_shapes_rect">Rechteckig</string>
<string name="preference_shapes_base">Grundform</string>
<string name="confirmation_delete_shapes_scheme">Möchten Sie das Formschema %1$s wirklich löschen?</string>
<string name="new_shapes_name">Neue Formen</string>
</resources>

View File

@ -441,7 +441,7 @@
<string name="preference_screen_shapes">Shapes</string>
<string name="preference_shapes_default">Default</string>
<string name="preference_shapes_extra_round">Extra round</string>
<string name="preference_shapes_rect">Rectangualar</string>
<string name="preference_shapes_rect">Rectangular</string>
<string name="preference_shapes_base">Base shape</string>
<string name="preference_font">Font</string>
<string name="preference_font_system">System default</string>
@ -824,7 +824,7 @@
<string name="note_widget_file_write_error">Error saving note</string>
<string name="note_widget_file_write_error_description">The note could not be written to the linked file. Possibly, it has been moved or deleted. A copy has been saved to the launcher\'s internal storage.</string>
<string name="confirmation_delete_color_scheme">Do you really want to delete the color scheme %1$s\?</string>
<string name="confirmation_delete_shapes_scheme">Do you really want to delete the shapes scheme %1$s\?</string>
<string name="confirmation_delete_shapes_scheme">Do you really want to delete the shape scheme %1$s?</string>
<string name="new_color_scheme_name">New color scheme</string>
<string name="new_shapes_name">New shapes</string>
<string name="theme_color_scheme_system_default">Use system default</string>