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 
     18 
     19 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     20     <!-- Directory partition name -->
     21     <string name="applicationLabel">Dialer</string>
     22 
     23     <!-- Title for the activity that dials the phone.  This is the name
     24     used in the Launcher icon. -->
     25     <string name="launcherDialer">Phone</string>
     26 
     27     <!-- The description text for the dialer tab.
     28 
     29     Note: AccessibilityServices use this attribute to announce what the view represents.
     30     This is especially valuable for views without textual representation like ImageView.
     31 
     32     [CHAR LIMIT=NONE] -->
     33     <string name="dialerIconLabel">Phone</string>
     34 
     35     <!-- The description text for the call log tab.
     36 
     37     Note: AccessibilityServices use this attribute to announce what the view represents.
     38     This is especially valuable for views without textual representation like ImageView.
     39 
     40     [CHAR LIMIT=NONE] -->
     41     <string name="recentCallsIconLabel">Call log</string>
     42 
     43     <!-- Menu item used to send an SMS or MMS message to a phone number  -->
     44     <string name="menu_sendTextMessage">Send text message</string>
     45 
     46     <!-- Menu item used to call a contact from the call log -->
     47     <string name="recentCalls_callNumber">Call
     48         <xliff:g id="name">%s</xliff:g>
     49     </string>
     50 
     51     <!-- Menu item used to copy a number from the call log to the dialer so it can be edited before calling it -->
     52     <string name="recentCalls_editNumberBeforeCall">Edit number before call</string>
     53 
     54     <!-- Menu item used to add a number from the call log to contacts -->
     55     <string name="recentCalls_addToContact">Add to contacts</string>
     56 
     57     <!-- Menu item used to remove a single call from the call log -->
     58     <string name="recentCalls_removeFromRecentList">Remove from call log</string>
     59 
     60     <!-- Menu item used to remove all calls from the call log -->
     61     <string name="recentCalls_deleteAll">Clear call log</string>
     62 
     63     <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] -->
     64     <string name="recentCalls_trashVoicemail">Delete voicemail</string>
     65 
     66     <!-- Menu item used to share a voicemail. [CHAR LIMIT=30] -->
     67     <string name="recentCalls_shareVoicemail">Share voicemail</string>
     68 
     69     <!-- Text displayed when the call log is empty -->
     70     <string name="recentCalls_empty">Call log is empty.</string>
     71 
     72     <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37]  -->
     73     <string name="clearCallLogConfirmation_title">Clear call log?</string>
     74 
     75     <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE]  -->
     76     <string name="clearCallLogConfirmation">All your call records will be deleted.</string>
     77 
     78     <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] -->
     79     <string name="clearCallLogProgress_title">Clearing call log\u2026</string>
     80 
     81     <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] -->
     82     <plurals name="notification_voicemail_title">
     83         <item quantity="one">Voicemail</item>
     84         <item quantity="other">
     85             <xliff:g id="count">%1$d</xliff:g>
     86             Voicemails
     87         </item>
     88     </plurals>
     89 
     90     <!-- Used in the notification of a new voicemail for the action to play the voicemail. -->
     91     <string name="notification_action_voicemail_play">Play</string>
     92 
     93     <!-- Used to build a list of names or phone numbers, to indicate the callers who left
     94          voicemails.
     95          The first argument may be one or more callers, the most recent ones.
     96          The second argument is an additional callers.
     97          This string is used to build a list of callers.
     98 
     99          [CHAR LIMIT=10]
    100      -->
    101     <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>,
    102         <xliff:g id="older_caller">%2$s</xliff:g>
    103     </string>
    104 
    105     <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] -->
    106     <string name="notification_new_voicemail_ticker">New voicemail from
    107         <xliff:g id="caller">%1$s</xliff:g>
    108     </string>
    109 
    110     <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] -->
    111     <string name="voicemail_playback_error">Couldn\'t play voicemail.</string>
    112 
    113     <!-- Message to display before we have prepared the media player, i.e. before we know duration. [CHAR LIMIT=40] -->
    114     <string name="voicemail_buffering">Buffering\u2026</string>
    115 
    116     <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] -->
    117     <string name="voicemail_fetching_content">Fetching voicemail\u2026</string>
    118 
    119     <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] -->
    120     <string name="voicemail_fetching_timout">Couldn\'t fetch voicemail.</string>
    121 
    122     <!-- The header in the call log used to identify missed calls and voicemail that have not yet been consumed [CHAR LIMIT=10] -->
    123     <string name="call_log_new_header">New</string>
    124 
    125     <!-- The header in the call log used to identify items that have been already consumed [CHAR LIMIT=10] -->
    126     <string name="call_log_old_header">Older</string>
    127 
    128     <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] -->
    129     <string name="call_log_voicemail_header">Calls with voicemail only</string>
    130 
    131     <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] -->
    132     <string name="call_log_incoming_header">Incoming calls only</string>
    133 
    134     <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] -->
    135     <string name="call_log_outgoing_header">Outgoing calls only</string>
    136 
    137     <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] -->
    138     <string name="call_log_missed_header">Missed calls only</string>
    139 
    140     <!--  Voicemail status message shown at the top of call log to notify the user that no new
    141     voicemails are currently available. This can happen when both notification as well as data
    142     connection to the voicemail server is lost. [CHAR LIMIT=64] -->
    143     <string name="voicemail_status_voicemail_not_available">Can\'t connect to voicemail server.
    144     </string>
    145     <!--  Voicemail status message shown at the top of call log to notify the user that there is no
    146       data connection to the voicemail server, but there are new voicemails waiting on the server.
    147       [CHAR LIMIT=64] -->
    148     <string name="voicemail_status_messages_waiting">Can\'t connect to voicemail server. New
    149         voicemails are waiting.
    150     </string>
    151     <!--  Voicemail status message shown at the top of call log to invite the user to configure
    152     visual voicemail. [CHAR LIMIT=64] -->
    153     <string name="voicemail_status_configure_voicemail">Set up your voicemail.</string>
    154     <!--  Voicemail status message shown at the top of call details screen to notify the user that
    155     the audio of this voicemail is not available. [CHAR LIMIT=64] -->
    156     <string name="voicemail_status_audio_not_available">Audio not available.</string>
    157 
    158     <!--  User action prompt shown next to a voicemail status message to let the user configure
    159     visual voicemail. [CHAR LIMIT=20] -->
    160     <string name="voicemail_status_action_configure">Set up</string>
    161     <!--  User action prompt shown next to a voicemail status message to let the user call voicemail
    162     server directly to listen to the voicemails. [CHAR LIMIT=20] -->
    163     <string name="voicemail_status_action_call_server">Call voicemail</string>
    164 
    165     <!-- The slowest voicemail playback speed. [CHAR LIMIT=30] -->
    166     <string name="voicemail_speed_slowest">Slowest speed</string>
    167     <!-- Slower than normal voicemail playback speed. [CHAR LIMIT=30] -->
    168     <string name="voicemail_speed_slower">Slow speed</string>
    169     <!--  Normal voicemail playback speed. [CHAR LIMIT=30] -->
    170     <string name="voicemail_speed_normal">Normal speed</string>
    171     <!--  Faster than normal pvoicemail playback speed. [CHAR LIMIT=30] -->
    172     <string name="voicemail_speed_faster">Fast speed</string>
    173     <!--  Fastest voicemail playback speed. [CHAR LIMIT=30] -->
    174     <string name="voicemail_speed_fastest">Fastest speed</string>
    175 
    176     <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] -->
    177     <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>)
    178         <xliff:g id="date">%2$s</xliff:g>
    179     </string>
    180 
    181     <!-- Title for the sms disambiguation dialog -->
    182     <string name="sms_disambig_title">Choose number</string>
    183 
    184     <!-- Title for the call disambiguation dialog -->
    185     <string name="call_disambig_title">Choose number</string>
    186 
    187     <!-- Message next to disamgiguation dialog check box -->
    188     <string name="make_primary">Remember this choice</string>
    189 
    190     <!-- String describing the image on ImageButton one
    191 
    192         Note: AccessibilityServices use this attribute to announce what the view represents.
    193               This is especially valuable for views without textual representation like ImageView.
    194     -->
    195     <string name="description_image_button_one">one</string>
    196 
    197     <!-- String describing the image on ImageButton two
    198 
    199         Note: AccessibilityServices use this attribute to announce what the view represents.
    200               This is especially valuable for views without textual representation like ImageView.
    201     -->
    202     <string name="description_image_button_two">two</string>
    203 
    204     <!-- String describing the image on ImageButton three
    205 
    206         Note: AccessibilityServices use this attribute to announce what the view represents.
    207               This is especially valuable for views without textual representation like ImageView.
    208     -->
    209     <string name="description_image_button_three">three</string>
    210 
    211     <!-- String describing the image on ImageButton four
    212 
    213         Note: AccessibilityServices use this attribute to announce what the view represents.
    214               This is especially valuable for views without textual representation like ImageView.
    215     -->
    216     <string name="description_image_button_four">four</string>
    217 
    218     <!-- String describing the image on ImageButton five
    219 
    220         Note: AccessibilityServices use this attribute to announce what the view represents.
    221               This is especially valuable for views without textual representation like ImageView.
    222     -->
    223     <string name="description_image_button_five">five</string>
    224 
    225     <!-- String describing the image on ImageButton six
    226 
    227         Note: AccessibilityServices use this attribute to announce what the view represents.
    228               This is especially valuable for views without textual representation like ImageView.
    229     -->
    230     <string name="description_image_button_six">six</string>
    231 
    232     <!-- String describing the image on ImageButton seven
    233 
    234         Note: AccessibilityServices use this attribute to announce what the view represents.
    235               This is especially valuable for views without textual representation like ImageView.
    236     -->
    237     <string name="description_image_button_seven">seven</string>
    238 
    239     <!-- String describing the image on ImageButton eight
    240 
    241         Note: AccessibilityServices use this attribute to announce what the view represents.
    242               This is especially valuable for views without textual representation like ImageView.
    243     -->
    244     <string name="description_image_button_eight">eight</string>
    245 
    246     <!-- String describing the image on ImageButton nine
    247 
    248         Note: AccessibilityServices use this attribute to announce what the view represents.
    249               This is especially valuable for views without textual representation like ImageView.
    250     -->
    251     <string name="description_image_button_nine">nine</string>
    252 
    253     <!-- String describing the image on ImageButton star
    254 
    255         Note: AccessibilityServices use this attribute to announce what the view represents.
    256               This is especially valuable for views without textual representation like ImageView.
    257     -->
    258     <string name="description_image_button_star">star</string>
    259 
    260     <!-- String describing the image on ImageButton zero
    261 
    262         Note: AccessibilityServices use this attribute to announce what the view represents.
    263               This is especially valuable for views without textual representation like ImageView.
    264     -->
    265     <string name="description_image_button_zero">zero</string>
    266 
    267     <!-- String describing the image on ImageButton pound
    268 
    269         Note: AccessibilityServices use this attribute to announce what the view represents.
    270               This is especially valuable for views without textual representation like ImageView.
    271     -->
    272     <string name="description_image_button_pound">pound</string>
    273 
    274     <!-- String describing the Voicemail ImageButton
    275 
    276          Used by AccessibilityService to announce the purpose of the button.
    277     -->
    278     <string name="description_voicemail_button">voicemail</string>
    279 
    280     <!-- String describing the Search ImageButton
    281 
    282          Used by AccessibilityService to announce the purpose of the button.
    283          [CHAR LIMIT=NONE]
    284     -->
    285     <string name="description_search_button">search</string>
    286 
    287     <!-- String describing the Dial ImageButton
    288 
    289          Used by AccessibilityService to announce the purpose of the button.
    290     -->
    291     <string name="description_dial_button">dial</string>
    292 
    293     <!-- String describing the Delete/Backspace ImageButton
    294 
    295          Used by AccessibilityService to announce the purpose of the button.
    296     -->
    297     <string name="description_delete_button">backspace</string>
    298 
    299     <!-- String describing the digits text box containing the number to dial.
    300 
    301          Used by AccessibilityService to announce the purpose of the view.
    302     -->
    303     <string name="description_digits_edittext">number to dial</string>
    304 
    305     <!-- Content description for the fake action menu overflow button.
    306          This should be same as the description for the real action menu
    307          overflow button available in ActionBar.
    308          [CHAR LIMIT=NONE] -->
    309     <string name="action_menu_overflow_description" msgid="2295659037509008453">More options</string>
    310 
    311     <!-- Menu item to copy something [CHAR_LIMIT=10] -->
    312     <string name="menu_copy">Copy</string>
    313 
    314     <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] -->
    315     <string name="menu_show_outgoing_only">Show outgoing only</string>
    316 
    317     <!-- Menu item used to show only incoming in the call log. [CHAR LIMIT=30] -->
    318     <string name="menu_show_incoming_only">Show incoming only</string>
    319 
    320     <!-- Menu item used to show only missed in the call log. [CHAR LIMIT=30] -->
    321     <string name="menu_show_missed_only">Show missed only</string>
    322 
    323     <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] -->
    324     <string name="menu_show_voicemails_only">Show voicemails only</string>
    325 
    326     <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] -->
    327     <string name="menu_show_all_calls">Show all calls</string>
    328 
    329     <!-- Menu items for dialpad options as part of Pause and Wait ftr -->
    330     <string name="add_2sec_pause">Add 2-sec pause</string>
    331     <string name="add_wait">Add wait</string>
    332 
    333     <!-- Menu item label for call settings [CHAR LIMIT=30] -->
    334     <string name="call_settings">Settings</string>
    335 
    336     <!-- Menu item to create a new contact -->
    337     <string name="menu_newContact">New contact</string>
    338 
    339     <!-- Title bar for call detail screen -->
    340     <string name="callDetailTitle">Call details</string>
    341 
    342     <!-- Toast for call detail screen when couldn't read the requested details -->
    343     <string name="toast_call_detail_error">Couldn\'t read details for the requested call.</string>
    344 
    345     <!-- Item label: jump to the in-call DTMF dialpad.
    346          (Part of a list of options shown in the dialer when another call
    347          is already in progress.) -->
    348     <string name="dialer_useDtmfDialpad">Use touch tone keypad</string>
    349 
    350     <!-- Item label: jump to the in-call UI.
    351          (Part of a list of options shown in the dialer when another call
    352          is already in progress.) -->
    353     <string name="dialer_returnToInCallScreen">Return to call in progress</string>
    354 
    355     <!-- Item label: use the Dialer's dialpad to add another call.
    356          (Part of a list of options shown in the dialer when another call
    357          is already in progress.) -->
    358     <string name="dialer_addAnotherCall">Add call</string>
    359 
    360     <!-- Title for incoming call details screen -->
    361     <string name="type_incoming">Incoming call</string>
    362 
    363     <!-- Title for outgoing call details screen -->
    364     <string name="type_outgoing">Outgoing call</string>
    365 
    366     <!-- Title for missed call details screen -->
    367     <string name="type_missed">Missed call</string>
    368 
    369     <!-- Title for voicemail details screen -->
    370     <string name="type_voicemail">Voicemail</string>
    371 
    372     <!-- Description for incoming calls going to voice mail vs. not -->
    373     <string name="actionIncomingCall">Incoming calls</string>
    374 
    375     <!-- String describing the icon in the call log used to play a voicemail.
    376 
    377         Note: AccessibilityServices use this attribute to announce what the view represents.
    378               This is especially valuable for views without textual representation like ImageView.
    379     -->
    380     <string name="description_call_log_play_button">Play voicemail</string>
    381 
    382     <!-- String describing the icon in the call log used to represent an incoming call.
    383 
    384         Note: AccessibilityServices use this attribute to announce what the view represents.
    385               This is especially valuable for views without textual representation like ImageView.
    386     -->
    387     <string name="description_call_log_incoming_call">Incoming call</string>
    388 
    389     <!-- String describing the icon in the call log used to represent an outgoing call.
    390 
    391         Note: AccessibilityServices use this attribute to announce what the view represents.
    392               This is especially valuable for views without textual representation like ImageView.
    393     -->
    394 
    395     <string name="description_call_log_outgoing_call">Outgoing call</string>
    396 
    397     <!-- String describing the icon in the call log used to represent a missed call.
    398 
    399         Note: AccessibilityServices use this attribute to announce what the view represents.
    400               This is especially valuable for views without textual representation like ImageView.
    401     -->
    402 
    403     <string name="description_call_log_missed_call">Missed call</string>
    404 
    405     <!-- String describing the icon in the call log used to represent a voicemail left to the user.
    406 
    407         Note: AccessibilityServices use this attribute to announce what the view represents.
    408               This is especially valuable for views without textual representation like ImageView.
    409     -->
    410     <string name="description_call_log_voicemail">Voicemail</string>
    411 
    412     <!-- String describing the button to add a contact for the current number.
    413 
    414         Note: AccessibilityServices use this attribute to announce what the view represents.
    415               This is especially valuable for views without textual representation like ImageView.
    416     -->
    417     <string name="description_add_contact">Add contact</string>
    418 
    419     <!-- String describing the button to view the contact for the current number.
    420 
    421         Note: AccessibilityServices use this attribute to announce what the view represents.
    422               This is especially valuable for views without textual representation like ImageView.
    423     -->
    424     <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string>
    425 
    426     <!-- String describing the button to call a number or contact.
    427 
    428         Note: AccessibilityServices use this attribute to announce what the view represents.
    429               This is especially valuable for views without textual representation like ImageView.
    430     -->
    431     <string name="description_call">Call <xliff:g id="name">%1$s</xliff:g></string>
    432 
    433 
    434     <!-- String describing the button to SMS a number or contact.
    435 
    436         Note: AccessibilityServices use this attribute to announce what the view represents.
    437               This is especially valuable for views without textual representation like ImageView.
    438               [CHAR LIMIT=NONE]
    439     -->
    440     <string name="description_send_text_message">Send text message to <xliff:g id="name">%1$s</xliff:g></string>
    441 
    442     <!-- String describing the icon in the call log used to represent an unheard voicemail left to
    443          the user.
    444 
    445         Note: AccessibilityServices use this attribute to announce what the view represents.
    446               This is especially valuable for views without textual representation like ImageView.
    447               [CHAR LIMIT=NONE]
    448     -->
    449     <string name="description_call_log_unheard_voicemail">Unheard voicemail</string>
    450 
    451     <!-- The string used to represent an unknown location for a phone number in the call log [CHAR LIMIT=3] -->
    452     <string name="call_log_empty_gecode">-</string>
    453 
    454     <!-- Menu item used to call a contact, containing the number of the contact to call -->
    455     <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string>
    456 
    457     <!-- String used to display calls from unknown numbers in the call log -->
    458     <string name="unknown">Unknown</string>
    459 
    460     <!-- String used for displaying calls to the voicemail number in the call log -->
    461     <string name="voicemail">Voicemail</string>
    462 
    463     <!-- String used to display calls from private numbers in the call log -->
    464     <string name="private_num">Private number</string>
    465 
    466     <!-- String used to display calls from pay phone in the call log -->
    467     <string name="payphone">Pay phone</string>
    468 
    469     <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user
    470          to dial using the physical keyboard -->
    471     <string name="dialerKeyboardHintText">Use keyboard to dial</string>
    472 
    473     <!-- Hint text displayed in the "digits" field above the dialer's
    474          dialpad, if there's already a call in progress.  (This hint
    475          reminds the user that the dialer will add a new call, as opposed
    476          to sending DTMF tones over the current call.)
    477          [CHAR LIMIT=40] -->
    478     <string name="dialerDialpadHintText">Dial to add a call</string>
    479 
    480     <!-- A nicely formatted call duration displayed when viewing call details. For example "42 mins 28 secs" -->
    481     <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> mins <xliff:g id="seconds" example="28">%s</xliff:g> secs</string>
    482 
    483     <!-- Dialog message which is shown when the user tries to make a phone call
    484          to prohibited phone numbers [CHAR LIMIT=NONE] -->
    485     <string name="dialog_phone_call_prohibited_message" msgid="4313552620858880999">Call not sent</string>
    486 
    487     <!-- Dialog message which is shown when the user tries to check voicemail
    488          while the system isn't ready for the access. [CHAR LIMIT=NONE] -->
    489     <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu &gt; Settings.</string>
    490 
    491     <!-- Dialog message which is shown when the user tries to check voicemail
    492          while the system is in airplane mode. The user cannot access to
    493          voicemail service in Airplane mode. [CHAR LIMI=NONE] -->
    494     <string name="dialog_voicemail_airplane_mode_message">To call voicemail, first turn off Airplane mode.</string>
    495 
    496     <!-- Message that appears in the favorites tab of the Phone app when the contact list has not fully loaded yet (below the favorite and frequent contacts) [CHAR LIMIT=20] -->
    497     <string name="contact_list_loading">Loading\u2026</string>
    498 
    499     <!-- The title of a dialog that displays the IMEI of the phone -->
    500     <string name="imei">IMEI</string>
    501 
    502     <!-- The title of a dialog that displays the MEID of the CDMA phone -->
    503     <string name="meid">MEID</string>
    504 
    505     <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial -->
    506     <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string>
    507 
    508     <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial -->
    509     <string name="simContacts_title">SIM card contacts</string>
    510 
    511     <!-- Message displayed when there is no application available to handle the add contact menu option. [CHAR LIMIT=NONE] -->
    512     <string name="add_contact_not_available">Re-enable the People application to use this feature.</string>
    513 
    514 </resources>
    515