1
0
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:
OliE
2018-04-21 09:44:14 +02:00
parent d4dc9c9f6a
commit eeecd944c8
2 changed files with 7 additions and 1 deletions

View File

@@ -187,4 +187,10 @@
<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_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>

View File

@@ -3,7 +3,7 @@
<Preference android:title="@string/label_exportBackup" android:key="exportBackup"/>
<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"/>
<ListPreference
android:dependency="autoBackup"