| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| ~ Copyright (C) 2013 The Android Open Source Project |
| ~ |
| ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| ~ you may not use this file except in compliance with the License. |
| ~ You may obtain a copy of the License at |
| ~ |
| ~ http://www.apache.org/licenses/LICENSE-2.0 |
| ~ |
| ~ Unless required by applicable law or agreed to in writing, software |
| ~ distributed under the License is distributed on an "AS IS" BASIS, |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ~ See the License for the specific language governing permissions and |
| ~ limitations under the License |
| --> |
| |
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| |
| <!-- Official label of the phone app, as seen in "Manage Applications" |
| and other settings UIs. --> |
| <string name="phoneAppLabel" product="default">Phone</string> |
| |
| <!-- Official label for the in-call UI. DO NOT TRANSLATE. --> |
| <string name="inCallLabel" translate="false">InCallUI</string> |
| |
| <!-- Call status --> |
| |
| <!-- In-call screen: status label for a call that's on hold --> |
| <string name="onHold">On hold</string> |
| |
| <!-- Incoming call screen, name of "unknown" caller --> |
| <string name="unknown">Unknown</string> |
| <!-- Incoming call screen, string when number hidden --> |
| <string name="private_num">Private number</string> |
| <!-- Incoming call screen, string when called from a pay phone --> |
| <string name="payphone">Pay phone</string> |
| |
| <!-- In-call screen: call failure reason (busy) --> |
| <string name="callFailed_userBusy">Line busy</string> |
| <!-- In-call screen: call failure reason (network congestion) --> |
| <string name="callFailed_congestion">Network busy</string> |
| <!-- In-call screen: call failure reason (client timed out) --> |
| <string name="callFailed_timedOut">No response, timed out</string> |
| <!-- In-call screen: call failure reason (server unreachable) --> |
| <string name="callFailed_server_unreachable">Server unreachable</string> |
| <!-- In-call screen: call failure reason (peer unreachable) --> |
| <string name="callFailed_number_unreachable">Number unreachable</string> |
| <!-- In-call screen: call failure reason (incorrect username or password) --> |
| <string name="callFailed_invalid_credentials">Incorrect username or password</string> |
| <!-- In-call screen: call failure reason (calling from out of network is not allowed) --> |
| <string name="callFailed_out_of_network">Called from out-of-network</string> |
| <!-- In-call screen: call failure reason (server error) --> |
| <string name="callFailed_server_error">Server error. Try again later.</string> |
| <!-- In-call screen: call failure reason (no signal) --> |
| <string name="callFailed_noSignal">No signal</string> |
| <!-- In-call screen: call failure reason (GSM ACM limit exceeded) --> |
| <string name="callFailed_limitExceeded">ACM limit exceeded</string> |
| <!-- In-call screen: call failure reason (radio is off) --> |
| <string name="callFailed_powerOff">Radio off</string> |
| <!-- In-call screen: call failure reason (SIM error) --> |
| <string name="callFailed_simError">No SIM or SIM error</string> |
| <!-- In-call screen: call failure reason (out of service) --> |
| <string name="callFailed_outOfService">Out of service area</string> |
| <!-- In-call screen: call failure reason (call denied because of current FDN setting) --> |
| <string name="callFailed_fdn_only">Outgoing calls are restricted by FDN.</string> |
| <!-- In-call screen: call failure reason (call denied because call barring is on) --> |
| <string name="callFailed_cb_enabled">You can\'t make outgoing calls while call barring is on.</string> |
| <!-- In-call screen: call failure reason (call denied because domain specific access control is on) --> |
| <string name="callFailed_dsac_restricted">All calls are restricted by access control.</string> |
| <!-- In-call screen: call failure reason (Emergency call denied because domain specific access control is on)--> |
| <string name="callFailed_dsac_restricted_emergency">Emergency calls are restricted by access control.</string> |
| <!-- In-call screen: call failure reason (Normal call denied because domain specific access control is on)--> |
| <string name="callFailed_dsac_restricted_normal">Normal calls are restricted by access control.</string> |
| <!-- In-call screen: call failure reason (Dialed number doesn't exist) --> |
| <string name="callFailed_unobtainable_number">Invalid number</string> |
| <!-- In-call screen: status label for a conference call --> |
| <string name="confCall">Conference call</string> |
| <!-- In-call screen: call lost dialog text --> |
| <string name="call_lost">Call has been lost.</string> |
| |
| <!-- Positive button label ("OK") used in several dialogs in the phone UI [CHAR LIMIT=10] --> |
| <string name="ok">OK</string> |
| |
| <!-- MMI dialog strings --> |
| <!-- Dialog label when an MMI code starts running --> |
| |
| <!-- "Audio mode" popup menu: Item label to select the speakerphone [CHAR LIMIT=25] --> |
| <string name="audio_mode_speaker">Speaker</string> |
| <!-- "Audio mode" popup menu: Item label to select the handset earpiece [CHAR LIMIT=25] --> |
| <string name="audio_mode_earpiece">Handset earpiece</string> |
| <!-- "Audio mode" popup menu: Item label to select the wired headset [CHAR LIMIT=25] --> |
| <string name="audio_mode_wired_headset">Wired headset</string> |
| <!-- "Audio mode" popup menu: Item label to select the bluetooth headset [CHAR LIMIT=25] --> |
| <string name="audio_mode_bluetooth">Bluetooth</string> |
| |
| <!-- post dial --> |
| <!-- In-call screen: body text of the dialog that appears when we encounter |
| the "wait" character in a phone number to be dialed; this dialog asks the |
| user if it's OK to send the numbers following the "wait". --> |
| <string name="wait_prompt_str">Send the following tones?\n</string> |
| <!-- In-call screen: body text of the dialog that appears when we encounter |
| the "PAUSE" character in a phone number to be dialed; this dialog gives |
| informative message to the user to show the sending numbers following the "Pause". --> |
| <string name="pause_prompt_str">Sending tones\n</string> |
| <!-- In-call screen: button label on the "wait" prompt dialog --> |
| <string name="send_button">Send</string> |
| <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode--> |
| <string name="pause_prompt_yes">Yes</string> |
| <!-- In-call screen: button label on the "wait" prompt dialog in CDMA Mode--> |
| <string name="pause_prompt_no">No</string> |
| <!-- In-call screen: on the "wild" character dialog, this is the label |
| for a text widget that lets the user enter the digits that should |
| replace the "wild" character. --> |
| <string name="wild_prompt_str">Replace wild character with</string> |
| |
| <!-- In-call screen: status label for a conference call --> |
| <string name="caller_manage_header">Conference call <xliff:g id="conf_call_time">%s</xliff:g></string> |
| |
| <!-- Used in FakePhoneActivity test code. DO NOT TRANSLATE. --> |
| <string name="fake_phone_activity_phoneNumber_text" translatable="false">(650) 555-1234</string> |
| <!-- Used in FakePhoneActivity test code. DO NOT TRANSLATE. --> |
| <string name="fake_phone_activity_infoText_text" translatable="false">Incoming phone number</string> |
| <!-- Used in FakePhoneActivity test code. DO NOT TRANSLATE. --> |
| <string name="fake_phone_activity_placeCall_text" translatable="false">Fake Incoming Call</string> |
| |
| <!-- Call settings screen, Set voicemail dialog title --> |
| <string name="voicemail_settings_number_label">Voicemail number</string> |
| |
| <!-- Card titles --> |
| <!-- In-call screen: status label for a call in the "dialing" state --> |
| <string name="card_title_dialing">Dialing</string> |
| <!-- In-call screen: status label for a re-dialing call --> |
| <string name="card_title_redialing">Retrying</string> |
| <!-- In-call screen: status label for a conference call --> |
| <string name="card_title_conf_call">Conference call</string> |
| <!-- In-call screen: status label for an incoming call --> |
| <string name="card_title_incoming_call">Incoming call</string> |
| <!-- In-call screen: status label displayed briefly after a call ends --> |
| <string name="card_title_call_ended">Call ended</string> |
| <!-- In-call screen: status label for call that's on hold --> |
| <string name="card_title_on_hold">On hold</string> |
| <!-- In-call screen: status label for a call that's in the process of hanging up --> |
| <string name="card_title_hanging_up">Hanging up</string> |
| <!-- In-call screen: status label for a call that's in CDMA flash mode --> |
| <string name="card_title_in_call">In call</string> |
| <!-- In-call screen: special status label that shows your own phone |
| number during emergency callback mode (ECM) [CHAR LIMIT=30] --> |
| <string name="card_title_my_phone_number">My number is <xliff:g id="my_phone_number">%s</xliff:g></string> |
| |
| <!-- Notification strings --> |
| <!-- The "label" of the in-call Notification for a dialing call, used |
| as the format string for a Chronometer widget. [CHAR LIMIT=60] --> |
| <string name="notification_dialing">Dialing</string> |
| <!-- Missed call notification label, used when there's exactly one missed call --> |
| <string name="notification_missedCallTitle">Missed call</string> |
| <!-- Missed call notification label, used when there are two or more missed calls --> |
| <string name="notification_missedCallsTitle">Missed calls</string> |
| <!-- Missed call notification message used when there are multiple missed calls --> |
| <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string> |
| <!-- Missed call notification message used for a single missed call, including |
| the caller-id info from the missed call --> |
| <string name="notification_missedCallTicker">Missed call from <xliff:g id="missed_call_from">%s</xliff:g></string> |
| <!-- The "label" of the in-call Notification for an ongoing call, used |
| as the format string for a Chronometer widget. [CHAR LIMIT=60] --> |
| <string name="notification_ongoing_call">Ongoing call</string> |
| <!-- The "label" of the in-call Notification for a call that's on hold --> |
| <string name="notification_on_hold">On hold</string> |
| <!-- The "label" of the in-call Notification for an incoming ringing call --> |
| <string name="notification_incoming_call">Incoming call</string> |
| <!-- Label for the "Voicemail" notification item, when expanded. --> |
| <string name="notification_voicemail_title">New voicemail</string> |
| <!-- Label for the expanded "Voicemail" notification item, |
| including a count of messages. --> |
| <string name="notification_voicemail_title_count">New voicemail (<xliff:g id="count">%d</xliff:g>)</string> |
| <!-- Message displayed in the "Voicemail" notification item, allowing the user |
| to dial the indicated number. --> |
| <string name="notification_voicemail_text_format">Dial <xliff:g id="voicemail_number">%s</xliff:g></string> |
| <!-- Message displayed in the "Voicemail" notification item, |
| indicating that there's no voicemail number available --> |
| <string name="notification_voicemail_no_vm_number">Voicemail number unknown</string> |
| <!-- Label for the "No service" notification item, when expanded. --> |
| <string name="notification_network_selection_title">No service</string> |
| <!-- Label for the expanded "No service" notification item, including the |
| operator name set by user --> |
| <string name="notification_network_selection_text">Selected network (<xliff:g id="operator_name">%s</xliff:g>) unavailable</string> |
| <!-- Message for "end call" Action. |
| It is displayed in the "Ongoing call" notification, which is shown |
| when the user is outside the in-call screen while the phone call is still |
| active. [CHAR LIMIT=40] --> |
| <string name="notification_action_end_call">Hang up</string> |
| <!-- Message for "call back" Action, which is displayed in the missed call notificaiton. |
| The user will be able to call back to the person or the phone number. |
| [CHAR LIMIT=60] --> |
| <string name="notification_missedCall_call_back">Call back</string> |
| <!-- Message for "reply via sms" action, which is displayed in the missed call notification. |
| The user will be able to send text messages using the phone number. |
| [CHAR LIMIT=60] --> |
| <string name="notification_missedCall_message">Message</string> |
| |
| <!-- In-call screen: call failure message displayed in an error dialog --> |
| <string name="incall_error_power_off">To place a call, first turn off Airplane mode.</string> |
| <!-- In-call screen: call failure message displayed in an error dialog. |
| This string is currently unused (see comments in InCallActivity.java.) --> |
| <string name="incall_error_emergency_only">Not registered on network.</string> |
| <!-- In-call screen: call failure message displayed in an error dialog --> |
| <string name="incall_error_out_of_service">Mobile network not available.</string> |
| <!-- In-call screen: call failure message displayed in an error dialog --> |
| <string name="incall_error_no_phone_number_supplied">Call not sent, no valid number entered.</string> |
| <!-- In-call screen: call failure message displayed in an error dialog --> |
| <string name="incall_error_call_failed">Call not sent.</string> |
| <!-- In-call screen: status message displayed in a dialog when starting an MMI --> |
| <string name="incall_status_dialed_mmi">Starting MMI sequence\u2026</string> |
| <!-- In-call screen: message displayed in an error dialog --> |
| <string name="incall_error_supp_service_unknown">Unsupported service.</string> |
| <!-- In-call screen: message displayed in an error dialog --> |
| <string name="incall_error_supp_service_switch">Unable to switch calls.</string> |
| <!-- In-call screen: message displayed in an error dialog --> |
| <string name="incall_error_supp_service_separate">Unable to separate call.</string> |
| <!-- In-call screen: message displayed in an error dialog --> |
| <string name="incall_error_supp_service_transfer">Unable to transfer call.</string> |
| <!-- In-call screen: message displayed in an error dialog --> |
| <string name="incall_error_supp_service_conference">Unable to conference calls.</string> |
| <!-- In-call screen: message displayed in an error dialog --> |
| <string name="incall_error_supp_service_reject">Unable to reject call.</string> |
| <!-- In-call screen: message displayed in an error dialog --> |
| <string name="incall_error_supp_service_hangup">Unable to release call(s).</string> |
| |
| <!-- In-call screen: "call type" indication for a SIP call [CHAR LIMIT=30] --> |
| <string name="incall_call_type_label_sip">Internet call</string> |
| |
| <!-- Dialog title for the "radio enable" UI for emergency calls --> |
| <string name="emergency_enable_radio_dialog_title">Emergency call</string> |
| <!-- Status message for the "radio enable" UI for emergency calls --> |
| <string name="emergency_enable_radio_dialog_message">Turning on radio\u2026</string> |
| <!-- Status message for the "radio enable" UI for emergency calls --> |
| <string name="emergency_enable_radio_dialog_retry">Out of service area, retrying\u2026</string> |
| |
| <!-- Dialer text on Emergency Dialer --> |
| <!-- Emergency dialer: message displayed in an error dialog --> |
| <string name="dial_emergency_error">Call not sent. <xliff:g id="non_emergency_number">%s</xliff:g> is not an emergency number!</string> |
| <!-- Emergency dialer: message displayed in an error dialog --> |
| <string name="dial_emergency_empty_error">Call not sent. Dial an emergency number!</string> |
| |
| <!-- Displayed in the text entry box in the dialer when in landscape mode to guide the user |
| to dial using the physical keyboard --> |
| <string name="dialerKeyboardHintText">Use keyboard to dial</string> |
| |
| <!-- Text for the onscreen "Hold" button --> |
| <string name="onscreenHoldText">Hold</string> |
| <!-- Text for the onscreen "End call" button --> |
| <string name="onscreenEndCallText">End</string> |
| <!-- Text for the onscreen "Show Dialpad" button --> |
| <string name="onscreenShowDialpadText">Dialpad</string> |
| <!-- Text for the onscreen "Mute" button --> |
| <string name="onscreenMuteText">Mute</string> |
| <!-- Text for the onscreen "Add call" button --> |
| <string name="onscreenAddCallText">Add call</string> |
| <!-- Text for the onscreen "Merge calls" button --> |
| <string name="onscreenMergeCallsText">Merge calls</string> |
| <!-- Text for the onscreen "Swap calls" button --> |
| <string name="onscreenSwapCallsText">Swap</string> |
| <!-- Text for the onscreen "Manage calls" button --> |
| <string name="onscreenManageCallsText">Manage calls</string> |
| <!-- Text for the onscreen "Manage conference" button [CHAR LIMIT=20] --> |
| <string name="onscreenManageConferenceText">Manage conference</string> |
| <!-- Text for the onscreen "Audio" button that lets you switch |
| between speaker / bluetooth / earpiece [CHAR LIMIT=10] --> |
| <string name="onscreenAudioText">Audio</string> |
| <!-- Text for the onscreen "Video call" button used to change a voice call |
| to a video call. [CHAR LIMIT=10] --> |
| <string name="onscreenVideoCallText">Video call</string> |
| |
| <!-- For incoming calls, this is a string we can get from a CDMA network instead of |
| the actual phone number, to indicate there's no number present. DO NOT TRANSLATE. --> |
| <string-array name="absent_num" translatable="false"> |
| <item>ABSENT NUMBER</item> |
| <item>ABSENTNUMBER</item> |
| </string-array> |
| |
| <!-- Preference for Voicemail service provider under "Voicemail" settings. |
| [CHAR LIMIT=40] --> |
| <string name="voicemail_provider">Service</string> |
| |
| <!-- Preference for Voicemail setting of each provider. |
| [CHAR LIMIT=40] --> |
| <string name="voicemail_settings">Setup</string> |
| |
| <!-- String to display in voicemail number summary when no voicemail num is set --> |
| <string name="voicemail_number_not_set"><Not set></string> |
| |
| <!-- Title displayed above settings coming after voicemail in the call features screen --> |
| <string name="other_settings">Other call settings</string> |
| |
| <!-- Title displayed in the overlay when a call is placed using a 3rd party provider. |
| [CHAR LIMIT=40] --> |
| <string name="calling_via_template">Calling via <xliff:g id="provider_name">%s</xliff:g></string> |
| |
| <!-- Use this as a default to describe the contact photo; currently for screen readers through accessibility. --> |
| <string name="contactPhoto">contact photo</string> |
| <!-- Use this to describe the separate conference call button; currently for screen readers through accessibility. --> |
| <string name="goPrivate">go private</string> |
| <!-- Use this to describe the select contact button in EditPhoneNumberPreference; currently for screen readers through accessibility. --> |
| <string name="selectContact">select contact</string> |
| |
| <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] --> |
| <string name="respond_via_sms_canned_response_1">Can\'t talk now. What\'s up?</string> |
| <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] --> |
| <string name="respond_via_sms_canned_response_2">I\'ll call you right back.</string> |
| <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] --> |
| <string name="respond_via_sms_canned_response_3">I\'ll call you later.</string> |
| <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] --> |
| <string name="respond_via_sms_canned_response_4">Can\'t talk now. Call me later?</string> |
| <!-- "Respond via SMS" option that lets you compose a custom response. [CHAR LIMIT=30] --> |
| <string name="respond_via_sms_custom_message">Write your own...</string> |
| <!-- "Custom Message" Cancel alert dialog button --> |
| <string name="custom_message_cancel">Cancel</string> |
| <!-- "Custom Message" Send alert dialog button --> |
| <string name="custom_message_send">Send</string> |
| |
| <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] --> |
| <string name="respond_via_sms_setting_title">Quick responses</string> |
| <!-- Slightly more verbose title of settings screen for managing the |
| "Respond via SMS" feature. [CHAR LIMIT=30] --> |
| <string name="respond_via_sms_setting_title_2">Edit quick responses</string> |
| <!-- Settings summary string for the "Respond via SMS" feature. [CHAR LIMIT=40] --> |
| <string name="respond_via_sms_setting_summary"></string> |
| <!-- Dialog title when changing a string for the "Respond via SMS" feature. [CHAR LIMIT=30] --> |
| <string name="respond_via_sms_edittext_dialog_title">Quick response</string> |
| <!-- Menu option in "Respond via SMS" that allows user to reset the default |
| activity used to handle "Respond via SMS" [CHAR LIMIT=30] --> |
| <string name="respond_via_sms_menu_reset_default_activity">Reset default app</string> |
| |
| <!-- "Respond via SMS": Confirmation message shown after sending |
| a text response. [CHAR LIMIT=40] --> |
| <string name="respond_via_sms_confirmation_format">Message sent to <xliff:g id="phone_number">%s</xliff:g>.</string> |
| |
| <!-- String describing the image on ImageButton one |
| |
| Note: AccessibilityServices use this attribute to announce what the view represents. |
| This is especially valuable for views without textual representation like ImageView. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_image_button_one">one</string> |
| |
| <!-- String describing the image on ImageButton two |
| |
| Note: AccessibilityServices use this attribute to announce what the view represents. |
| This is especially valuable for views without textual representation like ImageView. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_image_button_two">two</string> |
| |
| <!-- String describing the image on ImageButton three |
| |
| Note: AccessibilityServices use this attribute to announce what the view represents. |
| This is especially valuable for views without textual representation like ImageView. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_image_button_three">three</string> |
| |
| <!-- String describing the image on ImageButton four |
| |
| Note: AccessibilityServices use this attribute to announce what the view represents. |
| This is especially valuable for views without textual representation like ImageView. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_image_button_four">four</string> |
| |
| <!-- String describing the image on ImageButton five |
| |
| Note: AccessibilityServices use this attribute to announce what the view represents. |
| This is especially valuable for views without textual representation like ImageView. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_image_button_five">five</string> |
| |
| <!-- String describing the image on ImageButton six |
| |
| Note: AccessibilityServices use this attribute to announce what the view represents. |
| This is especially valuable for views without textual representation like ImageView. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_image_button_six">six</string> |
| |
| <!-- String describing the image on ImageButton seven |
| |
| Note: AccessibilityServices use this attribute to announce what the view represents. |
| This is especially valuable for views without textual representation like ImageView. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_image_button_seven">seven</string> |
| |
| <!-- String describing the image on ImageButton eight |
| |
| Note: AccessibilityServices use this attribute to announce what the view represents. |
| This is especially valuable for views without textual representation like ImageView. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_image_button_eight">eight</string> |
| |
| <!-- String describing the image on ImageButton nine |
| |
| Note: AccessibilityServices use this attribute to announce what the view represents. |
| This is especially valuable for views without textual representation like ImageView. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_image_button_nine">nine</string> |
| |
| <!-- String describing the image on ImageButton star |
| |
| Note: AccessibilityServices use this attribute to announce what the view represents. |
| This is especially valuable for views without textual representation like ImageView. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_image_button_star">star</string> |
| |
| <!-- String describing the image on ImageButton zero |
| |
| Note: AccessibilityServices use this attribute to announce what the view represents. |
| This is especially valuable for views without textual representation like ImageView. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_image_button_zero">zero</string> |
| |
| <!-- String describing the image on ImageButton pound |
| |
| Note: AccessibilityServices use this attribute to announce what the view represents. |
| This is especially valuable for views without textual representation like ImageView. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_image_button_pound">pound</string> |
| |
| <!-- String describing the Dial ImageButton |
| |
| Used by AccessibilityService to announce the purpose of the button. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_dial_button">dial</string> |
| |
| <!-- String describing the Delete/Backspace ImageButton |
| |
| Used by AccessibilityService to announce the purpose of the button. |
| [CHAR LIMIT=NONE] |
| --> |
| <string name="description_delete_button">backspace</string> |
| |
| <!-- Content description of the speakerphone enabled notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| <string name="accessibility_speakerphone_enabled">Speakerphone enabled.</string> |
| |
| <!-- Content description of the call muted notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> |
| <string name="accessibility_call_muted">Call muted.</string> |
| |
| <!-- Description of the answer target in the Slide unlock screen of Phone. [CHAR LIMIT=NONE] --> |
| <string name="description_target_answer">Answer</string> |
| <!-- Description of the send_sms target in the Slide unlock screen of Phone. [CHAR LIMIT=NONE] --> |
| <string name="description_target_send_sms">Send SMS</string> |
| <!-- Description of the decline on target in the Slide unlock screen. [CHAR LIMIT=NONE] --> |
| <string name="description_target_decline">Decline</string> |
| |
| <!-- Description of the up direction in which one can to slide the handle in the phone answer screen. [CHAR LIMIT=NONE] --> |
| <string name="description_direction_up">Slide up for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> |
| <!-- Description of the left direction in which one can to slide the handle in the phone answer screen. [CHAR LIMIT=NONE] --> |
| <string name="description_direction_left">"Slide left for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> |
| <!-- Description of the right direction in which one can to slide the handle in the phone answer screen. [CHAR LIMIT=NONE] --> |
| <string name="description_direction_right">Slide right for <xliff:g id="target_description" example="Unlock">%s</xliff:g>.</string> |
| |
| <!-- Dialog title for the vibration settings for voicemail notifications [CHAR LIMIT=40] --> |
| <string name="voicemail_notification_vibrate_when_title" msgid="8731372580674292759">Vibrate</string> |
| <!-- Dialog title for the vibration settings for voice mail notifications [CHAR LIMIT=40]--> |
| <string name="voicemail_notification_vibarte_when_dialog_title" msgid="8995274609647451109">Vibrate</string> |
| |
| <!-- Voicemail ringtone title. The user clicks on this preference to select |
| which sound to play when a voicemail notification is received. |
| [CHAR LIMIT=30] --> |
| <string name="voicemail_notification_ringtone_title">Sound</string> |
| |
| <!-- The string used to describe a notification if it is the default one in the system. For |
| example, if the user selects the default notification, it will appear as something like |
| Default sound(Capella) in the notification summary. |
| [CHAR LIMIT=40] --> |
| <string name="default_notification_description">Default sound (<xliff:g id="default_sound_title">%1$s</xliff:g>)</string> |
| |
| <!-- The default value value for voicemail notification. --> |
| <string name="voicemail_notification_vibrate_when_default" translatable="false">never</string> |
| |
| <!-- Actual values used in our code for voicemail notifications. DO NOT TRANSLATE --> |
| <string-array name="voicemail_notification_vibrate_when_values" translatable="false"> |
| <item>always</item> |
| <item>silent</item> |
| <item>never</item> |
| </string-array> |
| |
| <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] --> |
| <string name="ringtone_title" msgid="5379026328015343686">Phone ringtone</string> |
| |
| <!-- Setting option name to enable or disable vibration when ringing |
| the phone. |
| [CHAR LIMIT=30] --> |
| <string name="vibrate_on_ring_title">Vibrate when ringing</string> |
| |
| <!-- Setting option name to enable or disable DTMF tone sound |
| [CHAR LIMIT=30] --> |
| <string name="dtmf_tone_enable_title">Dial pad touch tones</string> |
| |
| <!-- Setting option name to enable or disable dialpad autocomplete functionality |
| [CHAR LIMIT=30] --> |
| <string name="dial_pad_autocomplete">Dial pad autocomplete</string> |
| |
| <!-- Title for the category "ringtone", which is shown above ringtone and vibration |
| related settings. |
| [CHAR LIMIT=30] --> |
| <string name="preference_category_ringtone">Ringtone & Vibrate</string> |
| |
| <!-- Label for "Manage conference call" panel [CHAR LIMIT=40] --> |
| <string name="manageConferenceLabel">Manage conference call</string> |
| |
| <!-- This can be used in any application wanting to disable the text "Emergency number" --> |
| <string name="emergency_call_dialog_number_for_display">Emergency number</string> |
| |
| <string name="in_call_wifi_connected">Connected via <xliff:g id="wifi_ssid">%s</xliff:g></string> |
| </resources> |