strings.xml revision 49e260af3269053b18a9e98b15e172e9ecee2d9e
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">Phone 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">Change default Dialer app?</string> 113 <!-- Text in dialog used to confirm whether or not the user intends to change the default dialer, if a different default dialer has been previously set. --> 114 <string name="change_default_dialer_with_previous_app_set_text">Use <xliff:g id="new_app">%1$s</xliff:g> instead of <xliff:g id="current_app">%2$s</xliff:g> as your default dialer app?</string> 115 <!-- Text in dialog used to confirm whether or not the user intends to change the default dialer, if a different default dialer has not been previously set. --> 116 <string name="change_default_dialer_no_previous_app_set_text">Use <xliff:g id="new_app">%s</xliff:g> as your default dialer app?</string> 117 118 119 <!-- Blocked numbers --> 120 <string name="blocked_numbers">Blocked numbers</string> 121 <!-- Text shown at the beginning of the blocked numbers screen to explain what the screen is about. --> 122 <string name="blocked_numbers_msg">You won\'t receive calls or texts from blocked numbers.</string> 123 <!-- Button to add a blocked number. --> 124 <string name="block_number">Add a number</string> 125 <!-- Body of dialog to confirm unblocking a number. --> 126 <string name="unblock_dialog_body">Unblock <xliff:g id="number_to_block">%1$s</xliff:g>?</string> 127 <!-- Button to unblock a number. --> 128 <string name="unblock_button">Unblock</string> 129 <!-- Body of dialog to block a number. --> 130 <string name="add_blocked_dialog_body">Block calls and texts from</string> 131 <!-- Hint shown in the edit text box for adding a blocked number --> 132 <string name="add_blocked_number_hint">Phone number</string> 133 <!-- Button to block a number. --> 134 <string name="block_button">Block</string> 135 <!-- String shown to users unable to manage blocked numbers because they are not owners of the 136 device. --> 137 <string name="non_primary_user">Only the device owner can view and manage blocked numbers.</string> 138 <!-- Description of icon to delete blocked number. --> 139 <string name="delete_icon_description">Tab to unblock</string> 140 <!-- Title for butter bar shown when call blocking is disabled. --> 141 <string name="blocked_numbers_butter_bar_title">Blocking temporarily off</string> 142 <!-- Explanation for butter bar shown when call blocking is disabled. --> 143 <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> 144 <!-- Button to re-enable blocking shown in butter bar shown when call blocking is disabled. --> 145 <string name="blocked_numbers_butter_bar_button">Re-enable now</string> 146 <!-- Message to show when a number is blocked. --> 147 <string name="blocked_numbers_number_blocked_message"><xliff:g id="blocked_number">%1$s</xliff:g> blocked</string> 148 <!-- Message to show when a number is unblocked. --> 149 <string name="blocked_numbers_number_unblocked_message"><xliff:g id="unblocked_number">%1$s</xliff:g> unblocked</string> 150 <!-- Message to show when a number cannot be blocked because it is associated with emergency services.. --> 151 <string name="blocked_numbers_block_emergency_number_message">Unable to block emergency number.</string> 152 <!-- Message to show when a number is already blocked. --> 153 <string name="blocked_numbers_number_already_blocked_message"><xliff:g id="blocked_number">%1$s</xliff:g> is already blocked.</string> 154 155 <!-- DO NOT TRANSLATE. Label for test Subscription 0. --> 156 <string name="test_account_0_label">Q Mobile</string> 157 <!-- DO NOT TRANSLATE. Label for test Subscription 1. --> 158 <string name="test_account_1_label">Market Wireless</string> 159 <!-- DO NOT TRANSLATE. Label for test Subscription 2. --> 160 <string name="test_account_2_label">Sonoma Circles Talk Plus</string> 161 <!-- DO NOT TRANSLATE. Label for test Subscription 3. --> 162 <string name="test_account_3_label">Bay Voice Chat Pro</string> 163 164 <!-- DO NOT TRANSLATE. Short description for test Subscription 0. --> 165 <string name="test_account_0_short_description">Account with Q Mobile</string> 166 <!-- DO NOT TRANSLATE. Short description for test Subscription 1. --> 167 <string name="test_account_1_short_description">Account with Market Wireless</string> 168 <!-- DO NOT TRANSLATE. Short description for test Subscription 2. --> 169 <string name="test_account_2_short_description">Talk to everyone in your Circles!</string> 170 <!-- DO NOT TRANSLATE. Short description for test Subscription 3. --> 171 <string name="test_account_3_short_description">Chat with Chat Network users</string> 172 173 <!-- DO NOT TRANSLATE. Hardcoded number used for restricted incoming phone numbers. --> 174 <string name="handle_restricted">RESTRICTED</string> 175 176 <string name="toast_personal_call_msg">Using the personal dialer to make the call</string> 177</resources> 178