blob: b5171ec6b1c6a7b81bce61a71647f1222018bb6b [file] [log] [blame]
Chiao Chengfbc39ef2012-09-05 16:10:50 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 ~ Copyright (C) 2012 The Android Open Source Project
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License
16 -->
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18
19 <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
20 <string name="toast_text_copied">Text copied</string>
21
Chiao Cheng21ad6602012-10-29 18:13:52 -070022
23 <!-- Action string for calling a custom phone number -->
24 <string name="call_custom">Call
25 <xliff:g id="custom">%s</xliff:g>
26 </string>
27 <!-- Action string for calling a home phone number -->
28 <string name="call_home">Call home</string>
29 <!-- Action string for calling a mobile phone number -->
30 <string name="call_mobile">Call mobile</string>
31 <!-- Action string for calling a work phone number -->
32 <string name="call_work">Call work</string>
33 <!-- Action string for calling a work fax phone number -->
34 <string name="call_fax_work">Call work fax</string>
35 <!-- Action string for calling a home fax phone number -->
36 <string name="call_fax_home">Call home fax</string>
37 <!-- Action string for calling a pager phone number -->
38 <string name="call_pager">Call pager</string>
39 <!-- Action string for calling an other phone number -->
40 <string name="call_other">Call</string>
41 <!-- Action string for calling a callback number -->
42 <string name="call_callback">Call callback</string>
43 <!-- Action string for calling a car phone number -->
44 <string name="call_car">Call car</string>
45 <!-- Action string for calling a company main phone number -->
46 <string name="call_company_main">Call company main</string>
47 <!-- Action string for calling a ISDN phone number -->
48 <string name="call_isdn">Call ISDN</string>
49 <!-- Action string for calling a main phone number -->
50 <string name="call_main">Call main</string>
51 <!-- Action string for calling an other fax phone number -->
52 <string name="call_other_fax">Call fax</string>
53 <!-- Action string for calling a radio phone number -->
54 <string name="call_radio">Call radio</string>
55 <!-- Action string for calling a Telex phone number -->
56 <string name="call_telex">Call telex</string>
57 <!-- Action string for calling a TTY/TDD phone number -->
58 <string name="call_tty_tdd">Call TTY/TDD</string>
59 <!-- Action string for calling a work mobile phone number -->
60 <string name="call_work_mobile">Call work mobile</string>
61 <!-- Action string for calling a work pager phone number -->
62 <string name="call_work_pager">Call work pager</string>
63 <!-- Action string for calling an assistant phone number -->
64 <string name="call_assistant">Call
65 <xliff:g id="assistant">%s</xliff:g>
66 </string>
67 <!-- Action string for calling a MMS phone number -->
68 <string name="call_mms">Call MMS</string>
69
70 <!-- Action string for sending an SMS to a custom phone number -->
71 <string name="sms_custom">Text
72 <xliff:g id="custom">%s</xliff:g>
73 </string>
74 <!-- Action string for sending an SMS to a home phone number -->
75 <string name="sms_home">Text home</string>
76 <!-- Action string for sending an SMS to a mobile phone number -->
77 <string name="sms_mobile">Text mobile</string>
78 <!-- Action string for sending an SMS to a work phone number -->
79 <string name="sms_work">Text work</string>
80 <!-- Action string for sending an SMS to a work fax phone number -->
81 <string name="sms_fax_work">Text work fax</string>
82 <!-- Action string for sending an SMS to a home fax phone number -->
83 <string name="sms_fax_home">Text home fax</string>
84 <!-- Action string for sending an SMS to a pager phone number -->
85 <string name="sms_pager">Text pager</string>
86 <!-- Action string for sending an SMS to an other phone number -->
87 <string name="sms_other">Text</string>
88 <!-- Action string for sending an SMS to a callback number -->
89 <string name="sms_callback">Text callback</string>
90 <!-- Action string for sending an SMS to a car phone number -->
91 <string name="sms_car">Text car</string>
92 <!-- Action string for sending an SMS to a company main phone number -->
93 <string name="sms_company_main">Text company main</string>
94 <!-- Action string for sending an SMS to a ISDN phone number -->
95 <string name="sms_isdn">Text ISDN</string>
96 <!-- Action string for sending an SMS to a main phone number -->
97 <string name="sms_main">Text main</string>
98 <!-- Action string for sending an SMS to an other fax phone number -->
99 <string name="sms_other_fax">Text fax</string>
100 <!-- Action string for sending an SMS to a radio phone number -->
101 <string name="sms_radio">Text radio</string>
102 <!-- Action string for sending an SMS to a Telex phone number -->
103 <string name="sms_telex">Text telex</string>
104 <!-- Action string for sending an SMS to a TTY/TDD phone number -->
105 <string name="sms_tty_tdd">Text TTY/TDD</string>
106 <!-- Action string for sending an SMS to a work mobile phone number -->
107 <string name="sms_work_mobile">Text work mobile</string>
108 <!-- Action string for sending an SMS to a work pager phone number -->
109 <string name="sms_work_pager">Text work pager</string>
110 <!-- Action string for sending an SMS to an assistant phone number -->
111 <string name="sms_assistant">Text
112 <xliff:g id="assistant">%s</xliff:g>
113 </string>
114 <!-- Action string for sending an SMS to a MMS phone number -->
115 <string name="sms_mms">Text MMS</string>
116
Andrew Leebdcf6062014-07-10 16:15:56 -0700117 <!-- Description string for an action button to initiate a video call. -->
118 <string name="description_video_call">Make video call</string>
119
Chiao Cheng59bdd322012-10-31 15:18:29 -0700120 <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
121 <string name="clearFrequentsConfirmation_title">Clear frequently contacted?</string>
122
123 <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
124 <string name="clearFrequentsConfirmation">You\'ll clear the frequently contacted list in the
125 People and Phone apps, and force email apps to learn your addressing preferences from
126 scratch.
127 </string>
128
129 <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
130 <string name="clearFrequentsProgress_title">Clearing frequently contacted\u2026</string>
131
132 <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
133 <string name="status_available">Available</string>
134
135 <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
136 <string name="status_away">Away</string>
137
138 <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
139 <string name="status_busy">Busy</string>
140
Chiao Chengcd25f382012-11-01 13:41:51 -0700141 <!-- Directory partition name (also exists in contacts) -->
142 <string name="contactsList">Contacts</string>
143
144 <!-- The name of the invisible local contact directory -->
145 <string name="local_invisible_directory">Other</string>
146
147 <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
148 <string name="directory_search_label">Directory</string>
149
150 <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
151 <string name="local_search_label">All contacts</string>
152
153 <!-- String describing the text on the header of the profile contact in the contacts list
154 This may be programatically capitalized. [CHAR LIMIT=20] -->
155 <string name="user_profile_contacts_list_header" msgid="9154761216179882405">Me</string>
156
157 <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
158 (also in contacts) -->
159 <string name="search_results_searching">Searching\u2026</string>
160
161 <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
162 <string name="foundTooManyContacts">More than <xliff:g id="count">%d</xliff:g> found.</string>
163
164 <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected. [CHAR LIMIT=30]
165 (also in contacts) -->
166 <string name="listFoundAllContactsZero">No contacts</string>
167
168 <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
169 <plurals name="searchFoundContacts">
170 <item quantity="one">1 found</item>
171 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item>
172 </plurals>
173
174 <!-- String describing the text for photo of a contact in a contacts list.
175
176 Note: AccessibilityServices use this attribute to announce what the view represents.
177 This is especially valuable for views without textual representation like ImageView.
178 -->
179 <string name="description_quick_contact_for">Quick contact for <xliff:g id="name">%1$s</xliff:g></string>
180
181 <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
182 <string name="missing_name">(No name)</string>
Chiao Cheng64df8b22012-11-07 18:20:17 -0800183
184 <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
185 <string name="favoritesFrequentCalled">Frequently called</string>
186
187 <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
188 <string name="favoritesFrequentContacted">Frequently contacted</string>
189
190 <!-- String describing a contact picture that introduces users to the contact detail screen.
191
192 Used by AccessibilityService to announce the purpose of the button.
193
194 [CHAR LIMIT=NONE]
195 -->
196 <string name="description_view_contact_detail" msgid="2795575601596468581">View contact</string>
197
198 <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
199 <string name="list_filter_phones">All contacts with phone numbers</string>
Chiao Cheng38f66e82012-11-13 18:38:05 -0800200
201 <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
202 <string name="view_updates_from_group">View updates</string>
203
204
205 <!-- Title for data source when creating or editing a contact that doesn't
206 belong to a specific account. This contact will only exist on the phone
207 and will not be synced. -->
208 <string name="account_phone" product="tablet">Tablet-only, unsynced</string>
209 <!-- Title for data source when creating or editing a contact that doesn't
210 belong to a specific account. This contact will only exist on the phone
211 and will not be synced. -->
212 <string name="account_phone" product="default">Phone-only, unsynced</string>
213
214 <!-- Header that expands to list all name types when editing a structured name of a contact
215 [CHAR LIMIT=20] -->
216 <string name="nameLabelsGroup">Name</string>
217
218 <!-- Header that expands to list all nickname types when editing a nickname of a contact
219 [CHAR LIMIT=20] -->
220 <string name="nicknameLabelsGroup">Nickname</string>
221
222 <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
223 <string name="full_name">Name</string>
224 <!-- Field title for the given name of a contact -->
225 <string name="name_given">Given name</string>
226 <!-- Field title for the family name of a contact -->
227 <string name="name_family">Family name</string>
228 <!-- Field title for the prefix name of a contact -->
229 <string name="name_prefix">Name prefix</string>
230 <!-- Field title for the middle name of a contact -->
231 <string name="name_middle">Middle name</string>
232 <!-- Field title for the suffix name of a contact -->
233 <string name="name_suffix">Name suffix</string>
234
235 <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
236 <string name="name_phonetic">Phonetic name</string>
237
238 <!-- Field title for the phonetic given name of a contact -->
239 <string name="name_phonetic_given">Phonetic given name</string>
240 <!-- Field title for the phonetic middle name of a contact -->
241 <string name="name_phonetic_middle">Phonetic middle name</string>
242 <!-- Field title for the phonetic family name of a contact -->
243 <string name="name_phonetic_family">Phonetic family name</string>
244
245 <!-- Header that expands to list all of the types of phone numbers when editing or creating a
246 phone number for a contact [CHAR LIMIT=20] -->
247 <string name="phoneLabelsGroup">Phone</string>
248
249 <!-- Header that expands to list all of the types of email addresses when editing or creating
250 an email address for a contact [CHAR LIMIT=20] -->
251 <string name="emailLabelsGroup">Email</string>
252
253 <!-- Header that expands to list all of the types of postal addresses when editing or creating
254 an postal address for a contact [CHAR LIMIT=20] -->
255 <string name="postalLabelsGroup">Address</string>
256
257 <!-- Header that expands to list all of the types of IM account when editing or creating an IM
258 account for a contact [CHAR LIMIT=20] -->
259 <string name="imLabelsGroup">IM</string>
260
261 <!-- Header that expands to list all organization types when editing an organization of a
262 contact [CHAR LIMIT=20] -->
263 <string name="organizationLabelsGroup">Organization</string>
264
265 <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
266 <string name="relationLabelsGroup">Relationship</string>
267
268 <!-- Header that expands to list all event types when editing an event of a contact
269 [CHAR LIMIT=20] -->
Yorke Lee7c179962013-09-13 17:34:31 -0700270 <string name="eventLabelsGroup">Special dates</string>
Chiao Cheng38f66e82012-11-13 18:38:05 -0800271
272 <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
273 announce the purpose of the view. [CHAR LIMIT=NONE] -->
274 <string name="sms">Text message</string>
275
276 <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
277 <string name="postal_address">Address</string>
278
279 <!-- Hint text for the organization name when editing -->
280 <string name="ghostData_company">Company</string>
281
282 <!-- Hint text for the organization title when editing -->
283 <string name="ghostData_title">Title</string>
284
285 <!-- The label describing the Notes field of a contact. This field allows free form text entry
286 about a contact -->
287 <string name="label_notes">Notes</string>
288
289 <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
Jay Shrauner54e29032014-08-08 14:22:05 -0700290 <string name="label_sip_address">SIP</string>
Chiao Cheng38f66e82012-11-13 18:38:05 -0800291
292 <!-- Header that expands to list all website types when editing a website of a contact
293 [CHAR LIMIT=20] -->
294 <string name="websiteLabelsGroup">Website</string>
295
296 <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
297 <string name="groupsLabel">Groups</string>
298
299 <!-- Action string for sending an email to a home email address -->
300 <string name="email_home">Email home</string>
301 <!-- Action string for sending an email to a mobile email address -->
302 <string name="email_mobile">Email mobile</string>
303 <!-- Action string for sending an email to a work email address -->
304 <string name="email_work">Email work</string>
305 <!-- Action string for sending an email to an other email address -->
306 <string name="email_other">Email</string>
307 <!-- Action string for sending an email to a custom email address -->
308 <string name="email_custom">Email <xliff:g id="custom">%s</xliff:g></string>
309
310 <!-- Generic action string for sending an email -->
311 <string name="email">Email</string>
312
313 <!-- Field title for the street of a structured postal address of a contact -->
314 <string name="postal_street">Street</string>
315 <!-- Field title for the PO box of a structured postal address of a contact -->
316 <string name="postal_pobox">PO box</string>
317 <!-- Field title for the neighborhood of a structured postal address of a contact -->
318 <string name="postal_neighborhood">Neighborhood</string>
319 <!-- Field title for the city of a structured postal address of a contact -->
320 <string name="postal_city">City</string>
321 <!-- Field title for the region, or state, of a structured postal address of a contact -->
322 <string name="postal_region">State</string>
323 <!-- Field title for the postal code of a structured postal address of a contact -->
324 <string name="postal_postcode">ZIP code</string>
325 <!-- Field title for the country of a structured postal address of a contact -->
326 <string name="postal_country">Country</string>
327
328 <!-- Action string for viewing a home postal address -->
329 <string name="map_home">View home address</string>
330 <!-- Action string for viewing a work postal address -->
331 <string name="map_work">View work address</string>
332 <!-- Action string for viewing an other postal address -->
333 <string name="map_other">View address</string>
334 <!-- Action string for viewing a custom postal address -->
335 <string name="map_custom">View <xliff:g id="custom">%s</xliff:g> address</string>
336
337 <!-- Action string for starting an IM chat with the AIM protocol -->
338 <string name="chat_aim">Chat using AIM</string>
339 <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
340 <string name="chat_msn">Chat using Windows Live</string>
341 <!-- Action string for starting an IM chat with the Yahoo protocol -->
342 <string name="chat_yahoo">Chat using Yahoo</string>
343 <!-- Action string for starting an IM chat with the Skype protocol -->
344 <string name="chat_skype">Chat using Skype</string>
345 <!-- Action string for starting an IM chat with the QQ protocol -->
346 <string name="chat_qq">Chat using QQ</string>
347 <!-- Action string for starting an IM chat with the Google Talk protocol -->
348 <string name="chat_gtalk">Chat using Google Talk</string>
349 <!-- Action string for starting an IM chat with the ICQ protocol -->
350 <string name="chat_icq">Chat using ICQ</string>
351 <!-- Action string for starting an IM chat with the Jabber protocol -->
352 <string name="chat_jabber">Chat using Jabber</string>
353
354 <!-- Generic action string for starting an IM chat -->
355 <string name="chat">Chat</string>
356
357 <!-- String describing the Contact Editor Minus button
358
359 Used by AccessibilityService to announce the purpose of the button.
360
361 [CHAR LIMIT=NONE]
362 -->
363 <string name="description_minus_button">delete</string>
364
365 <!-- Content description for the expand or collapse name fields button.
366 Clicking this button causes the name editor to toggle between showing
367 a single field where the entire name is edited at once, or multiple
368 fields corresponding to each part of the name (Name Prefix, First Name,
369 Middle Name, Last Name, Name Suffix).
370 [CHAR LIMIT=NONE] -->
371 <string name="expand_collapse_name_fields_description">Expand or collapse name fields</string>
Chiao Chengc40ec392012-11-28 18:06:44 -0800372
373
374 <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
375 <string name="list_filter_all_accounts">All contacts</string>
376
377 <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
378 <string name="list_filter_all_starred">Starred</string>
379
380 <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
381 <string name="list_filter_customize">Customize</string>
382
383 <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
384 <string name="list_filter_single">Contact</string>
385
386 <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
387 <string name="display_ungrouped">All other contacts</string>
388
389 <!-- List title for a special contacts group that covers all contacts that
390a ren't members of any other group. [CHAR LIMIT=25] -->
391 <string name="display_all_contacts">All contacts</string>
392
393 <string name="menu_sync_remove">Remove sync group</string>
394 <string name="dialog_sync_add">Add sync group</string>
395 <string name="display_more_groups">More groups\u2026</string>
396
397 <!-- Warning message given to users just before they remove a currently syncing
398 group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
399 <string name="display_warn_remove_ungrouped">Removing \"<xliff:g id="group" example="Starred">%s</xliff:g>\" from sync will also remove any ungrouped contacts from sync.</string>
400
401 <!-- Displayed in a spinner dialog as user changes to display options are saved -->
402 <string name="savingDisplayGroups">Saving display options\u2026</string>
403
404 <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
405 <string name="menu_done">Done</string>
406
407 <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
408 <string name="menu_doNotSave">Cancel</string>
409
410 <!-- Displayed at the top of the contacts showing the account filter selected [CHAR LIMIT=64] -->
411 <string name="listAllContactsInAccount">Contacts in <xliff:g id="name" example="abc@gmail.com">%s</xliff:g></string>
412
413 <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
414 <string name="listCustomView">Contacts in custom view</string>
415
416 <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
417 <string name="listSingleContact">Single contact</string>
418
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800419 <string name="dialog_new_contact_account">Create contact under account</string>
420
421 <!-- Action string for selecting SIM for importing contacts -->
422 <string name="import_from_sim">Import from SIM card</string>
423
Brian Attwelle8090fa2014-07-28 17:09:39 -0700424 <!-- Action string for selecting SIM for importing contacts, when more than one SIM card -->
425 <string name="import_from_sim_number">Import from SIM card #<xliff:g id="sim_number" example="2">%d</xliff:g></string>
426
Chiao Chengaf641bc2013-03-26 18:21:12 -0700427 <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=30] -->
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800428 <string name="import_from_sdcard" product="default">Import from storage</string>
429
430 <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
431 The argument is file name for the vCard import the user wants to cancel.
432 [CHAR LIMIT=128] -->
433 <string name="cancel_import_confirmation_message">Cancel import of <xliff:g id="filename" example="import.vcf">%s</xliff:g>?</string>
434
435 <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
436 The argument is file name for the vCard export the user wants to cancel.
437 [CHAR LIMIT=128] -->
438 <string name="cancel_export_confirmation_message">Cancel export of <xliff:g id="filename" example="export.vcf">%s</xliff:g>?</string>
439
440 <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
441 <string name="cancel_vcard_import_or_export_failed">Couldn\'t cancel vCard import/export</string>
442
443 <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
444 <string name="fail_reason_unknown">Unknown error.</string>
445
446 <!-- The failed reason shown when vCard importer/exporter could not open the file
447 specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
448 <string name="fail_reason_could_not_open_file">Couldn\'t open \"<xliff:g id="file_name">%s</xliff:g>\": <xliff:g id="exact_reason">%s</xliff:g>.</string>
449
450 <!-- The failed reason shown when contacts exporter fails to be initialized.
451 Some exact reason must follow this. [CHAR LIMIT=NONE]-->
452 <string name="fail_reason_could_not_initialize_exporter">Couldn\'t start the exporter: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string>
453
454 <!-- The failed reason shown when there's no contact which is allowed to be exported.
455 Note that user may have contacts data but all of them are probably not allowed to be
456 exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
457 <string name="fail_reason_no_exportable_contact">There is no exportable contact.</string>
458
459 <!-- The failed reason shown when some error happend during contacts export.
460 Some exact reason must follow this. [CHAR LIMIT=NONE] -->
461 <string name="fail_reason_error_occurred_during_export">An error occurred during export: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string>
462
Chiao Cheng1ab7dc32012-12-04 14:59:50 -0800463 <!-- The failed reason shown when the given file name is too long for the system.
464 The length limit of each file is different in each Android device, so we don't need to
465 mention it here. [CHAR LIMIT=NONE] -->
466 <string name="fail_reason_too_long_filename">Required filename is too long (\"<xliff:g id="filename">%s</xliff:g>\").</string>
467
468 <!-- The failed reason shown when vCard exporter could not create a file for the vCard since
469 there are too many files relevant to vCard. [CHAR LIMIT=NONE] -->
470 <string name="fail_reason_too_many_vcard" product="nosdcard">Too many vCard files are in the storage.</string>
471 <!-- The failed reason shown when vCard exporter could not create a file for the vCard since
472 there are too many files relevant to vCard. -->
473 <string name="fail_reason_too_many_vcard" product="default">Too many vCard files are on the SD card.</string>
474
475 <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
476 emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
477 <string name="fail_reason_io_error">I/O error</string>
478
479 <!-- Failure reason show when Contacts app (especially vCard importer) encountered
480 low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
481 <string name="fail_reason_low_memory_during_import">Not enough memory. The file may be too large.</string>
482
483 <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
484 implementation. This might happen even when the input vCard is completely valid, though
485 we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
486 <string name="fail_reason_vcard_parse_error">Couldn\'t parse vCard for an unexpected reason.</string>
487
488 <!-- The failed reason shown when vCard importer doesn't support the format.
489 This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
490 <string name="fail_reason_not_supported">The format isn\'t supported.</string>
491
492 <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
493 <string name="fail_reason_failed_to_collect_vcard_meta_info">Couldn\'t collect meta information of given vCard file(s).</string>
494
495 <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
496 files import. It includes the case where all files were failed to be imported. -->
497 <string name="fail_reason_failed_to_read_files">One or more files couldn\'t be imported (%s).</string>
498
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800499 <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
500 <string name="exporting_vcard_finished_title">Finished exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g>.</string>
501
502 <!-- The title shown when exporting vCard is canceled (probably by a user)
503 The argument is file name the user canceled importing.
504 [CHAR LIMIT=40] -->
505 <string name="exporting_vcard_canceled_title">Exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g> canceled.</string>
506
507 <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
508 <string name="exporting_contact_list_title">Exporting contact data</string>
509
510 <!-- Message shown when the application is exporting contact data outside -->
511 <string name="exporting_contact_list_message">Your contact data is being exported to: <xliff:g id="file_name">%s</xliff:g>.</string>
512
513 <!-- The error reason the vCard composer "may" emit when database is corrupted or
514 something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
515 <string name="composer_failed_to_get_database_infomation">Couldn\'t get database information.</string>
516
517 <!-- This error message shown when the user actually have no contact
518 (e.g. just after data-wiping), or, data providers of the contact list prohibits their
519 contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
520 <string name="composer_has_no_exportable_contact" product="tablet">There are no exportable contacts. If you do have contacts on your tablet, some data providers may not allow the contacts to be exported from the tablet.</string>
521 <!-- This error message shown when the user actually have no contact
522 (e.g. just after data-wiping), or, data providers of the contact list prohibits their
523 contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
524 <string name="composer_has_no_exportable_contact" product="default">There are no exportable contacts. If you do have contacts on your phone, some data providers may not allow the contacts to be exported from the phone.</string>
525
526 <!-- The error reason the vCard composer may emit when vCard composer is not initialized
527 even when needed.
528 Users should not usually see this error message. [CHAR LIMIT=NONE] -->
529 <string name="composer_not_initialized">The vCard composer didn\'t start properly.</string>
530
531 <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
532 <string name="exporting_contact_failed_title">Couldn\'t export</string>
533
534 <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
535 <string name="exporting_contact_failed_message">The contact data wasn\'t exported.\nReason: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string>
536
537 <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] -->
538 <string name="no_sdcard_message" product="nosdcard">No storage was found.</string>
539 <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] -->
540 <string name="no_sdcard_message" product="default">No SD card was found.</string>
541
542 <!-- Dialog message shown when a user confirms whether he/she export Contact data [CHAR LIMIT=NONE] -->
543 <string name="confirm_export_message">Your contact list will be exported to file: <xliff:g id="vcard_filename">%s</xliff:g>.</string>
544
545 <!-- Description shown when importing vCard data.
546 The argument is the name of a contact which is being read.
547 [CHAR LIMIT=20] -->
548 <string name="importing_vcard_description">Importing <xliff:g id="name" example="Joe Due">%s</xliff:g></string>
549
550 <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
551 <string name="reading_vcard_failed_title">Couldn\'t read vCard data</string>
552
553 <!-- The title shown when reading vCard is canceled (probably by a user)
554 [CHAR LIMIT=40] -->
555 <string name="reading_vcard_canceled_title">Reading vCard data canceled</string>
556
557 <!-- The title shown when reading vCard finished
558 The argument is file name the user imported.
559 [CHAR LIMIT=40] -->
560 <string name="importing_vcard_finished_title">Finished importing vCard <xliff:g id="filename" example="import.vcf">%s</xliff:g></string>
561
562 <!-- The title shown when importing vCard is canceled (probably by a user)
563 The argument is file name the user canceled importing.
564 [CHAR LIMIT=40] -->
565 <string name="importing_vcard_canceled_title">Importing <xliff:g id="filename" example="import.vcf">%s</xliff:g> canceled</string>
566
567 <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
568 when there are already other import/export requests.
569 The argument is file name the user imported.
570 [CHAR LIMIT=40] -->
571 <string name="vcard_import_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> will be imported shortly.</string>
572 <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later when there are already other import/export requests.
573 "The file" is what a user selected for importing.
574 [CHAR LIMIT=40] -->
575 <string name="vcard_import_will_start_message_with_default_name">The file will be imported shortly.</string>
576 <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
577 <string name="vcard_import_request_rejected_message">vCard import request was rejected. Try again later.</string>
578 <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
579 when there are already other import/export requests.
580 The argument is file name the user exported.
581 [CHAR LIMIT=40] -->
582 <string name="vcard_export_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> will be exported shortly.</string>
583 <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
584 <string name="vcard_export_request_rejected_message">vCard export request was rejected. Try again later.</string>
585 <!-- Used when file name is unknown in vCard processing. It typically happens
586 when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
587 <string name="vcard_unknown_filename">contact</string>
588
589 <!-- The message shown when vCard importer is caching files to be imported into local temporary
590 data storage. [CHAR LIMIT=NONE] -->
591 <string name="caching_vcard_message">Caching vCard(s) to local temporary storage. The actual import will start soon.</string>
592
593 <!-- The percentage, used for expressing the progress of vCard import/export. -->
594 <string name="percentage"><xliff:g id="percentage" example="50">%s</xliff:g><xliff:g id="percentsign" example="%">%%</xliff:g></string>
595
596 <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
597 <string name="vcard_import_failed">Couldn\'t import vCard.</string>
598
599 <!-- The failure message shown when the system could not find any vCard file.
600 (with extension ".vcf" in (USB) storage.)
601 [CHAR LIMIT=128] -->
602 <string name="import_failure_no_vcard_file" product="nosdcard">No vCard file found in storage.</string>
603 <!-- The failure message shown when the system could not find any vCard file.
604 (with extension ".vcf" in SDCard.)
605 [CHAR LIMIT=128] -->
606 <string name="import_failure_no_vcard_file" product="default">No vCard file found on the SD card.</string>
607
608 <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
609 <string name="nfc_vcard_file_name">Contact received over NFC</string>
610
Chiao Cheng1ab7dc32012-12-04 14:59:50 -0800611 <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
612 <string name="confirm_export_title">Export contacts?</string>
613
614 <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] -->
615 <string name="select_vcard_title">Choose vCard file</string>
616
617 <!-- One of alternatives shown when the system allows a user to select how many vCard files
618 should be imported. This message shows only when the system is certain that there's more
619 than one vCard files available in the system. -->
620 <string name="import_one_vcard_string">Import one vCard file</string>
621
622 <!-- One of alternatives shown when the system allows a user to select how many vCard files
623 should be imported. This message shows only when the system is certain that there's more
624 than one vCard files available in the system. -->
625 <string name="import_multiple_vcard_string">Import multiple vCard files</string>
626
627 <!-- One of alternatives shown when the system allows a user to select how many vCard files
628 should be imported. This message shows only when the system is certain that there's more
629 than one vCard files available in the system. -->
630 <string name="import_all_vcard_string">Import all vCard files</string>
631
632 <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] -->
633 <string name="searching_vcard_message" product="nosdcard">Searching for vCard data in storage\u2026</string>
634 <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] -->
635 <string name="searching_vcard_message" product="default">Searching for vCard data on SD card\u2026</string>
636
637 <!-- The title shown when vCard importer is caching files to be imported into local temporary
638 data storage. [CHAR LIMIT=40] -->
639 <string name="caching_vcard_title">Caching</string>
640
641 <!-- Dialog message shown when searching VCard data failed.
642 An exact reason for the failure should [CHAR LIMIT=NONE] -->
643 <string name="scanning_sdcard_failed_message" product="nosdcard">The storage couldn\'t be scanned. (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string>
644 <!-- Dialog message shown when searching VCard data failed.
645 An exact reason for the failure should [CHAR LIMIT=NONE] -->
646 <string name="scanning_sdcard_failed_message" product="default">The SD card couldn\'t be scanned. (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string>
647
648 <!-- The message shown while importing vCard(s).
649 First argument is current index of contacts to be imported.
650 Second argument is the total number of contacts.
651 Third argument is the name of a contact which is being read.
652 [CHAR LIMIT=20] -->
653 <string name="progress_notifier_message">Importing <xliff:g id="current_number">%s</xliff:g>/<xliff:g id="total_number">%s</xliff:g>: <xliff:g id="name" example="Joe Due">%s</xliff:g></string>
654
Chiao Chengfd6d5f82012-12-04 15:44:17 -0800655 <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
656 <string name="export_to_sdcard" product="default">Export to storage</string>
657
Yorke Leeacae3792014-07-10 11:38:55 -0700658 <!-- Contact preferences related strings -->
659
660 <!-- Label of the "sort list by" display option -->
661 <string name="display_options_sort_list_by">Sort list by</string>
662
663 <!-- An allowable value for the "sort list by" contact display option -->
664 <string name="display_options_sort_by_given_name">Given name</string>
665
666 <!-- An allowable value for the "sort list by" contact display option -->
667 <string name="display_options_sort_by_family_name">Family name</string>
668
669 <!-- Label of the "view names as" display option [CHAR LIMIT=64]-->
670 <string name="display_options_view_names_as">View contact names</string>
671
672 <!-- An allowable value for the "view names as" contact display option -->
673 <string name="display_options_view_given_name_first">Given name first</string>
674
675 <!-- An allowable value for the "view names as" contact display option -->
676 <string name="display_options_view_family_name_first">Family name first</string>
677
Chiao Chengfd6d5f82012-12-04 15:44:17 -0800678 <!-- Action that shares visible contacts -->
679 <string name="share_visible_contacts">Share visible contacts</string>
680
681 <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
682 <string name="dialog_import_export">Import/export contacts</string>
683
684 <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
685 <string name="dialog_import">Import contacts</string>
686
687 <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
688 <string name="share_error">This contact can\'t be shared.</string>
689
Chiao Cheng396911f2012-12-05 12:06:58 -0800690 <!-- Menu item to search contacts -->
691 <string name="menu_search">Search</string>
692
693 <!-- The menu item to filter the list of contacts displayed -->
694 <string name="menu_contacts_filter">Contacts to display</string>
695
696 <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
697 <string name="activity_title_contacts_filter">Contacts to display</string>
698
699 <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
700 <string name="custom_list_filter">Define custom view</string>
701
702 <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
703 <string name="hint_findContacts">Find contacts</string>
704
705 <!-- The description text for the favorites tab.
706
707 Note: AccessibilityServices use this attribute to announce what the view represents.
708 This is especially valuable for views without textual representation like ImageView.
709
710 [CHAR LIMIT=NONE] -->
711 <string name="contactsFavoritesLabel">Favorites</string>
712
713 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
714 <string name="listTotalAllContactsZero">No contacts.</string>
715
716 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected [CHAR LIMIT=64]-->
717 <string name="listTotalAllContactsZeroCustom">No visible contacts.</string>
718
719 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected [CHAR LIMIT=64]-->
720 <string name="listTotalAllContactsZeroStarred">No favorites.</string>
721
722 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected [CHAR LIMIT=64]-->
723 <string name="listTotalAllContactsZeroGroup">No contacts in <xliff:g id="name" example="Friends">%s</xliff:g></string>
724
725 <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
726 <string name="menu_clear_frequents">Clear frequents</string>
727
Nancy Chen4be780c2014-06-10 16:27:37 -0700728 <!-- Menu item to select SIM card -->
729 <string name="menu_select_sim">Select SIM card</string>
730
Chiao Cheng396911f2012-12-05 12:06:58 -0800731 <!-- The menu item to open the list of accounts -->
732 <string name="menu_accounts">Accounts</string>
733
734 <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
735 <string name="menu_import_export">Import/export</string>
736
Brian Attwellc8a6a4b2014-05-16 12:49:15 -0700737 <!-- The font-family to use for tab text.
738 Do not translate. -->
739 <string name="tab_font_family">sans-serif</string>
740
Yorke Lee2b82ecf2013-10-28 11:05:43 -0700741 <!-- Attribution of a contact status update, when the time of update is unknown -->
742 <string name="contact_status_update_attribution">via <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string>
743
744 <!-- Attribution of a contact status update, when the time of update is known -->
745 <string name="contact_status_update_attribution_with_date"><xliff:g id="date" example="3 hours ago">%1$s</xliff:g> via <xliff:g id="source" example="Google Talk">%2$s</xliff:g></string>
746
Yorke Lee68939012014-02-12 14:58:25 -0800747 <!-- Font family used when drawing letters for letter tile avatars.
748 Do not translate. -->
Brian Attwell133e2172014-07-30 15:54:41 -0700749 <string name="letter_tile_letter_font_family">sans-serif-light</string>
Brian Attwell1b619222014-05-30 16:46:36 -0700750
751 <!-- Content description for the fake action menu up button as used
752 inside search. [CHAR LIMIT=NONE] -->
753 <string name="action_menu_back_from_search">stop searching</string>
754
755 <!-- String describing the icon used to clear the search field -->
756 <string name="description_clear_search">Clear search</string>
757
758 <!-- The font-family to use for the text inside the searchbox.
759 Do not translate. -->
760 <string name="search_font_family">sans-serif</string>
Yorke Lee89bdcd32014-07-14 14:31:40 -0700761
762 <!-- The title of the preference section that allows users to configure how they want their
763 contacts to be displayed. [CHAR LIMIT=128] -->
Yorke Leeacae3792014-07-10 11:38:55 -0700764 <string name="settings_contact_display_options_title">Contact display options</string>
Yorke Lee8e395352014-07-14 15:42:21 -0700765
Chiao Chengfbc39ef2012-09-05 16:10:50 -0700766</resources>