blob: 271d071937b5edb4cc55634c3a5bc42b7fb1ef7b [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>
Yorke Leeeac777f2015-06-29 18:29:20 -070021 <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
22 <string name="copy_text">Copy to clipboard</string>
Chiao Cheng21ad6602012-10-29 18:13:52 -070023
24 <!-- Action string for calling a custom phone number -->
25 <string name="call_custom">Call
26 <xliff:g id="custom">%s</xliff:g>
27 </string>
28 <!-- Action string for calling a home phone number -->
29 <string name="call_home">Call home</string>
30 <!-- Action string for calling a mobile phone number -->
31 <string name="call_mobile">Call mobile</string>
32 <!-- Action string for calling a work phone number -->
33 <string name="call_work">Call work</string>
34 <!-- Action string for calling a work fax phone number -->
35 <string name="call_fax_work">Call work fax</string>
36 <!-- Action string for calling a home fax phone number -->
37 <string name="call_fax_home">Call home fax</string>
38 <!-- Action string for calling a pager phone number -->
39 <string name="call_pager">Call pager</string>
40 <!-- Action string for calling an other phone number -->
41 <string name="call_other">Call</string>
42 <!-- Action string for calling a callback number -->
43 <string name="call_callback">Call callback</string>
44 <!-- Action string for calling a car phone number -->
45 <string name="call_car">Call car</string>
46 <!-- Action string for calling a company main phone number -->
47 <string name="call_company_main">Call company main</string>
48 <!-- Action string for calling a ISDN phone number -->
49 <string name="call_isdn">Call ISDN</string>
50 <!-- Action string for calling a main phone number -->
51 <string name="call_main">Call main</string>
52 <!-- Action string for calling an other fax phone number -->
53 <string name="call_other_fax">Call fax</string>
54 <!-- Action string for calling a radio phone number -->
55 <string name="call_radio">Call radio</string>
56 <!-- Action string for calling a Telex phone number -->
57 <string name="call_telex">Call telex</string>
58 <!-- Action string for calling a TTY/TDD phone number -->
59 <string name="call_tty_tdd">Call TTY/TDD</string>
60 <!-- Action string for calling a work mobile phone number -->
61 <string name="call_work_mobile">Call work mobile</string>
62 <!-- Action string for calling a work pager phone number -->
63 <string name="call_work_pager">Call work pager</string>
64 <!-- Action string for calling an assistant phone number -->
65 <string name="call_assistant">Call
66 <xliff:g id="assistant">%s</xliff:g>
67 </string>
68 <!-- Action string for calling a MMS phone number -->
69 <string name="call_mms">Call MMS</string>
guanxiongliu907ce392016-03-10 14:14:54 -080070 <!-- Action string for calling a contact by shortcut -->
71 <string name="call_by_shortcut"><xliff:g id="contact_name">%s</xliff:g> (Call)</string>
Chiao Cheng21ad6602012-10-29 18:13:52 -070072
73 <!-- Action string for sending an SMS to a custom phone number -->
74 <string name="sms_custom">Text
75 <xliff:g id="custom">%s</xliff:g>
76 </string>
77 <!-- Action string for sending an SMS to a home phone number -->
78 <string name="sms_home">Text home</string>
79 <!-- Action string for sending an SMS to a mobile phone number -->
80 <string name="sms_mobile">Text mobile</string>
81 <!-- Action string for sending an SMS to a work phone number -->
82 <string name="sms_work">Text work</string>
83 <!-- Action string for sending an SMS to a work fax phone number -->
84 <string name="sms_fax_work">Text work fax</string>
85 <!-- Action string for sending an SMS to a home fax phone number -->
86 <string name="sms_fax_home">Text home fax</string>
87 <!-- Action string for sending an SMS to a pager phone number -->
88 <string name="sms_pager">Text pager</string>
89 <!-- Action string for sending an SMS to an other phone number -->
90 <string name="sms_other">Text</string>
91 <!-- Action string for sending an SMS to a callback number -->
92 <string name="sms_callback">Text callback</string>
93 <!-- Action string for sending an SMS to a car phone number -->
94 <string name="sms_car">Text car</string>
95 <!-- Action string for sending an SMS to a company main phone number -->
96 <string name="sms_company_main">Text company main</string>
97 <!-- Action string for sending an SMS to a ISDN phone number -->
98 <string name="sms_isdn">Text ISDN</string>
99 <!-- Action string for sending an SMS to a main phone number -->
100 <string name="sms_main">Text main</string>
101 <!-- Action string for sending an SMS to an other fax phone number -->
102 <string name="sms_other_fax">Text fax</string>
103 <!-- Action string for sending an SMS to a radio phone number -->
104 <string name="sms_radio">Text radio</string>
105 <!-- Action string for sending an SMS to a Telex phone number -->
106 <string name="sms_telex">Text telex</string>
107 <!-- Action string for sending an SMS to a TTY/TDD phone number -->
108 <string name="sms_tty_tdd">Text TTY/TDD</string>
109 <!-- Action string for sending an SMS to a work mobile phone number -->
110 <string name="sms_work_mobile">Text work mobile</string>
111 <!-- Action string for sending an SMS to a work pager phone number -->
112 <string name="sms_work_pager">Text work pager</string>
113 <!-- Action string for sending an SMS to an assistant phone number -->
114 <string name="sms_assistant">Text
115 <xliff:g id="assistant">%s</xliff:g>
116 </string>
117 <!-- Action string for sending an SMS to a MMS phone number -->
118 <string name="sms_mms">Text MMS</string>
guanxiongliu907ce392016-03-10 14:14:54 -0800119 <!-- Action string for sending an SMS to a contact by shortcut -->
120 <string name="sms_by_shortcut"><xliff:g id="contact_name">%s</xliff:g> (Message)</string>
Chiao Cheng21ad6602012-10-29 18:13:52 -0700121
Andrew Leebdcf6062014-07-10 16:15:56 -0700122 <!-- Description string for an action button to initiate a video call. -->
123 <string name="description_video_call">Make video call</string>
124
Chiao Cheng59bdd322012-10-31 15:18:29 -0700125 <!-- Title of the confirmation dialog for clearing frequents. [CHAR LIMIT=37] -->
126 <string name="clearFrequentsConfirmation_title">Clear frequently contacted?</string>
127
128 <!-- Confirmation dialog for clearing frequents. [CHAR LIMIT=NONE] -->
129 <string name="clearFrequentsConfirmation">You\'ll clear the frequently contacted list in the
Nancy Chenc64cdb42015-01-26 12:03:34 -0800130 Contacts and Phone apps, and force email apps to learn your addressing preferences from
Chiao Cheng59bdd322012-10-31 15:18:29 -0700131 scratch.
132 </string>
133
134 <!-- Title of the "Clearing frequently contacted" progress-dialog [CHAR LIMIT=35] -->
135 <string name="clearFrequentsProgress_title">Clearing frequently contacted\u2026</string>
136
137 <!-- Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
138 <string name="status_available">Available</string>
139
140 <!-- Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
141 <string name="status_away">Away</string>
142
143 <!-- Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
144 <string name="status_busy">Busy</string>
145
Chiao Chengcd25f382012-11-01 13:41:51 -0700146 <!-- Directory partition name (also exists in contacts) -->
147 <string name="contactsList">Contacts</string>
148
149 <!-- The name of the invisible local contact directory -->
150 <string name="local_invisible_directory">Other</string>
151
152 <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
153 <string name="directory_search_label">Directory</string>
154
Victor Chang83e8caf2015-12-24 13:17:42 +0800155 <!-- The label in section header in the contact list for a work contact directory [CHAR LIMIT=128] -->
Ricky Wai08a83982016-03-09 07:25:31 +0000156 <string name="directory_search_label_work">Work directory</string>
Victor Chang83e8caf2015-12-24 13:17:42 +0800157
Chiao Chengcd25f382012-11-01 13:41:51 -0700158 <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
159 <string name="local_search_label">All contacts</string>
160
Chiao Chengcd25f382012-11-01 13:41:51 -0700161 <!-- Title shown in the search result activity of contacts app while searching. [CHAR LIMIT=20]
162 (also in contacts) -->
163 <string name="search_results_searching">Searching\u2026</string>
164
165 <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
166 <string name="foundTooManyContacts">More than <xliff:g id="count">%d</xliff:g> found.</string>
167
168 <!-- 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]
169 (also in contacts) -->
170 <string name="listFoundAllContactsZero">No contacts</string>
171
172 <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
173 <plurals name="searchFoundContacts">
174 <item quantity="one">1 found</item>
175 <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item>
176 </plurals>
177
178 <!-- String describing the text for photo of a contact in a contacts list.
179
180 Note: AccessibilityServices use this attribute to announce what the view represents.
181 This is especially valuable for views without textual representation like ImageView.
182 -->
183 <string name="description_quick_contact_for">Quick contact for <xliff:g id="name">%1$s</xliff:g></string>
184
185 <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
186 <string name="missing_name">(No name)</string>
Chiao Cheng64df8b22012-11-07 18:20:17 -0800187
Chiao Cheng64df8b22012-11-07 18:20:17 -0800188 <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
189 <string name="favoritesFrequentContacted">Frequently contacted</string>
190
191 <!-- String describing a contact picture that introduces users to the contact detail screen.
192
193 Used by AccessibilityService to announce the purpose of the button.
194
195 [CHAR LIMIT=NONE]
196 -->
197 <string name="description_view_contact_detail" msgid="2795575601596468581">View contact</string>
198
199 <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
200 <string name="list_filter_phones">All contacts with phone numbers</string>
Chiao Cheng38f66e82012-11-13 18:38:05 -0800201
Victor Chang83e8caf2015-12-24 13:17:42 +0800202 <!-- Contact list filter selection indicating that the list shows all work contacts with phone numbers [CHAR LIMIT=64] -->
Ricky Wai08a83982016-03-09 07:25:31 +0000203 <string name="list_filter_phones_work">Work profile contacts</string>
Victor Chang83e8caf2015-12-24 13:17:42 +0800204
Chiao Cheng38f66e82012-11-13 18:38:05 -0800205 <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
206 <string name="view_updates_from_group">View updates</string>
207
Chiao Cheng38f66e82012-11-13 18:38:05 -0800208 <!-- Title for data source when creating or editing a contact that doesn't
209 belong to a specific account. This contact will only exist on the phone
Wenyi Wang4484efb2016-06-30 12:25:06 -0700210 and will not be synced. [CHAR LIMIT=20] -->
211 <string name="account_phone">Device</string>
Chiao Cheng38f66e82012-11-13 18:38:05 -0800212
213 <!-- Header that expands to list all name types when editing a structured name of a contact
214 [CHAR LIMIT=20] -->
215 <string name="nameLabelsGroup">Name</string>
216
217 <!-- Header that expands to list all nickname types when editing a nickname of a contact
218 [CHAR LIMIT=20] -->
219 <string name="nicknameLabelsGroup">Nickname</string>
220
221 <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
222 <string name="full_name">Name</string>
223 <!-- Field title for the given name of a contact -->
Andrew Lee7a54a662014-08-21 15:20:25 -0700224 <string name="name_given">First name</string>
Chiao Cheng38f66e82012-11-13 18:38:05 -0800225 <!-- Field title for the family name of a contact -->
Andrew Lee7a54a662014-08-21 15:20:25 -0700226 <string name="name_family">Last name</string>
Chiao Cheng38f66e82012-11-13 18:38:05 -0800227 <!-- Field title for the prefix name of a contact -->
228 <string name="name_prefix">Name prefix</string>
229 <!-- Field title for the middle name of a contact -->
230 <string name="name_middle">Middle name</string>
231 <!-- Field title for the suffix name of a contact -->
232 <string name="name_suffix">Name suffix</string>
233
234 <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
235 <string name="name_phonetic">Phonetic name</string>
236
237 <!-- Field title for the phonetic given name of a contact -->
Andrew Lee7a54a662014-08-21 15:20:25 -0700238 <string name="name_phonetic_given">Phonetic first name</string>
Chiao Cheng38f66e82012-11-13 18:38:05 -0800239 <!-- Field title for the phonetic middle name of a contact -->
240 <string name="name_phonetic_middle">Phonetic middle name</string>
241 <!-- Field title for the phonetic family name of a contact -->
Andrew Lee7a54a662014-08-21 15:20:25 -0700242 <string name="name_phonetic_family">Phonetic last name</string>
Chiao Cheng38f66e82012-11-13 18:38:05 -0800243
244 <!-- Header that expands to list all of the types of phone numbers when editing or creating a
245 phone number for a contact [CHAR LIMIT=20] -->
246 <string name="phoneLabelsGroup">Phone</string>
247
248 <!-- Header that expands to list all of the types of email addresses when editing or creating
249 an email address for a contact [CHAR LIMIT=20] -->
250 <string name="emailLabelsGroup">Email</string>
251
252 <!-- Header that expands to list all of the types of postal addresses when editing or creating
253 an postal address for a contact [CHAR LIMIT=20] -->
254 <string name="postalLabelsGroup">Address</string>
255
256 <!-- Header that expands to list all of the types of IM account when editing or creating an IM
257 account for a contact [CHAR LIMIT=20] -->
258 <string name="imLabelsGroup">IM</string>
259
260 <!-- Header that expands to list all organization types when editing an organization of a
261 contact [CHAR LIMIT=20] -->
262 <string name="organizationLabelsGroup">Organization</string>
263
264 <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
265 <string name="relationLabelsGroup">Relationship</string>
266
267 <!-- Header that expands to list all event types when editing an event of a contact
268 [CHAR LIMIT=20] -->
Wenyi Wangd81470b2015-11-05 19:12:35 -0800269 <string name="eventLabelsGroup">Special date</string>
Chiao Cheng38f66e82012-11-13 18:38:05 -0800270
271 <!-- Generic action string for text messaging a contact. Used by AccessibilityService to
272 announce the purpose of the view. [CHAR LIMIT=NONE] -->
273 <string name="sms">Text message</string>
274
275 <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
276 <string name="postal_address">Address</string>
277
278 <!-- Hint text for the organization name when editing -->
279 <string name="ghostData_company">Company</string>
280
281 <!-- Hint text for the organization title when editing -->
282 <string name="ghostData_title">Title</string>
283
284 <!-- The label describing the Notes field of a contact. This field allows free form text entry
285 about a contact -->
286 <string name="label_notes">Notes</string>
287
288 <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
Jay Shrauner54e29032014-08-08 14:22:05 -0700289 <string name="label_sip_address">SIP</string>
Chiao Cheng38f66e82012-11-13 18:38:05 -0800290
291 <!-- Header that expands to list all website types when editing a website of a contact
292 [CHAR LIMIT=20] -->
293 <string name="websiteLabelsGroup">Website</string>
294
Wenyi Wang5ad45482016-05-02 20:27:57 -0700295 <!-- Header for the list of all labels for a contact [CHAR LIMIT=20] -->
296 <string name="groupsLabel">Labels</string>
Chiao Cheng38f66e82012-11-13 18:38:05 -0800297
298 <!-- Action string for sending an email to a home email address -->
299 <string name="email_home">Email home</string>
300 <!-- Action string for sending an email to a mobile email address -->
301 <string name="email_mobile">Email mobile</string>
302 <!-- Action string for sending an email to a work email address -->
303 <string name="email_work">Email work</string>
304 <!-- Action string for sending an email to an other email address -->
305 <string name="email_other">Email</string>
306 <!-- Action string for sending an email to a custom email address -->
307 <string name="email_custom">Email <xliff:g id="custom">%s</xliff:g></string>
308
309 <!-- Generic action string for sending an email -->
310 <string name="email">Email</string>
311
312 <!-- Field title for the street of a structured postal address of a contact -->
313 <string name="postal_street">Street</string>
314 <!-- Field title for the PO box of a structured postal address of a contact -->
315 <string name="postal_pobox">PO box</string>
316 <!-- Field title for the neighborhood of a structured postal address of a contact -->
317 <string name="postal_neighborhood">Neighborhood</string>
318 <!-- Field title for the city of a structured postal address of a contact -->
319 <string name="postal_city">City</string>
320 <!-- Field title for the region, or state, of a structured postal address of a contact -->
321 <string name="postal_region">State</string>
322 <!-- Field title for the postal code of a structured postal address of a contact -->
323 <string name="postal_postcode">ZIP code</string>
324 <!-- Field title for the country of a structured postal address of a contact -->
325 <string name="postal_country">Country</string>
326
327 <!-- Action string for viewing a home postal address -->
328 <string name="map_home">View home address</string>
329 <!-- Action string for viewing a work postal address -->
330 <string name="map_work">View work address</string>
331 <!-- Action string for viewing an other postal address -->
332 <string name="map_other">View address</string>
333 <!-- Action string for viewing a custom postal address -->
334 <string name="map_custom">View <xliff:g id="custom">%s</xliff:g> address</string>
335
336 <!-- Action string for starting an IM chat with the AIM protocol -->
337 <string name="chat_aim">Chat using AIM</string>
338 <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
339 <string name="chat_msn">Chat using Windows Live</string>
340 <!-- Action string for starting an IM chat with the Yahoo protocol -->
341 <string name="chat_yahoo">Chat using Yahoo</string>
342 <!-- Action string for starting an IM chat with the Skype protocol -->
343 <string name="chat_skype">Chat using Skype</string>
344 <!-- Action string for starting an IM chat with the QQ protocol -->
345 <string name="chat_qq">Chat using QQ</string>
346 <!-- Action string for starting an IM chat with the Google Talk protocol -->
347 <string name="chat_gtalk">Chat using Google Talk</string>
348 <!-- Action string for starting an IM chat with the ICQ protocol -->
349 <string name="chat_icq">Chat using ICQ</string>
350 <!-- Action string for starting an IM chat with the Jabber protocol -->
351 <string name="chat_jabber">Chat using Jabber</string>
352
353 <!-- Generic action string for starting an IM chat -->
354 <string name="chat">Chat</string>
355
356 <!-- String describing the Contact Editor Minus button
357
358 Used by AccessibilityService to announce the purpose of the button.
359
360 [CHAR LIMIT=NONE]
361 -->
362 <string name="description_minus_button">delete</string>
363
364 <!-- Content description for the expand or collapse name fields button.
365 Clicking this button causes the name editor to toggle between showing
366 a single field where the entire name is edited at once, or multiple
367 fields corresponding to each part of the name (Name Prefix, First Name,
368 Middle Name, Last Name, Name Suffix).
369 [CHAR LIMIT=NONE] -->
370 <string name="expand_collapse_name_fields_description">Expand or collapse name fields</string>
Chiao Chengc40ec392012-11-28 18:06:44 -0800371
Wenyi Wangdbc88902015-10-31 14:32:47 -0700372 <!-- Content description for the expand or collapse phonetic name fields button. [CHAR LIMIT=100] -->
373 <string name="expand_collapse_phonetic_name_fields_description">Expand or collapse phonetic
374 name fields</string>
Chiao Chengc40ec392012-11-28 18:06:44 -0800375
Walter Jang98a1f7a2016-07-14 19:49:06 +0000376 <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
377 <string name="list_filter_all_accounts">All contacts</string>
378
379 <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
380 <string name="list_filter_all_starred">Starred</string>
381
382 <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
383 <string name="list_filter_customize">Customize</string>
384
385 <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
386 <string name="list_filter_single">Contact</string>
387
388 <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
389 <string name="display_ungrouped">All other contacts</string>
390
391 <!-- List title for a special contacts group that covers all contacts that aren't members of any other group. [CHAR LIMIT=25] -->
392 <string name="display_all_contacts">All contacts</string>
393
394 <!-- Menu item to remove a contacts sync group. [CHAR LIMIT=40] -->
395 <string name="menu_sync_remove">Remove sync group</string>
396
397 <!-- Menu item to add a contacts sync group. [CHAR LIMIT=40] -->
398 <string name="dialog_sync_add">Add sync group</string>
399
400 <!-- Text displayed in the sync groups footer view for unknown sync groups. [CHAR LIMIT=40 -->
401 <string name="display_more_groups">More groups\u2026</string>
402
403 <!-- Warning message given to users just before they remove a currently syncing
404 group that would also cause all ungrouped contacts to stop syncing. [CHAR LIMIT=NONE] -->
405 <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>
406
407 <!-- Displayed in a spinner dialog as user changes to display options are saved -->
408 <string name="savingDisplayGroups">Saving display options\u2026</string>
409
Chiao Chengc40ec392012-11-28 18:06:44 -0800410 <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
411 <string name="menu_done">Done</string>
412
413 <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
414 <string name="menu_doNotSave">Cancel</string>
415
Walter Jang98a1f7a2016-07-14 19:49:06 +0000416 <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
417 <string name="listCustomView">Contacts in custom view</string>
418
Wenyi Wangc5a558d2015-11-04 14:42:03 -0800419 <!-- Message asking user to select an account to save contacts imported from vcard or SIM card [CHAR LIMIT=64] -->
420 <string name="dialog_new_contact_account">Save imported contacts to:</string>
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800421
422 <!-- Action string for selecting SIM for importing contacts -->
423 <string name="import_from_sim">Import from SIM card</string>
424
Brian Attwellef3ea392014-10-06 14:55:49 -0700425 <!-- Action string for selecting a SIM subscription for importing contacts -->
Ihab Awad85a93412014-12-05 16:23:11 -0800426 <string name="import_from_sim_summary">Import from SIM <xliff:g id="sim_name">^1</xliff:g> - <xliff:g id="sim_number">^2</xliff:g></string>
Brian Attwellef3ea392014-10-06 14:55:49 -0700427
428 <!-- Action string for selecting a SIM subscription for importing contacts, without a phone number -->
429 <string name="import_from_sim_summary_no_number">Import from SIM <xliff:g id="sim_name">%1$s</xliff:g></string>
Brian Attwelle8090fa2014-07-28 17:09:39 -0700430
Walter Jang11335d52015-07-14 10:56:03 -0700431 <!-- Action string for selecting a .vcf file to import contacts from [CHAR LIMIT=30] -->
432 <string name="import_from_vcf_file" product="default">Import from .vcf file</string>
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800433
434 <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
435 The argument is file name for the vCard import the user wants to cancel.
436 [CHAR LIMIT=128] -->
437 <string name="cancel_import_confirmation_message">Cancel import of <xliff:g id="filename" example="import.vcf">%s</xliff:g>?</string>
438
439 <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
440 The argument is file name for the vCard export the user wants to cancel.
441 [CHAR LIMIT=128] -->
442 <string name="cancel_export_confirmation_message">Cancel export of <xliff:g id="filename" example="export.vcf">%s</xliff:g>?</string>
443
444 <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
445 <string name="cancel_vcard_import_or_export_failed">Couldn\'t cancel vCard import/export</string>
446
447 <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
448 <string name="fail_reason_unknown">Unknown error.</string>
449
450 <!-- The failed reason shown when vCard importer/exporter could not open the file
451 specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
452 <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>
453
454 <!-- The failed reason shown when contacts exporter fails to be initialized.
455 Some exact reason must follow this. [CHAR LIMIT=NONE]-->
456 <string name="fail_reason_could_not_initialize_exporter">Couldn\'t start the exporter: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string>
457
458 <!-- The failed reason shown when there's no contact which is allowed to be exported.
459 Note that user may have contacts data but all of them are probably not allowed to be
460 exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
461 <string name="fail_reason_no_exportable_contact">There is no exportable contact.</string>
462
Brian Attwell99155da2015-06-23 23:26:27 -0700463 <!-- The user doesn't have all permissions required to use the current screen. So
464 close the current screen and show the user this message. -->
465 <string name="missing_required_permission">You have disabled a required permission.</string>
466
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800467 <!-- The failed reason shown when some error happend during contacts export.
468 Some exact reason must follow this. [CHAR LIMIT=NONE] -->
469 <string name="fail_reason_error_occurred_during_export">An error occurred during export: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string>
470
Chiao Cheng1ab7dc32012-12-04 14:59:50 -0800471 <!-- The failed reason shown when the given file name is too long for the system.
472 The length limit of each file is different in each Android device, so we don't need to
473 mention it here. [CHAR LIMIT=NONE] -->
474 <string name="fail_reason_too_long_filename">Required filename is too long (\"<xliff:g id="filename">%s</xliff:g>\").</string>
475
Chiao Cheng1ab7dc32012-12-04 14:59:50 -0800476 <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
477 emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
478 <string name="fail_reason_io_error">I/O error</string>
479
480 <!-- Failure reason show when Contacts app (especially vCard importer) encountered
481 low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
482 <string name="fail_reason_low_memory_during_import">Not enough memory. The file may be too large.</string>
483
484 <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
485 implementation. This might happen even when the input vCard is completely valid, though
486 we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
487 <string name="fail_reason_vcard_parse_error">Couldn\'t parse vCard for an unexpected reason.</string>
488
489 <!-- The failed reason shown when vCard importer doesn't support the format.
490 This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
491 <string name="fail_reason_not_supported">The format isn\'t supported.</string>
492
493 <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
494 <string name="fail_reason_failed_to_collect_vcard_meta_info">Couldn\'t collect meta information of given vCard file(s).</string>
495
496 <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
497 files import. It includes the case where all files were failed to be imported. -->
498 <string name="fail_reason_failed_to_read_files">One or more files couldn\'t be imported (%s).</string>
499
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800500 <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
501 <string name="exporting_vcard_finished_title">Finished exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g>.</string>
502
Walter Jangcc4aecc2015-07-09 10:19:35 -0700503 <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
504 <string name="exporting_vcard_finished_title_fallback">Finished exporting contacts.</string>
505
Wenyi Wang9de30692016-02-04 14:08:45 -0800506 <!-- The toast message shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=150]-->
507 <string name="exporting_vcard_finished_toast">Finished exporting contacts, click the notification to share contacts.</string>
508
509 <!-- The message on notification shown when exporting vCard has finished and vCards are ready to be shared [CHAR LIMIT=60]-->
510 <string name="touch_to_share_contacts">Tap to share contacts.</string>
511
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800512 <!-- The title shown when exporting vCard is canceled (probably by a user)
513 The argument is file name the user canceled importing.
514 [CHAR LIMIT=40] -->
515 <string name="exporting_vcard_canceled_title">Exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g> canceled.</string>
516
517 <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
518 <string name="exporting_contact_list_title">Exporting contact data</string>
519
520 <!-- Message shown when the application is exporting contact data outside -->
Wenyi Wang9de30692016-02-04 14:08:45 -0800521 <string name="exporting_contact_list_message">Contact data is being exported.</string>
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800522
523 <!-- The error reason the vCard composer "may" emit when database is corrupted or
524 something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
525 <string name="composer_failed_to_get_database_infomation">Couldn\'t get database information.</string>
526
527 <!-- This error message shown when the user actually have no contact
528 (e.g. just after data-wiping), or, data providers of the contact list prohibits their
529 contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
Sailesh Nepal5a47b422016-02-17 02:16:02 -0800530 <string name="composer_has_no_exportable_contact">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>
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800531
532 <!-- The error reason the vCard composer may emit when vCard composer is not initialized
533 even when needed.
534 Users should not usually see this error message. [CHAR LIMIT=NONE] -->
535 <string name="composer_not_initialized">The vCard composer didn\'t start properly.</string>
536
537 <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
538 <string name="exporting_contact_failed_title">Couldn\'t export</string>
539
540 <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
541 <string name="exporting_contact_failed_message">The contact data wasn\'t exported.\nReason: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string>
542
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800543 <!-- Description shown when importing vCard data.
544 The argument is the name of a contact which is being read.
545 [CHAR LIMIT=20] -->
546 <string name="importing_vcard_description">Importing <xliff:g id="name" example="Joe Due">%s</xliff:g></string>
547
548 <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
549 <string name="reading_vcard_failed_title">Couldn\'t read vCard data</string>
550
551 <!-- The title shown when reading vCard is canceled (probably by a user)
552 [CHAR LIMIT=40] -->
553 <string name="reading_vcard_canceled_title">Reading vCard data canceled</string>
554
555 <!-- The title shown when reading vCard finished
556 The argument is file name the user imported.
557 [CHAR LIMIT=40] -->
558 <string name="importing_vcard_finished_title">Finished importing vCard <xliff:g id="filename" example="import.vcf">%s</xliff:g></string>
559
560 <!-- The title shown when importing vCard is canceled (probably by a user)
561 The argument is file name the user canceled importing.
562 [CHAR LIMIT=40] -->
563 <string name="importing_vcard_canceled_title">Importing <xliff:g id="filename" example="import.vcf">%s</xliff:g> canceled</string>
564
565 <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
566 when there are already other import/export requests.
567 The argument is file name the user imported.
568 [CHAR LIMIT=40] -->
569 <string name="vcard_import_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> will be imported shortly.</string>
570 <!-- 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.
571 "The file" is what a user selected for importing.
572 [CHAR LIMIT=40] -->
573 <string name="vcard_import_will_start_message_with_default_name">The file will be imported shortly.</string>
574 <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
575 <string name="vcard_import_request_rejected_message">vCard import request was rejected. Try again later.</string>
576 <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
577 when there are already other import/export requests.
578 The argument is file name the user exported.
579 [CHAR LIMIT=40] -->
580 <string name="vcard_export_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> will be exported shortly.</string>
Walter Jangcc4aecc2015-07-09 10:19:35 -0700581
582 <!-- The message shown when a vCard export request is accepted but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
583 <string name="vcard_export_will_start_message_fallback">The file will be exported shortly.</string>
584
Wenyi Wang9de30692016-02-04 14:08:45 -0800585 <!-- The message shown when a vCard export request is accepted and contacts will be exported shortly. [CHAR LIMIT=70]-->
586 <string name="contacts_export_will_start_message">Contacts will be exported shortly.</string>
587
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800588 <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
589 <string name="vcard_export_request_rejected_message">vCard export request was rejected. Try again later.</string>
590 <!-- Used when file name is unknown in vCard processing. It typically happens
591 when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
592 <string name="vcard_unknown_filename">contact</string>
593
594 <!-- The message shown when vCard importer is caching files to be imported into local temporary
595 data storage. [CHAR LIMIT=NONE] -->
596 <string name="caching_vcard_message">Caching vCard(s) to local temporary storage. The actual import will start soon.</string>
597
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800598 <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
599 <string name="vcard_import_failed">Couldn\'t import vCard.</string>
600
Chiao Cheng99b52ab2012-12-03 17:15:58 -0800601 <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
602 <string name="nfc_vcard_file_name">Contact received over NFC</string>
603
Chiao Cheng1ab7dc32012-12-04 14:59:50 -0800604 <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
605 <string name="confirm_export_title">Export contacts?</string>
606
Chiao Cheng1ab7dc32012-12-04 14:59:50 -0800607 <!-- The title shown when vCard importer is caching files to be imported into local temporary
608 data storage. [CHAR LIMIT=40] -->
609 <string name="caching_vcard_title">Caching</string>
610
Chiao Cheng1ab7dc32012-12-04 14:59:50 -0800611 <!-- The message shown while importing vCard(s).
612 First argument is current index of contacts to be imported.
613 Second argument is the total number of contacts.
614 Third argument is the name of a contact which is being read.
615 [CHAR LIMIT=20] -->
616 <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>
617
Walter Jang3a746de2015-07-01 11:26:07 -0700618 <!-- Action that exports all contacts to a user selected destination. [CHAR LIMIT=25] -->
Walter Jang11335d52015-07-14 10:56:03 -0700619 <string name="export_to_vcf_file" product="default">Export to .vcf file</string>
Chiao Chengfd6d5f82012-12-04 15:44:17 -0800620
Yorke Leeacae3792014-07-10 11:38:55 -0700621 <!-- Contact preferences related strings -->
622
Andrew Lee7a54a662014-08-21 15:20:25 -0700623 <!-- Label of the "sort by" display option -->
624 <string name="display_options_sort_list_by">Sort by</string>
Yorke Leeacae3792014-07-10 11:38:55 -0700625
626 <!-- An allowable value for the "sort list by" contact display option -->
Andrew Lee7a54a662014-08-21 15:20:25 -0700627 <string name="display_options_sort_by_given_name">First name</string>
Yorke Leeacae3792014-07-10 11:38:55 -0700628
629 <!-- An allowable value for the "sort list by" contact display option -->
Andrew Lee7a54a662014-08-21 15:20:25 -0700630 <string name="display_options_sort_by_family_name">Last name</string>
Yorke Leeacae3792014-07-10 11:38:55 -0700631
Andrew Lee7a54a662014-08-21 15:20:25 -0700632 <!-- Label of the "name format" display option [CHAR LIMIT=64]-->
633 <string name="display_options_view_names_as">Name format</string>
Yorke Leeacae3792014-07-10 11:38:55 -0700634
635 <!-- An allowable value for the "view names as" contact display option -->
Andrew Lee7a54a662014-08-21 15:20:25 -0700636 <string name="display_options_view_given_name_first">First name first</string>
Yorke Leeacae3792014-07-10 11:38:55 -0700637
638 <!-- An allowable value for the "view names as" contact display option -->
Andrew Lee7a54a662014-08-21 15:20:25 -0700639 <string name="display_options_view_family_name_first">Last name first</string>
Yorke Leeacae3792014-07-10 11:38:55 -0700640
Tingting Wang5b4b2302016-06-30 13:15:49 -0700641 <!--Lable of the "Accounts" in settings [CHAR LIMIT=30]-->
642 <string name="settings_accounts">Accounts</string>
643
Tingting Wangbac4a492015-10-30 12:04:08 -0700644 <!--Label of the "default account" setting option to set default editor account. [CHAR LIMIT=80]-->
645 <string name="default_editor_account">Default account for new contacts</string>
Tingting Wang8d9216f2015-08-20 16:35:36 -0700646
Tingting Wanga6d7a4b2016-01-22 10:08:18 -0800647 <!--Label of the "Sync contact metadata" setting option to set sync account for Lychee. [CHAR LIMIT=80]-->
648 <string name="sync_contact_metadata_title">Sync contact metadata [DOGFOOD]</string>
649
650 <!--Label of the "Sync contact metadata" setting dialog to set sync account for Lychee. [CHAR LIMIT=80]-->
651 <string name="sync_contact_metadata_dialog_title">Sync contact metadata</string>
Tingting Wang202416e2016-01-13 10:29:44 -0800652
Wenyi Wang69c7dc82016-05-16 11:55:19 -0700653 <!-- Title of my info preference, showing the name of user's personal profile [CHAR LIMIT=30]-->
654 <string name="settings_my_info_title">My info</string>
655
656 <!-- Displayed below my info for user to set up the user's personal profile entry [CHAR LIMIT=64] -->
657 <string name="set_up_profile">Set up your profile</string>
658
Wenyi Wang804b1382016-05-13 19:54:45 +0000659 <!-- Label of the "About" setting -->
660 <string name="setting_about">About Contacts</string>
Tingting Wangc9e12b12015-11-01 20:19:03 -0800661
Wenyi Wang0785e8f2015-12-30 16:54:05 -0800662 <!-- Title of the settings activity [CHAR LIMIT=64] -->
663 <string name="activity_title_settings">Settings</string>
664
Chiao Chengfd6d5f82012-12-04 15:44:17 -0800665 <!-- Action that shares visible contacts -->
666 <string name="share_visible_contacts">Share visible contacts</string>
667
Brian Attwell3f420f92015-06-26 11:31:57 -0700668 <!-- A framework exception (ie, transaction too large) can be thrown while attempting to share all visible contacts. If so, show this toast. -->
669 <string name="share_visible_contacts_failure">Failed to share visible contacts.</string>
670
Wenyi Wang4d774e52016-01-27 17:34:15 -0800671 <!-- Action that shares favorite contacts [CHAR LIMIT=40]-->
672 <string name="share_favorite_contacts">Share favorite contacts</string>
673
674 <!-- Action that shares contacts [CHAR LIMIT=30]-->
675 <string name="share_contacts">Share all contacts</string>
676
677 <!-- A framework exception can be thrown while attempting to share all contacts. If so, show this toast. [CHAR LIMIT=40]-->
678 <string name="share_contacts_failure">Failed to share contacts.</string>
679
Chiao Chengfd6d5f82012-12-04 15:44:17 -0800680 <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
681 <string name="dialog_import_export">Import/export contacts</string>
682
683 <!-- Dialog title when importing contacts from an external source. [CHAR LIMIT=36] -->
684 <string name="dialog_import">Import contacts</string>
685
686 <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE] -->
687 <string name="share_error">This contact can\'t be shared.</string>
688
Wenyi Wang99570162015-09-24 15:28:59 -0700689 <!-- Toast indicating that no visible contact to share [CHAR LIMIT=NONE] -->
690 <string name="no_contact_to_share">There are no contacts to share.</string>
691
Chiao Cheng396911f2012-12-05 12:06:58 -0800692 <!-- Menu item to search contacts -->
693 <string name="menu_search">Search</string>
694
Walter Jang98a1f7a2016-07-14 19:49:06 +0000695 <!-- The menu item to filter the list of contacts displayed -->
696 <string name="menu_contacts_filter">Contacts to display</string>
697
698 <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
699 <string name="activity_title_contacts_filter">Contacts to display</string>
700
701 <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
702 <string name="custom_list_filter">Define custom view</string>
703
Chiao Cheng396911f2012-12-05 12:06:58 -0800704 <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
Tingting Wang1b213852016-06-23 11:05:53 -0700705 <string name="hint_findContacts">Search contacts</string>
Chiao Cheng396911f2012-12-05 12:06:58 -0800706
707 <!-- The description text for the favorites tab.
708
709 Note: AccessibilityServices use this attribute to announce what the view represents.
710 This is especially valuable for views without textual representation like ImageView.
711
712 [CHAR LIMIT=NONE] -->
713 <string name="contactsFavoritesLabel">Favorites</string>
714
715 <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected [CHAR LIMIT=64]-->
716 <string name="listTotalAllContactsZero">No contacts.</string>
717
Chiao Cheng396911f2012-12-05 12:06:58 -0800718 <!-- The menu item to clear frequents [CHAR LIMIT=30] -->
719 <string name="menu_clear_frequents">Clear frequents</string>
720
Nancy Chen4be780c2014-06-10 16:27:37 -0700721 <!-- Menu item to select SIM card -->
722 <string name="menu_select_sim">Select SIM card</string>
723
Wenyi Wang804b1382016-05-13 19:54:45 +0000724 <!-- The menu item to open the list of accounts. [CHAR LIMIT=60]-->
725 <string name="menu_accounts">Manage accounts</string>
726
Chiao Cheng396911f2012-12-05 12:06:58 -0800727 <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. [CHAR LIMIT=30]-->
728 <string name="menu_import_export">Import/export</string>
729
Tingting Wanga099da82016-06-30 18:27:22 -0700730 <!-- The menu item to open blocked numbers activity [CHAR LIMIT=60]-->
731 <string name="menu_blocked_numbers">Blocked numbers</string>
732
Brian Attwellc8a6a4b2014-05-16 12:49:15 -0700733 <!-- The font-family to use for tab text.
734 Do not translate. -->
735 <string name="tab_font_family">sans-serif</string>
736
Yorke Lee2b82ecf2013-10-28 11:05:43 -0700737 <!-- Attribution of a contact status update, when the time of update is unknown -->
738 <string name="contact_status_update_attribution">via <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string>
739
740 <!-- Attribution of a contact status update, when the time of update is known -->
741 <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>
742
Yorke Lee68939012014-02-12 14:58:25 -0800743 <!-- Font family used when drawing letters for letter tile avatars.
744 Do not translate. -->
Yorke Leeb9788552015-10-06 17:29:36 -0700745 <string name="letter_tile_letter_font_family">sans-serif-medium</string>
Brian Attwell1b619222014-05-30 16:46:36 -0700746
747 <!-- Content description for the fake action menu up button as used
748 inside search. [CHAR LIMIT=NONE] -->
749 <string name="action_menu_back_from_search">stop searching</string>
750
751 <!-- String describing the icon used to clear the search field -->
752 <string name="description_clear_search">Clear search</string>
753
754 <!-- The font-family to use for the text inside the searchbox.
755 Do not translate. -->
756 <string name="search_font_family">sans-serif</string>
Yorke Lee89bdcd32014-07-14 14:31:40 -0700757
758 <!-- The title of the preference section that allows users to configure how they want their
759 contacts to be displayed. [CHAR LIMIT=128] -->
Yorke Leeacae3792014-07-10 11:38:55 -0700760 <string name="settings_contact_display_options_title">Contact display options</string>
Yorke Lee8e395352014-07-14 15:42:21 -0700761
Nancy Chen47228612014-10-08 12:45:34 -0700762 <!-- Title for Select Account Dialog [CHAR LIMIT=30] -->
Nancy Chen06bace12014-11-10 13:41:02 -0800763 <string name="select_account_dialog_title">Account</string>
Nancy Chena8195352014-10-21 18:53:11 -0700764
765 <!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
766 <string name="set_default_account">Always use this for calls</string>
767
Nancy Chen857cc002014-11-03 17:08:47 -0800768 <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
769 <string name="select_phone_account_for_calls">Call with</string>
Tyler Gunna72b1112015-08-04 13:33:49 -0700770
771 <!-- String used for actions in the dialer call log and the quick contact card to initiate
772 a call to an individual. The user is prompted to enter a note which is sent along with
773 the call (e.g. a call subject). [CHAR LIMIT=40] -->
774 <string name="call_with_a_note">Call with a note</string>
775
776 <!-- Hint text shown in the call subject dialog. [CHAR LIMIT=255] -->
777 <string name="call_subject_hint">Type a note to send with call ...</string>
778
779 <!-- Button used to start a new call with the user entered subject. [CHAR LIMIT=32] -->
780 <string name="send_and_call_button">SEND &amp; CALL</string>
781
782 <!-- String used to represent the total number of characters entered for a call subject,
783 compared to the character limit. Example: 2 / 64 -->
784 <string name="call_subject_limit"><xliff:g id="count" example="4">%1$s</xliff:g> / <xliff:g id="limit" example="64">%2$s</xliff:g></string>
785
786 <!-- String used to build a phone number bype and phone number string.
787 Example: Mobile • 650-555-1212 -->
788 <string name="call_subject_type_and_number"><xliff:g id="type" example="Mobile">%1$s</xliff:g><xliff:g id="number" example="(650) 555-1212">%2$s</xliff:g></string>
789
Nancy Chenef454af2015-10-27 17:02:01 -0700790 <!-- String format to describe the number of unread items in a tab.
791
792 Note: AccessibilityServices use this attribute to announce what the view represents.
793 This is especially valuable for views without textual representation like ImageView.
794 -->
795 <plurals name="tab_title_with_unread_items">
796 <item quantity="one">
797 <xliff:g id="title">%1$s</xliff:g>. <xliff:g id="count">%2$d</xliff:g> unread item.
798 </item>
799 <item quantity="other">
800 <xliff:g id="title">%1$s</xliff:g>. <xliff:g id="count">%2$d</xliff:g> unread items.
801 </item>
802 </plurals>
Tingting Wangc9e12b12015-11-01 20:19:03 -0800803
804 <!-- Build version title in About preference. [CHAR LIMIT=40]-->
805 <string name="about_build_version">Build version</string>
806
807 <!-- Open source licenses title in About preference. [CHAR LIMIT=60] -->
808 <string name="about_open_source_licenses">Open source licenses</string>
809
810 <!-- Open source licenses summary in About preference. [CHAR LIMIT=NONE] -->
811 <string name="about_open_source_licenses_summary">License details for open source software</string>
812
813 <!-- Privacy policy title in About preference. [CHAR LIMIT=40]-->
814 <string name="about_privacy_policy">Privacy policy</string>
815
816 <!-- Terms of service title in about preference. [CHAR LIMIT=60]-->
817 <string name="about_terms_of_service">Terms of service</string>
Tingting Wange67257a2015-11-05 15:17:22 -0800818
819 <!-- Title for the activity that displays licenses for open source libraries. [CHAR LIMIT=100]-->
820 <string name="activity_title_licenses">Open source licenses</string>
Wenyi Wangd81470b2015-11-05 19:12:35 -0800821
Tingting Wangb7664a42016-03-08 12:27:28 -0800822 <!-- Toast message showing when failed to open the url. [CHAR LIMIT=100]-->
823 <string name="url_open_error_toast">Failed to open the url.</string>
824
Walter Jang98a1f7a2016-07-14 19:49:06 +0000825 <!-- Content description of entries (including that radio button is checked) in contact
826 accounts list filter. For example: Google abc@gmail.com checked, etc [CHAR LIMIT=30]-->
827 <string name="account_filter_view_checked"><xliff:g id="account_info">%s</xliff:g> checked</string>
828
829 <!-- Content description of entries (including that the radio button is not checked) in contact
830 accounts list filter. For example: Google abc@gmail.com not checked, etc [CHAR LIMIT=30]-->
831 <string name="account_filter_view_not_checked"><xliff:g id="account_info">%s</xliff:g> not checked</string>
832
Tyler Gunn0724c202015-12-18 13:57:02 -0800833 <!-- Description string for an action button to initiate a video call from search results.
834 Note: AccessibilityServices use this attribute to announce what the view represents.
835 This is especially valuable for views without textual representation like ImageView.
836
837 [CHAR LIMIT=NONE]-->
838 <string name="description_search_video_call">Place video call</string>
Tingting Wang98f40da2016-07-13 13:17:55 -0700839
840 <!-- Content description of delete contact button-->
841 <string name="description_delete_contact">Delete</string>
Chiao Chengfbc39ef2012-09-05 16:10:50 -0700842</resources>