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