mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-22 22:03:10 +00:00
Add a feature to reinitialize synchronization cursor
This commit is contained in:
@@ -153,5 +153,9 @@
|
||||
<string name="error_make_default_sms_app">Please make this application default SMS application to permit restore your messages. This limitation has been introduced by Android 4.4.</string>
|
||||
<string name="x_messages_restored">messages restored...</string>
|
||||
<string name="err_no_connection">No connection available, please ensure you have a valid data connection.</string>
|
||||
<string name="reinit_sync_cursor">Reinit synchronisation cursor</string>
|
||||
<string name="reinit_sync_cursor_confirm">Are you sure you want to reinitialize the synchronization cursor ? This can slowdown the next synchronisation if we found many old messages not synced with server.</string>
|
||||
<string name="yes_confirm">Yes</string>
|
||||
<string name="no_confirm">No</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -177,4 +177,6 @@
|
||||
<string name="restore_finished">La restauración SMS se ha completado.</string>
|
||||
<string name="x_messages_restored">mensajes restaurados…</string>
|
||||
<string name="err_no_connection">Sin conexión disponible, por favor asegure que tiene una conexión de datos válida.</string>
|
||||
<string name="yes_confirm">Si</string>
|
||||
<string name="no_confirm">No</string>
|
||||
</resources>
|
||||
|
||||
@@ -177,4 +177,8 @@
|
||||
<string name="restore_finished">La restauration des SMS est terminée</string>
|
||||
<string name="x_messages_restored">messages restaurés...</string>
|
||||
<string name="err_no_connection">Aucune connexion disponible, vérifiez que vous disposez d\'une connexion de données valide.</string>
|
||||
<string name="reinit_sync_cursor">Réinitialiser le curseur de synchronisation</string>
|
||||
<string name="reinit_sync_cursor_confirm">Êtes vous sûr de vouloir réinitialiser le curseur de synchronisation ? Cela peut ralentir fortement la prochaine synchronisation si l\'application trouve beaucoup d\'anciens messages non synchronisés avec le serveur.</string>
|
||||
<string name="yes_confirm">Oui</string>
|
||||
<string name="no_confirm">Non</string>
|
||||
</resources>
|
||||
|
||||
@@ -254,4 +254,8 @@
|
||||
<string name="restore_finished">SMS restoration is now finished.</string>
|
||||
<string name="x_messages_restored">messages restored…</string>
|
||||
<string name="err_no_connection">No connection available, please ensure you have a valid data connection.</string>
|
||||
<string name="reinit_sync_cursor">Reinit synchronisation cursor</string>
|
||||
<string name="reinit_sync_cursor_confirm">Are you sure you want to reinitialize the synchronization cursor ? This can slowdown the next synchronisation if we found many old messages not synced with server.</string>
|
||||
<string name="yes_confirm">Yes</string>
|
||||
<string name="no_confirm">No</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user