1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-24 14:45:34 +00:00

Rename RestoreSMSAccountList to RestoreSMS_AccountList and add RestoreSMS_ContactList basic class

This commit is contained in:
Loic Blot
2015-05-15 09:54:42 +02:00
parent fc818ac6a3
commit 1606568e79
5 changed files with 36 additions and 23 deletions
+10 -9
View File
@@ -95,14 +95,13 @@
<item>1440</item>
<item>-1</item>
</string-array>
<string name="pref_sync_wifi">Synchronize in Wi-Fi</string>
<string name="pref_sync_4g">Synchronize in 4G</string>
<string name="pref_sync_3g">Synchronize in 3G</string>
<string name="pref_sync_gprs">Synchronize in 2.5G (GPRS)</string>
<string name="pref_sync_2g">Synchronize in 2G</string>
<string name="pref_sync_others">Synchronize in other modes</string>
<string name="title_activity_login">Sign in</string>
<!-- Login -->
@@ -136,13 +135,13 @@
<string name="ma_content_welcome">Welcome to ownCloud SMS application. This application let you synchronize your SMS to your ownCloud instance using SMS app.</string>
<string name="ma_thanksto_people">ownCloud developers\n\
Contributors and issue\'s reporters</string>
<string name="ma_title_sync_all">Synchronize all messages</string>
<string name="ma_button_sync_accounts_now">Launch synchronization now</string>
<string name="ma_title_restore_messages">Restore messages</string>
<string name="ma_button_restore_messages">Choose account</string>
<!-- Restauration -->
<string name="title_activity_select_account">Select account</string>
<string name="ma_title_sync_all">Synchronize all messages</string>
<string name="ma_button_sync_accounts_now">Launch synchronization now</string>
<string name="ma_title_restore_messages">Restore messages</string>
<string name="ma_button_restore_messages">Choose account</string>
<!-- Restauration -->
<string name="title_activity_select_account">Select account</string>
<!-- Notifications -->
<string name="sync_title">Sync process</string>
@@ -171,5 +170,7 @@ Contributors and issue\'s reporters</string>
<string name="title_section2">Section 2</string>
<string name="title_section3">Section 3</string>
<string name="title_activity_main_activity2">MainActivity2</string>
<string name="title_activity_restore_sms__contact_list">RestoreSMS_ContactListActivity</string>
<string name="hello_world">Hello world!</string>
</resources>