Home | History | Annotate | Download | only in values
      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 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     17     <!-- Title for the activity that dials the phone.  This is the name
     18          used in the Launcher icon. -->
     19     <string name="launcherDialer">Phone</string>
     20 
     21     <!-- Title for the activity that opens the People app.  This is the name
     22          used in the Launcher icon. -->
     23     <string name="people">People</string>
     24 
     25     <!-- Directory partition name -->
     26     <string name="contactsList">Contacts</string>
     27 
     28     <!-- Name of activity that allows users to create shortcuts on the home screen to a contact.
     29          This shows up in a list of things like bookmark, folder, music playlist, etc -->
     30     <string name="shortcutContact">Contact</string>
     31 
     32     <!-- Name of activity that allows users to create shortcuts on the home screen to dial a contact.
     33          This shows up in a list of things like bookmark, folder, music playlist, etc -->
     34     <string name="shortcutDialContact">Direct dial</string>
     35 
     36     <!-- Name of activity that allows users to create shortcuts on the home screen to message (SMS) a contact.
     37          This shows up in a list of things like bookmark, folder, music playlist, etc -->
     38     <string name="shortcutMessageContact">Direct message</string>
     39 
     40     <!-- Activity title when the user is selecting a contact for a shortcut. -->
     41     <string name="shortcutActivityTitle">Choose a contact shortcut</string>
     42 
     43     <!-- Activity title when the user is selecting a contact for a direct dial shortcut. -->
     44     <string name="callShortcutActivityTitle">Choose a number to call</string>
     45 
     46     <!-- Activity title when the user is selecting a contact for a direct message shortcut. -->
     47     <string name="messageShortcutActivityTitle">Choose a number to message</string>
     48 
     49     <!-- Activity title when the user is selecting a contact.  [CHAR LIMIT=128] -->
     50     <string name="contactPickerActivityTitle">Choose a contact</string>
     51 
     52     <!-- Title for the activity that shows only starred contacts -->
     53     <string name="starredList">Starred</string>
     54 
     55     <!-- Title for the activity that shows only frequently contacted contacts -->
     56     <string name="frequentList">Frequent</string>
     57 
     58     <!-- Title for the activity that shows a mix of starred contacts and frequently contacted
     59          contacts. -->
     60     <string name="strequentList">Favorites</string>
     61 
     62     <!-- The title bar when viewing the contact details activity -->
     63     <string name="viewContactTitle">Contact details</string>
     64 
     65     <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
     66          viewing a contact. This string represents the built in way to view the contact. -->
     67     <string name="viewContactDesription">View contact</string>
     68 
     69     <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
     70          editing a contact. This string represents the built in way to edit the contact. -->
     71     <string name="editContactDescription">Edit contact</string>
     72 
     73     <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
     74          creating a new contact. This string represents the built in way to create the contact. -->
     75     <string name="insertContactDescription">Create contact</string>
     76 
     77     <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
     78          editing a group. This string represents the built in way to edit the group. [CHAR LIMIT=NONE] -->
     79     <string name="editGroupDescription">Edit group</string>
     80 
     81     <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
     82          creating a new group. This string represents the built in way to create the group. [CHAR LIMIT=NONE] -->
     83     <string name="insertGroupDescription">Create group</string>
     84 
     85     <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] -->
     86     <string name="contactDetailAbout">About</string>
     87 
     88     <!-- The tab label for the contact detail activity that displays information about the contact [CHAR LIMIT=15] -->
     89     <string name="contactDetailUpdates">Updates</string>
     90 
     91     <!-- Hint text in the search box when the user hits the Search key while in the contacts app -->
     92     <string name="searchHint">Search contacts</string>
     93 
     94     <!-- Menu item to search contacts -->
     95     <string name="menu_search">Search</string>
     96 
     97     <!-- Menu item to create a new contact -->
     98     <string name="menu_newContact">New contact</string>
     99 
    100     <!-- Menu item used to view the details for a specific contact -->
    101     <string name="menu_viewContact">View contact</string>
    102 
    103     <!-- Menu item used to call a contact, containing the name of the contact to call -->
    104     <string name="menu_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
    105 
    106     <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites -->
    107     <string name="menu_addStar">Add to favorites</string>
    108 
    109     <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites -->
    110     <string name="menu_removeStar">Remove from favorites</string>
    111 
    112     <!-- Menu item used to edit a specific contact -->
    113     <string name="menu_editContact">Edit</string>
    114 
    115     <!-- Menu item used to delete a specific contact -->
    116     <string name="menu_deleteContact">Delete</string>
    117 
    118     <!-- Menu item used to call a specific contact when viewing the details of that contact. -->
    119     <string name="menu_call">Call contact</string>
    120 
    121     <!-- Menu item used to send an SMS or MMS message to a specific phone number or a contacts default phone number -->
    122     <string name="menu_sendSMS">Text contact</string>
    123 
    124     <!-- Menu item that splits an item from the contact detail into a separate aggregate -->
    125     <string name="menu_splitAggregate">Separate</string>
    126 
    127     <!-- Menu item that edits the currently selected group [CHAR LIMIT=30] -->
    128     <string name="menu_editGroup">Edit</string>
    129 
    130     <!-- Menu item that deletes the currently selected group [CHAR LIMIT=30] -->
    131     <string name="menu_deleteGroup">Delete</string>
    132 
    133     <!-- Menu item (in the action bar) that creates a new contacts [CHAR LIMIT=12] -->
    134     <string name="menu_new_contact_action_bar">New</string>
    135 
    136     <!-- Menu item (in the action bar) that creates a new group [CHAR LIMIT=12] -->
    137     <string name="menu_new_group_action_bar">New</string>
    138 
    139     <!-- Title of the confirmation dialog for separating contacts into multiple instances [CHAR LIMIT=26] -->
    140     <string name="splitConfirmation_title">Separate contact?</string>
    141 
    142     <!-- Confirmation dialog for separating contacts into multiple instances [CHAR LIMIT=NONE] -->
    143     <string name="splitConfirmation">This contact will be separated into multiple contacts.</string>
    144 
    145     <!-- Menu item that joins an aggregate with another aggregate -->
    146     <string name="menu_joinAggregate">Join</string>
    147 
    148     <!-- Heading of the Join Contact screen -->
    149     <string name="titleJoinContactDataWith">Join contacts</string>
    150 
    151     <!-- Info blurb on the Join Contact screen [CHAR LIMIT=NONE]-->
    152     <string name="blurbJoinContactDataWith">Choose the contact you want to join with <xliff:g id="name">%s</xliff:g>:</string>
    153 
    154     <!-- An item in the Join Contact activity that opens up the full contact A-Z list -->
    155     <string name="showAllContactsJoinItem">Show all contacts</string>
    156 
    157     <!-- List separator for the Join Contact list: Suggestions -->
    158     <string name="separatorJoinAggregateSuggestions">Suggested contacts</string>
    159 
    160     <!-- List separator for the Join Contact list: A-Z -->
    161     <string name="separatorJoinAggregateAll">All contacts</string>
    162 
    163     <!-- Toast shown after two contacts have been joined by a user action -->
    164     <string name="contactsJoinedMessage">Contacts joined</string>
    165 
    166     <!-- Confirmation dialog title after users selects to delete a contact. [CHAR LIMIT=25]-->
    167     <string name="deleteConfirmation_title">Delete contact?</string>
    168 
    169     <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=15] -->
    170     <string name="menu_set_ring_tone">Set ringtone</string>
    171 
    172     <!-- Menu item that opens the Options activity for a given contact [CHAR LIMIT=30] -->
    173     <string name="menu_redirect_calls_to_vm">All calls to voicemail</string>
    174 
    175     <!-- Warning dialog contents after users selects to delete a ReadOnly contact. [CHAR LIMIT=NONE] -->
    176     <string name="readOnlyContactWarning">You can\'t delete contacts from read-only accounts, but you can hide them in your contacts lists.</string>
    177 
    178     <!-- Warning dialog contents after users selects to delete a contact with ReadOnly and Writable sources. -->
    179     <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>
    180 
    181     <!-- Warning dialog contents after users selects to delete a contact with multiple Writable sources. -->
    182     <string name="multipleContactDeleteConfirmation">Deleting this contact will delete information from multiple accounts.</string>
    183 
    184     <!-- Confirmation dialog contents after users selects to delete a Writable contact. -->
    185     <string name="deleteConfirmation">This contact will be deleted.</string>
    186 
    187     <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made -->
    188     <string name="menu_done">Done</string>
    189 
    190     <!-- Menu item to indicate you want to cancel the current editing process and NOT save the changes you've made [CHAR LIMIT=12] -->
    191     <string name="menu_doNotSave">Cancel</string>
    192 
    193     <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made [CHAR LIMIT=12] -->
    194     <string name="menu_discard">Discard</string>
    195 
    196     <!-- The label describing the Notes field of a contact. This field allows free form text entry about a contact -->
    197     <string name="label_notes">Notes</string>
    198 
    199     <!-- The label describing the SIP address field of a contact. [CHAR LIMIT=20] -->
    200     <string name="label_sip_address">Internet call</string>
    201 
    202     <!-- Hint text for the organization name when editing -->
    203     <string name="ghostData_company">Company</string>
    204 
    205     <!-- Hint text for the organization title when editing -->
    206     <string name="ghostData_title">Title</string>
    207 
    208     <!-- Message displayed in a toast when you try to view the details of a contact that
    209          for some reason doesn't exist anymore. [CHAR LIMIT=NONE]-->
    210     <string name="invalidContactMessage">The contact doesn\'t exist.</string>
    211 
    212     <!-- When picking a contact from a list of all contacts there is an entry at the top of the
    213          list that allows the user to create a new contact, which this string is used for -->
    214     <string name="pickerNewContactHeader">Create new contact</string>
    215 
    216     <!-- Text for a "create new contact" button on the bottom of the contact picker screen.
    217          The text will be all capitalized.
    218          [CHAR LIMIT=30] -->
    219     <string name="pickerNewContactText">Create new contact</string>
    220 
    221     <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact [CHAR LIMIT=20] -->
    222     <string name="phoneLabelsGroup">Phone</string>
    223 
    224     <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact [CHAR LIMIT=20] -->
    225     <string name="emailLabelsGroup">Email</string>
    226 
    227     <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact [CHAR LIMIT=20] -->
    228     <string name="imLabelsGroup">IM</string>
    229 
    230     <!-- Header that expands to list all of the types of postal addresses when editing or creating an postal address for a contact [CHAR LIMIT=20] -->
    231     <string name="postalLabelsGroup">Address</string>
    232 
    233     <!-- The order of the items below is important, don't reorder without changing EditContactActivity.java -->
    234     <skip/>
    235     <!-- The labels that are under the otherLabelsGroup when editing a contact. [CHAR LIMIT=20] -->
    236     <string-array name="otherLabels">
    237         <!-- An organization associated with a contact -->
    238         <item>Organization</item>
    239         <!-- A note associated with a contact -->
    240         <item>Note</item>
    241     </string-array>
    242 
    243     <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
    244     <string name="photoPickerNotFoundText" product="tablet">No pictures are available on the tablet.</string>
    245     <!-- Description in the dialog that appears if there are no pictures from which to create an icon for a contact -->
    246     <string name="photoPickerNotFoundText" product="default">No pictures are available on the phone.</string>
    247 
    248     <!-- Description used in the attach photo Intent from third party apps [CHAR LIMIT=50] -->
    249     <string name="attach_photo_dialog_title">Contact photo</string>
    250 
    251     <!-- Title of the dialog used to set a custom label for a contact detail, like a phone number or email address.
    252          For example, this may be used to set a phone number's label to "Vaction house" -->
    253     <string name="customLabelPickerTitle">Custom label name</string>
    254 
    255     <!-- Check box label that allows calls to the contact to be sent directly to voicemail -->
    256     <string name="send_to_voicemail_checkbox">Send calls directly to voicemail</string>
    257 
    258     <!-- The menu item that allows you to remove a photo from a contact [CHAR LIMIT=50] -->
    259     <string name="removePhoto">Remove photo</string>
    260 
    261     <!-- The text displayed when the contacts list is empty while displaying all contacts [CHAR LIMIT=NONE] -->
    262     <string name="noContacts">No contacts.</string>
    263 
    264     <!-- The text displayed when the groups list is empty while displaying all groups [CHAR LIMIT=NONE] -->
    265     <string name="noGroups">No groups.</string>
    266 
    267     <!-- The text displayed when the groups list is empty and no accounts are set on the device while displaying all groups [CHAR LIMIT=NONE] -->
    268     <string name="noAccounts">To create groups you need an account.</string>
    269 
    270     <!-- The text displayed when the contacts list is empty while displaying results after searching contacts -->
    271     <string name="noMatchingContacts">No matching contacts found.</string>
    272 
    273     <!-- The text displayed when the contacts list is empty while displaying only contacts that have phone numbers -->
    274     <string name="noContactsWithPhoneNumbers">No contacts with phone numbers.</string>
    275 
    276     <!-- The text displayed when there are no members in the group while displaying the group detail page [CHAR LIMIT=40] -->
    277     <string name="emptyGroup">No people in this group.</string>
    278 
    279     <!-- The text displayed to instruct users to add members to a group (when viewing a group detail page for a group with no members) [CHAR LIMIT=50] -->
    280     <string name="addPeopleToGroup">To add some, edit the group.</string>
    281 
    282     <!-- Displayed in a spinner dialog after the user creates a contact and it's being saved to the database -->
    283     <string name="savingContact">Saving contact\u2026</string>
    284 
    285     <!-- Displayed in a spinner dialog as user changes to display options are saved -->
    286     <string name="savingDisplayGroups">Saving display options\u2026</string>
    287 
    288     <!-- Toast displayed when a contact is saved [CHAR LIMIT=NONE] -->
    289     <string name="contactSavedToast">Contact saved.</string>
    290 
    291     <!-- Toast displayed when saving a contact failed. [CHAR LIMIT=NONE] -->
    292     <string name="contactSavedErrorToast">Couldn\'t save contact changes.</string>
    293 
    294     <!-- Toast displayed when a group is saved [CHAR LIMIT=NONE] -->
    295     <string name="groupSavedToast">Group saved.</string>
    296 
    297     <!-- Toast displayed when saving a group failed [CHAR LIMIT=NONE] -->
    298     <string name="groupSavedErrorToast">Couldn\'t save group changes.</string>
    299 
    300     <!-- Displayed at the top of the contacts showing the total number of contacts visible when "Only contacts with phones" is selected -->
    301     <plurals name="listTotalPhoneContacts">
    302         <item quantity="one">1 contact with phone number</item>
    303         <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts with phone numbers</item>
    304     </plurals>
    305 
    306     <!-- Displayed at the top of the contacts showing the zero as total number of contacts visible when "Only contacts with phones" is selected [CHAR LIMIT=64]-->
    307     <string name="listTotalPhoneContactsZero">No contacts with phone numbers</string>
    308 
    309     <!-- Displayed at the top of the contacts showing the total number of contacts visible when "Only contacts with phones" not selected -->
    310     <plurals name="listTotalAllContacts">
    311         <item quantity="one">1 contact</item>
    312         <item quantity="other"><xliff:g id="count">%d</xliff:g> contacts</item>
    313     </plurals>
    314 
    315     <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "All contacts" is selected  [CHAR LIMIT=64]-->
    316     <string name="listTotalAllContactsZero">No contacts.</string>
    317 
    318     <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when "Custom" is selected  [CHAR LIMIT=64]-->
    319     <string name="listTotalAllContactsZeroCustom">No visible contacts.</string>
    320 
    321     <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when starred contact list is selected  [CHAR LIMIT=64]-->
    322     <string name="listTotalAllContactsZeroStarred">No favorites.</string>
    323 
    324     <!-- Displayed at the top of the contacts showing the zero total number of contacts visible when a group or account is selected  [CHAR LIMIT=64]-->
    325     <string name="listTotalAllContactsZeroGroup">No contacts in <xliff:g id="name" example="Friends">%s</xliff:g></string>
    326 
    327     <!-- Displayed at the top of the contacts showing the account filter selected  [CHAR LIMIT=64] -->
    328     <string name="listAllContactsInAccount">Contacts in <xliff:g id="name" example="abc (a] gmail.com">%s</xliff:g></string>
    329 
    330     <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
    331     <string name="listSingleContact">Single contact</string>
    332 
    333     <!-- Displayed at the top of the contacts showing single contact. [CHAR LIMIT=64] -->
    334     <string name="listCustomView">Contacts in custom view</string>
    335 
    336     <!-- Displayed at the top of the contacts showing the total number of contacts found when "Only contacts with phones" not selected [CHAR LIMIT=30] -->
    337     <plurals name="listFoundAllContacts">
    338         <item quantity="one">1 found</item>
    339         <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item>
    340     </plurals>
    341 
    342     <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] -->
    343     <string name="foundTooManyContacts">More than <xliff:g id="count">%d</xliff:g> found.</string>
    344 
    345     <!-- 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] -->
    346     <string name="listFoundAllContactsZero">None found.</string>
    347 
    348     <!-- Displayed at the top of the contacts showing the total number of contacts found when typing search query -->
    349     <plurals name="searchFoundContacts">
    350         <item quantity="one">1 found</item>
    351         <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item>
    352     </plurals>
    353 
    354     <!-- The content description for the "all contacts" tab.
    355 
    356          Note: AccessibilityServices use this attribute to announce what the view represents.
    357          This is especially valuable for views without textual representation like ImageView.
    358 
    359          [CHAR LIMIT=NONE] -->
    360     <string name="contactsAllLabel">All</string>
    361 
    362     <!-- The content description text for the groups tab.
    363 
    364          Note: AccessibilityServices use this attribute to announce what the view represents.
    365          This is especially valuable for views without textual representation like ImageView.
    366 
    367          [CHAR LIMIT=NONE] -->
    368     <string name="contactsGroupsLabel">Groups</string>
    369 
    370     <!-- The description text for the favorites tab.
    371 
    372          Note: AccessibilityServices use this attribute to announce what the view represents.
    373          This is especially valuable for views without textual representation like ImageView.
    374 
    375          [CHAR LIMIT=NONE] -->
    376     <string name="contactsFavoritesLabel">Favorites</string>
    377 
    378     <!-- The description text for the dialer tab.
    379 
    380          Note: AccessibilityServices use this attribute to announce what the view represents.
    381          This is especially valuable for views without textual representation like ImageView.
    382 
    383          [CHAR LIMIT=NONE] -->
    384     <string name="dialerIconLabel">Phone</string>
    385 
    386     <!-- The description text for the call log tab.
    387 
    388          Note: AccessibilityServices use this attribute to announce what the view represents.
    389          This is especially valuable for views without textual representation like ImageView.
    390 
    391          [CHAR LIMIT=NONE] -->
    392     <string name="recentCallsIconLabel">Call log</string>
    393 
    394     <!-- Menu item used to send an SMS or MMS message to a phone number  -->
    395     <string name="menu_sendTextMessage">Send text message</string>
    396 
    397     <!-- Menu item used to call a contact from the call log -->
    398     <string name="recentCalls_callNumber">Call <xliff:g id="name">%s</xliff:g></string>
    399 
    400     <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
    401     <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
    402 
    403     <!-- Menu item used to add a number from the call log to contacts -->
    404     <string name="recentCalls_addToContact">Add to contacts</string>
    405 
    406     <!-- Menu item used to remove a single call from the call log -->
    407     <string name="recentCalls_removeFromRecentList">Remove from call log</string>
    408 
    409     <!-- Menu item used to remove all calls from the call log -->
    410     <string name="recentCalls_deleteAll">Clear call log</string>
    411 
    412     <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] -->
    413     <string name="recentCalls_trashVoicemail">Delete voicemail</string>
    414 
    415     <!-- Menu item used to share a voicemail. [CHAR LIMIT=30] -->
    416     <string name="recentCalls_shareVoicemail">Share voicemail</string>
    417 
    418     <!-- Text displayed when the call log is empty -->
    419     <string name="recentCalls_empty">Call log is empty.</string>
    420 
    421     <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37]  -->
    422     <string name="clearCallLogConfirmation_title">Clear call log?</string>
    423 
    424     <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE]  -->
    425     <string name="clearCallLogConfirmation">All your call records will be deleted.</string>
    426 
    427     <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] -->
    428     <string name="clearCallLogProgress_title">Clearing call log\u2026</string>
    429 
    430     <!-- The title of a dialog that displays the IMEI of the phone -->
    431     <string name="imei">IMEI</string>
    432 
    433     <!-- The title of a dialog that displays the MEID of the CDMA phone -->
    434     <string name="meid">MEID</string>
    435 
    436     <!-- String used for displaying calls to the voicemail number in the call log -->
    437     <string name="voicemail">Voicemail</string>
    438 
    439     <!-- String used to display calls from unknown numbers in the call log -->
    440     <string name="unknown">Unknown</string>
    441 
    442     <!-- String used to display calls from private numbers in the call log -->
    443     <string name="private_num">Private number</string>
    444 
    445     <!-- String used to display calls from pay phone in the call log -->
    446     <string name="payphone">Pay phone</string>
    447 
    448     <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
    449          to dial using the physical keyboard -->
    450     <string name="dialerKeyboardHintText">Use keyboard to dial</string>
    451 
    452     <!-- Hint text displayed in the "digits" field above the dialer's
    453          dialpad, if there's already a call in progress.  (This hint
    454          reminds the user that the dialer will add a new call, as opposed
    455          to sending DTMF tones over the current call.) -->
    456     <string name="dialerDialpadHintText">Dial to add a call</string>
    457 
    458     <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
    459     <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
    460 
    461     <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
    462     <string name="simContacts_title">SIM card contacts</string>
    463 
    464     <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts, and contact syncing is enabled -->
    465     <string name="noContactsHelpTextWithSyncForCreateShortcut">"You don't have any contacts to display. (If you just added an account, it can take a few minutes to sync contacts.)"</string>
    466 
    467     <!-- Displayed full screen when the user want to create a shortcut, but there is no contacts -->
    468     <string name="noContactsHelpTextForCreateShortcut">"You don't have any contacts to display."</string>
    469 
    470     <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled.  [CHAR LIMIT=NONE] -->
    471     <string name="noContactsHelpText" product="tablet">"You don't have any contacts to display.\n\nTo add contacts, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
    472         \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the tablet\n</li>
    473         \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
    474         \n<li><font fgcolor="#ffffffff"><b>Import/export</b></font> to import contacts from your SIM or SD card\n</li>"
    475     </string>
    476     <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled.  [CHAR LIMIT=NONE] -->
    477     <string name="noContactsHelpText" product="default">"You don't have any contacts to display.\n\nTo add contacts, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
    478         \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the phone\n</li>
    479         \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
    480         \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SIM or SD card\n</li>"
    481     </string>
    482 
    483     <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled.  [CHAR LIMIT=NONE] -->
    484     <string name="noContactsHelpTextWithSync" product="tablet">"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, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
    485         \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the tablet\n</li>
    486         \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li>
    487         \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
    488         \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SIM or SD card\n</li>"
    489     </string>
    490     <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled.  [CHAR LIMIT=NONE] -->
    491     <string name="noContactsHelpTextWithSync" product="default">"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, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
    492         \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the phone\n</li>
    493         \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li>
    494         \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
    495         \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SIM or SD card\n</li>"
    496     </string>
    497 
    498     <!-- 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).  [CHAR LIMIT=NONE]-->
    499     <string name="noContactsNoSimHelpText" product="tablet">"You don't have any contacts to display.\n\nTo add contacts, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
    500         \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the tablet\n</li>
    501         \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
    502         \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>"
    503     </string>
    504     <!-- 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).  [CHAR LIMIT=NONE]-->
    505     <string name="noContactsNoSimHelpText" product="default">"You don't have any contacts to display.\n\nTo add contacts, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
    506         \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the phone\n</li>
    507         \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
    508         \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>"
    509     </string>
    510 
    511     <!-- 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).  [CHAR LIMIT=NONE] -->
    512     <string name="noContactsNoSimHelpTextWithSync" product="tablet">"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, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
    513         \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the tablet\n</li>
    514         \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li>
    515         \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
    516         \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>"
    517     </string>
    518     <!-- 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).  [CHAR LIMIT=NONE] -->
    519     <string name="noContactsNoSimHelpTextWithSync" product="default">"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, touch <font fgcolor="#ffffffff"><b>Menu</b></font>, then touch:\n
    520         \n<li><font fgcolor="#ffffffff"><b>Accounts</b></font> to add or set up an account with contacts you can sync to the phone\n</li>
    521         \n<li><font fgcolor="#ffffffff"><b>Display options</b></font> to change which contacts are visible\n</li>
    522         \n<li><font fgcolor="#ffffffff"><b>New contact</b></font> to create a new contact from scratch\n</li>
    523         \n<li><font fgcolor="#ffffffff"><b>Import/Export</b></font> to import contacts from your SD card\n</li>"
    524     </string>
    525 
    526     <!-- Displayed full screen when the user has no favorites and they are displaying the favorites tab. [CHAR LIMIT=NONE] -->
    527     <string name="noFavoritesHelpText">"You don't have any favorites.\n\nTo add a contact to your list of favorites:\n
    528         <li>Touch the <b>Contacts</b> tab\n</li>
    529         \n<li>Touch the contact you want to add to your favorites\n</li>
    530         \n<li>Touch the star next to the contact\'s name\n</li>"
    531     </string>
    532 
    533     <!-- Item label: jump to the in-call DTMF dialpad.
    534          (Part of a list of options shown in the dialer when another call
    535          is already in progress.) -->
    536     <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
    537 
    538     <!-- Item label: jump to the in-call UI.
    539          (Part of a list of options shown in the dialer when another call
    540          is already in progress.) -->
    541     <string name="dialer_returnToInCallScreen">Return to call in progress</string>
    542 
    543     <!-- Item label: use the Dialer's dialpad to add another call.
    544          (Part of a list of options shown in the dialer when another call
    545          is already in progress.) -->
    546     <string name="dialer_addAnotherCall">Add call</string>
    547 
    548     <!-- Title bar for call detail screen -->
    549     <string name="callDetailTitle">Call details</string>
    550 
    551     <!-- Toast for call detail screen when couldn't read the requested details -->
    552     <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string>
    553 
    554     <!-- Title for incoming call details screen -->
    555     <string name="type_incoming">Incoming call</string>
    556 
    557     <!-- Title for outgoing call details screen -->
    558     <string name="type_outgoing">Outgoing call</string>
    559 
    560     <!-- Title for missed call details screen -->
    561     <string name="type_missed">Missed call</string>
    562 
    563     <!-- Title for voicemail details screen -->
    564     <string name="type_voicemail">Voicemail</string>
    565 
    566     <!-- Description for incoming calls going to voice mail vs. not -->
    567     <string name="actionIncomingCall">Incoming calls</string>
    568 
    569     <!-- Action string for calling back a number in the call log -->
    570     <string name="callBack">Call back</string>
    571 
    572     <!-- Action string for calling a number in the call log again -->
    573     <string name="callAgain">Call again</string>
    574 
    575     <!-- Action string for returning a missed call in the call log -->
    576     <string name="returnCall">Return call</string>
    577 
    578     <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
    579     <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> mins <xliff:g id="seconds" example="28">%s</xliff:g> secs</string>
    580 
    581     <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
    582     <string name="favoritesFrequentContacted">Frequently contacted</string>
    583 
    584     <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
    585     <string name="favoritesFrequentCalled">Frequently called</string>
    586 
    587     <!-- Dialog title when prompting before creating a contact -->
    588     <string name="add_contact_dlg_title">Add contact</string>
    589     <!-- Dialog message when prompting before creating a contact. Includes
    590          the email address, e.g. "Add xyz (a] foo.com to contacts?" -->
    591     <string name="add_contact_dlg_message_fmt">Add \"<xliff:g id="email">%s</xliff:g>\" to contacts?</string>
    592 
    593     <!-- String describing the image on ImageButton one
    594 
    595         Note: AccessibilityServices use this attribute to announce what the view represents.
    596               This is especially valuable for views without textual representation like ImageView.
    597     -->
    598     <string name="description_image_button_one">one</string>
    599 
    600     <!-- String describing the image on ImageButton two
    601 
    602         Note: AccessibilityServices use this attribute to announce what the view represents.
    603               This is especially valuable for views without textual representation like ImageView.
    604     -->
    605     <string name="description_image_button_two">two</string>
    606 
    607     <!-- String describing the image on ImageButton three
    608 
    609         Note: AccessibilityServices use this attribute to announce what the view represents.
    610               This is especially valuable for views without textual representation like ImageView.
    611     -->
    612     <string name="description_image_button_three">three</string>
    613 
    614     <!-- String describing the image on ImageButton four
    615 
    616         Note: AccessibilityServices use this attribute to announce what the view represents.
    617               This is especially valuable for views without textual representation like ImageView.
    618     -->
    619     <string name="description_image_button_four">four</string>
    620 
    621     <!-- String describing the image on ImageButton five
    622 
    623         Note: AccessibilityServices use this attribute to announce what the view represents.
    624               This is especially valuable for views without textual representation like ImageView.
    625     -->
    626     <string name="description_image_button_five">five</string>
    627 
    628     <!-- String describing the image on ImageButton six
    629 
    630         Note: AccessibilityServices use this attribute to announce what the view represents.
    631               This is especially valuable for views without textual representation like ImageView.
    632     -->
    633     <string name="description_image_button_six">six</string>
    634 
    635     <!-- String describing the image on ImageButton seven
    636 
    637         Note: AccessibilityServices use this attribute to announce what the view represents.
    638               This is especially valuable for views without textual representation like ImageView.
    639     -->
    640     <string name="description_image_button_seven">seven</string>
    641 
    642     <!-- String describing the image on ImageButton eight
    643 
    644         Note: AccessibilityServices use this attribute to announce what the view represents.
    645               This is especially valuable for views without textual representation like ImageView.
    646     -->
    647     <string name="description_image_button_eight">eight</string>
    648 
    649     <!-- String describing the image on ImageButton nine
    650 
    651         Note: AccessibilityServices use this attribute to announce what the view represents.
    652               This is especially valuable for views without textual representation like ImageView.
    653     -->
    654     <string name="description_image_button_nine">nine</string>
    655 
    656     <!-- String describing the image on ImageButton star
    657 
    658         Note: AccessibilityServices use this attribute to announce what the view represents.
    659               This is especially valuable for views without textual representation like ImageView.
    660     -->
    661     <string name="description_image_button_star">star</string>
    662 
    663     <!-- String describing the image on ImageButton zero
    664 
    665         Note: AccessibilityServices use this attribute to announce what the view represents.
    666               This is especially valuable for views without textual representation like ImageView.
    667     -->
    668     <string name="description_image_button_zero">zero</string>
    669 
    670     <!-- String describing the image on ImageButton pound
    671 
    672         Note: AccessibilityServices use this attribute to announce what the view represents.
    673               This is especially valuable for views without textual representation like ImageView.
    674     -->
    675     <string name="description_image_button_pound">pound</string>
    676 
    677     <!-- String describing the Voicemail ImageButton
    678 
    679          Used by AccessibilityService to announce the purpose of the button.
    680     -->
    681     <string name="description_voicemail_button">voicemail</string>
    682 
    683     <!-- String describing the Search ImageButton
    684 
    685          Used by AccessibilityService to announce the purpose of the button.
    686          [CHAR LIMIT=NONE]
    687     -->
    688     <string name="description_search_button">search</string>
    689 
    690     <!-- String describing the Dial ImageButton
    691 
    692          Used by AccessibilityService to announce the purpose of the button.
    693     -->
    694     <string name="description_dial_button">dial</string>
    695 
    696     <!-- String describing the Delete/Backspace ImageButton
    697 
    698          Used by AccessibilityService to announce the purpose of the button.
    699     -->
    700     <string name="description_delete_button">backspace</string>
    701 
    702     <!-- String describing the digits text box containing the number to dial.
    703 
    704          Used by AccessibilityService to announce the purpose of the view.
    705     -->
    706     <string name="description_digits_edittext">number to dial</string>
    707 
    708     <!-- String describing the Contact Photo Image
    709 
    710          Used by AccessibilityService to announce the purpose of the view.
    711     -->
    712     <string name="description_contact_photo">contact photo</string>
    713 
    714     <!-- String describing the Contact Editor Minus button
    715 
    716          Used by AccessibilityService to announce the purpose of the button.
    717     -->
    718     <string name="description_minus_button">minus</string>
    719 
    720     <!-- String describing the Contact Editor Plus button
    721 
    722          Used by AccessibilityService to announce the purpose of the button.
    723     -->
    724     <string name="description_plus_button">plus</string>
    725 
    726     <!-- String describing a contact picture that introduces users to the contact detail screen.
    727 
    728          Used by AccessibilityService to announce the purpose of the button.
    729 
    730          [CHAR LIMIT=NONE]
    731       -->
    732     <string name="description_view_contact_detail" msgid="2795575601596468581">View contact</string>
    733 
    734     <!-- Dialog title shown when (USB) storage does not exist [CHAR LIMIT=25] -->
    735     <string name="no_sdcard_title" product="nosdcard">Storage unavailable</string>
    736     <!-- Dialog title shown when SD Card does not exist -->
    737     <string name="no_sdcard_title" product="default">No SD card</string>
    738 
    739     <!-- Dialog message shown when (USB) storage does not exist [CHAR LIMIT=30] -->
    740     <string name="no_sdcard_message" product="nosdcard">No storage was found.</string>
    741     <!-- Dialog message shown when SDcard does not exist. [CHAR LIMIT=30] -->
    742     <string name="no_sdcard_message" product="default">No SD card was found.</string>
    743 
    744     <!-- Dialog title shown when searching vCard data from SD Card -->
    745     <string name="searching_vcard_title">Searching for vCard</string>
    746 
    747     <!-- Action string for selecting SIM for importing contacts -->
    748     <string name="import_from_sim">Import from SIM card</string>
    749 
    750     <!-- Action string for selecting (USB) storage for importing contacts [CHAR LIMIT=25] -->
    751     <string name="import_from_sdcard" product="default">Import from storage</string>
    752 
    753     <!-- Action that exports all contacts to (USB) storage [CHAR LIMIT=25] -->
    754     <string name="export_to_sdcard" product="default">Export to storage</string>
    755 
    756     <!-- Action that shares visible contacts -->
    757     <string name="share_visible_contacts">Share visible contacts</string>
    758 
    759     <!-- One of alternatives shown when the system allows a user to select how many vCard files
    760          should be imported. This message shows only when the system is certain that there's more
    761          than one vCard files available in the system. -->
    762     <string name="import_one_vcard_string">Import one vCard file</string>
    763 
    764     <!-- One of alternatives shown when the system allows a user to select how many vCard files
    765          should be imported. This message shows only when the system is certain that there's more
    766          than one vCard files available in the system. -->
    767     <string name="import_multiple_vcard_string">Import multiple vCard files</string>
    768 
    769     <!-- One of alternatives shown when the system allows a user to select how many vCard files
    770          should be imported. This message shows only when the system is certain that there's more
    771          than one vCard files available in the system. -->
    772     <string name="import_all_vcard_string">Import all vCard files</string>
    773 
    774     <!-- Dialog message shown when searching VCard data from (USB) storage [CHAR LIMIT=NONE] -->
    775     <string name="searching_vcard_message" product="nosdcard">Searching for vCard data in storage\u2026</string>
    776     <!-- Dialog message shown when searching VCard data from SD Card. [CHAR LIMIT=NONE] -->
    777     <string name="searching_vcard_message" product="default">Searching for vCard data on SD card\u2026</string>
    778 
    779     <!-- Dialog title shown when scanning VCard data failed. [CHAR LIMIT=NONE] -->
    780     <string name="scanning_sdcard_failed_title" product="nosdcard">Couldn\'t scan storage</string>
    781     <!-- Dialog title shown when scanning VCard data failed. -->
    782     <string name="scanning_sdcard_failed_title" product="default">Couldn\'t scan SD card</string>
    783 
    784     <!-- Dialog message shown when searching VCard data failed.
    785          An exact reason for the failure should [CHAR LIMIT=NONE] -->
    786     <string name="scanning_sdcard_failed_message" product="nosdcard">The storage couldn\'t be scanned. (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string>
    787     <!-- Dialog message shown when searching VCard data failed.
    788          An exact reason for the failure should [CHAR LIMIT=NONE] -->
    789     <string name="scanning_sdcard_failed_message" product="default">The SD card couldn\'t be scanned. (Reason: \"<xliff:g id="fail_reason">%s</xliff:g>\")</string>
    790 
    791     <!-- The failed reason shown when Contacts app (especially vCard importer/exporter)
    792          emitted some I/O error. Exact reason will be appended by the system. [CHAR LIMIT=NONE] -->
    793     <string name="fail_reason_io_error">I/O error</string>
    794 
    795     <!-- Failure reason show when Contacts app (especially vCard importer) encountered
    796          low memory problem and could not proceed its import procedure. [CHAR LIMIT=NONE] -->
    797     <string name="fail_reason_low_memory_during_import">Not enough memory. The file may be too large.</string>
    798 
    799     <!-- The failed reason shown when vCard parser was not able to be parsed by the current vCard
    800          implementation. This might happen even when the input vCard is completely valid, though
    801          we believe it is rather rare in the actual world. [CHAR LIMIT=NONE] -->
    802     <string name="fail_reason_vcard_parse_error">Couldn\'t parse vCard for an unexpected reason.</string>
    803 
    804     <!-- The failed reason shown when vCard importer doesn't support the format.
    805          This may be shown when the vCard is corrupted [CHAR LIMIT=40] -->
    806     <string name="fail_reason_not_supported">The format isn\'t supported.</string>
    807 
    808     <!-- Message used when vCard import has failed. [CHAR LIMIT=40] -->
    809     <string name="vcard_import_failed">Couldn\'t import vCard.</string>
    810 
    811     <!-- The failure message shown when the system could not find any vCard file.
    812          (with extension ".vcf" in (USB) storage.)
    813          [CHAR LIMIT=128] -->
    814     <string name="import_failure_no_vcard_file" product="nosdcard">No vCard file found in storage.</string>
    815     <!-- The failure message shown when the system could not find any vCard file.
    816          (with extension ".vcf" in SDCard.)
    817          [CHAR LIMIT=128] -->
    818     <string name="import_failure_no_vcard_file" product="default">No vCard file found on the SD card.</string>
    819 
    820     <!-- Fail reason shown when vCard importer failed to look over meta information stored in vCard file(s). -->
    821     <string name="fail_reason_failed_to_collect_vcard_meta_info">Couldn\'t collect meta information of given vCard file(s).</string>
    822 
    823     <!-- The failed reason shown when the import of some of vCard files failed during multiple vCard
    824          files import. It includes the case where all files were failed to be imported. -->
    825     <string name="fail_reason_failed_to_read_files">One or more files couldn\'t be imported (%s).</string>
    826 
    827     <!-- The failed reason which should not be shown but it may in some buggy condition. [CHAR LIMIT=40] -->
    828     <string name="fail_reason_unknown">Unknown error.</string>
    829 
    830     <!-- Dialog title shown when a user is asked to select vCard file. [CHAR LIMIT=25] -->
    831     <string name="select_vcard_title">Choose vCard file</string>
    832 
    833     <!-- The title shown when vCard importer is caching files to be imported into local temporary
    834          data storage.  [CHAR LIMIT=40] -->
    835     <string name="caching_vcard_title">Caching</string>
    836 
    837     <!-- The message shown when vCard importer is caching files to be imported into local temporary
    838          data storage. [CHAR LIMIT=NONE] -->
    839     <string name="caching_vcard_message">Caching vCard(s) to local temporary storage. The actual import will start soon.</string>
    840 
    841     <!-- The message shown while importing vCard(s).
    842          First argument is current index of contacts to be imported.
    843          Second argument is the total number of contacts.
    844          Third argument is the name of a contact which is being read.
    845          [CHAR LIMIT=20] -->
    846     <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>
    847 
    848     <!-- Description shown when importing vCard data.
    849          The argument is the name of a contact which is being read.
    850          [CHAR LIMIT=20] -->
    851     <string name="importing_vcard_description">Importing <xliff:g id="name" example="Joe Due">%s</xliff:g></string>
    852 
    853     <!-- Dialog title shown when reading vCard data failed [CHAR LIMIT=40] -->
    854     <string name="reading_vcard_failed_title">Couldn\'t read vCard data</string>
    855 
    856     <!-- The title shown when reading vCard is canceled (probably by a user)
    857          [CHAR LIMIT=40] -->
    858     <string name="reading_vcard_canceled_title">Reading vCard data canceled</string>
    859 
    860     <!-- The title shown when reading vCard finished
    861          The argument is file name the user imported.
    862          [CHAR LIMIT=40] -->
    863     <string name="importing_vcard_finished_title">Finished importing vCard <xliff:g id="filename" example="import.vcf">%s</xliff:g></string>
    864 
    865     <!-- The title shown when importing vCard is canceled (probably by a user)
    866          The argument is file name the user canceled importing.
    867          [CHAR LIMIT=40] -->
    868     <string name="importing_vcard_canceled_title">Importing <xliff:g id="filename" example="import.vcf">%s</xliff:g> canceled</string>
    869 
    870     <!-- The message shown when vCard import request is accepted. The system may start that work soon, or do it later
    871          when there are already other import/export requests.
    872          The argument is file name the user imported.
    873          [CHAR LIMIT=40] -->
    874     <string name="vcard_import_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> will be imported shortly.</string>
    875     <!-- 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.
    876          "The file" is what a user selected for importing.
    877          [CHAR LIMIT=40] -->
    878     <string name="vcard_import_will_start_message_with_default_name">The file will be imported shortly.</string>
    879     <!-- The message shown when a given vCard import request is rejected by the system. [CHAR LIMIT=NONE] -->
    880     <string name="vcard_import_request_rejected_message">vCard import request was rejected. Try again later.</string>
    881     <!-- The message shown when vCard export request is accepted. The system may start that work soon, or do it later
    882          when there are already other import/export requests.
    883          The argument is file name the user exported.
    884          [CHAR LIMIT=40] -->
    885     <string name="vcard_export_will_start_message"><xliff:g id="filename" example="import.vcf">%s</xliff:g> will be exported shortly.</string>
    886     <!-- The message shown when a given vCard export request is rejected by the system. [CHAR LIMIT=NONE] -->
    887     <string name="vcard_export_request_rejected_message">vCard export request was rejected. Try again later.</string>
    888     <!-- Used when file name is unknown in vCard processing. It typically happens
    889          when the file is given outside the Contacts app. [CHAR LIMIT=30] -->
    890     <string name="vcard_unknown_filename">contact</string>
    891 
    892     <!-- The percentage, used for expressing the progress of vCard import/export. -->
    893     <string name="percentage">%s%%</string>
    894 
    895     <!-- Dialog title shown when a user confirms whether he/she export Contact data. [CHAR LIMIT=32] -->
    896     <string name="confirm_export_title">Export contacts?</string>
    897 
    898     <!-- Dialog message shown when a user confirms whether he/she export Contact data [CHAR LIMIT=NONE] -->
    899     <string name="confirm_export_message">Your contact list will be exported to file: <xliff:g id="vcard_filename">%s</xliff:g>.</string>
    900 
    901     <!-- Dialog title shown when exporting Contact data failed. [CHAR LIMIT=20] -->
    902     <string name="exporting_contact_failed_title">Couldn\'t export</string>
    903 
    904     <!-- Dialog message shown when exporting Contact data failed. [CHAR LIMIT=NONE] -->
    905     <string name="exporting_contact_failed_message">The contact data wasn\'t exported.\nReason: \"<xliff:g id="fail_reason">%s</xliff:g>\"</string>
    906 
    907     <!-- The failed reason shown when there's no contact which is allowed to be exported.
    908          Note that user may have contacts data but all of them are probably not allowed to be
    909          exported because of security/permission reasons. [CHAR LIMIT=NONE] -->
    910     <string name="fail_reason_no_exportable_contact">There is no exportable contact.</string>
    911 
    912     <!-- The failed reason shown when vCard exporter could not create a file for the vCard since
    913          there are too many files relevant to vCard. [CHAR LIMIT=NONE] -->
    914     <string name="fail_reason_too_many_vcard" product="nosdcard">Too many vCard files are in the storage.</string>
    915     <!-- The failed reason shown when vCard exporter could not create a file for the vCard since
    916          there are too many files relevant to vCard. -->
    917     <string name="fail_reason_too_many_vcard" product="default">Too many vCard files are on the SD card.</string>
    918 
    919     <!-- The failed reason shown when the given file name is too long for the system.
    920          The length limit of each file is different in each Android device, so we don't need to
    921          mention it here. [CHAR LIMIT=NONE] -->
    922     <string name="fail_reason_too_long_filename">Required filename is too long (\"<xliff:g id="filename">%s</xliff:g>\").</string>
    923 
    924     <!-- The title shown when exporting vCard is successfuly finished [CHAR LIMIT=40] -->
    925     <string name="exporting_vcard_finished_title">Finished exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g>.</string>
    926 
    927     <!-- The title shown when exporting vCard is canceled (probably by a user)
    928          The argument is file name the user canceled importing.
    929          [CHAR LIMIT=40] -->
    930     <string name="exporting_vcard_canceled_title">Exporting <xliff:g id="filename" example="export.vcf">%s</xliff:g> canceled.</string>
    931 
    932     <!-- Dialog title shown when the application is exporting contact data outside. [CHAR LIMIT=NONE] -->
    933     <string name="exporting_contact_list_title">Exporting contact data</string>
    934 
    935     <!-- Message shown when the application is exporting contact data outside -->
    936     <string name="exporting_contact_list_message">Your contact data is being exported to: <xliff:g id="file_name">%s</xliff:g>.</string>
    937 
    938     <!-- The failed reason shown when contacts exporter fails to be initialized.
    939          Some exact reason must follow this. [CHAR LIMIT=NONE]-->
    940     <string name="fail_reason_could_not_initialize_exporter">Couldn\'t start the exporter: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string>
    941 
    942     <!-- The failed reason shown when some error happend during contacts export.
    943          Some exact reason must follow this. [CHAR LIMIT=NONE] -->
    944     <string name="fail_reason_error_occurred_during_export">An error occurred during export: \"<xliff:g id="exact_reason">%s</xliff:g>\".</string>
    945 
    946     <!-- The error reason the vCard composer "may" emit when database is corrupted or
    947          something is going wrong. Usually users should not see this text. [CHAR LIMIT=NONE] -->
    948     <string name="composer_failed_to_get_database_infomation">Couldn\'t get database information.</string>
    949 
    950     <!-- This error message shown when the user actually have no contact
    951          (e.g. just after data-wiping), or, data providers of the contact list prohibits their
    952          contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
    953     <string name="composer_has_no_exportable_contact" product="tablet">There are no exportable contacts. If you do have contacts on your tablet, some data providers may not allow the contacts to be exported from the tablet.</string>
    954     <!-- This error message shown when the user actually have no contact
    955          (e.g. just after data-wiping), or, data providers of the contact list prohibits their
    956          contacts from being exported to outside world via vcard exporter, etc. [CHAR LIMIT=NONE] -->
    957     <string name="composer_has_no_exportable_contact" product="default">There are no exportable contacts. If you do have contacts on your phone, some data providers may not allow the contacts to be exported from the phone.</string>
    958 
    959     <!-- The error reason the vCard composer may emit when vCard composer is not initialized
    960          even when needed.
    961          Users should not usually see this error message. [CHAR LIMIT=NONE] -->
    962     <string name="composer_not_initialized">The vCard composer didn\'t start properly.</string>
    963 
    964     <!-- The failed reason shown when vCard importer/exporter could not open the file
    965          specified by a user. The file name should be in the message. [CHAR LIMIT=NONE] -->
    966     <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>
    967 
    968     <!-- 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)")-->
    969     <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>
    970 
    971     <!-- Title shown in a Dialog confirming a user's cancel request toward existing vCard import. [CHAR LIMIT=40] -->
    972     <string name="cancel_import_confirmation_title">Canceling vCard import</string>
    973 
    974     <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard import.
    975          The argument is file name for the vCard import the user wants to cancel.
    976          [CHAR LIMIT=128] -->
    977     <string name="cancel_import_confirmation_message">Cancel import of <xliff:g id="filename" example="import.vcf">%s</xliff:g>?</string>
    978 
    979     <!-- Title shown in a Dialog confirming a user's cancel request toward existing vCard export. [CHAR LIMIT=128] -->
    980     <string name="cancel_export_confirmation_title">Canceling vCard export</string>
    981 
    982     <!-- Message shown in a Dialog confirming a user's cancel request toward existing vCard export.
    983          The argument is file name for the vCard export the user wants to cancel.
    984          [CHAR LIMIT=128] -->
    985     <string name="cancel_export_confirmation_message">Cancel export of <xliff:g id="filename" example="export.vcf">%s</xliff:g>?</string>
    986 
    987     <!-- Title shown in a Dialog telling users cancel vCard import/export operation is failed. [CHAR LIMIT=40] -->
    988     <string name="cancel_vcard_import_or_export_failed">Couldn\'t cancel vCard import/export</string>
    989 
    990     <!-- The string used to describe Contacts as a searchable item within system search settings. -->
    991     <string name="search_settings_description">Names of your contacts</string>
    992 
    993     <!-- Menu items for dialpad options as part of Pause and Wait ftr -->
    994     <string name="add_2sec_pause">Add 2-sec pause</string>
    995     <string name="add_wait">Add wait</string>
    996 
    997     <!-- Title for the call disambiguation dialog -->
    998     <string name="call_disambig_title">Call using</string>
    999 
   1000     <!-- Menu item label for call settings [CHAR LIMIT=30] -->
   1001     <string name="call_settings">Settings</string>
   1002 
   1003     <!-- Title for the sms disambiguation dialog -->
   1004     <string name="sms_disambig_title">Text using</string>
   1005 
   1006     <!-- Message next to disamgiguation dialog check box -->
   1007     <string name="make_primary">Remember this choice</string>
   1008 
   1009     <!-- Shown as a toast when the user taps on a QuickContact icon, and no application
   1010          was found that could perform the selected action. [CHAR LIMIT=NONE] -->
   1011     <string name="quickcontact_missing_app">No app was found to handle this action.</string>
   1012 
   1013     <!-- Shown as the display name for a person when the name is missing or unknown. [CHAR LIMIT=18]-->
   1014     <string name="missing_name">(No name)</string>
   1015 
   1016     <!-- The menu item to open the list of accounts -->
   1017     <string name="menu_accounts">Accounts</string>
   1018 
   1019     <!-- The menu item to filter the list of contacts displayed -->
   1020     <string name="menu_contacts_filter">Contacts to display</string>
   1021 
   1022     <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card.  [CHAR LIMIT=30]-->
   1023     <string name="menu_import_export">Import/export</string>
   1024 
   1025     <!-- Dialog title when selecting the bulk operation to perform from a list. [CHAR LIMIT=36] -->
   1026     <string name="dialog_import_export">Import/export contacts</string>
   1027 
   1028     <!-- The menu item to share the currently viewed contact [CHAR LIMIT=30] -->
   1029     <string name="menu_share">Share</string>
   1030 
   1031     <!-- The menu item to show all contacts in Phone entrance [CHAR LIMIT=30] -->
   1032     <string name="menu_all_contacts">All contacts</string>
   1033 
   1034     <!-- Dialog title when picking the application to share a contact with. -->
   1035     <string name="share_via">Share contact via</string>
   1036 
   1037     <!-- Toast indicating that sharing a contact has failed. [CHAR LIMIT=NONE]  -->
   1038     <string name="share_error">This contact can\'t be shared.</string>
   1039 
   1040     <!-- Header that expands to list all name types when editing a structured name of a contact [CHAR LIMIT=20] -->
   1041     <string name="nameLabelsGroup">Name</string>
   1042     <!-- Header that expands to list all nickname types when editing a nickname of a contact [CHAR LIMIT=20] -->
   1043     <string name="nicknameLabelsGroup">Nickname</string>
   1044     <!-- Header that expands to list all organization types when editing an organization of a contact [CHAR LIMIT=20] -->
   1045     <string name="organizationLabelsGroup">Organization</string>
   1046     <!-- Header that expands to list all website types when editing a website of a contact [CHAR LIMIT=20] -->
   1047     <string name="websiteLabelsGroup">Website</string>
   1048     <!-- Header that expands to list all event types when editing an event of a contact [CHAR LIMIT=20] -->
   1049     <string name="eventLabelsGroup">Events</string>
   1050     <!-- Header for the list of all relationships for a contact [CHAR LIMIT=20] -->
   1051     <string name="relationLabelsGroup">Relationship</string>
   1052     <!-- Header for the list of all groups for a contact [CHAR LIMIT=20] -->
   1053     <string name="groupsLabel">Groups</string>
   1054 
   1055     <string name="dialog_new_contact_account">Create contact under account</string>
   1056 
   1057     <!-- Title for the disambiguation dialog that requests the user choose an account for the new group to be created under [CHAR LIMIT=NONE] -->
   1058     <string name="dialog_new_group_account">Create group under account</string>
   1059 
   1060     <string name="menu_sync_remove">Remove sync group</string>
   1061     <string name="dialog_sync_add">Add sync group</string>
   1062     <string name="display_more_groups">More groups\u2026</string>
   1063 
   1064     <!-- List title for a special contacts group that covers all contacts. [CHAR LIMIT=25] -->
   1065     <string name="display_ungrouped">All other contacts</string>
   1066 
   1067     <!-- List title for a special contacts group that covers all contacts that
   1068          aren't members of any other group. [CHAR LIMIT=25] -->
   1069     <string name="display_all_contacts">All contacts</string>
   1070 
   1071     <!-- Warning message given to users just before they remove a currently syncing
   1072          group that would also cause all ungrouped contacts to stop syncing.  [CHAR LIMIT=NONE] -->
   1073     <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>
   1074 
   1075     <!-- Title for data source when creating or editing a contact that doesn't
   1076          belong to a specific account.  This contact will only exist on the phone
   1077          and will not be synced. -->
   1078     <string name="account_phone" product="tablet">Tablet-only, unsynced</string>
   1079     <!-- Title for data source when creating or editing a contact that doesn't
   1080          belong to a specific account.  This contact will only exist on the phone
   1081          and will not be synced. -->
   1082     <string name="account_phone" product="default">Phone-only, unsynced</string>
   1083 
   1084     <!-- Action string for calling a custom phone number -->
   1085     <string name="call_custom">Call <xliff:g id="custom">%s</xliff:g></string>
   1086     <!-- Action string for calling a home phone number -->
   1087     <string name="call_home">Call home</string>
   1088     <!-- Action string for calling a mobile phone number -->
   1089     <string name="call_mobile">Call mobile</string>
   1090     <!-- Action string for calling a work phone number -->
   1091     <string name="call_work">Call work</string>
   1092     <!-- Action string for calling a work fax phone number -->
   1093     <string name="call_fax_work">Call work fax</string>
   1094     <!-- Action string for calling a home fax phone number -->
   1095     <string name="call_fax_home">Call home fax</string>
   1096     <!-- Action string for calling a pager phone number -->
   1097     <string name="call_pager">Call pager</string>
   1098     <!-- Action string for calling an other phone number -->
   1099     <string name="call_other">Call</string>
   1100     <!-- Action string for calling a callback number -->
   1101     <string name="call_callback">Call callback</string>
   1102     <!-- Action string for calling a car phone number -->
   1103     <string name="call_car">Call car</string>
   1104     <!-- Action string for calling a company main phone number -->
   1105     <string name="call_company_main">Call company main</string>
   1106     <!-- Action string for calling a ISDN phone number -->
   1107     <string name="call_isdn">Call ISDN</string>
   1108     <!-- Action string for calling a main phone number -->
   1109     <string name="call_main">Call main</string>
   1110     <!-- Action string for calling an other fax phone number -->
   1111     <string name="call_other_fax">Call fax</string>
   1112     <!-- Action string for calling a radio phone number -->
   1113     <string name="call_radio">Call radio</string>
   1114     <!-- Action string for calling a Telex phone number -->
   1115     <string name="call_telex">Call telex</string>
   1116     <!-- Action string for calling a TTY/TDD phone number -->
   1117     <string name="call_tty_tdd">Call TTY/TDD</string>
   1118     <!-- Action string for calling a work mobile phone number -->
   1119     <string name="call_work_mobile">Call work mobile</string>
   1120     <!-- Action string for calling a work pager phone number -->
   1121     <string name="call_work_pager">Call work pager</string>
   1122     <!-- Action string for calling an assistant phone number -->
   1123     <string name="call_assistant">Call <xliff:g id="assistant">%s</xliff:g></string>
   1124     <!-- Action string for calling a MMS phone number -->
   1125     <string name="call_mms">Call MMS</string>
   1126 
   1127     <!-- Action string for sending an SMS to a custom phone number -->
   1128     <string name="sms_custom">Text <xliff:g id="custom">%s</xliff:g></string>
   1129     <!-- Action string for sending an SMS to a home phone number -->
   1130     <string name="sms_home">Text home</string>
   1131     <!-- Action string for sending an SMS to a mobile phone number -->
   1132     <string name="sms_mobile">Text mobile</string>
   1133     <!-- Action string for sending an SMS to a work phone number -->
   1134     <string name="sms_work">Text work</string>
   1135     <!-- Action string for sending an SMS to a work fax phone number -->
   1136     <string name="sms_fax_work">Text work fax</string>
   1137     <!-- Action string for sending an SMS to a home fax phone number -->
   1138     <string name="sms_fax_home">Text home fax</string>
   1139     <!-- Action string for sending an SMS to a pager phone number -->
   1140     <string name="sms_pager">Text pager</string>
   1141     <!-- Action string for sending an SMS to an other phone number -->
   1142     <string name="sms_other">Text</string>
   1143     <!-- Action string for sending an SMS to a callback number -->
   1144     <string name="sms_callback">Text callback</string>
   1145     <!-- Action string for sending an SMS to a car phone number -->
   1146     <string name="sms_car">Text car</string>
   1147     <!-- Action string for sending an SMS to a company main phone number -->
   1148     <string name="sms_company_main">Text company main</string>
   1149     <!-- Action string for sending an SMS to a ISDN phone number -->
   1150     <string name="sms_isdn">Text ISDN</string>
   1151     <!-- Action string for sending an SMS to a main phone number -->
   1152     <string name="sms_main">Text main</string>
   1153     <!-- Action string for sending an SMS to an other fax phone number -->
   1154     <string name="sms_other_fax">Text fax</string>
   1155     <!-- Action string for sending an SMS to a radio phone number -->
   1156     <string name="sms_radio">Text radio</string>
   1157     <!-- Action string for sending an SMS to a Telex phone number -->
   1158     <string name="sms_telex">Text telex</string>
   1159     <!-- Action string for sending an SMS to a TTY/TDD phone number -->
   1160     <string name="sms_tty_tdd">Text TTY/TDD</string>
   1161     <!-- Action string for sending an SMS to a work mobile phone number -->
   1162     <string name="sms_work_mobile">Text work mobile</string>
   1163     <!-- Action string for sending an SMS to a work pager phone number -->
   1164     <string name="sms_work_pager">Text work pager</string>
   1165     <!-- Action string for sending an SMS to an assistant phone number -->
   1166     <string name="sms_assistant">Text <xliff:g id="assistant">%s</xliff:g></string>
   1167     <!-- Action string for sending an SMS to a MMS phone number -->
   1168     <string name="sms_mms">Text MMS</string>
   1169 
   1170     <!-- Generic action string for text messaging a contact. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] -->
   1171     <string name="sms">Text message</string>
   1172 
   1173     <!-- Action string for sending an email to a home email address -->
   1174     <string name="email_home">Email home</string>
   1175     <!-- Action string for sending an email to a mobile email address -->
   1176     <string name="email_mobile">Email mobile</string>
   1177     <!-- Action string for sending an email to a work email address -->
   1178     <string name="email_work">Email work</string>
   1179     <!-- Action string for sending an email to an other email address -->
   1180     <string name="email_other">Email</string>
   1181     <!-- Action string for sending an email to a custom email address -->
   1182     <string name="email_custom">Email <xliff:g id="custom">%s</xliff:g></string>
   1183 
   1184     <!-- Generic action string for sending an email -->
   1185     <string name="email">Email</string>
   1186 
   1187     <!-- Action string for viewing a home postal address -->
   1188     <string name="map_home">View home address</string>
   1189     <!-- Action string for viewing a work postal address -->
   1190     <string name="map_work">View work address</string>
   1191     <!-- Action string for viewing an other postal address -->
   1192     <string name="map_other">View address</string>
   1193     <!-- Action string for viewing a custom postal address -->
   1194     <string name="map_custom">View <xliff:g id="custom">%s</xliff:g> address</string>
   1195 
   1196     <!-- Action string for starting an IM chat with the AIM protocol -->
   1197     <string name="chat_aim">Chat using AIM</string>
   1198     <!-- Action string for starting an IM chat with the MSN or Windows Live protocol -->
   1199     <string name="chat_msn">Chat using Windows Live</string>
   1200     <!-- Action string for starting an IM chat with the Yahoo protocol -->
   1201     <string name="chat_yahoo">Chat using Yahoo</string>
   1202     <!-- Action string for starting an IM chat with the Skype protocol -->
   1203     <string name="chat_skype">Chat using Skype</string>
   1204     <!-- Action string for starting an IM chat with the QQ protocol -->
   1205     <string name="chat_qq">Chat using QQ</string>
   1206     <!-- Action string for starting an IM chat with the Google Talk protocol -->
   1207     <string name="chat_gtalk">Chat using Google Talk</string>
   1208     <!-- Action string for starting an IM chat with the ICQ protocol -->
   1209     <string name="chat_icq">Chat using ICQ</string>
   1210     <!-- Action string for starting an IM chat with the Jabber protocol -->
   1211     <string name="chat_jabber">Chat using Jabber</string>
   1212 
   1213     <!-- Generic action string for starting an IM chat -->
   1214     <string name="chat">Chat</string>
   1215     <!-- Generic action string for starting an audio chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] -->
   1216     <string name="audio_chat">Voice chat</string>
   1217     <!-- Generic action string for starting a video chat. Used by AccessibilityService to announce the purpose of the view. [CHAR LIMIT=NONE] -->
   1218     <string name="video_chat">Video chat</string>
   1219 
   1220     <!-- Field title for the full postal address of a contact [CHAR LIMIT=64]-->
   1221     <string name="postal_address">Address</string>
   1222     <!-- Field title for the street of a structured postal address of a contact -->
   1223     <string name="postal_street">Street</string>
   1224     <!-- Field title for the PO box of a structured postal address of a contact -->
   1225     <string name="postal_pobox">PO box</string>
   1226     <!-- Field title for the neighborhood of a structured postal address of a contact -->
   1227     <string name="postal_neighborhood">Neighborhood</string>
   1228     <!-- Field title for the city of a structured postal address of a contact -->
   1229     <string name="postal_city">City</string>
   1230     <!-- Field title for the region, or state, of a structured postal address of a contact -->
   1231     <string name="postal_region">State</string>
   1232     <!-- Field title for the postal code of a structured postal address of a contact -->
   1233     <string name="postal_postcode">ZIP code</string>
   1234     <!-- Field title for the country of a structured postal address of a contact -->
   1235     <string name="postal_country">Country</string>
   1236 
   1237     <!-- Field title for the full name of a contact [CHAR LIMIT=64]-->
   1238     <string name="full_name">Name</string>
   1239     <!-- Field title for the given name of a contact -->
   1240     <string name="name_given">Given name</string>
   1241     <!-- Field title for the family name of a contact -->
   1242     <string name="name_family">Family name</string>
   1243     <!-- Field title for the prefix name of a contact -->
   1244     <string name="name_prefix">Name prefix</string>
   1245     <!-- Field title for the middle name of a contact -->
   1246     <string name="name_middle">Middle name</string>
   1247     <!-- Field title for the suffix name of a contact -->
   1248     <string name="name_suffix">Name suffix</string>
   1249     <!-- Field title for the phonetic given name of a contact -->
   1250     <string name="name_phonetic_given">Phonetic given name</string>
   1251     <!-- Field title for the phonetic middle name of a contact -->
   1252     <string name="name_phonetic_middle">Phonetic middle name</string>
   1253     <!-- Field title for the phonetic family name of a contact -->
   1254     <string name="name_phonetic_family">Phonetic family name</string>
   1255     <!-- Field title for the phonetic name of a contact [CHAR LIMIT=64]-->
   1256     <string name="name_phonetic">Phonetic name</string>
   1257 
   1258     <!-- Title for the list of all contact details that come from third-party sources (including a corporate directory) [CHAR LIMIT=20] -->
   1259     <string name="connections">Connections</string>
   1260 
   1261     <!-- Label of the button to open the "add connection" popup where the user can invite a contact to other social networks or services [CHAR LIMIT=32] -->
   1262     <string name="add_connection_button">Add connection</string>
   1263 
   1264     <!-- Section title for the page containing the contact's social updates on the contact card (this abbreviated version of "Recent updates" is used when "updates" is already shown as the title of the page) [CHAR LIMIT=20]-->
   1265     <string name="recent" msgid="2062236709538790412">Recent</string>
   1266 
   1267     <!-- Section title for the page containing the contact's social updates on the contact card [CHAR LIMIT=20]-->
   1268     <string name="recent_updates" msgid="2018245636796411442">Recent updates</string>
   1269 
   1270     <!-- String describing which account type a contact came from when editing it -->
   1271     <string name="account_type_format"><xliff:g id="source" example="Gmail">%1$s</xliff:g> contact</string>
   1272 
   1273     <!-- String describing which account a contact came from when editing it -->
   1274     <string name="from_account_format"><xliff:g id="source" example="user (a] gmail.com">%1$s</xliff:g></string>
   1275 
   1276     <!-- Checkbox asking the user if they want to display a particular photo for a contact -->
   1277     <string name="use_photo_as_primary">Use this photo</string>
   1278 
   1279     <!-- Text used to explain that a contact cannot be edited from the People application since the data is read only [CHAR LIMIT=40] -->
   1280     <string name="contact_read_only">Not editable from this app.</string>
   1281 
   1282     <!-- Text describing that a contact has no information available other than name and photo. [CHAR LIMIT=60] -->
   1283     <string name="no_contact_details">No additional information for this contact.</string>
   1284 
   1285     <!-- Text used to explain that a group cannot be edited since the data is read only [CHAR LIMIT=40] -->
   1286     <string name="group_read_only">Not editable on this device.</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 
   1306     <!-- Gray hint displayed in the search field in Contacts when empty -->
   1307     <string name="search_bar_hint">Search contacts</string>
   1308 
   1309     <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] -->
   1310     <string name="take_photo">Take photo</string>
   1311 
   1312     <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] -->
   1313     <string name="take_new_photo">Take new photo</string>
   1314 
   1315     <!-- An option in the 'Contact photo' dialog, if there is no photo yet [CHAR LIMIT=50] -->
   1316     <string name="pick_photo">Choose photo from Gallery</string>
   1317 
   1318     <!-- An option in the 'Contact photo' dialog, if there is already a photo [CHAR LIMIT=50] -->
   1319     <string name="pick_new_photo">Select new photo from Gallery</string>
   1320 
   1321     <!-- Text shown in the contacts app while the background process updates contacts after a locale change [CHAR LIMIT=300] -->
   1322     <string name="locale_change_in_progress">Contact list is being updated to reflect the change of language.</string>
   1323 
   1324     <!-- Text shown in the contacts app while the background process updates contacts after a system upgrade [CHAR LIMIT=300] -->
   1325     <string name="upgrade_in_progress">Contact list is being updated.</string>
   1326 
   1327     <!-- Text shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=300] -->
   1328     <string name="upgrade_out_of_memory">Contacts are in the process of being upgraded.
   1329     \n\nThe upgrade process requires approximately <xliff:g id="size_in_megabytes">%s</xliff:g>
   1330     MB of internal storage.\n\nChoose one of the following options:</string>
   1331 
   1332     <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] -->
   1333     <string name="upgrade_out_of_memory_uninstall">Uninstall some applications</string>
   1334 
   1335     <!-- Button shown in the contacts app if the background process updating contacts fails because of memory shortage [CHAR LIMIT=50] -->
   1336     <string name="upgrade_out_of_memory_retry">Retry upgrade</string>
   1337 
   1338     <!-- Title shown in the search result activity of contacts app while searching.  [CHAR LIMIT=20] -->
   1339     <string name="search_results_searching">Searching\u2026</string>
   1340 
   1341     <!-- Label to display only selection in multiple picker -->
   1342     <string name="menu_display_selected">"Show selected"</string>
   1343 
   1344     <!-- Label to display all recipients in multiple picker -->
   1345     <string name="menu_display_all">"Show all"</string>
   1346 
   1347     <!-- Label to select all contacts in multiple picker -->
   1348     <string name="menu_select_all">"Select all"</string>
   1349 
   1350     <!-- Label to clear all selection in multiple picker -->
   1351     <string name="menu_select_none">"Unselect all"</string>
   1352 
   1353     <!-- The text displayed when the contacts list is empty while displaying only selected contacts in multiple picker -->
   1354     <string name="no_contacts_selected">"No contacts selected."</string>
   1355 
   1356     <!-- The add field button shown in the editor under each editable Raw Contact [CHAR LIMIT=30] -->
   1357     <string name="add_field">Add another field</string>
   1358 
   1359     <!-- The button to add another entry of a specific data type (i.e. email, phone, address) to a contact in the Raw Contact Editor [CHAR LIMIT=22] -->
   1360     <string name="add_new_entry_for_section">Add new</string>
   1361 
   1362     <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=22] -->
   1363     <string name="add_organization">Add organization</string>
   1364 
   1365     <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=12] -->
   1366     <string name="event_edit_field_hint_text">Date</string>
   1367 
   1368     <!-- The button to add an organization field to a contact in the Raw Contact Editor [CHAR LIMIT=15] -->
   1369     <string name="group_edit_field_hint_text">Group name</string>
   1370 
   1371     <!-- Attbution of a contact status update, when the time of update is unknown -->
   1372     <string name="contact_status_update_attribution">via <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string>
   1373 
   1374     <!-- Attbution of a contact status update, when the time of update is known -->
   1375     <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>
   1376 
   1377     <!-- String describing the Star/Favorite checkbox
   1378 
   1379          Used by AccessibilityService to announce the purpose of the view.
   1380     -->
   1381     <string name="description_star">favorite</string>
   1382 
   1383     <!-- The title of the Edit-Contact screen -->
   1384     <string name="edit_contact">Edit contact</string>
   1385 
   1386     <!-- Shows how many contacts have been merged. The value 1 is not shown but should be translated
   1387          anyway if we change our mind later -->
   1388     <plurals name="merge_info">
   1389         <item quantity="one">not merged</item>
   1390         <item quantity="other">merged from <xliff:g id="count">%0$d</xliff:g> sources</item>
   1391     </plurals>
   1392 
   1393     <!-- The name of the invisible local contact directory -->
   1394     <string name="local_invisible_directory">Other</string>
   1395 
   1396     <!-- The title of a confirmation dialog shown when the user selects a
   1397         contact aggregation suggestion in Contact editor. [CHAR LIMIT=128]-->
   1398     <string name="aggregation_suggestion_join_dialog_title">Join contacts</string>
   1399 
   1400     <!-- The message in a confirmation dialog shown when the user selects a
   1401         contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]-->
   1402     <string name="aggregation_suggestion_join_dialog_message">Join
   1403         the current contact with the selected contact?</string>
   1404 
   1405     <!-- The title of a confirmation dialog shown when the user selects a
   1406         contact aggregation suggestion in Contact editor. [CHAR LIMIT=128]-->
   1407     <string name="aggregation_suggestion_edit_dialog_title">Edit selected contacts</string>
   1408 
   1409     <!-- The message in a confirmation dialog shown when the user selects a
   1410         contact aggregation suggestion in Contact editor. [CHAR LIMIT=512]-->
   1411     <string name="aggregation_suggestion_edit_dialog_message">Switch to editing
   1412         the selected contact? Information you entered so far will be copied.</string>
   1413 
   1414     <!-- The button that creates a local copy of a corporate contact. [CHAR LIMIT=40]-->
   1415     <string name="menu_copyContact">Copy to My Contacts</string>
   1416 
   1417     <!-- The button that adds a contact to the predefined group "My Contacts" (as this is
   1418          mostly interesting for Google-contacts, this should have the same description as the
   1419          function of GMail/Contacts on the Web
   1420          [CHAR LIMIT=40] -->
   1421     <string name="add_to_my_contacts">Add to My Contacts</string>
   1422 
   1423     <!-- The description of the directory where the contact was found [CHAR LIMIT=100]-->
   1424     <string name="contact_directory_description">Directory <xliff:g id="type" example="Corporate Directory">%1$s</xliff:g></string>
   1425 
   1426     <!-- The label in section header in the contact list for a contact directory [CHAR LIMIT=128] -->
   1427     <string name="directory_search_label">Directory</string>
   1428 
   1429     <!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
   1430     <string name="local_search_label">All contacts</string>
   1431 
   1432     <!-- Toast shown when creating a personal copy of a contact [CHAR LIMIT=100] -->
   1433     <string name="toast_making_personal_copy">Creating a personal copy\u2026</string>
   1434 
   1435     <!-- Contact list filter label indicating that the list is showing all available accounts [CHAR LIMIT=64] -->
   1436     <string name="list_filter_all_accounts">All contacts</string>
   1437 
   1438     <!-- Contact list filter label indicating that the list is showing all starred contacts [CHAR LIMIT=64] -->
   1439     <string name="list_filter_all_starred">Starred</string>
   1440 
   1441     <!-- Contact list filter indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
   1442     <string name="list_filter_custom">Custom</string>
   1443 
   1444     <!-- Contact list filter selection indicating that the list shows groups chosen by the user [CHAR LIMIT=64] -->
   1445     <string name="list_filter_customize">Customize</string>
   1446 
   1447     <!-- Contact list filter selection indicating that the list shows all contacts with phone numbers [CHAR LIMIT=64] -->
   1448     <string name="list_filter_phones">All contacts with phone numbers</string>
   1449 
   1450     <!-- Contact list filter selection indicating that the list shows only the selected contact [CHAR LIMIT=64] -->
   1451     <string name="list_filter_single">Contact</string>
   1452 
   1453     <!-- Title of the activity that allows the user to customize filtering of contact list [CHAR LIMIT=128] -->
   1454     <string name="custom_list_filter">Define custom view</string>
   1455 
   1456     <!-- Message that appears in the favorites tab of the Phone app when the contact list has not fully loaded yet (below the favorite and frequent contacts) [CHAR LIMIT=20] -->
   1457     <string name="contact_list_loading">Loading\u2026</string>
   1458 
   1459     <!-- Title of the settings activity [CHAR LIMIT=64] -->
   1460     <string name="activity_title_settings">Settings</string>
   1461 
   1462     <!-- Title of the activity that allows the uesr to filter the list of contacts displayed according to account [CHAR LIMIT=25] -->
   1463     <string name="activity_title_contacts_filter">Contacts to display</string>
   1464 
   1465     <!-- Menu item for the settings activity [CHAR LIMIT=64] -->
   1466     <string name="menu_settings" msgid="377929915873428211">Settings</string>
   1467 
   1468     <!-- The preference section title for contact display options [CHAR LIMIT=128] -->
   1469     <string name="preference_displayOptions">Display options</string>
   1470 
   1471     <!-- Text used to show a organization that has both a company and title. This is used in the Detail-View
   1472     of a Contact. This is mostly about the formatting of the two elements, so it should be kept small [CHAR LIMIT=79] -->
   1473     <string name="organization_company_and_title"><xliff:g id="company" example="Technical Program Manager">%2$s</xliff:g>, <xliff:g id="company" example="Google Inc.">%1$s</xliff:g></string>
   1474 
   1475     <!-- Query hint displayed inside the search field [CHAR LIMIT=64] -->
   1476     <string name="hint_findContacts">Find contacts</string>
   1477 
   1478     <!-- Title shown for the phone number when the number tries to call on a device that it not a phone [CHAR LIMIT=30] -->
   1479     <string name="non_phone_caption">Phone number</string>
   1480 
   1481     <!-- Button to add a phone number to contacts [CHAR LIMIT=25] -->
   1482     <string name="non_phone_add_to_contacts">Add to contacts</string>
   1483 
   1484     <!-- Title of the activity that allows the user to confirm the addition of a detail to 1 existing contact [CHAR LIMIT=25] -->
   1485     <string name="activity_title_confirm_add_detail">Add to contact</string>
   1486 
   1487     <!-- Button to close without add a phone number to contacts [CHAR LIMIT=25] -->
   1488     <string name="non_phone_close">Close</string>
   1489 
   1490     <!-- Format string that combines the name and the phonetic name for the widget. if the phonetic name is empty, only the display name is used instead [CHAR LIMIT=25] -->
   1491     <string name="widget_name_and_phonetic"><xliff:g id="display_name" example="John Huber">%1$s</xliff:g> (<xliff:g id="phonetic_name">%2$s</xliff:g>)</string>
   1492 
   1493     <!-- Checkbox whether to provide a year for a birthday [CHAR LIMIT=30] -->
   1494     <string name="date_year_toggle">Provide a year</string>
   1495 
   1496     <!-- Label for the widget that shows picture and social status of a contact [CHAR LIMIT=20] -->
   1497     <string name="social_widget_label">Contact</string>
   1498 
   1499     <!-- Message of widget while it is loading data [CHAR LIMIT=20] -->
   1500     <string name="social_widget_loading">Loading\u2026</string>
   1501 
   1502     <!-- Button shown on the main contacts screen when there are no contacts on the device.
   1503     Creates a new contact. [CHAR LIMIT=128] -->
   1504     <string name="contacts_unavailable_create_contact">Create a new contact</string>
   1505 
   1506     <!-- Button shown on the main contacts screen when there are no contacts on the device.
   1507     Navigates to account setup [CHAR LIMIT=128] -->
   1508     <string name="contacts_unavailable_add_account">Sign in to an account</string>
   1509 
   1510     <!-- Button shown on the main contacts screen when there are no contacts on the device.
   1511     Initiates a contact import dialog [CHAR LIMIT=128] -->
   1512     <string name="contacts_unavailable_import_contacts">Import contacts from a file</string>
   1513 
   1514     <!-- Title of the dialog that allows creation of a contact group [CHAR LIMIT=128] -->
   1515     <string name="create_group_dialog_title">Create new group</string>
   1516 
   1517     <!-- An item in the popup list of groups that triggers creation of a contact group [CHAR LIMIT=128] -->
   1518     <string name="create_group_item_label">[Create new group]</string>
   1519 
   1520     <!-- Title of the dialog that allows deletion of a contact group [CHAR LIMIT=128] -->
   1521     <string name="delete_group_dialog_title">Delete group</string>
   1522 
   1523     <!-- Shows how many groups are from the specified account [CHAR LIMIT=15] -->
   1524     <plurals name="num_groups_in_account">
   1525         <item quantity="one">1 group</item>
   1526         <item quantity="other"><xliff:g id="count">%0$d</xliff:g> groups</item>
   1527     </plurals>
   1528 
   1529     <!-- Confirmation message of the dialog that allows deletion of a contact group  [CHAR LIMIT=256] -->
   1530     <string name="delete_group_dialog_message">Delete the group
   1531       \"<xliff:g id="group_label" example="Friends">%1$s</xliff:g>\"?
   1532       (Contacts themselves will not be deleted.)
   1533     </string>
   1534 
   1535     <!-- Subtitle of the group detail page that describes how many people are in the current group [CHAR LIMIT=30] -->
   1536     <plurals name="num_contacts_in_group">
   1537         <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person from <xliff:g id="account_type">%2$s</xliff:g></item>
   1538         <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people from <xliff:g id="account_type">%2$s</xliff:g></item>
   1539     </plurals>
   1540 
   1541     <!-- Subtitle of a group (in the group list) that describes how many people are in the current group [CHAR LIMIT=30] -->
   1542     <plurals name="group_list_num_contacts_in_group">
   1543         <item quantity="one"><xliff:g id="count">%1$d</xliff:g> person</item>
   1544         <item quantity="other"><xliff:g id="count">%1$d</xliff:g> people</item>
   1545     </plurals>
   1546 
   1547     <!-- Toast displayed when the user creates a new contact and attempts to join it
   1548       with another before entering any data  [CHAR LIMIT=256] -->
   1549     <string name="toast_join_with_empty_contact">Type contact name before joining
   1550       with another.
   1551     </string>
   1552 
   1553     <!-- Option displayed in context menu to copy long pressed item to clipboard [CHAR LIMIT=64] -->
   1554     <string name="copy_text">Copy to clipboard</string>
   1555 
   1556     <!-- Option displayed in context menu to set long pressed item as default contact method [CHAR LIMIT=64] -->
   1557     <string name="set_default">Set default</string>
   1558 
   1559     <!-- Option displayed in context menu to clear long pressed item as default contact method [CHAR LIMIT=64] -->
   1560     <string name="clear_default">Clear default</string>
   1561 
   1562     <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
   1563     <string name="toast_text_copied">Text copied</string>
   1564 
   1565     <!-- Title of the alert dialog when the user hits the Cancel button in the editor [CHAR LIMIT=64] -->
   1566     <string name="cancel_confirmation_dialog_title">Discard changes</string>
   1567 
   1568     <!-- Contents of the alert dialog when the user hits the Cancel button in the editor [CHAR LIMIT=128] -->
   1569     <string name="cancel_confirmation_dialog_message">Discard your changes?</string>
   1570 
   1571     <!-- Description of a call log entry, made of a call type and a date -->
   1572     <string name="call_type_and_date">
   1573         <xliff:g id="call_type" example="Friends">%1$s</xliff:g>  <xliff:g id="call_short_date" example="Friends">%2$s</xliff:g>
   1574     </string>
   1575 
   1576     <!-- Text displayed in place of the display name for the contact that represents the user's
   1577       personal profile entry [CHAR LIMIT=64] -->
   1578     <string name="profile_display_name">Set up my profile</string>
   1579 
   1580     <!-- Label to instruct the user to type in a contact's name to add the contact as a member of the current group. [CHAR LIMIT=64] -->
   1581     <string name="enter_contact_name">Type person\'s name</string>
   1582 
   1583     <!-- Button to view the updates from the current group on the group detail page [CHAR LIMIT=25] -->
   1584     <string name="view_updates_from_group">View updates</string>
   1585 
   1586     <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] -->
   1587     <plurals name="notification_voicemail_title">
   1588         <item quantity="one">Voicemail</item>
   1589         <item quantity="other"><xliff:g id="count">%1$d</xliff:g> Voicemails</item>
   1590     </plurals>
   1591 
   1592     <!-- Used to build a list of names or phone numbers, to indicate the callers who left
   1593          voicemails.
   1594          The first argument may be one or more callers, the most recent ones.
   1595          The second argument is an additional callers.
   1596          This string is used to build a list of callers.
   1597 
   1598          [CHAR LIMIT=10]
   1599      -->
   1600     <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>, <xliff:g id="older_caller">%2$s</xliff:g></string>
   1601 
   1602     <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] -->
   1603     <string name="notification_new_voicemail_ticker">New voicemail from <xliff:g id="caller">%1$s</xliff:g></string>
   1604 
   1605     <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
   1606     <string name="voicemail_playback_error">Couldn\'t play voicemail.</string>
   1607 
   1608     <!-- Message to display before we have prepared the media player, i.e. before we know duration. [CHAR LIMIT=40] -->
   1609     <string name="voicemail_buffering">Buffering\u2026</string>
   1610 
   1611     <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] -->
   1612     <string name="voicemail_fetching_content">Fetching voicemail\u2026</string>
   1613 
   1614     <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] -->
   1615     <string name="voicemail_fetching_timout">Couldn\'t fetch voicemail.</string>
   1616 
   1617     <!-- The header in the call log used to identify missed calls and voicemail that have not yet been consumed [CHAR LIMIT=10] -->
   1618     <string name="call_log_new_header">New</string>
   1619 
   1620     <!-- The header in the call log used to identify items that have been already consumed [CHAR LIMIT=10] -->
   1621     <string name="call_log_old_header">Older</string>
   1622 
   1623     <!--  Voicemail status message shown at the top of call log to notify the user that no new
   1624       voicemails are currently available. This can happen when both notification as well as data
   1625       connection to the voicemail server is lost. [CHAR LIMIT=64] -->
   1626     <string name="voicemail_status_voicemail_not_available">Can\'t connect to voicemail server.</string>
   1627     <!--  Voicemail status message shown at the top of call log to notify the user that there is no
   1628       data connection to the voicemail server, but there are new voicemails waiting on the server.
   1629       [CHAR LIMIT=64] -->
   1630     <string name="voicemail_status_messages_waiting">Can\'t connect to voicemail server. New voicemails are waiting.</string>
   1631    <!--  Voicemail status message shown at the top of call log to invite the user to configure
   1632       visual voicemail. [CHAR LIMIT=64] -->
   1633     <string name="voicemail_status_configure_voicemail">Set up your voicemail.</string>
   1634    <!--  Voicemail status message shown at the top of call details screen to notify the user that
   1635       the audio of this voicemail is not available. [CHAR LIMIT=64] -->
   1636     <string name="voicemail_status_audio_not_available">Audio not available.</string>
   1637 
   1638    <!--  User action prompt shown next to a voicemail status message to let the user configure
   1639    visual voicemail. [CHAR LIMIT=20] -->
   1640     <string name="voicemail_status_action_configure">Set up</string>
   1641    <!--  User action prompt shown next to a voicemail status message to let the user call voicemail
   1642    server directly to listen to the voicemails. [CHAR LIMIT=20] -->
   1643     <string name="voicemail_status_action_call_server">Call voicemail</string>
   1644 
   1645     <!-- The slowest voicemail playback speed. [CHAR LIMIT=30] -->
   1646     <string name="voicemail_speed_slowest">Slowest speed</string>
   1647     <!-- Slower than normal voicemail playback speed. [CHAR LIMIT=30] -->
   1648     <string name="voicemail_speed_slower">Slow speed</string>
   1649     <!--  Normal voicemail playback speed. [CHAR LIMIT=30] -->
   1650     <string name="voicemail_speed_normal">Normal speed</string>
   1651     <!--  Faster than normal pvoicemail playback speed. [CHAR LIMIT=30] -->
   1652     <string name="voicemail_speed_faster">Fast speed</string>
   1653     <!--  Fastest voicemail playback speed. [CHAR LIMIT=30] -->
   1654     <string name="voicemail_speed_fastest">Fastest speed</string>
   1655 
   1656     <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] -->
   1657     <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>) <xliff:g id="date">%2$s</xliff:g></string>
   1658 
   1659     <!-- Hint text in the group name box in the edit group view. [CHAR LIMIT=20]-->
   1660     <string name="group_name_hint">Group\'s name</string>
   1661 
   1662     <!-- The "file name" displayed for vCards received directly via NFC [CHAR LIMIT=16] -->
   1663     <string name="nfc_vcard_file_name">Contact received over NFC</string>
   1664 
   1665     <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] -->
   1666     <string name="menu_show_voicemails_only">Show voicemails only</string>
   1667 
   1668     <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] -->
   1669     <string name="menu_show_all_calls">Show all calls</string>
   1670 
   1671     <!--  Used to display as default status when the contact is available for chat [CHAR LIMIT=19] -->
   1672     <string name="status_available">Available</string>
   1673 
   1674     <!--  Used to display as default status when the contact is away or idle for chat [CHAR LIMIT=19] -->
   1675     <string name="status_away">Away</string>
   1676 
   1677     <!--  Used to display as default status when the contact is busy or Do not disturb for chat [CHAR LIMIT=19] -->
   1678     <string name="status_busy">Busy</string>
   1679 
   1680     <!-- String describing the icon in the call log used to play a voicemail.
   1681 
   1682         Note: AccessibilityServices use this attribute to announce what the view represents.
   1683               This is especially valuable for views without textual representation like ImageView.
   1684     -->
   1685     <string name="description_call_log_play_button">Play voicemail</string>
   1686 
   1687     <!-- String describing the icon in the call log used to represent an incoming call.
   1688 
   1689         Note: AccessibilityServices use this attribute to announce what the view represents.
   1690               This is especially valuable for views without textual representation like ImageView.
   1691     -->
   1692     <string name="description_call_log_incoming_call">Incoming call</string>
   1693 
   1694     <!-- String describing the icon in the call log used to represent an outgoing call.
   1695 
   1696         Note: AccessibilityServices use this attribute to announce what the view represents.
   1697               This is especially valuable for views without textual representation like ImageView.
   1698     -->
   1699 
   1700     <string name="description_call_log_outgoing_call">Outgoing call</string>
   1701 
   1702     <!-- String describing the icon in the call log used to represent a missed call.
   1703 
   1704         Note: AccessibilityServices use this attribute to announce what the view represents.
   1705               This is especially valuable for views without textual representation like ImageView.
   1706     -->
   1707 
   1708     <string name="description_call_log_missed_call">Missed call</string>
   1709 
   1710     <!-- String describing the icon in the call log used to represent a voicemail left to the user.
   1711 
   1712         Note: AccessibilityServices use this attribute to announce what the view represents.
   1713               This is especially valuable for views without textual representation like ImageView.
   1714     -->
   1715     <string name="description_call_log_voicemail">Voicemail</string>
   1716 
   1717     <!-- String describing the button to add a contact for the current number.
   1718 
   1719         Note: AccessibilityServices use this attribute to announce what the view represents.
   1720               This is especially valuable for views without textual representation like ImageView.
   1721     -->
   1722     <string name="description_add_contact">Add contact</string>
   1723 
   1724     <!-- String describing the button to view the contact for the current number.
   1725 
   1726         Note: AccessibilityServices use this attribute to announce what the view represents.
   1727               This is especially valuable for views without textual representation like ImageView.
   1728     -->
   1729     <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string>
   1730 
   1731     <!-- String describing the button to call a number or contact.
   1732 
   1733         Note: AccessibilityServices use this attribute to announce what the view represents.
   1734               This is especially valuable for views without textual representation like ImageView.
   1735     -->
   1736     <string name="description_call">Call <xliff:g id="name">%1$s</xliff:g></string>
   1737 
   1738     <!-- String describing the button to SMS a number or contact.
   1739 
   1740         Note: AccessibilityServices use this attribute to announce what the view represents.
   1741               This is especially valuable for views without textual representation like ImageView.
   1742               [CHAR LIMIT=NONE]
   1743     -->
   1744     <string name="description_send_text_message">Send text message to <xliff:g id="name">%1$s</xliff:g></string>
   1745 
   1746     <!-- String describing the icon in the call log used to represent an unheard voicemail left to
   1747          the user.
   1748 
   1749         Note: AccessibilityServices use this attribute to announce what the view represents.
   1750               This is especially valuable for views without textual representation like ImageView.
   1751               [CHAR LIMIT=NONE]
   1752     -->
   1753     <string name="description_call_log_unheard_voicemail">Unheard voicemail</string>
   1754 
   1755     <!-- String describing the button to send a text message on quick contact.
   1756 
   1757         Note: AccessibilityServices use this attribute to announce what the view represents.
   1758               This is especially valuable for views without textual representation like ImageView.
   1759               [CHAR LIMIT=NONE]
   1760     -->
   1761     <string name="description_send_message">Send message to <xliff:g id="name">%1$s</xliff:g></string>
   1762 
   1763     <!-- String describing the text for a phone number in quick contact.
   1764 
   1765         Note: AccessibilityServices use this attribute to announce what the view represents.
   1766               This is especially valuable for views without textual representation like ImageView.
   1767     -->
   1768     <string name="description_dial_phone_number">Dial phone <xliff:g id="name">%1$s</xliff:g></string>
   1769 
   1770     <!-- String describing the text for photo of a contact in a contacts list.
   1771 
   1772         Note: AccessibilityServices use this attribute to announce what the view represents.
   1773               This is especially valuable for views without textual representation like ImageView.
   1774     -->
   1775     <string name="description_quick_contact_for">Quick contact for <xliff:g id="name">%1$s</xliff:g></string>
   1776 
   1777     <!-- The string used to represent an unknown location for a phone number in the call log [CHAR LIMIT=3] -->
   1778     <string name="call_log_empty_gecode">-</string>
   1779 
   1780     <!-- String describing the text on the header of the profile contact in the contacts list
   1781          This may be programatically capitalized. [CHAR LIMIT=20] -->
   1782     <string name="user_profile_contacts_list_header" msgid="9154761216179882405">Me</string>
   1783 
   1784     <!-- Header label in the contact editor for a profile that is local to the device only (and not associated with any account) [CHAR LIMIT=25] -->
   1785     <string name="local_profile_title">My local profile</string>
   1786 
   1787     <!-- Header label in the contact editor for a profile that comes from an external third-party app whose name is given by source [CHAR LIMIT=20] -->
   1788     <string name="external_profile_title">My <xliff:g id="external_source">%1$s</xliff:g> profile</string>
   1789 
   1790     <!-- Toast shown when the app starts showing all contacts regardless of its current
   1791          contact filter state. [CHAR LIMIT=64] -->
   1792     <string name="toast_displaying_all_contacts">Displaying all contacts</string>
   1793 
   1794     <!-- Message in the standard "no account" prompt that encourages the user to add a Google account before continuing to use the People app [CHAR LIMIT=NONE] -->
   1795     <string name="no_account_prompt">People works better with a Google Account.\n\n\u2022 Access from any web browser.\n\u2022 Back up your contacts securely.</string>
   1796 
   1797     <!-- Message in the standard "no account" prompt that encourages the user to add any account (non Google-specific) before continuing to use the People app [CHAR LIMIT=NONE] -->
   1798     <string name="generic_no_account_prompt">Keep your contacts safe even if you lose your phone: synchronize with an online service.</string>
   1799 
   1800     <!-- Title of the screen that encourages the user to add any account (non Google-specific) for a better People app experience [CHAR LIMIT=20] -->
   1801     <string name="generic_no_account_prompt_title">Add an account</string>
   1802 
   1803     <!-- Message in the contact editor prompt that notifies the user that the newly created contact will not be saved to any account, and prompts addition of an account [CHAR LIMIT=NONE] -->
   1804     <string name="contact_editor_prompt_zero_accounts">Your new contact won\'t be backed up. Add an account that backs up contacts online?</string>
   1805 
   1806     <!-- Message in the contact editor prompt that asks the user if it's okay to save the newly created contact to the account shown. [CHAR LIMIT=NONE] -->
   1807     <string name="contact_editor_prompt_one_account">Your new contact will be synchronized with <xliff:g id="account_name">%1$s</xliff:g>.</string>
   1808 
   1809     <!-- Message in the contact editor prompt that asks the user which account they want to save the newly created contact to. [CHAR LIMIT=NONE] -->
   1810     <string name="contact_editor_prompt_multiple_accounts">You can synchronize your new contact with one of the following accounts. Which do you want to use?</string>
   1811 
   1812     <!-- Button label to indicate that the user wants to save the newly created contact locally (instead of backing it up online) [CHAR LIMIT=20] -->
   1813     <string name="keep_local">Keep local</string>
   1814 
   1815     <!-- Button label to prompt the user to add an account (when there are 0 existing accounts on the device) [CHAR LIMIT=30] -->
   1816     <string name="add_account">Add account</string>
   1817 
   1818     <!-- Button label to prompt the user to add another account (when there are already existing accounts on the device) [CHAR LIMIT=30] -->
   1819     <string name="add_new_account">Add new account</string>
   1820 
   1821     <!-- Dialog title which is shown when the user tries to make a phone call
   1822          to prohibited phone numbers [CHAR LIMIT=40] -->
   1823     <string name="dialog_phone_call_prohibited_title" msgid="4313552620858880999">Call not sent</string>
   1824 
   1825     <!-- Dialog title which is shown when the user tries to check voicemail
   1826          while the system isn't ready for the access. [CHAR LIMIT=40] -->
   1827     <string name="dialog_voicemail_not_ready_title">Voicemail number unavailable</string>
   1828 
   1829     <!-- Dialog message which is shown when the user tries to check voicemail
   1830          while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
   1831     <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu &gt; Settings.</string>
   1832 </resources>
   1833