summaryrefslogtreecommitdiffstats
path: root/res/values/cm_strings.xml
blob: bba1b247be1f17661dfd33091d3aa80e50cc8a8d (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2006 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">

    <!-- Toast displayed when QuickContact Item is copied by longpressed -->
    <string name="quick_contact_copied_toast">"Copied to clipboard"</string>

    <string name="contactStorageToast">ContactStorage is not available!</string>

    <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
    <string name="deleteConfirmation_title">Delete contact?</string>

    <string name="importConfirmation_title">Import contact?</string>

    <!-- Toast displayed when a contact is deleted [CHAR LIMIT=NONE] -->
    <string name="contactDeletedToast">Contact deleted.</string>

    <!-- Toast displayed when saving a contact to sim card failed -->
    <string name="contactSavedToSimCardError">Error: Unable to load SIM contacts.</string>
    <string name="airplane_mode_on">Unable to access SIM, airplane mode enabled.</string>
    <string name="number_anr_too_long">Error: Number is too long.</string>
    <string name="email_address_too_long">Error: Email address is too long.</string>
    <string name="sim_card_full">Error: SIM card full.</string>
    <string name="tag_too_long">Error: Contact name is too long.</string>
    <string name="no_phone_number">Please insert phone number.</string>
    <string name="invalid_phone_number">Error: Number is invalid.</string>

    <!-- Menu item used to initiate videocall from dialer -->
    <string name="videocall">Video call</string>

    <!-- String used to display calls from unknown numbers in the call log -->
    <string name="unknown">Unknown</string>

    <string name="call_duration_active">Active duration:</string>
    <string name="call_duration_call_out">Call duration:</string>

    <!-- Dialog title when prompting before creating a contact -->
    <string name="add_contact_dlg_title">Add contact</string>

    <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
    <string name="no_sdcard_title" product="nosdcard">Storage unavailable</string>
    <!-- Dialog title shown when SD Card does not exist -->
    <string name="no_sdcard_title" product="default">No SD card</string>

    <!-- Dialog title shown when searching vCard data from SD Card -->
    <string name="searching_vcard_title">Searching for vCard</string>

     <!-- Action string for selecting SIM for importing contacts -->
     <string name="import_from_sim">Import from SIM card</string>

    <!-- Dialog title shown when scanning VCard data failed. [CHAR LIMIT=NONE] -->
    <string name="scanning_sdcard_failed_title" product="nosdcard">Unable to scan storage</string>
    <!-- Dialog title shown when scanning VCard data failed. -->
    <string name="scanning_sdcard_failed_title" product="default">Unable to scan SD card</string>

    <!-- Title shown in a Dialog confirming a user's cancel request toward existing
         vCard import. [CHAR LIMIT=40] -->
    <string name="cancel_import_confirmation_title">Cancelling vCard import</string>

    <!-- Title shown in a Dialog confirming a user's cancel request toward existing
         vCard export. [CHAR LIMIT=128] -->
    <string name="cancel_export_confirmation_title">Cancelling vCard export</string>

    <string name="account_sim"><xliff:g id="sim">%s</xliff:g> Card</string>

    <!-- Field title for the name of a contact -->
    <string name="name_for_sim">Name</string>

    <!-- Gray hint displayed in the search field in Contacts when empty -->
    <string name="search_bar_hint">Search contacts</string>

    <!-- Title of the dialog that allows deletion of a contact group [CHAR LIMIT=128] -->
    <string name="delete_group_dialog_title">Delete group</string>

    <!-- Option displayed in context menu to IP call, and add for new feature IP prefix -->
    <string name="ipcall">Call via IP</string>

    <string name="edit_before_call">Edit number before call</string>

    <!-- Title of the alert dialog when the user hits the Cancel button in the
         editor [CHAR LIMIT=64] -->
    <string name="cancel_confirmation_dialog_title">Discard changes</string>

    <!-- String describing the button to Video call a number or contact.

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_videocall">Video call <xliff:g id="name">%1$s</xliff:g></string>

    <!-- String describing the text for a  Video call number in quick contact.

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_dial_vt">Dial VT <xliff:g id="name">%1$s</xliff:g></string>

    <string name="label_groups">Group</string>
    <string name="title_group_name">Group name</string>
    <string name="title_group_add">New group</string>
    <string name="group_selector">Click to select group</string>
    <string name="title_group_picker">Group select</string>
    <string name="noGroupsHelpText">"No local groups."</string>
    <string name="group_list_head">All groups</string>
    <string name="menu_option_add">Add group</string>
    <string name="menu_option_delete">Delete group</string>
    <string name="toast_not_add">"Unable to add all contacts in non-local accounts!"</string>
    <string name="noMember">No members in this group.</string>
    <string name="title_group_edit">Group edit</string>
    <string name="button_delete">Remove</string>
    <string name="button_cancel">Cancel</string>
    <string name="summary_add_members">Add contacts to group</string>
    <string name="title_members_list">Members of group</string>
    <string name="title_add_members">Add members</string>
    <string name="contactsLocalGroupsLabel">Local groups</string>
    <string name="select_all">All</string>
    <string name="btn_ok">Ok</string>
    <string name="btn_cancel">Cancel</string>
    <string name="action_done">Done</string>
    <string name="contacts_selected">selected</string>

    <string name="all_call_log">All call logs</string>
    <string name="title_slot_change">Multi-SIM change</string>
    <string name="delete_call_title">Delete call logs</string>
    <string name="delete_call_message">Deleting call logs ...</string>
    <string name="delete_call_alert">Confirm deletion of selected call logs?</string>
    <string name="title_del_call">Delete</string>

    <string name="no_data_found">No data found.</string>
    <string name="menu_sendViaSMS">Send contact via SMS</string>
    <string name="title_switch_group_remote">Remote groups</string>
    <string name="title_switch_group_local">Local groups</string>

    <!-- Choose Sim Card to Import -->
    <string name="import_from_sim_select">Choose SIM to import from</string>
    <string name="import_sim_contacts_title">Import SIM contacts</string>
    <string name="import_sim_contacts_message">Importing SIM contacts ...</string>
    <string name="ContactMultiImportConfirmation">The following contacts will be imported.</string>
    <string name="import_finish">"Import finished"</string>
    <string name="import_stop">"Import stopped"</string>

    <!--Export to Sim Card -->
    <string name="export_finished">Export finished</string>
    <string name="no_contact_selected">No contact selected for export</string>
    <string name="exporting">Exporting</string>
    <string name="export_failed">Export failed</string>
    <string name="progressdialog_cancel">Cancel</string>
    <string name="export_cancelled">Export canceled, <xliff:g id="insertCount">%s</xliff:g>items are exported</string>

    <!-- Multi Delete Contacts related strings -->
    <string name="ContactMultiDeleteConfirmation">The following contacts will be deleted.</string>
    <string name="delete_contacts_title">Delete Contacts</string>
    <string name="delete_contacts_message">Deleting contacts ...</string>
    <string name="delete_termination">"Delete is finished"</string>

    <!-- Message while reading multiple vCard files "(current number) of (total number) files" The order of "current
         number" and "total number" cannot be changed (like "total:(total number),current:(current number)")-->
    <string name="reading_vcard_files"><xliff:g id="current_number">%1$s</xliff:g> of <xliff:g id="total_number">%2$s</xliff:g> files</string>

    <string-array name="sub_list">
        <item>SIM1</item>
        <item>SIM2</item>
    </string-array>

    <string name="dialog_title">Tip</string>
    <string name="error_group_exist">Group already exists!</string>
    <!--  for speed dial -->
    <string name="set_speed_dial">Speed dial settings</string>
    <string name="not_set">(not set)</string>
    <string name="replace">Replace</string>
    <string name="delete">Delete</string>
    <string name="speed_call">Call</string>
    <string name="speed_sms">Message</string>
    <string name="speed_item"><xliff:g id="index">%s</xliff:g>. <xliff:g id="content">%s</xliff:g></string>
    <string name="is_set_speed">Speed dial for <xliff:g id="number">%s</xliff:g> not set, set?\n</string>
    <!-- for editor activity -->
    <string name="toast_name_is_too_long">Too many characters, please input again.</string>
    <!-- this is for the read-only contact when edit it failed-->
    <string name="not_edit_read_only_contact">Unable to edit read-only contact.</string>

    <string name="not_attach_photo_to_account">Cannot attach photo to this account type.</string>

    <!-- Operate failt prompted -->
    <string name="saveContact_failt">Operation failed!</string>

    <!--The failed reason shown when importting some a vCard file -->
    <string name="fail_reason_import_vcard">I/O error, unable to import vCard <xliff:g id="name">%1$s</xliff:g></string>
    <!-- for contact module of local group -->
    <string name="add_member_task_canceled">Group add canceled.</string>

    <!-- add for UX_enhance_dial_button -->
    <string name="description_target_slot1">Slot1</string>
    <string name="description_target_slot2">Slot2</string>

    <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="slot1">%s</xliff:g>.</string>
    <string name="description_direction_right">Slide right for <xliff:g id="target_description" example="slot2">%s</xliff:g>.</string>
    <string name="dialpad_cling_multi_sim_call">Slide dial button to call using SIM1 or SIM2.</string>
    <!-- add for UX_enhance_dial_button -->
    <!-- The menu item to filter the list of auto_sync_to_baidu_cloud -->
    <string name="menu_auto_sync_to_baidu_cloud">Auto sync to Baidu Cloud</string>
    <!-- The menu item to filter the list of sync_to_baidu_cloud -->
    <string name="menu_sync_to_baidu_cloud">Sync to Baidu Cloud Now</string>

    <string name="delete_locale_group_dialog_message">Confirm group deletion?</string>
    <string name="edit_local_group_dialog_title">Rename group</string>

    <string name="too_many_contacts_add_to_group">Too many contacts, must be fewer than <xliff:g id="count">%d</xliff:g></string>

    <string name="no_phone_number_or_email">Please add phone number or email address.</string>
    <string name="memory_card_full">Error: Memory is full.</string>

    <!-- add for MemoryStatusActivity -->
    <string name="menu_memory_status">Memory Status</string>
    <string name="memory_status_title">Memory Status</string>
    <string name="memory_size">Total:</string>
    <string name="memory_available">Available</string>
    <string name="memory_used">Used:</string>
    <string name="calculating_status_now">Calculating status now...</string>

    <string name="button_moveto">Move</string>
    <string name="menu_copyTo">"Copy to "</string>

    <string name="no_empty_email_in_usim">Error: Must have valid email</string>

    <string name="voicemail">Voicemail</string>
    <string name="select_call_title">Select call logs</string>

    <string name="invalid_number_type">Error: Number type is invalid.</string>
</resources>