Implement clock styles

This commit is contained in:
MM20
2021-09-29 22:30:09 +02:00
parent e16dd1c168
commit a1fbe669e2
8 changed files with 149 additions and 6 deletions
+2
View File
@@ -413,6 +413,8 @@
<string name="preference_about_license">Diese App ist freie Software.</string>
<string name="preference_about_license_summary">Lizenziert unter der GNU General Public License 3.0</string>
<string name="feature_not_available">Diese Funktion ist in dieser Version von %1$s nicht verfügbar.</string>
<string name="preference_category_clock_widget">Uhr</string>
<string name="preference_clock_widget_style">Uhrenstil</string>
<plurals name="calendar_widget_running_events">
<item quantity="one">+%1$d laufender Termin aus vergangenen Tagen</item>
<item quantity="other">+%1$d laufende Termine aus vergangenen Tagen</item>
+2
View File
@@ -451,4 +451,6 @@
<string name="preference_about_license">This app is free software.</string>
<string name="preference_about_license_summary">Licensed under the GNU General Public License 3.0</string>
<string name="feature_not_available">This feature is not available in this version of %1$s</string>
<string name="preference_category_clock_widget">Clock</string>
<string name="preference_clock_widget_style">Clock style</string>
</resources>