mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-20 07:21:40 +02:00
* added German translation
* set auto backup enable default to false otherwise we need to ask for write permission on app startup
This commit is contained in:
@@ -187,4 +187,10 @@
|
|||||||
<string name="label_estimate_measurement_summary">Basierend auf Gewicht, Größe, Alter, Geschlecht, etc.</string>
|
<string name="label_estimate_measurement_summary">Basierend auf Gewicht, Größe, Alter, Geschlecht, etc.</string>
|
||||||
<string name="label_scale_not_supported">Wird deine Waage nicht unterstützt?</string>
|
<string name="label_scale_not_supported">Wird deine Waage nicht unterstützt?</string>
|
||||||
<string name="label_click_to_help_add_support">Klicke hier, wenn du helfen möchtest</string>
|
<string name="label_click_to_help_add_support">Klicke hier, wenn du helfen möchtest</string>
|
||||||
|
<string name="label_auto_backup">Automatiches Backup</string>
|
||||||
|
<string name="label_auto_backup_schedule">Backup Zeitplan</string>
|
||||||
|
<string name="label_overwrite_backup">Überschreibe Backup</string>
|
||||||
|
<string name="label_daily">täglich</string>
|
||||||
|
<string name="label_weekly">wöchentlich</string>
|
||||||
|
<string name="label_monthly">monatlich</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
<Preference android:title="@string/label_exportBackup" android:key="exportBackup"/>
|
<Preference android:title="@string/label_exportBackup" android:key="exportBackup"/>
|
||||||
<Preference android:title="@string/label_importBackup" android:key="importBackup"/>
|
<Preference android:title="@string/label_importBackup" android:key="importBackup"/>
|
||||||
|
|
||||||
<CheckBoxPreference android:title="@string/label_auto_backup" android:summaryOn="@string/info_is_enable" android:summaryOff="@string/info_is_not_enable" android:key="autoBackup" android:defaultValue="true"/>
|
<CheckBoxPreference android:title="@string/label_auto_backup" android:summaryOn="@string/info_is_enable" android:summaryOff="@string/info_is_not_enable" android:key="autoBackup" android:defaultValue="false"/>
|
||||||
<CheckBoxPreference android:title="@string/label_overwrite_backup" android:dependency="autoBackup" android:summaryOn="@string/info_is_enable" android:summaryOff="@string/info_is_not_enable" android:key="overwriteBackup" android:defaultValue="false"/>
|
<CheckBoxPreference android:title="@string/label_overwrite_backup" android:dependency="autoBackup" android:summaryOn="@string/info_is_enable" android:summaryOff="@string/info_is_not_enable" android:key="overwriteBackup" android:defaultValue="false"/>
|
||||||
<ListPreference
|
<ListPreference
|
||||||
android:dependency="autoBackup"
|
android:dependency="autoBackup"
|
||||||
|
Reference in New Issue
Block a user