Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2013 The Android Open Source Project
      3 
      4      Licensed under the Apache License, Version 2.0 (the "License");
      5      you may not use this file except in compliance with the License.
      6      You may obtain a copy of the License at
      7 
      8           http://www.apache.org/licenses/LICENSE-2.0
      9 
     10      Unless required by applicable law or agreed to in writing, software
     11      distributed under the License is distributed on an "AS IS" BASIS,
     12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13      See the License for the specific language governing permissions and
     14      limitations under the License.
     15 -->
     16 
     17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     18     <!-- Official label of the Telecomm/Phone app, as seen in "Manage Applications"
     19          and other settings UIs. This is the "app name" used in notification, recents,
     20          and app info screens. -->
     21     <string name="telecommAppLabel" product="default">Call Management</string>
     22 
     23     <!-- Title used for the activity for placing a call. This name appears
     24          in activity disambig dialogs -->
     25     <string name="userCallActivityLabel" product="default">Phone</string>
     26 
     27     <!-- Name for an "unknown" caller. -->
     28     <string name="unknown">Unknown</string>
     29 
     30     <!-- Notification strings -->
     31     <!-- Missed call notification label, used when there's exactly one missed call -->
     32     <string name="notification_missedCallTitle">Missed call</string>
     33     <!-- Missed work call notification label, used when there's exactly one missed call [CHAR LIMIT=NONE] -->
     34     <string name="notification_missedWorkCallTitle">Missed work call</string>
     35     <!-- Missed call notification label, used when there are two or more missed calls -->
     36     <string name="notification_missedCallsTitle">Missed calls</string>
     37     <!-- Missed call notification message used when there are multiple missed calls -->
     38     <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string>
     39     <!-- Missed call notification message used for a single missed call, including
     40          the caller-id info from the missed call -->
     41     <string name="notification_missedCallTicker">Missed call from <xliff:g id="missed_call_from">%s</xliff:g></string>
     42     <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
     43          The user will be able to call back to the person or the phone number.
     44          [CHAR LIMIT=18] -->
     45     <string name="notification_missedCall_call_back">Call back</string>
     46     <!-- Message for "reply via sms" action, which is displayed in the missed call notification.
     47          The user will be able to send text messages using the phone number.
     48          [CHAR LIMIT=18] -->
     49     <string name="notification_missedCall_message">Message</string>
     50 
     51     <!-- Content description of the call muted notification icon for
     52          accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
     53     <string name="accessibility_call_muted">Call muted.</string>
     54 
     55     <!-- Content description of the speakerphone enabled notification icon for
     56          accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
     57     <string name="accessibility_speakerphone_enabled">Speakerphone enabled.</string>
     58 
     59     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
     60     <string name="respond_via_sms_canned_response_1">Can\'t talk now. What\'s up?</string>
     61     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
     62     <string name="respond_via_sms_canned_response_2">I\'ll call you right back.</string>
     63     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
     64     <string name="respond_via_sms_canned_response_3">I\'ll call you later.</string>
     65     <!-- Canned response for the "Respond via SMS" feature for incoming calls. [CHAR LIMIT=35] -->
     66     <string name="respond_via_sms_canned_response_4">Can\'t talk now. Call me later?</string>
     67 
     68     <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] -->
     69     <string name="respond_via_sms_setting_title">Quick responses</string>
     70     <!-- Slightly more verbose title of settings screen for managing the
     71          "Respond via SMS" feature. [CHAR LIMIT=30] -->
     72     <string name="respond_via_sms_setting_title_2">Edit quick responses</string>
     73     <!-- Settings summary string for the "Respond via SMS" feature. [CHAR LIMIT=40] -->
     74     <string name="respond_via_sms_setting_summary"></string>
     75     <!-- Dialog title when changing a string for the "Respond via SMS" feature. [CHAR LIMIT=30] -->
     76     <string name="respond_via_sms_edittext_dialog_title">Quick response</string>
     77 
     78     <!-- "Respond via SMS": Confirmation message shown after sending
     79         a text response. [CHAR LIMIT=40] -->
     80     <string name="respond_via_sms_confirmation_format">Message sent to <xliff:g id="phone_number">%s</xliff:g>.</string>
     81 
     82     <!-- Title of settings screen that allows user to enable and disable phone-accounts.
     83          Each method for placing a call (SIM1, SIM2, SIP account, etc) has a phone-account.
     84          Phone-accounts that are created by third party apps can be disabled and enabled by user.
     85          [CHAR LIMIT=30] -->
     86     <string name="enable_account_preference_title">Calling accounts</string>
     87 
     88     <!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
     89          due to a user restriction -->
     90     <string name="outgoing_call_not_allowed_user_restriction">Only emergency calls are allowed.</string>
     91 
     92     <!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
     93          due to the lack of the CALL_PHONE permission -->
     94     <string name="outgoing_call_not_allowed_no_permission">This application cannot make outgoing calls without the Phone permission.</string>
     95 
     96     <!-- Call failure message displayed in an error dialog used to indicate that a phone number was not provided -->
     97     <string name="outgoing_call_error_no_phone_number_supplied">To place a call, enter a valid number.</string>
     98 
     99     <!-- Message shown when the user tries to make a video call when already in a video call. -->
    100     <string name ="duplicate_video_call_not_allowed">Call cannot be added at this time.</string>
    101 
    102     <!-- missing voicemail number -->
    103     <!-- Title of the "Missing voicemail number" dialog -->
    104     <string name="no_vm_number">Missing voicemail number</string>
    105     <!-- Body text of the "Missing voicemail number" dialog -->
    106     <string name="no_vm_number_msg">No voicemail number is stored on the SIM card.</string>
    107     <!-- Button label on the "Missing voicemail number" dialog -->
    108     <string name="add_vm_number_str">Add number</string>
    109 
    110     <!-- Title of dialog used to comfirm whether the user intends to change the default dialer
    111             application [CHAR LIMIT=55]-->
    112     <string name="change_default_dialer_dialog_title">Make <xliff:g id="new_app">%s</xliff:g> your default Phone app?</string>
    113     <!-- Confirmation text that a user taps on to change the Default Phone App-->
    114     <string name="change_default_dialer_dialog_affirmative">Set Default</string>
    115     <!-- Cancel text that a user taps on to not change the Default Phone App-->
    116     <string name="change_default_dialer_dialog_negative">Cancel</string>
    117     <!-- Warning message indicating what may happen if a user allows a 3rd party app to become the default dialer.-->
    118     <string name="change_default_dialer_warning_message"><xliff:g id="new_app">%s</xliff:g> will be able to place and control all aspects of calls. Only apps you trust should be set as the default Phone app.</string>
    119 
    120     <!-- Blocked numbers -->
    121     <string name="blocked_numbers">Blocked numbers</string>
    122     <!-- Text shown at the beginning of the blocked numbers screen to explain what the screen is about. -->
    123     <string name="blocked_numbers_msg">You won\'t receive calls or texts from blocked numbers.</string>
    124     <!-- Button to add a blocked number. -->
    125     <string name="block_number">Add a number</string>
    126     <!-- Body of dialog to confirm unblocking a number. -->
    127     <string name="unblock_dialog_body">Unblock <xliff:g id="number_to_block">%1$s</xliff:g>?</string>
    128     <!-- Button to unblock a number. -->
    129     <string name="unblock_button">Unblock</string>
    130     <!-- Body of dialog to block a number.  -->
    131     <string name="add_blocked_dialog_body">Block calls and texts from</string>
    132     <!-- Hint shown in the edit text box for adding a blocked number -->
    133     <string name="add_blocked_number_hint">Phone number</string>
    134     <!-- Button to block a number. -->
    135     <string name="block_button">Block</string>
    136     <!-- String shown to users unable to manage blocked numbers because they are not owners of the
    137         device. -->
    138     <string name="non_primary_user">Only the device owner can view and manage blocked numbers.</string>
    139     <!-- Description of icon to delete blocked number. -->
    140     <string name="delete_icon_description">Unblock</string>
    141     <!-- Title for butter bar shown when call blocking is disabled. -->
    142     <string name="blocked_numbers_butter_bar_title">Blocking temporarily off</string>
    143     <!-- Explanation for butter bar shown when call blocking is disabled. -->
    144     <string name="blocked_numbers_butter_bar_body">After you dial or text an emergency number, blocking is turned off to ensure that emergency services can contact you.</string>
    145     <!-- Button to re-enable blocking shown in butter bar shown when call blocking is disabled. -->
    146     <string name="blocked_numbers_butter_bar_button">Re-enable now</string>
    147     <!-- Message to show when a number is blocked. -->
    148     <string name="blocked_numbers_number_blocked_message"><xliff:g id="blocked_number">%1$s</xliff:g> blocked</string>
    149     <!-- Message to show when a number is unblocked. -->
    150     <string name="blocked_numbers_number_unblocked_message"><xliff:g id="unblocked_number">%1$s</xliff:g> unblocked</string>
    151     <!-- Message to show when a number cannot be blocked because it is associated with emergency services.. -->
    152     <string name="blocked_numbers_block_emergency_number_message">Unable to block emergency number.</string>
    153     <!-- Message to show when a number is already blocked. -->
    154     <string name="blocked_numbers_number_already_blocked_message"><xliff:g id="blocked_number">%1$s</xliff:g> is already blocked.</string>
    155 
    156     <!-- DO NOT TRANSLATE. Label for test Subscription 0. -->
    157     <string name="test_account_0_label">Q Mobile</string>
    158     <!-- DO NOT TRANSLATE. Label for test Subscription 1. -->
    159     <string name="test_account_1_label">Market Wireless</string>
    160     <!-- DO NOT TRANSLATE. Label for test Subscription 2. -->
    161     <string name="test_account_2_label">Sonoma Circles Talk Plus</string>
    162     <!-- DO NOT TRANSLATE. Label for test Subscription 3. -->
    163     <string name="test_account_3_label">Bay Voice Chat Pro</string>
    164 
    165     <!-- DO NOT TRANSLATE. Short description for test Subscription 0. -->
    166     <string name="test_account_0_short_description">Account with Q Mobile</string>
    167     <!-- DO NOT TRANSLATE. Short description for test Subscription 1. -->
    168     <string name="test_account_1_short_description">Account with Market Wireless</string>
    169     <!-- DO NOT TRANSLATE. Short description for test Subscription 2. -->
    170     <string name="test_account_2_short_description">Talk to everyone in your Circles!</string>
    171     <!-- DO NOT TRANSLATE. Short description for test Subscription 3. -->
    172     <string name="test_account_3_short_description">Chat with Chat Network users</string>
    173 
    174     <!-- DO NOT TRANSLATE. Hardcoded number used for restricted incoming phone numbers. -->
    175     <string name="handle_restricted">RESTRICTED</string>
    176 
    177     <string name="toast_personal_call_msg">Using the personal dialer to make the call</string>
    178 
    179     <!-- The "label" of the Notification for an incoming ringing call.
    180          call_via refers to the name of the app the incoming call is coming from.
    181          Example: Duo call from John Smith[CHAR LIMIT=60] -->
    182     <string name="notification_incoming_call"><xliff:g id="call_via">%1$s</xliff:g> call from <xliff:g id="call_from">%2$s</xliff:g></string>
    183 
    184     <!-- The "label" of the Notification for an incoming ringing video call.
    185          call_via refers to the name of the app the incoming video call is coming from.
    186          Example: Duo video call from John Smith[CHAR LIMIT=60] -->
    187     <string name="notification_incoming_video_call"><xliff:g id="call_via">%1$s</xliff:g> video call from <xliff:g id="call_from">%2$s</xliff:g></string>
    188 
    189     <!-- The "details" of a Notification for an incoming call which will cause an ongoing call to be
    190          disconnected.  This message is the part of the notification that informs the user that
    191          answering the current ringing call will cause a call from another app to be disconnected.
    192          Example: Answering will end your Duo call [CHAR LIMIT=60] -->
    193     <string name="answering_ends_other_call">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> call</string>
    194 
    195     <!-- The "details" of a Notification for an incoming call which will cause other ongoing calls
    196          to be disconnected.  This message is the part of the notification that informs the user
    197          answering the current ringing call will cause calls from another app to be disconnected.
    198          Example: Answering will end your Duo call [CHAR LIMIT=60] -->
    199     <string name="answering_ends_other_calls">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> calls</string>
    200 
    201     <!-- The "details" of a Notification for an incoming call which will cause an ongoing video call
    202          to be disconnected.  This message is the part of the notification that informs the user
    203          that answering the current ringing call will cause a video call from another app to be
    204          disconnected.
    205          Example: Answering will end your Duo video call [CHAR LIMIT=60] -->
    206     <string name="answering_ends_other_video_call">Answering will end your <xliff:g id="call_via">%1$s</xliff:g> video call</string>
    207 
    208     <!-- The "details" of a Notification for an incoming call which will cause an ongoing call
    209          to be disconnected.  This message is the part of the notification that informs the user
    210          that answering the current ringing call will cause an ongoing call to be disconnected.
    211          Similar to answering_ends_other_call, except does not specify which app.
    212          [CHAR LIMIT=60] -->
    213     <string name="answering_ends_other_managed_call">Answering will end your ongoing call</string>
    214 
    215     <!-- The "details" of a Notification for an incoming call which will cause an ongoing call
    216          to be disconnected.  This message is the part of the notification that informs the user
    217          that answering the current ringing call will cause an ongoing call to be disconnected.
    218          Similar to answering_ends_other_call, except does not specify which app.
    219          [CHAR LIMIT=60] -->
    220     <string name="answering_ends_other_managed_calls">Answering will end your ongoing calls</string>
    221 
    222     <!-- The "details" of a Notification for an incoming call which will cause an ongoing video call
    223          to be disconnected.  This message is the part of the notification that informs the user
    224          that answering the current ringing call will cause an ongoing video call to be
    225          disconnected.
    226          Similar to answering_ends_other_video_call, except does not specify which app.
    227          [CHAR LIMIT=60] -->
    228     <string name="answering_ends_other_managed_video_call">Answering will end your ongoing video call</string>
    229 
    230     <!-- The "answer" button for an incoming call. [CHAR LIMIT=60] -->
    231     <string name="answer_incoming_call">Answer</string>
    232 
    233     <!-- The "decline" button for an incoming call. [CHAR LIMIT=60] -->
    234     <string name="decline_incoming_call">Decline</string>
    235 
    236     <!-- Error message shown to the user when an outgoing call cannot be placed due to an ongoing
    237          phone call in a third-party app.  For example:
    238          Call cannot be placed due to your Duo call. [CHAR LIMIT=none] -->
    239     <string name="cant_call_due_to_ongoing_call">Call cannot be placed due to your <xliff:g id="other_call">%1$s</xliff:g> call.</string>
    240 
    241     <!-- Error message shown to the user when an outgoing call cannot be placed due to ongoing
    242          phone calls in a third-party app.  For example:
    243          Call cannot be placed due to your Duo calls. [CHAR LIMIT=none] -->
    244     <string name="cant_call_due_to_ongoing_calls">Call cannot be placed due to your <xliff:g id="other_call">%1$s</xliff:g> calls.</string>
    245 
    246     <!-- Error message shown to the user when an outgoing call cannot be placed due to an ongoing
    247          phone call in a third-party app.  Unlike cant_call_due_to_ongoing_call, this is used when
    248          the name of the other app is not known. [CHAR LIMIT=none] -->
    249     <string name="cant_call_due_to_ongoing_unknown_call">Call cannot be placed due to a call in another app.</string>
    250 
    251     <!-- Notification channel name for a channel containing incoming call notifications. -->
    252     <string name="notification_channel_incoming_call">Incoming calls</string>
    253     <!-- Notification channel name for a channel containing missed call notifications. -->
    254     <string name="notification_channel_missed_call">Missed calls</string>
    255 
    256     <!-- Alert dialog content used to inform the user that placing a new outgoing call will end the
    257          ongoing call in the app "other_app". -->
    258     <string name="alert_outgoing_call">Placing this call will end your <xliff:g id="other_app">%1$s</xliff:g> call.</string>
    259 </resources>
    260