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.xml67
1 files changed, 67 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..2519476
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+**
+** Copyright 2007, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<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 -->
+ <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>
+ <!-- Context menu item: sign into service. -->
+ <string name="sign_in">Sign in</string>
+ <!-- Context menu item: sign out the service.-->
+ <string name="menu_sign_out">Sign out</string>
+ <!-- Context menu item: go to the setting page.-->
+ <string name="menu_settings">Settings</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">(%1$d)</string>
+ <!-- The add account label on the landing page if there isn't any account.-->
+ <string name="add_account">Add <xliff:g id="account">%1$s</xliff:g> account</string>
+
+ <!-- Screen menu item: go the contact list screen. May be overrided by the plugin.-->
+ <string name="menu_view_contact_list">Contact list</string>
+
+ <!-- Connection status -->
+ <string name="signing_in_wait">Signing in\u2026</string>
+
+</resources>