summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
blob: 2519476150f508d2d79d1d97377f1bf9f3ca4f3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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>