Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/setup.xml')
-rw-r--r--app/src/main/res/values/setup.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/app/src/main/res/values/setup.xml b/app/src/main/res/values/setup.xml
index f25e3291b..e9b860fba 100644
--- a/app/src/main/res/values/setup.xml
+++ b/app/src/main/res/values/setup.xml
@@ -6,6 +6,26 @@
<string name="pref_key_wifi_only" translatable="false">wifiOnly</string>
<string name="pref_key_dark_theme" translatable="false">darkTheme</string>
+ <string name="pref_key_background_sync" translatable="false">backgroundSync</string>
+
+ <string name="pref_value_background_sync_off">off</string>
+ <string name="pref_value_background_15_minutes">15_minutes</string>
+ <string name="pref_value_background_1_hour">1_hour</string>
+ <string name="pref_value_background_6_hours">6_hours</string>
+
+ <string-array name="background_sync_entries">
+ <item>@string/simple_off</item>
+ <item>@string/minutes_15</item>
+ <item>@string/hour_1</item>
+ <item>@string/hours_6</item>
+ </string-array>
+
+ <string-array name="background_sync_values">
+ <item>@string/pref_value_background_sync_off</item>
+ <item>@string/pref_value_background_15_minutes</item>
+ <item>@string/pref_value_background_1_hour</item>
+ <item>@string/pref_value_background_6_hours</item>
+ </string-array>
<!-- To be concatenated with the account id -->
<string name="shared_preference_last_board_for_account_" translatable="false">it.niedermann.nextcloud.deck.last_board_for_account_</string>