summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index fb366b8..3fe363a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -18,10 +18,40 @@
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="ro_perm_label">read instant messages</string>
+ <string name="ro_perm_desc">
+ Allows applications to read data from the IM content provider.
+ </string>
+
+ <string name="wo_perm_label">write instant messages</string>
+ <string name="wo_perm_desc">
+ Allows applications to write data to the IM content provider.
+ </string>
+
<!-- The application label. This appears in the application launcher on the
Home screen. This is a noun. -->
<string name="im_label">IM</string>
+ <!-- These strings displayed on the landing page. -->
+ <!-- The title of the landing page.-->
+ <string name="landing_page_title">Chat - Select an account</string>
+
+ <!-- Landing page screen menu and context menu items. -->
+ <!-- Conext menu item: add a new account.-->
+ <string name="menu_add_account">Add account</string>
+ <!-- Conext menu item: edit an account.-->
+ <string name="menu_edit_account">Edit account</string>
+ <!-- Conext menu item: remove an account.-->
+ <string name="menu_remove_account">Remove account</string>
+ <!-- Screen menu item: sign out all service.-->
+ <string name="menu_sign_out_all">Sign out all</string>
+
+ <!-- These strings displayed on the landing page. -->
+ <!-- The title of the landing page.-->
+ <string name="choose_account_title">Chat - Select an account</string>
+ <!-- Displays the number of ongoing chats on the landing page.-->
+ <string name="conversations">(<xliff:g id="number" example="27">%1$d</xliff:g>)</string>
+
<!-- Sign in progress screen menu items.-->
<!-- Screen menu item on the sign-in progress screen. It allows the user to cancel signing in.-->
<string name="menu_cancel_signin">Cancel signin</string>
@@ -86,6 +116,8 @@
<!-- Strings for the confirm dialogs-->
<!-- The title of the confirm dialog which asks the user to continue or cancel an operation such as block a contact, remove a contact.-->
<string name="confirm">Confirm</string>
+ <!-- This is the message displayed in the confirm dialog when the user choose to sign out all service -->
+ <string name="signout_all_confirm_message">Do you want to sign out all services?</string>
<!-- This is the message displayed in the confirm dialog that opens when user clicks to delete a contact in the contact list screen.-->
<string name="confirm_delete_contact">The contact \"<xliff:g id="user">%1$s</xliff:g>\" will be deleted.</string>
<!-- This is the message displayed in the confirm dialog that opens when user clicks to block a contact in the contact list screen.-->