diff --git a/app/src/main/res/values-fr-rFR/strings.xml b/app/src/main/res/values-fr-rFR/strings.xml index b7ba2014..99754d46 100644 --- a/app/src/main/res/values-fr-rFR/strings.xml +++ b/app/src/main/res/values-fr-rFR/strings.xml @@ -111,5 +111,15 @@ Export des flux et dossiers Nouveau flux Le téléchargement de l\'image nécessite l\'accès au stockage + Synchronisation automatique + Manuel + 15 min + 30 min + 1 heure + 2 heures + 3 heures + 6 heures + 12 heures + Chaque jour \ No newline at end of file diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 48d29a56..3e96e77c 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -48,4 +48,28 @@ false true + + + @string/manual + @string/mins_15 + @string/min_30 + @string/hour_1 + @string/hour_2 + @string/hour_3 + @string/hour_6 + @string/hour_12 + @string/every_day + + + + 0 + 0.15 + 0.30 + 1 + 2 + 3 + 6 + 12 + 24 + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index cf8dee88..5abe1923 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -117,4 +117,14 @@ Export feeds and folders New feed To download the image, storage permission is needed + Automatic synchronisation + Manual + 15 mins + 30 mins + 1 hour + 2 hours + 3 hours + 6 hours + 12 hours + Every day diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 0dae98bc..9a14e305 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -28,6 +28,13 @@ android:entryValues="@array/themes_values" android:key="dark_theme" android:title="@string/theme" /> + + \ No newline at end of file