1
0
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:
Loïc Blot (@U-Exp)
2014-12-02 20:39:11 +01:00
parent 9093f69a57
commit 45c480106b
6 changed files with 19 additions and 15 deletions
+2 -2
View File
@@ -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>
+3
View File
@@ -40,6 +40,9 @@
<string name="pref_header_data_sync">Données &amp; 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>
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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>