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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user