OSDN Git Service

am 543e96aa: am 3289d8fe: reconcile main tree with open-source eclair
[android-x86/packages-apps-Contacts.git] / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2006 The Android Open Source Project
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15 -->
16
17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18     <!-- Title for the activity that shows contacts.  This is the name
19          used in the Launcher icon. -->
20     <string name="contactsList">Contacts</string>
21
22     <!-- Title for the activity that dials the phone.  This is the name
23          used in the Launcher icon. -->
24     <string name="launcherDialer">Phone</string>
25
26     <!-- Name of activity that allows users to create shortcuts on the home screen to a contact.
27          This shows up in a list of things like bookmark, folder, music playlist, etc -->
28     <string name="shortcutContact">Contact</string>
29
30     <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact.
31          This shows up in a list of things like bookmark, folder, music playlist, etc -->
32     <string name="shortcutDialContact">Direct dial</string>
33
34     <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact.
35          This shows up in a list of things like bookmark, folder, music playlist, etc -->
36     <string name="shortcutMessageContact">Direct message</string>
37
38     <!-- Activity title when the user is selecting a contact for a shortcut. -->
39     <string name="shortcutActivityTitle">Choose a contact shortcut</string>
40
41     <!-- Activity title when the user is selecting a contact for a direct dial shortcut. -->
42     <string name="callShortcutActivityTitle">Choose a number to call</string>
43
44     <!-- Activity title when the user is selecting a contact for a direct message shortcut. -->
45     <string name="messageShortcutActivityTitle">Choose a number to message</string>
46
47     <!-- Title for the activity that shows only starred contacts -->
48     <string name="starredList">Starred</string>
49
50     <!-- Title for the activity that shows only frequently contacted contacts -->
51     <string name="frequentList">Frequent</string>
52
53     <!-- Title for the activity that shows a mix of starred contacts and frequently contacted
54          contacts. -->
55     <string name="strequentList">Favorites</string>
56
57     <!-- The title bar when viewing the contact details activity -->
58     <string name="viewContactTitle">Contact details</string>
59
60     <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
61          viewing a contact. This string represents the built in way to view the contact. -->
62     <string name="viewContactDesription">View contact</string>
63
64     <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
65          editing a contact. This string represents the built in way to edit the contact. -->
66     <string name="editContactDescription">Edit contact</string>
67
68     <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
69          creating a new contact. This string represents the built in way to create the contact. -->
70     <string name="insertContactDescription">Create contact</string>
71
72     <!-- Hint text in the search box when the user hits the Search key while in the contacts app -->
73     <string name="searchHint">Search contacts</string>
74
75     <!-- Menu item to search contacts -->
76     <string name="menu_search">Search</string>
77
78     <!-- Menu item to create a new contact -->
79     <string name="menu_newContact">New contact</string>
80
81     <!-- Menu item used to view the details for a specific contact -->
82     <string name="menu_viewContact">View contact</string>
83
84     <!-- Menu item used to call a contact, containing the name of the contact to call -->
85     <string name="menu_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
86
87     <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites -->
88     <string name="menu_addStar">Add to favorites</string>
89
90     <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites -->
91     <string name="menu_removeStar">Remove from favorites</string>
92
93     <!-- Optional menu item to encode the current contact as a QR Code using Barcode Scanner. -->
94     <string name="menu_showBarcode">Show barcode</string>
95
96     <!-- Menu item used to edit a specific contact -->
97     <string name="menu_editContact">Edit contact</string>
98
99     <!-- Menu item used to delete a specific contact -->
100     <string name="menu_deleteContact">Delete contact</string>
101
102     <!-- Menu item used to call a specific contact when viewing the details of that contact. -->
103     <string name="menu_call">Call contact</string>
104
105     <!-- Menu item used to send an SMS or MMS message to a specific phone number or a contacts default phone number -->
106     <string name="menu_sendSMS">Text contact</string>
107
108     <!-- Menu item used to send an email message to a specific email address -->
109     <string name="menu_sendEmail">Send email</string>
110
111     <!-- Menu item used to view a contact's address on a map -->
112     <string name="menu_viewAddress">Map address</string>
113
114     <!-- Menu item that makes a phone the default for a contact. The default number used when you
115          try to call a contact without specifying a specific number. -->
116     <string name="menu_makeDefaultNumber">Make default number</string>
117
118     <!-- Menu item that makes an email address the default for a contact. The default email used
119          when you try to email a contact without specifying a specific address. -->
120     <string name="menu_makeDefaultEmail">Make default email</string>
121
122     <!-- Menu item that splits an item from the contact detail into a separate aggregate -->
123     <string name="menu_splitAggregate">Separate</string>
124
125     <!-- Dialog title for the list of constituent contacts in the split aggregate dialog. -->
126     <string name="splitAggregate_title">Split contact</string>
127
128     <!-- Toast shown after a contact has been split from an aggregate by a user action -->
129     <string name="contactsSplitMessage">Contacts separated</string>
130
131     <!-- Title of the confirmation dialog for separating contacts into multiple instances  -->
132     <string name="splitConfirmation_title">Separate Contact</string>
133
134     <!-- Confirmation dialog for separating contacts into multiple instances  -->
135     <string name="splitConfirmation">Are you sure you want to separate this single contact
136         into multiple contacts: one for each set of contact information that was joined into it?
137     </string>
138
139     <!-- Menu item that joins an aggregate with another aggregate -->
140     <string name="menu_joinAggregate">Join</string>
141
142     <!-- Menu item to toggle the tabs that show where the contact data comes from. -->
143     <string name="menu_showSources">Show sources</string>
144     <string name="menu_hideSources">Hide sources</string>
145
146     <!-- Activity title for the Join Contact list -->
147     <string name="titleJoinAggregate">Join contact</string>
148
149     <!-- Heading of the Join Contact screen -->
150     <string name="titleJoinContactDataWith">Join contacts</string>
151
152     <!-- Info blurb on the Join Contact screen -->
153     <string name="blurbJoinContactDataWith">Select the contact you want to join with <xliff:g id="name">%s</xliff:g>.</string>
154
155     <!-- An item in the Join Contact activity that opens up the full contact A-Z list -->
156     <string name="showAllContactsJoinItem">Show all contacts</string>
157
158     <!-- List separator for the Join Contact list: Suggestions -->
159     <string name="separatorJoinAggregateSuggestions">Suggested contacts</string>
160
161     <!-- List separator for the Join Contact list: A-Z -->
162     <string name="separatorJoinAggregateAll">All contacts</string>
163
164     <!-- Toast shown after two contacts have been joined by a user action -->
165     <string name="contactsJoinedMessage">Contacts joined</string>
166
167     <!-- Menu item that opens the Options activity for a given contact -->
168     <string name="menu_contactOptions">Options</string>
169
170     <!-- Title for the Options activity for a given contact -->
171     <string name="contactOptionsTitle">Options</string>
172
173     <!-- Confirmation dialog title after users selects to delete a contact. -->
174     <string name="deleteConfirmation_title">Delete</string>
175
176     <!-- Warning dialog contents after users selects to delete a ReadOnly contact. -->
177     <string name="readOnlyContactWarning">You cannot delete contacts from read-only accounts, but you can hide them in your contacts lists.</string>
178
179     <!-- Warning dialog contents after users selects to delete a contact with ReadOnly and Writable sources. -->
180     <string name="readOnlyContactDeleteConfirmation">This contact contains information from multiple accounts. Information from read-only accounts will be hidden in your contacts lists, not deleted.</string>
181
182     <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. -->
183     <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string>
184
185     <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
186     <string name="deleteConfirmation">This contact will be deleted.</string>
187
188     <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
189     <string name="menu_done">Done</string>
190
191     <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made -->
192     <string name="menu_doNotSave">Revert</string>
193
194     <!-- The title of the activity that edits and existing contact -->
195     <string name="editContact_title_edit">Edit contact</string>
196
197     <!-- The title of the activity that creates a new contact -->
198     <string name="editContact_title_insert">New contact</string>
199
200     <!-- Button that adds more info to a contact, like a new phone number, email address, or postal address -->
201     <string name="menu_addItem">More info</string>
202
203     <!-- The label describing the phonetic pronunciation/reading of a contact name -->
204     <string name="label_phonetic_name">Phonetic</string>
205
206     <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact -->
207     <string name="label_notes">Notes</string>
208
209     <!-- The label describing the custom ringtone for a contact -->
210     <string name="label_ringtone">Ringtone</string>
211
212     <!-- The label for a list of all the groups that the contact is associated with -->
213     <string name="label_groups">Groups</string>
214
215     <!-- Provides a delimeter in a list of groups. For example, "g1, g2" has ", g2" generated using this string -->
216     <string name="group_list">, <xliff:g id="groupName">%s</xliff:g></string>
217
218     <!-- Menu item used to send user to the edit contact screen -->
219     <string name="menu_viewGroup">Edit groups</string>
220
221     <!-- Hint text for the contact name when editing -->
222     <string name="ghostData_name">First and Last</string>
223
224     <!-- Hint text for the phonetic reading of the contact name when editing -->
225     <string name="ghostData_phonetic_name">Phonetic name</string>
226
227     <!-- Hint text for the organization name when editing -->
228     <string name="ghostData_company">Company</string>
229
230     <!-- Hint text for the organization position when editing -->
231     <string name="ghostData_title">Position</string>
232
233     <!-- Hint text for an IM account when editing -->
234     <string name="ghostData_im">IM name</string>
235
236     <!-- Hint text for the notes field when editing -->
237     <string name="ghostData_notes">My note</string>
238
239     <!-- Hint text for the phone number field when editing -->
240     <string name="ghostData_phone">Phone number</string>
241
242     <!-- Hint text for the email address field when editing -->
243     <string name="ghostData_email">Email address</string>
244
245     <!-- Hint text for the postal address field when editing -->
246     <string name="ghostData_postal">Postal address</string>
247
248     <!-- Hint text for the group field when editing -->
249     <string name="ghostData_group">Display group</string>
250
251     <!-- Message displayed in a toast when you try to view the details of a contact that
252          for some reason doesn't exist anymore. -->
253     <string name="invalidContactMessage">The contact does not exist.</string>
254
255     <!-- When picking a contact from a list of all contacts there is an entry at the top of the
256          list that allows the user to create a new contact, which this string is used for -->
257     <string name="pickerNewContactHeader">Create new contact</string>
258
259     <!-- Dialog title when you select a label when creating or edit a contact -->
260     <string name="selectLabel">Select label</string>
261
262     <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact -->
263     <string name="phoneLabelsGroup">Phone</string>
264
265     <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact -->
266     <string name="emailLabelsGroup">Email</string>
267
268     <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact -->
269     <string name="imLabelsGroup">IM</string>
270
271     <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact -->
272     <string name="postalLabelsGroup">Postal address</string>
273
274     <!-- Header that expands to list other types of data you can add to a contact, like notes and organizations -->
275     <string name="otherLabelsGroup">Other</string>
276
277     <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java -->
278     <skip/>
279     <!-- The labels that are under the otherLabelsGroup when editing a contact. -->
280     <string-array name="otherLabels">
281         <!-- An organization associated with a contact -->
282         <item>Organization</item>
283         <!-- A note associated with a contact -->
284         <item>Note</item>
285     </string-array>
286
287     <!-- Title of the dialog that appears if there are no pictures from which to create an icon for a contact -->
288     <string name="errorDialogTitle">No pictures</string>
289
290     <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
291     <string name="photoPickerNotFoundText">No pictures are available on the phone.</string>
292
293     <!-- Description of the activity used to set a photo in the pictures application as the icon for a contact -->
294     <string name="attachToContact">Contact icon</string>
295
296     <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address.
297          For example, this may be used to set a phone number's label to "Vaction house" -->
298     <string name="customLabelPickerTitle">Custom label name</string>
299
300     <!-- The menu item to open the list of groups to display -->
301     <string name="menu_displayGroup">Display options</string>
302
303     <!-- Title of activity that lets user pick which contact groups to display -->
304     <string name="displayGroups">Display options</string>
305
306     <!-- The menu item that leads to the settings for contact syncing -->
307     <string name="syncGroupPreference">Edit sync groups</string>
308
309     <!-- The menu item that launches the SIM card import activity -->
310     <string name="importFromSim">Import contacts</string>
311
312     <!-- Check box label that allows calls to the contact to be sent directly to voicemail -->
313     <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string>
314
315     <!-- String letting the user know that calls from the contact they're viewing will be sent directly to voicemail -->
316     <string name="send_to_voicemail_view">Calls are sent directly to voicemail.</string>
317
318     <!-- String used to indicate that a contact doesn't have a custom ringtone -->
319     <string name="default_ringtone">Default</string>
320
321     <!-- The button/menu item that allows you to add a picture to a contact -->
322     <string name="addPicture">Add icon</string>
323
324     <!-- The button/menu item that allows you to change an existing contact picture -->
325     <string name="changePicture">Change icon</string>
326
327     <!-- The menu item that allows you to remove a picture from a contact -->
328     <string name="removePicture">Remove icon</string>
329
330     <!-- The text displayed when the contacts list is empty while displaying all contacts -->
331     <string name="noContacts">No contacts.</string>
332
333     <!-- The text displayed when the contacts list is empty while displaying results after searching contacts -->
334     <string name="noMatchingContacts">No matching contacts found.</string>
335
336     <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers -->
337     <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string>
338
339     <!-- The text displayed when the contacts list is empty while displaying favorite contacts -->
340     <string name="noFavorites">No favorites.</string>
341
342     <!-- Title for group selection dialog. The dialog contains a list of contact groups that the
343          user can pick from, indicating they only want to see the contacts in that group. -->
344     <string name="select_group_title">Groups</string>
345
346     <!-- The text displayed when the contacts list is empty while displaying a single group of contacts -->
347     <string name="groupEmpty">Your \"<xliff:g id="groupName">%s</xliff:g>\" group is empty.</string>
348
349     <!-- The description of all groups when asking the user what they want to display -->
350     <string name="showAllGroups">All contacts</string>
351
352     <!-- The title of the filter to only show contacts with phone numbers -->
353     <string name="showFilterPhones">Only contacts with phones</string>
354
355     <!-- The description of the filter to only show contacts with phone numbers -->
356     <string name="showFilterPhonesDescrip">Only display contacts that have phone numbers</string>
357
358     <!-- The header over the list of all contacts groups -->
359     <string name="headerContactGroups">Choose contacts to display</string>
360
361     <!-- The description of a group with the total number of contacts -->
362     <plurals name="groupDescrip">
363         <item quantity="other"><xliff:g id="count">%0$d</xliff:g> contacts</item>
364     </plurals>
365
366     <!-- The description of a group with the total number of contacts, and the total number of contacts with phone numbers -->
367     <plurals name="groupDescripPhones">
368         <item quantity="other"><xliff:g id="count">%1$d</xliff:g> contacts, <xliff:g id="countWithPhones">%2$d</xliff:g> with phones</item>
369     </plurals>
370
371     <!-- The setting to sync all contacts from the server -->
372     <string name="syncAllGroups">Sync all contacts</string>
373
374     <!-- The name of the system "My Contacts" group. This should be kept in sync with the web UI -->
375     <string name="groupNameMyContacts">My contacts</string>
376
377     <!-- The group type that displays only contacts with phone numbers -->
378     <string name="groupNameWithPhones">Contacts with phone numbers</string>
379
380     <!-- The group type that displays "Starred in Android" contacts -->
381     <string name="starredInAndroid">Starred in Android</string>
382
383     <!-- Displayed in a spinner dialog after the user creates a contact and it's being saved to the database -->
384     <string name="savingContact">Saving contact\u2026</string>
385
386     <!-- Displayed in a spinner dialog as user changes to display options are saved -->
387     <string name="savingDisplayGroups">Saving display options\u2026</string>
388
389     <!-- Toast displayed when a contact is created -->
390     <string name="contactCreatedToast">Contact created.</string>
391
392     <!-- Toast displayed when a contact is saved -->
393     <string name="contactSavedToast">Contact saved.</string>
394
395     <!-- Toast displayed when saving a contact failed -->
396     <string name="contactSavedErrorToast">Error, unable to save contact changes.</string>
397
398     <!-- Separator in the contact details list describing that the items below it will place a call when clicked -->
399     <string name="listSeparatorCallNumber">Dial number</string>
400
401     <!-- Section header in the Edit Contacts screen for phone numbers -->
402     <string name="listSeparatorCallNumber_edit">Phone numbers</string>
403
404     <!-- Separator in the contact details list describing that the items below it will send an SMS/MMS to a phone number -->
405     <string name="listSeparatorSendSmsMms">Send text</string>
406
407     <!-- Separator in the contact details list describing that the items below it will send an email -->
408     <string name="listSeparatorSendEmail">Send email</string>
409
410     <!-- Section header in the Edit Contacts screen for E-mail addresses -->
411     <string name="listSeparatorSendEmail_edit">Email addresses</string>
412
413     <!-- Separator in the contact details list describing that the items below it will send an IM -->
414     <string name="listSeparatorSendIm">Send instant message</string>
415
416     <!-- Section header in the Edit Contacts screen for Instant messanger accounts -->
417     <string name="listSeparatorSendIm_edit">Chat addresses</string>
418
419     <!-- Separator in the contact details list describing that the items below it will open maps with the given address -->
420     <string name="listSeparatorMapAddress">Map address</string>
421
422     <!-- Section header in the Edit Contacts screen for map addresses -->
423     <string name="listSeparatorMapAddress_edit">Postal addresses</string>
424
425     <!-- Separator in the contact details list describing that the items below are non-actionable organization information -->
426     <string name="listSeparatorOrganizations">Organizations</string>
427
428     <!-- Separator in the contact details list describing that the items below are non-actionable group information -->
429     <string name="listSeparatorGroups">Groups</string>
430
431     <!-- Separator in the contact details list describing that the items below are random other non-actionable information about a contact -->
432     <string name="listSeparatorOtherInformation">Other information</string>
433
434     <!-- Section header in the Edit Contacts screen for other options, such as setting ringtone -->
435     <string name="listSeparatorOtherInformation_edit">Other options</string>
436
437     <!-- Section header in the Edit Contacts screen for the "Add more items" button -->
438     <string name="listSeparatorMore_edit">More</string>
439
440     <!-- Displayed at the top of the contacts showing the total number of contacts visible when "Only contacts with phones" is selected -->
441     <plurals name="listTotalPhoneContacts">
442         <item quantity="one">Displaying 1 contact with phone number</item>
443         <item quantity="other">Displaying <xliff:g id="count">%d</xliff:g> contacts with phone numbers</item>
444     </plurals>
445
446     <!-- Displayed at the top of the contacts showing the zero as total number of contacts visible when "Only contacts with phones" is selected -->
447     <string name="listTotalPhoneContactsZero">No visible contacts with phone numbers</string>
448
449     <!-- Displayed at the top of the contacts showing the total number of contacts visible when "Only contacts with phones" not selected -->
450     <plurals name="listTotalAllContacts">
451         <item quantity="one">Displaying 1 contact</item>
452         <item quantity="other">Displaying <xliff:g id="count">%d</xliff:g> contacts</item>
453     </plurals>
454
455     <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Only contacts with phones" not selected -->
456     <string name="listTotalAllContactsZero">No visible contacts</string>
457
458     <!-- Displayed at the top of the contacts showing the total number of contacts found when "Only contacts with phones" not selected -->
459     <plurals name="listFoundAllContacts">
460         <item quantity="one">Found 1 contact</item>
461         <item quantity="other">Found <xliff:g id="count">%d</xliff:g> contacts</item>
462     </plurals>
463
464     <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected -->
465     <string name="listFoundAllContactsZero">Contact not found</string>
466
467     <!-- The description text for the social activity stream tab. Space is limited for this string, so the shorter the better -->
468     <string name="socialStreamIconLabel">Social</string>
469
470     <!-- The description text for the contacts tab. Space is limited for this string, so the shorter the better -->
471     <string name="contactsIconLabel">Contacts</string>
472
473     <!-- The description text for the favorites tab. Space is limited for this string, so the shorter the better -->
474     <string name="contactsFavoritesLabel">Favorites</string>
475
476     <!-- The description text for the dialer tab. Space is limited for this string, so the shorter the better -->
477     <string name="dialerIconLabel">Phone</string>
478
479     <!-- The description text for the call log tab. Space is limited for this string, so the shorter the better -->
480     <string name="recentCallsIconLabel">Call log</string>
481     <string name="liveFolderAll">All contacts</string>
482     <string name="liveFolderFavorites">Starred contacts</string>
483     <string name="liveFolderPhone">Contacts with phone numbers</string>
484
485     <!-- Menu item used to send an SMS or MMS message to a phone number  -->
486     <string name="menu_sendTextMessage">Send text message</string>
487
488     <!-- Menu item used to call a contact from the call log -->
489     <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
490
491     <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
492     <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
493
494     <!-- Menu item used to add a number from the call log to contacts -->
495     <string name="recentCalls_addToContact">Add to contacts</string>
496
497     <!-- Menu item used to remove a single call from the call log -->
498     <string name="recentCalls_removeFromRecentList">Remove from call log</string>
499
500     <!-- Menu item used to remove all calls from the call log -->
501     <string name="recentCalls_deleteAll">Clear call log</string>
502
503     <!-- Text displayed when the call log is empty -->
504     <string name="recentCalls_empty">Call log is empty.</string>
505
506     <!-- The title of a dialog that displays the IMEI of the phone -->
507     <string name="imei">IMEI</string>
508
509     <!-- The title of a dialog that displays the MEID of the CDMA phone -->
510     <string name="meid">MEID</string>
511
512     <!-- String used for displaying calls to the voicemail number in the call log -->
513     <string name="voicemail">Voicemail</string>
514
515     <!-- String used to display calls from unknown numbers in the call log -->
516     <string name="unknown">Unknown</string>
517
518     <!-- String used to display calls from private numbers in the call log -->
519     <string name="private_num">Private number</string>
520
521     <!-- String used to display calls from pay phone in the call log -->
522     <string name="payphone">Pay phone</string>
523
524     <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
525          to dial using the physical keyboard -->
526     <string name="dialerKeyboardHintText">Use keyboard to dial</string>
527
528     <!-- Hint text displayed in the "digits" field above the dialer's
529          dialpad, if there's already a call in progress.  (This hint
530          reminds the user that the dialer will add a new call, as opposed
531          to sending DTMF tones over the current call.) -->
532     <string name="dialerDialpadHintText">Dial to add a call</string>
533
534     <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
535     <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
536
537     <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
538     <string name="simContacts_title">SIM card contacts</string>
539
540     <!-- Displayed when a user is prompted to setup a Google account for syncing -->
541     <string name="contactsSyncPlug"><font fgcolor="#ffffffff">Sync your Google contacts!</font>
542     \nAfter syncing to your phone, your contacts will be available to you wherever you go.</string>
543
544
545     <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled -->
546     <string name="noContactsHelpText">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
547         \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
548         \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
549         \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font>\n</li>"
550     </string>
551
552     <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled -->
553     <string name="noContactsHelpTextWithSync">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
554         \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
555         \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li>
556         \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
557         \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font>\n</li>"
558     </string>
559
560     <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled, and there is no sim card (cdma)-->
561     <string name="noContactsNoSimHelpText">"You don't have any contacts to display.\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
562         \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
563         \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
564         \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font>\n</li>"
565     </string>
566
567     <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled, and there is no sim card (cdma) -->
568     <string name="noContactsNoSimHelpTextWithSync">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)\n\nTo add contacts, press <font fgcolor="#ffffffff"><b>Menu</b></font> and touch:\n
569         \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or configure an account with contacts you can sync to the phone\n</li>
570         \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li>
571         \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
572         \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font>\n</li>"
573     </string>
574
575     <!-- Displayed full screen when the user has no favorites and they are displaying the favorites tab -->
576     <string name="noFavoritesHelpText">"You don't have any favorites.\n\nTo add a contact to your list of favorites:\n
577         <li>Touch the <b>Contacts</b> tab\n</li>
578         \n<li>Touch the contact you want to add to your favorites\n</li>
579         \n<li>Touch the star next to the contact\'s name\n</li>"
580     </string>
581
582     <!-- Activity title for the activity that lets the user choose which groups of contacts to sync from the server -->
583     <string name="seclectSyncGroups_title">Select groups to sync</string>
584
585     <!-- Live folder label for all contacts -->
586     <string name="liveFolder_all_label">All contacts</string>
587
588     <!-- Live folder label for only starred contacts -->
589     <string name="liveFolder_favorites_label">Starred</string>
590
591     <!-- Live folder label for all contacts with phone numbers -->
592     <string name="liveFolder_phones_label">Phones</string>
593
594     <!-- Item label: jump to the in-call DTMF dialpad.
595          (Part of a list of options shown in the dialer when another call
596          is already in progress.) -->
597     <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
598
599     <!-- Item label: jump to the in-call UI.
600          (Part of a list of options shown in the dialer when another call
601          is already in progress.) -->
602     <string name="dialer_returnToInCallScreen">Return to call in progress</string>
603
604     <!-- Item label: use the Dialer's dialpad to add another call.
605          (Part of a list of options shown in the dialer when another call
606          is already in progress.) -->
607     <string name="dialer_addAnotherCall">Add call</string>
608
609     <!-- Title bar for call detail screen -->
610     <string name="callDetailTitle">Call details</string>
611
612     <!-- Toast for call detail screen when couldn't read the requested details -->
613     <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string>
614
615     <!-- In call detail screen, label for call type -->
616     <string name="call_type">Type</string>
617
618     <!-- Title for incoming call details screen -->
619     <string name="type_incoming">Incoming call</string>
620
621     <!-- Title for outgoing call details screen -->
622     <string name="type_outgoing">Outgoing call</string>
623
624     <!-- Title for missed call details screen -->
625     <string name="type_missed">Missed call</string>
626
627     <!-- In call detail screen, label for call date/time -->
628     <string name="call_time">Time</string>
629
630     <!-- In call detail screen, combine date/time string and relative time to give verbose call date/time -->
631     <string name="datetime_relative">"<xliff:g id="datetime" example="Dec 31, 2007, 11:00 am">%1$s</xliff:g> (<xliff:g id="relative" example="4 hours ago">%2$s</xliff:g>)"</string>
632
633     <!-- In call detail screen, label for call duration -->
634     <string name="call_duration">Duration</string>
635
636     <!-- In call detail screen, header title for actions section -->
637     <string name="header_actions">Actions</string>
638
639     <!-- In edit contact screen, combine the actual ringtone name with prefix for placement in spinner -->
640     <string name="ringtone_spinner">"Ringtone: <xliff:g id="ringtone" example="Caribbean Ice">%1$s</xliff:g>"</string>
641
642     <!-- In edit contact screen, add more info spinner title -->
643     <string name="add_more_items">Add more items</string>
644
645     <!-- Action string for calling a phone number. -->
646     <string name="actionCall">Call <xliff:g id="type" example="mobile">%s</xliff:g></string>
647
648     <!-- Action string for sending an email to an email address. -->
649     <string name="actionEmail">Email <xliff:g id="type" example="home">%s</xliff:g></string>
650
651     <!-- Action string for sending a text message to a phone number. -->
652     <string name="actionText">Text <xliff:g id="type" example="mobile">%s</xliff:g></string>
653
654     <!-- Action string for sending an instant message to a chat buddy. -->
655     <string name="actionChat">Chat using <xliff:g id="type" example="Google Talk">%s</xliff:g></string>
656
657     <!-- Action string for viewing an address on a map. -->
658     <string name="actionMap">View <xliff:g id="type" example="home">%s</xliff:g> address</string>
659
660     <!-- Description for incoming calls going to voice mail vs. not -->
661     <string name="actionIncomingCall">Incoming calls</string>
662
663     <!-- Detail text for incoming calls going to voice mail -->
664     <string name="detailIncomingCallsGoToVoicemail">Will be sent directly to voicemail</string>
665
666     <!-- Description of what the contact specific ringtone is set to -->
667     <string name="detailsRingtone">Set to <xliff:g id="ringtone_name" example="Flutey Phone">%s</xliff:g></string>
668
669     <!-- Action string for calling back a number in the call log -->
670     <string name="callBack">Call back</string>
671
672     <!-- Action string for calling a number in the call log again -->
673     <string name="callAgain">Call again</string>
674
675     <!-- Action string for returning a missed call in the call log -->
676     <string name="returnCall">Return call</string>
677
678     <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
679     <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> mins <xliff:g id="seconds" example="28">%s</xliff:g> secs</string>
680
681     <!-- A list separator for the Favorites tab indicating that items below it are frequently called contacts rather than starred contacts -->
682     <string name="favoritesFrquentSeparator">Frequently called</string>
683
684     <!-- Dialog title when prompting before creating a contact -->
685     <string name="add_contact_dlg_title">Add contact</string>
686     <!-- Dialog message when prompting before creating a contact. Includes
687          the email address, e.g. "Add xyz@foo.com to contacts?" -->
688     <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string>
689
690     <!-- Label for the all data tab in the view and edit card -->
691     <string name="all_tab_label">All</string>
692
693     <!-- Content description values -->
694
695     <!-- String describing the image on ImageButton one
696
697         Note: AccessibilityServices use this attribute to announce what the view represents.
698               This is especially valuable for views without textual representation like ImageView.
699     -->
700     <string name="description_image_button_one">one</string>
701
702     <!-- String describing the image on ImageButton two
703
704         Note: AccessibilityServices use this attribute to announce what the view represents.
705               This is especially valuable for views without textual representation like ImageView.
706     -->
707     <string name="description_image_button_two">two</string>
708
709     <!-- String describing the image on ImageButton three
710
711         Note: AccessibilityServices use this attribute to announce what the view represents.
712               This is especially valuable for views without textual representation like ImageView.
713     -->
714     <string name="description_image_button_three">three</string>
715
716     <!-- String describing the image on ImageButton four
717
718         Note: AccessibilityServices use this attribute to announce what the view represents.
719               This is especially valuable for views without textual representation like ImageView.
720     -->
721     <string name="description_image_button_four">four</string>
722
723     <!-- String describing the image on ImageButton five
724
725         Note: AccessibilityServices use this attribute to announce what the view represents.
726               This is especially valuable for views without textual representation like ImageView.
727     -->
728     <string name="description_image_button_five">five</string>
729
730     <!-- String describing the image on ImageButton six
731
732         Note: AccessibilityServices use this attribute to announce what the view represents.
733               This is especially valuable for views without textual representation like ImageView.
734     -->
735     <string name="description_image_button_six">six</string>
736
737     <!-- String describing the image on ImageButton seven
738
739         Note: AccessibilityServices use this attribute to announce what the view represents.
740               This is especially valuable for views without textual representation like ImageView.
741     -->
742     <string name="description_image_button_seven">seven</string>
743
744     <!-- String describing the image on ImageButton eight
745
746         Note: AccessibilityServices use this attribute to announce what the view represents.
747               This is especially valuable for views without textual representation like ImageView.
748     -->
749     <string name="description_image_button_eight">eight</string>
750
751     <!-- String describing the image on ImageButton nine
752
753         Note: AccessibilityServices use this attribute to announce what the view represents.
754               This is especially valuable for views without textual representation like ImageView.
755     -->
756     <string name="description_image_button_nine">nine</string>
757
758     <!-- String describing the image on ImageButton star
759
760         Note: AccessibilityServices use this attribute to announce what the view represents.
761               This is especially valuable for views without textual representation like ImageView.
762     -->
763     <string name="description_image_button_star">star</string>
764
765     <!-- String describing the image on ImageButton zero
766
767         Note: AccessibilityServices use this attribute to announce what the view represents.
768               This is especially valuable for views without textual representation like ImageView.
769     -->
770     <string name="description_image_button_zero">zero</string>
771
772     <!-- String describing the image on ImageButton pound
773
774         Note: AccessibilityServices use this attribute to announce what the view represents.
775               This is especially valuable for views without textual representation like ImageView.
776     -->
777     <string name="description_image_button_pound">pound</string>
778
779     <!-- String describing the Voicemail ImageButton
780
781          Used by AccessibilityService to announce the purpose of the button.
782     -->
783     <string name="description_voicemail_button">voicemail</string>
784
785     <!-- String describing the Dial ImageButton
786
787          Used by AccessibilityService to announce the purpose of the button.
788     -->
789     <string name="description_dial_button">dial</string>
790
791     <!-- String describing the Delete/Backspace ImageButton
792
793          Used by AccessibilityService to announce the purpose of the button.
794     -->
795     <string name="description_delete_button">backspace</string>
796
797     <!-- String describing the digits text box containing the number to dial.
798
799          Used by AccessibilityService to announce the purpose of the view.
800     -->
801     <string name="description_digits_edittext">number to dial</string>
802
803     <!-- String describing the Contact Photo Image
804
805          Used by AccessibilityService to announce the purpose of the view.
806     -->
807     <string name="description_contact_photo">contact photo</string>
808
809     <!-- String describing the Contact Editor Minus button
810
811          Used by AccessibilityService to announce the purpose of the button.
812     -->
813     <string name="description_minus_button">minus</string>
814
815     <!-- String describing the Contact Editor Plus button
816
817          Used by AccessibilityService to announce the purpose of the button.
818     -->
819     <string name="description_plus_button">plus</string>
820
821     <!-- Dialog title shown when SD Card does not exist -->
822     <string name="no_sdcard_title">No SD card</string>
823
824     <!-- Dialog message shown when SDcard does not exist -->
825     <string name="no_sdcard_message">No SD card detected</string>
826
827     <!-- Dialog title shown when searching VCard data from SD Card -->
828     <string name="searching_vcard_title">Searching for vCard</string>
829
830     <!-- Dialog title shown when asking a user whether import contact data from SIM or SD Card -->
831     <string name="select_import_type_title">Where would you like to import contacts from?</string>
832
833     <!-- Action string for selecting SIM for importing contacts -->
834     <string name="import_from_sim">Import from SIM card</string>
835
836     <!-- Action string for selecting SD Card for importing contacts -->
837     <string name="import_from_sdcard">Import from SD card</string>
838
839     <!-- Action that exports all contacts to SD Card -->
840     <string name="export_to_sdcard">Export to SD card</string>
841
842     <!-- One of alternatives shown when the system allows a user to select how many vCard files
843          should be imported. This message shows only when the system is certain that there's more
844          than one vCard files available in the system. -->
845     <string name="import_one_vcard_string">Import one vCard file</string>
846
847     <!-- One of alternatives shown when the system allows a user to select how many vCard files
848          should be imported. This message shows only when the system is certain that there's more
849          than one vCard files available in the system. -->
850     <string name="import_multiple_vcard_string">Import multiple vCard files</string>
851
852     <!-- One of alternatives shown when the system allows a user to select how many vCard files
853          should be imported. This message shows only when the system is certain that there's more
854          than one vCard files available in the system. -->
855     <string name="import_all_vcard_string">Import all vCard files</string>
856
857     <!-- Dialog message shown when searching VCard data from SD Card -->
858     <string name="searching_vcard_message">Searching for vCard data on SD card</string>
859
860     <!-- Dialog title shown when scanning VCard data failed. -->
861     <string name="scanning_sdcard_failed_title">Scanning SD card failed</string>
862
863     <!-- Dialog message shown when searching VCard data failed.
864          An exact reason for the failure should -->
865     <string name="scanning_sdcard_failed_message">Scanning SD card failed (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string>
866
867     <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
868          emitted some I/O error. Exact reason will be appended by the system. -->
869     <string name="fail_reason_io_error">I/O Error</string>
870
871     <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
872          implementation. This might happen even when the input vCard is completely valid, though
873          we believe it is rather rare in the actual world. -->
874     <string name="fail_reason_vcard_parse_error">Failed to parse vCard for unexpected reason</string>
875
876     <!-- The failed reason shown when the current vCard importer cannot parse the file since the
877          parser is incomplete (actually, there's missing part in the current vCard parser, though
878          our understanding is that the functionality missed by the current vCard parser
879          is rarely needed in the actual vCard...). -->
880     <string name="fail_reason_vcard_not_supported_error">Failed to parse vCard though it seems in valid format, since the current implementation does not support it</string>
881
882     <!-- The failed reason shown when the system could not find any vCard file
883          (with extension ".vcf" in SDCard.) -->
884     <string name="fail_reason_no_vcard_file">No vCard file found on the SD card</string>
885
886     <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
887          files import. It includes the case where all files were failed to be imported. -->
888     <string name="fail_reason_failed_to_read_files">One or more files failed to be imported (%s).</string>
889
890     <!-- The failed reason which should not be shown but it may in some buggy condition. -->
891     <string name="fail_reason_unknown">Unknown error</string>
892
893     <!-- Dialog title shown when a user is asked to select VCard file -->
894     <string name="select_vcard_title">Select vCard file</string>
895
896     <!-- Dialog message shown when a user is asked to choose VCard file -->
897     <string name="select_vcard_message">Please select a vCard file to import</string>
898
899     <!-- The message shown while reading a vCard file/entry. The first argument is like
900     "Reading VCard" or "Reading VCard files" and the second is the display name of the current
901     data being parsed -->
902     <string name="progress_shower_message"><xliff:g id="action" example="Reading VCard">%s</xliff:g>\n<xliff:g id="filename" example="foo.vcf">%s</xliff:g></string>
903
904     <!-- Dialog title shown when reading VCard data -->
905     <string name="reading_vcard_title">Reading vCard</string>
906
907     <!-- Dialog message shown when reading a VCard file -->
908     <string name="reading_vcard_message">Reading vCard file(s)</string>
909
910     <!-- Dialog message shown when importing VCard data into local database -->
911     <string name="importing_vcard_message">Importing vCard data</string>
912
913     <!-- Dialog title shown when reading VCard data failed -->
914     <string name="reading_vcard_failed_title">Reading of vCard data has failed</string>
915
916     <!-- Dialog message shown when reading VCard data failed -->
917     <string name="reading_vcard_failed_message">Could not read vCard.\nReason for failure: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string>
918
919     <!-- Message while reading one vCard file "(current number) of (total number) contacts" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")-->
920     <string name="reading_vcard_contacts"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string>
921
922     <!-- Message while reading multiple vCard files "(current number) of (total number) files" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")-->
923     <string name="reading_vcard_files"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> files</string>
924
925     <!-- The message for exporting all contacts in the phone, without caring its Account -->
926     <string name="export_all_contacts">All contacts</string>
927
928     <!-- The message for exporting only contacts is the phone locally, which are not associated with any account -->
929     <string name="export_phone_local_only">Locally stored contacts</string>
930
931     <!-- The menu item that launches VCard export activity -->
932     <string name="export_contact_list">Export contacts</string>
933
934     <!-- Dialog title shown when a user confirms whether he/she export Contact data -->
935     <string name="confirm_export_title">Confirm export</string>
936
937     <!-- Dialog message shown when a user confirms whether he/she export Contact data -->
938     <string name="confirm_export_message">Are you sure you want to export your contact list to \"<xliff:g id="vcard_filename">%s</xliff:g>\"?</string>
939
940     <!-- Dialog title shown when exporting Contact data failed -->
941     <string name="exporting_contact_failed_title">Failed to export contact data</string>
942
943     <!-- Dialog message shown when exporting Contact data failed -->
944     <string name="exporting_contact_failed_message">Failed to export contact data.\nReason for failure: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string>
945
946     <!-- The failed reason shown when there's no contact which is allowed to be exported.
947          Note that user may have contacts data but all of them are probably not allowed to be
948          exported because of security/permission reasons. -->
949     <string name="fail_reason_no_exportable_contact">There is no exportable contact</string>
950
951     <!-- The failed reason shown when vCard exporter could not create a file for the vCard since
952          there are too many files relevant to vCard. -->
953     <string name="fail_reason_too_many_vcard">Too many vCard files on the SD card</string>
954
955     <!-- The failed reason shown when the given file name is too long for the system.
956          The length limit of each file is different in each Android device, so we don't need to
957          mention it here. -->
958     <string name="fail_reason_too_long_filename">Required filename is too long (\"<xliff:g id="filename">%s</xliff:g>\")</string>
959
960     <!-- The reason why the contacts import/export failed, meaning a designated file or directory
961          cannot be opened/created because of some permission, security, or any other reasons. -->
962     <string name="fail_reason_cannot_open_destination_dir">Cannot open or create the destination directory\"<xliff:g id="dir_name">%s</xliff:g>\"</string>
963
964     <!-- Dialog title shown when the application is exporting contact data outside -->
965     <string name="exporting_contact_list_title">Exporting contact data</string>
966
967     <!-- Message shown when the application is exporting contact data outside -->
968     <string name="exporting_contact_list_message">Exporting contact data to \"<xliff:g id="file_name">%s</xliff:g>\"</string>
969
970     <!-- The failed reason shown when contacts exporter fails to be initialized.
971          Some exact reason must follow this. -->
972     <string name="fail_reason_could_not_initialize_exporter">Could not initialize the exporter: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string>
973
974     <!-- The failed reason shown when some error happend during contacts export.
975          Some exact reason must follow this. -->
976     <string name="fail_reason_error_occurred_during_export">Error occured during export: \"<xliff:g id="exact_reason">%s</xliff:g>\"</string>
977
978     <!-- The error reason the vCard composer "may" emit when database is corrupted or
979          something is going wrong. Usually users should not see this text. -->
980     <string name="composer_failed_to_get_database_infomation">Failed to get database information</string>
981
982     <!-- This error message shown when the user actually have no contact
983          (e.g. just after data-wiping), or, data providers of the contact list prohibits their
984          contacts from being exported to outside world via vcard exporter, etc. -->
985     <string name="composer_has_no_exportable_contact">There is no exportable contact. If you have actualy have contacts on your phone, all the contacts may be prohibited from being exported to outside the phone by some data provider.</string>
986
987     <!-- The error reason the vCard composer may emit when vCard composer is not initialized
988          even when needed.
989          Users should not usually see this error message. -->
990     <string name="composer_not_initialized">The vCard composer is not correctly initialized</string>
991
992     <!-- The failed reason shown when vCard importer/exporter could not open the file
993          specified by a user. The file name should be in the message. -->
994     <string name="fail_reason_could_not_open_file">Could not open \"<xliff:g id="file_name">%s</xliff:g>\": <xliff:g id="exact_reason">%s</xliff:g></string>
995
996     <!-- Message in progress bar while exporting contact list to a file "(current number) of (total number) contacts" The order of "current number" and "total number" cannot be changed (like "total: (total number), current: (current number)")-->
997     <string name="exporting_contact_list_progress"><xliff:g id="current_number">%s</xliff:g> of <xliff:g id="total_number">%s</xliff:g> contacts</string>
998
999     <!-- The string used to describe Contacts as a searchable item within system search settings. -->
1000     <string name="search_settings_description">Names of your contacts</string>
1001
1002     <!-- Menu items for dialpad options as part of Pause and Wait ftr -->
1003     <string name="add_2sec_pause">Add 2-sec pause</string>
1004     <string name="add_wait">Add wait</string>
1005
1006     <!-- Label for onscreen "Dial" button -->
1007     <string name="dial_button_label">Dial</string>
1008
1009     <!-- Title for the call disambiguation dialog -->
1010     <string name="call_disambig_title">Call using</string>
1011
1012     <!-- Title for the sms disambiguation dialog -->
1013     <string name="sms_disambig_title">Text using</string>
1014
1015     <!-- Message next to disamgiguation dialog check box -->
1016     <string name="make_primary">Remember this choice</string>
1017
1018     <!-- Shown as a toast when the user taps on a Fast-Track icon, and no application
1019          was found that could perform the selected action -->
1020     <string name="quickcontact_missing_app">No application found to handle this action</string>
1021
1022     <!-- Shown as the checkbox label that, when checked, will store remember the
1023          selected choice and shortcut to it in the future.  For example, this would
1024          make a selected phone number the default. -->
1025     <string name="quickcontact_remember_choice">Remember this choice</string>
1026
1027     <!-- Shown as the header name for a person when the name is missing or unknown. -->
1028     <string name="quickcontact_missing_name">Unknown</string>
1029
1030     <!-- The menu item to open the list of accounts -->
1031     <string name="menu_accounts">Accounts</string>
1032
1033     <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card. -->
1034     <string name="menu_import_export">Import/Export</string>
1035
1036     <!-- Dialog title when selecting the bulk operation to perform from a list. -->
1037     <string name="dialog_import_export">Import/Export contacts</string>
1038
1039     <!-- The menu item to share the currently viewed contact -->
1040     <string name="menu_share">Share</string>
1041
1042     <!-- Dialog title when picking the application to share a contact with. -->
1043     <string name="share_via">Share contact via</string>
1044
1045     <!-- Toast indicating that sharing a contact has failed. -->
1046     <string name="share_error">This contact cannot be shared.</string>
1047
1048     <!-- Header that expands to list all name types when editing a structured name of a contact -->
1049     <string name="nameLabelsGroup">Name</string>
1050     <!-- Header that expands to list all nickname types when editing a nickname of a contact -->
1051     <string name="nicknameLabelsGroup">Nickname</string>
1052     <!-- Header that expands to list all organization types when editing an organization of a contact -->
1053     <string name="organizationLabelsGroup">Organization</string>
1054     <!-- Header that expands to list all website types when editing a website of a contact -->
1055     <string name="websiteLabelsGroup">Website</string>
1056     <!-- Header that expands to list all event types when editing an event of a contact -->
1057     <string name="eventLabelsGroup">Event</string>
1058
1059     <!-- Single-character overlay for home phone numbers when creating desktop shortcuts -->
1060     <string name="type_short_home">H</string>
1061     <!-- Single-character overlay for mobile phone numbers when creating desktop shortcuts -->
1062     <string name="type_short_mobile">M</string>
1063     <!-- Single-character overlay for work phone numbers when creating desktop shortcuts -->
1064     <string name="type_short_work">W</string>
1065     <!-- Single-character overlay for pager phone numbers when creating desktop shortcuts -->
1066     <string name="type_short_pager">P</string>
1067     <!-- Single-character overlay for other phone numbers when creating desktop shortcuts -->
1068     <string name="type_short_other">O</string>
1069
1070     <!-- In edit dialog, shown if the contact is marked as being read-only -->
1071     <string name="edit_read_only">This contact is read-only</string>
1072
1073     <!-- Shown as the header title over a collapsible section that, by default, hides
1074          secondary contact detail edit fields, such as birthday. -->
1075     <string name="edit_secondary_collapse">More</string>
1076
1077     <string name="dialog_primary_name">Primary name</string>
1078     <string name="dialog_new_contact_account">Create contact under account</string>
1079
1080     <string name="menu_sync_remove">Remove sync group</string>
1081     <string name="dialog_sync_add">Add sync group</string>
1082     <string name="display_more_groups">More groups\u2026</string>
1083
1084     <!-- List title for a special contacts group that covers all contacts.-->
1085     <string name="display_ungrouped">All Other Contacts</string>
1086
1087     <!-- List title for a special contacts group that covers all contacts that
1088          aren't members of any other group. -->
1089     <string name="display_all_contacts">All Contacts</string>
1090
1091     <!-- Warning message given to users just before they remove a currently syncing
1092          group that would also cause all ungrouped contacts to stop syncing. -->
1093     <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>
1094
1095     <!-- Title for data source when creating or editing a contact that doesn't
1096          belong to a specific account.  This contact will only exist on the phone
1097          and will not be synced. -->
1098     <string name="account_phone">Phone-only (unsynced)</string>
1099
1100     <!-- The label describing the display name field of an Email address, allowing the
1101          user to give a specific name to describe this address. -->
1102     <string name="label_email_display_name">Display name</string>
1103
1104     <!-- Action string for calling a custom phone number -->
1105     <string name="call_custom">Call <xliff:g id="custom">%s</xliff:g></string>
1106     <!-- Action string for calling a home phone number -->
1107     <string name="call_home">Call home</string>
1108     <!-- Action string for calling a mobile phone number -->
1109     <string name="call_mobile">Call mobile</string>
1110     <!-- Action string for calling a work phone number -->
1111     <string name="call_work">Call work</string>
1112     <!-- Action string for calling a work fax phone number -->
1113     <string name="call_fax_work">Call work fax</string>
1114     <!-- Action string for calling a home fax phone number -->
1115     <string name="call_fax_home">Call home fax</string>
1116     <!-- Action string for calling a pager phone number -->
1117     <string name="call_pager">Call pager</string>
1118     <!-- Action string for calling an other phone number -->
1119     <string name="call_other">Call other</string>
1120     <!-- Action string for calling a callback number -->
1121     <string name="call_callback">Call callback</string>
1122     <!-- Action string for calling a car phone number -->
1123     <string name="call_car">Call car</string>
1124     <!-- Action string for calling a company main phone number -->
1125     <string name="call_company_main">Call company main</string>
1126     <!-- Action string for calling a ISDN phone number -->
1127     <string name="call_isdn">Call ISDN</string>
1128     <!-- Action string for calling a main phone number -->
1129     <string name="call_main">Call main</string>
1130     <!-- Action string for calling an other fax phone number -->
1131     <string name="call_other_fax">Call other fax</string>
1132     <!-- Action string for calling a radio phone number -->
1133     <string name="call_radio">Call radio</string>
1134     <!-- Action string for calling a Telex phone number -->
1135     <string name="call_telex">Call telex</string>
1136     <!-- Action string for calling a TTY/TDD phone number -->
1137     <string name="call_tty_tdd">Call TTY/TDD</string>
1138     <!-- Action string for calling a work mobile phone number -->
1139     <string name="call_work_mobile">Call work mobile</string>
1140     <!-- Action string for calling a work pager phone number -->
1141     <string name="call_work_pager">Call work pager</string>
1142     <!-- Action string for calling an assistant phone number -->
1143     <string name="call_assistant">Call <xliff:g id="assistant">%s</xliff:g></string>
1144     <!-- Action string for calling a MMS phone number -->
1145     <string name="call_mms">Call MMS</string>
1146
1147     <!-- Action string for sending an SMS to a custom phone number -->
1148     <string name="sms_custom">Text <xliff:g id="custom">%s</xliff:g></string>
1149     <!-- Action string for sending an SMS to a home phone number -->
1150     <string name="sms_home">Text home</string>
1151     <!-- Action string for sending an SMS to a mobile phone number -->
1152     <string name="sms_mobile">Text mobile</string>
1153     <!-- Action string for sending an SMS to a work phone number -->
1154     <string name="sms_work">Text work</string>
1155     <!-- Action string for sending an SMS to a work fax phone number -->
1156     <string name="sms_fax_work">Text work fax</string>
1157     <!-- Action string for sending an SMS to a home fax phone number -->
1158     <string name="sms_fax_home">Text home fax</string>
1159     <!-- Action string for sending an SMS to a pager phone number -->
1160     <string name="sms_pager">Text pager</string>
1161     <!-- Action string for sending an SMS to an other phone number -->
1162     <string name="sms_other">Text other</string>
1163     <!-- Action string for sending an SMS to a callback number -->
1164     <string name="sms_callback">Text callback</string>
1165     <!-- Action string for sending an SMS to a car phone number -->
1166     <string name="sms_car">Text car</string>
1167     <!-- Action string for sending an SMS to a company main phone number -->
1168     <string name="sms_company_main">Text company main</string>
1169     <!-- Action string for sending an SMS to a ISDN phone number -->
1170     <string name="sms_isdn">Text ISDN</string>
1171     <!-- Action string for sending an SMS to a main phone number -->
1172     <string name="sms_main">Text main</string>
1173     <!-- Action string for sending an SMS to an other fax phone number -->
1174     <string name="sms_other_fax">Text other fax</string>
1175     <!-- Action string for sending an SMS to a radio phone number -->
1176     <string name="sms_radio">Text radio</string>
1177     <!-- Action string for sending an SMS to a Telex phone number -->
1178     <string name="sms_telex">Text telex</string>
1179     <!-- Action string for sending an SMS to a TTY/TDD phone number -->
1180     <string name="sms_tty_tdd">Text TTY/TDD</string>
1181     <!-- Action string for sending an SMS to a work mobile phone number -->
1182     <string name="sms_work_mobile">Text work mobile</string>
1183     <!-- Action string for sending an SMS to a work pager phone number -->
1184     <string name="sms_work_pager">Text work pager</string>
1185     <!-- Action string for sending an SMS to an assistant phone number -->
1186     <string name="sms_assistant">Text <xliff:g id="assistant">%s</xliff:g></string>
1187     <!-- Action string for sending an SMS to a MMS phone number -->
1188     <string name="sms_mms">Text MMS</string>
1189
1190     <!-- Action string for sending an email to a home email address -->
1191     <string name="email_home">Email home</string>
1192     <!-- Action string for sending an email to a mobile email address -->
1193     <string name="email_mobile">Email mobile</string>
1194     <!-- Action string for sending an email to a work email address -->
1195     <string name="email_work">Email work</string>
1196     <!-- Action string for sending an email to an other email address -->
1197     <string name="email_other">Email other</string>
1198     <!-- Action string for sending an email to a custom email address -->
1199     <string name="email_custom">Email <xliff:g id="custom">%s</xliff:g></string>
1200
1201     <!-- Generic action string for sending an email -->
1202     <string name="email">Email</string>
1203
1204     <!-- Action string for viewing a home postal address -->
1205     <string name="map_home">View home address</string>
1206     <!-- Action string for viewing a work postal address -->
1207     <string name="map_work">View work address</string>
1208     <!-- Action string for viewing an other postal address -->
1209     <string name="map_other">View other address</string>
1210     <!-- Action string for viewing a custom postal address -->
1211     <string name="map_custom">View <xliff:g id="custom">%s</xliff:g> address</string>
1212
1213     <!-- Action string for starting an IM chat with the AIM protocol -->
1214     <string name="chat_aim">Chat using AIM</string>
1215     <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
1216     <string name="chat_msn">Chat using Windows Live</string>
1217     <!-- Action string for starting an IM chat with the Yahoo protocol -->
1218     <string name="chat_yahoo">Chat using Yahoo</string>
1219     <!-- Action string for starting an IM chat with the Skype protocol -->
1220     <string name="chat_skype">Chat using Skype</string>
1221     <!-- Action string for starting an IM chat with the QQ protocol -->
1222     <string name="chat_qq">Chat using QQ</string>
1223     <!-- Action string for starting an IM chat with the Google Talk protocol -->
1224     <string name="chat_gtalk">Chat using Google Talk</string>
1225     <!-- Action string for starting an IM chat with the ICQ protocol -->
1226     <string name="chat_icq">Chat using ICQ</string>
1227     <!-- Action string for starting an IM chat with the Jabber protocol -->
1228     <string name="chat_jabber">Chat using Jabber</string>
1229
1230     <!-- Generic action string for starting an IM chat -->
1231     <string name="chat">Chat</string>
1232
1233     <!-- Field title for the street of a structured postal address of a contact -->
1234     <string name="postal_street">Street</string>
1235     <!-- Field title for the PO box of a structured postal address of a contact -->
1236     <string name="postal_pobox">PO box</string>
1237     <!-- Field title for the neighborhood of a structured postal address of a contact -->
1238     <string name="postal_neighborhood">Neighborhood</string>
1239     <!-- Field title for the city of a structured postal address of a contact -->
1240     <string name="postal_city">City</string>
1241     <!-- Field title for the region, or state, of a structured postal address of a contact -->
1242     <string name="postal_region">State</string>
1243     <!-- Field title for the postal code of a structured postal address of a contact -->
1244     <string name="postal_postcode">ZIP code</string>
1245     <!-- Field title for the country of a structured postal address of a contact -->
1246     <string name="postal_country">Country</string>
1247
1248     <!-- Field title for the given name of a contact -->
1249     <string name="name_given">Given name</string>
1250     <!-- Field title for the family name of a contact -->
1251     <string name="name_family">Family name</string>
1252     <!-- Field title for the prefix name of a contact -->
1253     <string name="name_prefix">Name prefix</string>
1254     <!-- Field title for the middle name of a contact -->
1255     <string name="name_middle">Middle name</string>
1256     <!-- Field title for the suffix name of a contact -->
1257     <string name="name_suffix">Name suffix</string>
1258     <!-- Field title for the phonetic given name of a contact -->
1259     <string name="name_phonetic_given">Phonetic given name</string>
1260     <!-- Field title for the phonetic middle name of a contact -->
1261     <string name="name_phonetic_middle">Phonetic middle name</string>
1262     <!-- Field title for the phonetic family name of a contact -->
1263     <string name="name_phonetic_family">Phonetic family name</string>
1264
1265     <!-- The title for the action to remove a contact from an aggregated contact -->
1266     <string name="split_label">Split</string>
1267     <!-- The explanation of what "split" will do. This needs word-smithing. -->
1268     <string name="split_explanation">Make this data its own contact.</string>
1269
1270     <!-- Formatting string for account name -->
1271     <string name="account_name_format">From <xliff:g id="source" example="Gmail">%1$s</xliff:g> account: <xliff:g id="account" example="user@gmail.com">%2$s</xliff:g></string>
1272
1273     <!-- String describing which account type a contact came from when editing it -->
1274     <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string>
1275
1276     <!-- String describing which account a contact came from when editing it -->
1277     <string name="from_account_format">from <xliff:g id="source" example="user@gmail.com">%1$s</xliff:g></string>
1278
1279     <!-- Checkbox asking the user if they want to display a particular photo for a contact -->
1280     <string name="use_photo_as_primary">Use this photo</string>
1281
1282     <!-- Text used to explain that a contact cannot be edited since the data is read only -->
1283     <string name="contact_read_only"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact information is not editable on this device.</string>
1284
1285     <!-- Text describing that a contact has no information available other than name and photo -->
1286     <string name="no_contact_details">No additional information for this contact</string>
1287     
1288     <!-- Label of the "sort list by" display option -->
1289     <string name="display_options_sort_list_by">Sort list by</string>
1290     
1291     <!-- An allowable value for the "sort list by" contact display option  -->
1292     <string name="display_options_sort_by_given_name">Given name</string>
1293     
1294     <!-- An allowable value for the "sort list by" contact display option  -->
1295     <string name="display_options_sort_by_family_name">Family name</string>
1296            
1297     <!-- Label of the "view names as" display option -->
1298     <string name="display_options_view_names_as">View contact names as</string>
1299     
1300     <!-- An allowable value for the "view names as" contact display option  -->
1301     <string name="display_options_view_given_name_first">Given name first</string>
1302     
1303     <!-- An allowable value for the "view names as" contact display option  -->
1304     <string name="display_options_view_family_name_first">Family name first</string>
1305 </resources>