1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-21 21:32:58 +00:00

Change a little bit account menu to show actions to do on an account & do some code cleanups

This commit is contained in:
Loic Blot
2016-07-21 23:28:15 +02:00
parent c27a57eda4
commit 6203b8b989
13 changed files with 193 additions and 30 deletions
@@ -27,7 +27,7 @@
-->
<resources>
<!-- Translation version, reference for translators -->
<string name="gp_translation_version">3</string>
<string name="gp_translation_version" translatable="false">3</string>
<!-- Translations must begin here -->
<string name="gp_short_description">ownCloud SMS synchronize your local SMS on your ownCloud instance</string>
+3 -1
View File
@@ -41,7 +41,7 @@
<string name="login_logo">Login logo</string>
<!-- System strings: preferences -->
<string name="shared_preference_file">ownCloudSMSPrefs</string>
<string name="shared_preference_file" translatable="false">ownCloudSMSPrefs</string>
<string name="pref_lastmsgdate">last_message_date</string>
<!-- Translations must begin there -->
@@ -203,4 +203,6 @@
<string name="err_cannot_read_contacts">We cannot read your contacts.</string>
<string name="err_cannot_read_sms">We cannot read your SMS.</string>
<string name="action_appinfo_perms">App Infos and permissions</string>
<string name="restore_all_messages">Restore all messages</string>
<string name="account_actions">Account actions</string>
</resources>