mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-26 07:30:21 +00:00
Label fix, 0.16 tagging for Play Store and slow sync mode commented.
This commit is contained in:
@@ -26,13 +26,13 @@
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- Translations must begin there -->
|
||||
<!-- Preferences -->
|
||||
<string name="pref_title_sync">Fast Sync</string>
|
||||
<string name="pref_title_sync_frequency">Fast Sync frequency</string>
|
||||
<string name="pref_title_slow_sync">Secure Slow Sync</string>
|
||||
<string name="pref_title_slow_sync_frequency">Secure Slow Sync frequency</string>
|
||||
|
||||
<!-- Translations must begin there -->
|
||||
<!-- Preferences -->
|
||||
<string name="action_settings">Settings</string>
|
||||
<string name="sync_now">Synchronize now</string>
|
||||
<string name="pref_category_sync">Synchronization</string>
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
|
||||
<string name="pref_header_data_sync">Données & synchronisation</string>
|
||||
<string name="pref_title_sync_frequency">Fréquence de synchronisation</string>
|
||||
<string name="pref_title_sync">SMS - Méthode rapide</string>
|
||||
<string name="pref_title_slow_sync">SMS - Méthode lente (sécurisée)</string>
|
||||
<string name="pref_title_slow_sync_frequency">Fréquence de la synchronisation lente</string>
|
||||
|
||||
<string name="title_activity_general_settings">Préférences générales</string>
|
||||
|
||||
|
||||
@@ -38,9 +38,9 @@
|
||||
|
||||
<!-- Translations must begin there -->
|
||||
<!-- Preferences -->
|
||||
<string name="pref_title_sync">Fast Sync</string>
|
||||
<string name="pref_title_sync">SMS - Fast</string>
|
||||
<string name="pref_title_sync_frequency">Fast Sync frequency</string>
|
||||
<string name="pref_title_slow_sync">Secure Slow Sync</string>
|
||||
<string name="pref_title_slow_sync">SMS - Slow and Secure</string>
|
||||
<string name="pref_title_slow_sync_frequency">Secure Slow Sync frequency</string>
|
||||
<string name="action_settings">Settings</string>
|
||||
<string name="sync_now">Synchronize now</string>
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
android:negativeButtonText="@null"
|
||||
android:positiveButtonText="@null"
|
||||
android:title="@string/pref_title_sync_frequency" />
|
||||
<ListPreference
|
||||
<!-- <ListPreference
|
||||
android:defaultValue="60"
|
||||
android:entries="@array/pref_slow_sync_frequency_titles"
|
||||
android:entryValues="@array/pref_slow_sync_frequency_values"
|
||||
android:key="slow_sync_frequency"
|
||||
android:negativeButtonText="@null"
|
||||
android:positiveButtonText="@null"
|
||||
android:title="@string/pref_title_slow_sync_frequency" />
|
||||
android:title="@string/pref_title_slow_sync_frequency" /> -->
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user