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