Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 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 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 19 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Jay Shrauner | bf8b4b9 | 2014-09-03 15:12:16 -0700 | [diff] [blame] | 20 | |
| 21 | <!-- Application name used in Settings/Apps. Default label for activities |
| 22 | that don't specify a label. --> |
Jay Shrauner | 57e3d6e | 2015-07-15 13:56:54 -0700 | [diff] [blame] | 23 | <string name="applicationLabel">Phone</string> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 24 | |
| 25 | <!-- Title for the activity that dials the phone. This is the name |
Jay Shrauner | bf8b4b9 | 2014-09-03 15:12:16 -0700 | [diff] [blame] | 26 | used in the Launcher icon. --> |
| 27 | <string name="launcherActivityLabel">Phone</string> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 28 | |
Ta-wei Yen | e3cae63 | 2015-10-27 16:09:09 -0700 | [diff] [blame] | 29 | |
| 30 | <!-- Title for the activity that dials the phone, when launched directly into the dialpad --> |
| 31 | <string name="launcherDialpadActivityLabel">Phone Dialpad</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 32 | <!-- The description text for the dialer tab. |
| 33 | |
| 34 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 35 | This is especially valuable for views without textual representation like ImageView. |
| 36 | |
| 37 | [CHAR LIMIT=NONE] --> |
| 38 | <string name="dialerIconLabel">Phone</string> |
| 39 | |
| 40 | <!-- The description text for the call log tab. |
| 41 | |
| 42 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 43 | This is especially valuable for views without textual representation like ImageView. |
| 44 | |
| 45 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 46 | <string name="callHistoryIconLabel">Call history</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 47 | |
Andrew Lee | bf9cca2 | 2015-10-05 13:43:54 -0700 | [diff] [blame] | 48 | <!-- Text for a menu item to report a call as having been incorrectly identified. [CHAR LIMIT=48] --> |
| 49 | <string name="action_report_number">Report inaccurate number</string> |
Andrew Lee | 2f05af3 | 2015-06-09 15:59:47 -0700 | [diff] [blame] | 50 | |
Andrew Lee | bf9cca2 | 2015-10-05 13:43:54 -0700 | [diff] [blame] | 51 | <!-- Option displayed in context menu to copy long pressed phone number. [CHAR LIMIT=48] --> |
| 52 | <string name="action_copy_number_text">Copy number</string> |
Anne Rong | 664b201 | 2015-07-20 18:03:38 -0700 | [diff] [blame] | 53 | |
Andrew Lee | bf9cca2 | 2015-10-05 13:43:54 -0700 | [diff] [blame] | 54 | <!-- Option displayed in context menu to copy long pressed voicemail transcription. [CHAR LIMIT=48] --> |
| 55 | <string name="copy_transcript_text">Copy transcription</string> |
Anne Rong | 664b201 | 2015-07-20 18:03:38 -0700 | [diff] [blame] | 56 | |
Andrew Lee | bf9cca2 | 2015-10-05 13:43:54 -0700 | [diff] [blame] | 57 | <!-- Label for action to block a number. [CHAR LIMIT=48] --> |
| 58 | <string name="action_block_number">Block number</string> |
Anne Rong | 9bd0941 | 2015-08-31 15:14:49 -0700 | [diff] [blame] | 59 | |
| 60 | <!-- Text for snackbar to undo blocking a number. [CHAR LIMIT=64] --> |
| 61 | <string name="snackbar_number_blocked"> |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 62 | <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> blocked</string> |
Anne Rong | 9bd0941 | 2015-08-31 15:14:49 -0700 | [diff] [blame] | 63 | |
Andrew Lee | bf9cca2 | 2015-10-05 13:43:54 -0700 | [diff] [blame] | 64 | <!-- Label for action to unblock a number [CHAR LIMIT=48]--> |
| 65 | <string name="action_unblock_number">Unblock number</string> |
Anne Rong | 9bd0941 | 2015-08-31 15:14:49 -0700 | [diff] [blame] | 66 | |
| 67 | <!-- Text for snackbar to undo unblocking a number. [CHAR LIMIT=64] --> |
| 68 | <string name="snackbar_number_unblocked"> |
| 69 | <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 70 | unblocked</string> |
Anne Rong | 9bd0941 | 2015-08-31 15:14:49 -0700 | [diff] [blame] | 71 | |
| 72 | <!-- Text for undo button in snackbar for blocking/unblocking number. [CHAR LIMIT=10] --> |
| 73 | <string name="block_number_undo">UNDO</string> |
| 74 | |
Andrew Lee | 7b127d4 | 2015-09-30 18:24:48 -0700 | [diff] [blame] | 75 | <!-- Menu item in call details used to remove a call or voicemail from the call log. --> |
| 76 | <string name="call_details_delete">Delete</string> |
| 77 | |
Andrew Lee | bf9cca2 | 2015-10-05 13:43:54 -0700 | [diff] [blame] | 78 | <!-- Label for action to edit a number before calling it. [CHAR LIMIT=48] --> |
| 79 | <string name="action_edit_number_before_call">Edit number before call</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 80 | |
| 81 | <!-- Menu item used to remove all calls from the call log --> |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 82 | <string name="call_log_delete_all">Clear call history</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 83 | |
| 84 | <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] --> |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 85 | <string name="call_log_trash_voicemail">Delete voicemail</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 86 | |
Sarmad Hashmi | ef57777 | 2016-02-25 14:08:19 -0800 | [diff] [blame] | 87 | <!-- Menu item used to archive a voicemail. [CHAR LIMIT=30] --> |
| 88 | <string name="call_log_archive_voicemail">Archive voicemail</string> |
| 89 | |
Sarmad Hashmi | 83f27f5 | 2016-03-05 20:33:38 -0800 | [diff] [blame] | 90 | <!-- Menu item used to send a voicemail through other applications [CHAR LIMIT=30] --> |
| 91 | <string name="call_log_share_voicemail">Share voicemail</string> |
| 92 | |
Nancy Chen | f8f9102 | 2015-08-24 16:35:14 -0700 | [diff] [blame] | 93 | <!-- Text for snackbar to undo a voicemail delete. [CHAR LIMIT=30] --> |
Nancy Chen | 2d588b8 | 2015-08-18 16:39:02 -0700 | [diff] [blame] | 94 | <string name="snackbar_voicemail_deleted">Voicemail deleted</string> |
| 95 | |
Sarmad Hashmi | ef57777 | 2016-02-25 14:08:19 -0800 | [diff] [blame] | 96 | <!-- Text for snackbar to undo a voicemail archive. [CHAR LIMIT=30] --> |
| 97 | <string name="snackbar_voicemail_archived">Voicemail archived</string> |
| 98 | |
Nancy Chen | 2d588b8 | 2015-08-18 16:39:02 -0700 | [diff] [blame] | 99 | <!-- Text for undo button in snackbar for voicemail deletion. [CHAR LIMIT=10] --> |
| 100 | <string name="snackbar_voicemail_deleted_undo">UNDO</string> |
| 101 | |
Sarmad Hashmi | ef57777 | 2016-02-25 14:08:19 -0800 | [diff] [blame] | 102 | <!-- Text for going to archive button in snackbar for voicemail archive. [CHAR LIMIT=10] --> |
| 103 | <string name="snackbar_voicemail_archived_goto">GOTO ARCHIVE</string> |
| 104 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 105 | <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 106 | <string name="clearCallLogConfirmation_title">Clear call history?</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 107 | |
| 108 | <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 109 | <string name="clearCallLogConfirmation">This will delete all calls from your history</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 110 | |
| 111 | <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 112 | <string name="clearCallLogProgress_title">Clearing call history\u2026</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 113 | |
Nancy Chen | cc42b59 | 2016-01-26 14:38:57 -0800 | [diff] [blame] | 114 | <!-- Title used for the activity for placing a call. This name appears |
| 115 | in activity disambig dialogs --> |
| 116 | <string name="userCallActivityLabel" product="default">Phone</string> |
| 117 | |
| 118 | <!-- Notification strings --> |
| 119 | <!-- Missed call notification label, used when there's exactly one missed call --> |
| 120 | <string name="notification_missedCallTitle">Missed call</string> |
Victor Chang | 1dbbda3 | 2016-02-01 19:54:33 +0000 | [diff] [blame] | 121 | <!-- Missed call notification label, used when there's exactly one missed call from work contact --> |
| 122 | <string name="notification_missedWorkCallTitle">Missed work call</string> |
Nancy Chen | cc42b59 | 2016-01-26 14:38:57 -0800 | [diff] [blame] | 123 | <!-- Missed call notification label, used when there are two or more missed calls --> |
| 124 | <string name="notification_missedCallsTitle">Missed calls</string> |
| 125 | <!-- Missed call notification message used when there are multiple missed calls --> |
| 126 | <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string> |
| 127 | <!-- Message for "call back" Action, which is displayed in the missed call notificaiton. |
| 128 | The user will be able to call back to the person or the phone number. |
| 129 | [CHAR LIMIT=18] --> |
| 130 | <string name="notification_missedCall_call_back">Call back</string> |
| 131 | <!-- Message for "reply via sms" action, which is displayed in the missed call notification. |
| 132 | The user will be able to send text messages using the phone number. |
| 133 | [CHAR LIMIT=18] --> |
| 134 | <string name="notification_missedCall_message">Message</string> |
| 135 | <!-- DO NOT TRANSLATE. Hardcoded number used for restricted incoming phone numbers. --> |
| 136 | <string name="handle_restricted">RESTRICTED</string> |
| 137 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 138 | <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] --> |
| 139 | <plurals name="notification_voicemail_title"> |
| 140 | <item quantity="one">Voicemail</item> |
| 141 | <item quantity="other"> |
| 142 | <xliff:g id="count">%1$d</xliff:g> |
| 143 | Voicemails |
| 144 | </item> |
| 145 | </plurals> |
| 146 | |
| 147 | <!-- Used in the notification of a new voicemail for the action to play the voicemail. --> |
| 148 | <string name="notification_action_voicemail_play">Play</string> |
| 149 | |
| 150 | <!-- Used to build a list of names or phone numbers, to indicate the callers who left |
| 151 | voicemails. |
| 152 | The first argument may be one or more callers, the most recent ones. |
| 153 | The second argument is an additional callers. |
| 154 | This string is used to build a list of callers. |
| 155 | |
| 156 | [CHAR LIMIT=10] |
| 157 | --> |
| 158 | <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>, |
| 159 | <xliff:g id="older_caller">%2$s</xliff:g> |
| 160 | </string> |
| 161 | |
| 162 | <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] --> |
| 163 | <string name="notification_new_voicemail_ticker">New voicemail from |
| 164 | <xliff:g id="caller">%1$s</xliff:g> |
| 165 | </string> |
| 166 | |
| 167 | <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 168 | <string name="voicemail_playback_error">Couldn\'t play voicemail</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 169 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 170 | <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 171 | <string name="voicemail_fetching_content">Loading voicemail\u2026</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 172 | |
Sarmad Hashmi | ef57777 | 2016-02-25 14:08:19 -0800 | [diff] [blame] | 173 | <!-- Message to display whilst we are waiting for the content to be archived. [CHAR LIMIT=40] --> |
| 174 | <string name="voicemail_archiving_content">Archiving voicemail\u2026</string> |
| 175 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 176 | <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 177 | <string name="voicemail_fetching_timout">Couldn\'t load voicemail</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 178 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 179 | <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] --> |
Chiao Cheng | 500d4b9 | 2012-09-18 18:18:27 -0700 | [diff] [blame] | 180 | <string name="call_log_voicemail_header">Calls with voicemail only</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 181 | |
| 182 | <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] --> |
Chiao Cheng | 500d4b9 | 2012-09-18 18:18:27 -0700 | [diff] [blame] | 183 | <string name="call_log_incoming_header">Incoming calls only</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 184 | |
| 185 | <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] --> |
Chiao Cheng | 500d4b9 | 2012-09-18 18:18:27 -0700 | [diff] [blame] | 186 | <string name="call_log_outgoing_header">Outgoing calls only</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 187 | |
| 188 | <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] --> |
Chiao Cheng | 500d4b9 | 2012-09-18 18:18:27 -0700 | [diff] [blame] | 189 | <string name="call_log_missed_header">Missed calls only</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 190 | |
Nancy Chen | ba9dfa4 | 2015-06-10 14:33:35 -0700 | [diff] [blame] | 191 | <!-- Title for promo card for visual voicemail. [CHAR LIMIT=40] --> |
| 192 | <string name="visual_voicemail_title">Visual voicemail</string> |
| 193 | |
| 194 | <!-- Promo card text for visual voicemail. --> |
| 195 | <string name="visual_voicemail_text"> |
| 196 | See and listen to your voicemail, without having to call a number. Data charges may apply. |
| 197 | </string> |
| 198 | |
| 199 | <!-- Text for "Settings" link for visual voicemail promo card. [CHAR LIMIT=30] --> |
| 200 | <string name="visual_voicemail_settings">Settings</string> |
| 201 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 202 | <!-- Voicemail status message shown at the top of call log to notify the user that no new |
| 203 | voicemails are currently available. This can happen when both notification as well as data |
| 204 | connection to the voicemail server is lost. [CHAR LIMIT=64] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 205 | <string name="voicemail_status_voicemail_not_available">Voicemail updates not available</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 206 | <!-- Voicemail status message shown at the top of call log to notify the user that there is no |
| 207 | data connection to the voicemail server, but there are new voicemails waiting on the server. |
| 208 | [CHAR LIMIT=64] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 209 | <string name="voicemail_status_messages_waiting">New voicemail waiting. Can\'t load right now.</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 210 | <!-- Voicemail status message shown at the top of call log to invite the user to configure |
| 211 | visual voicemail. [CHAR LIMIT=64] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 212 | <string name="voicemail_status_configure_voicemail">Set up your voicemail</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 213 | <!-- Voicemail status message shown at the top of call details screen to notify the user that |
| 214 | the audio of this voicemail is not available. [CHAR LIMIT=64] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 215 | <string name="voicemail_status_audio_not_available">Audio not available</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 216 | |
| 217 | <!-- User action prompt shown next to a voicemail status message to let the user configure |
| 218 | visual voicemail. [CHAR LIMIT=20] --> |
| 219 | <string name="voicemail_status_action_configure">Set up</string> |
| 220 | <!-- User action prompt shown next to a voicemail status message to let the user call voicemail |
| 221 | server directly to listen to the voicemails. [CHAR LIMIT=20] --> |
| 222 | <string name="voicemail_status_action_call_server">Call voicemail</string> |
| 223 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 224 | <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] --> |
| 225 | <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>) |
| 226 | <xliff:g id="date">%2$s</xliff:g> |
| 227 | </string> |
| 228 | |
Chiao Cheng | 9c5fe44 | 2012-10-31 11:12:12 -0700 | [diff] [blame] | 229 | <!-- Title for the sms disambiguation dialog --> |
| 230 | <string name="sms_disambig_title">Choose number</string> |
| 231 | |
| 232 | <!-- Title for the call disambiguation dialog --> |
| 233 | <string name="call_disambig_title">Choose number</string> |
| 234 | |
| 235 | <!-- Message next to disamgiguation dialog check box --> |
| 236 | <string name="make_primary">Remember this choice</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 237 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 238 | <!-- String describing the Search ImageButton |
| 239 | |
| 240 | Used by AccessibilityService to announce the purpose of the button. |
| 241 | [CHAR LIMIT=NONE] |
| 242 | --> |
| 243 | <string name="description_search_button">search</string> |
| 244 | |
| 245 | <!-- String describing the Dial ImageButton |
| 246 | |
| 247 | Used by AccessibilityService to announce the purpose of the button. |
| 248 | --> |
| 249 | <string name="description_dial_button">dial</string> |
| 250 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 251 | <!-- String describing the digits text box containing the number to dial. |
| 252 | |
| 253 | Used by AccessibilityService to announce the purpose of the view. |
| 254 | --> |
| 255 | <string name="description_digits_edittext">number to dial</string> |
| 256 | |
HUANG Menghuai | 4f9742c | 2013-08-21 15:04:25 +0800 | [diff] [blame] | 257 | <!-- String describing the button in the voicemail playback to start/stop playback. |
| 258 | |
| 259 | Used by AccessibilityService to announce the purpose of the view. |
| 260 | --> |
| 261 | <string name="description_playback_start_stop">Play or stop playback</string> |
| 262 | |
| 263 | <!-- String describing the button in the voicemail playback to switch on/off speakerphone. |
| 264 | |
| 265 | Used by AccessibilityService to announce the purpose of the view. |
| 266 | --> |
| 267 | <string name="description_playback_speakerphone">Switch on or off speakerphone</string> |
| 268 | |
| 269 | <!-- String describing the seekbar in the voicemail playback to seek playback position. |
| 270 | |
| 271 | Used by AccessibilityService to announce the purpose of the view. |
| 272 | --> |
| 273 | <string name="description_playback_seek">Seek playback position</string> |
| 274 | |
| 275 | <!-- String describing the button in the voicemail playback to decrease playback rate. |
| 276 | |
| 277 | Used by AccessibilityService to announce the purpose of the view. |
| 278 | --> |
| 279 | <string name="description_rate_decrease">Decrease playback rate</string> |
| 280 | |
| 281 | <!-- String describing the button in the voicemail playback to increase playback rate. |
| 282 | |
| 283 | Used by AccessibilityService to announce the purpose of the view. |
| 284 | --> |
| 285 | <string name="description_rate_increase">Increase playback rate</string> |
| 286 | |
Yorke Lee | 714d6c7 | 2013-07-26 16:11:39 -0700 | [diff] [blame] | 287 | <!-- Content description for the fake action menu button that brings up the call history |
| 288 | activity --> |
| 289 | <string name="action_menu_call_history_description">Call History</string> |
| 290 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 291 | <!-- Content description for the fake action menu overflow button. |
| 292 | This should be same as the description for the real action menu |
| 293 | overflow button available in ActionBar. |
| 294 | [CHAR LIMIT=NONE] --> |
| 295 | <string name="action_menu_overflow_description" msgid="2295659037509008453">More options</string> |
| 296 | |
Yorke Lee | aec5772 | 2013-08-16 11:24:20 -0700 | [diff] [blame] | 297 | <!-- Content description for the button that displays the dialpad |
| 298 | [CHAR LIMIT=NONE] --> |
| 299 | <string name="action_menu_dialpad_button">dial pad</string> |
| 300 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 301 | <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] --> |
| 302 | <string name="menu_show_outgoing_only">Show outgoing only</string> |
| 303 | |
| 304 | <!-- Menu item used to show only incoming in the call log. [CHAR LIMIT=30] --> |
| 305 | <string name="menu_show_incoming_only">Show incoming only</string> |
| 306 | |
| 307 | <!-- Menu item used to show only missed in the call log. [CHAR LIMIT=30] --> |
| 308 | <string name="menu_show_missed_only">Show missed only</string> |
| 309 | |
| 310 | <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] --> |
| 311 | <string name="menu_show_voicemails_only">Show voicemails only</string> |
| 312 | |
| 313 | <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] --> |
| 314 | <string name="menu_show_all_calls">Show all calls</string> |
| 315 | |
Nancy Chen | beededb | 2014-06-10 18:30:28 -0700 | [diff] [blame] | 316 | <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] --> |
Zhao Fan | de5e754 | 2016-05-05 23:58:06 +0800 | [diff] [blame] | 317 | <string name="menu_add_to_4g_conference_call">Add to 4G conference call</string> |
| 318 | <string name="menu_4g_conference_call">4G conference call</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 319 | <string name="add_2sec_pause">Add 2-sec pause</string> |
| 320 | <string name="add_wait">Add wait</string> |
| 321 | |
Yorke Lee | af6f195 | 2014-07-14 19:13:16 -0700 | [diff] [blame] | 322 | <!-- Label for the dialer app setting page [CHAR LIMIT=30]--> |
| 323 | <string name="dialer_settings_label">Settings</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 324 | |
Nancy Chen | beededb | 2014-06-10 18:30:28 -0700 | [diff] [blame] | 325 | <!-- Menu item to create a new contact [CHAR LIMIT=30] --> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 326 | <string name="menu_newContact">New contact</string> |
| 327 | |
Nancy Chen | beededb | 2014-06-10 18:30:28 -0700 | [diff] [blame] | 328 | <!-- Menu item to display all contacts [CHAR LIMIT=30] --> |
Yorke Lee | 5e93197 | 2013-08-30 11:37:53 -0700 | [diff] [blame] | 329 | <string name="menu_allContacts">All contacts</string> |
| 330 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 331 | <!-- Title bar for call detail screen --> |
| 332 | <string name="callDetailTitle">Call details</string> |
| 333 | |
| 334 | <!-- Toast for call detail screen when couldn't read the requested details --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 335 | <string name="toast_call_detail_error">Details not available</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 336 | |
| 337 | <!-- Item label: jump to the in-call DTMF dialpad. |
| 338 | (Part of a list of options shown in the dialer when another call |
| 339 | is already in progress.) --> |
| 340 | <string name="dialer_useDtmfDialpad">Use touch tone keypad</string> |
| 341 | |
| 342 | <!-- Item label: jump to the in-call UI. |
| 343 | (Part of a list of options shown in the dialer when another call |
| 344 | is already in progress.) --> |
| 345 | <string name="dialer_returnToInCallScreen">Return to call in progress</string> |
| 346 | |
| 347 | <!-- Item label: use the Dialer's dialpad to add another call. |
| 348 | (Part of a list of options shown in the dialer when another call |
| 349 | is already in progress.) --> |
| 350 | <string name="dialer_addAnotherCall">Add call</string> |
| 351 | |
Andrew Lee | 838988b | 2015-09-25 17:12:58 -0700 | [diff] [blame] | 352 | <!-- Title for incoming call type. [CHAR LIMIT=40] --> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 353 | <string name="type_incoming">Incoming call</string> |
| 354 | |
Andrew Lee | 838988b | 2015-09-25 17:12:58 -0700 | [diff] [blame] | 355 | <!-- Title for outgoing call type. [CHAR LIMIT=40] --> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 356 | <string name="type_outgoing">Outgoing call</string> |
| 357 | |
Andrew Lee | 838988b | 2015-09-25 17:12:58 -0700 | [diff] [blame] | 358 | <!-- Title for missed call type. [CHAR LIMIT=40] --> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 359 | <string name="type_missed">Missed call</string> |
| 360 | |
Tyler Gunn | 57665d2 | 2014-07-08 12:37:49 -0700 | [diff] [blame] | 361 | <!-- Title for incoming video call in call details screen [CHAR LIMIT=60] --> |
| 362 | <string name="type_incoming_video">Incoming video call</string> |
| 363 | |
| 364 | <!-- Title for outgoing video call in call details screen [CHAR LIMIT=60] --> |
| 365 | <string name="type_outgoing_video">Outgoing video call</string> |
| 366 | |
| 367 | <!-- Title for missed video call in call details screen [CHAR LIMIT=60] --> |
| 368 | <string name="type_missed_video">Missed video call</string> |
| 369 | |
Zhao Fan | 634d68c | 2015-11-30 20:29:43 +0800 | [diff] [blame] | 370 | <!-- Title for incoming 4G voice call in call details screen [CHAR LIMIT=60] --> |
| 371 | <string name="type_incoming_volte">Incoming 4G voice call</string> |
| 372 | |
| 373 | <!-- Title for outgoing 4G voice call in call details screen [CHAR LIMIT=60] --> |
| 374 | <string name="type_outgoing_volte">Outgoing 4G voice call</string> |
| 375 | |
| 376 | <!-- Title for missed 4G voice call in call details screen [CHAR LIMIT=60] --> |
| 377 | <string name="type_missed_volte">Missed 4G voice call</string> |
| 378 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 379 | <!-- Title for voicemail details screen --> |
| 380 | <string name="type_voicemail">Voicemail</string> |
| 381 | |
Andrew Lee | 838988b | 2015-09-25 17:12:58 -0700 | [diff] [blame] | 382 | <!-- Title for rejected call type. [CHAR LIMIT=40] --> |
| 383 | <string name="type_rejected">Declined call</string> |
| 384 | |
| 385 | <!-- Title for blocked call type. [CHAR LIMIT=40] --> |
| 386 | <string name="type_blocked">Blocked call</string> |
| 387 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 388 | <!-- Description for incoming calls going to voice mail vs. not --> |
| 389 | <string name="actionIncomingCall">Incoming calls</string> |
| 390 | |
| 391 | <!-- String describing the icon in the call log used to play a voicemail. |
| 392 | |
| 393 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 394 | This is especially valuable for views without textual representation like ImageView. |
| 395 | --> |
| 396 | <string name="description_call_log_play_button">Play voicemail</string> |
| 397 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 398 | <!-- String describing the button to view the contact for the current number. |
| 399 | |
| 400 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 401 | This is especially valuable for views without textual representation like ImageView. |
| 402 | --> |
| 403 | <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string> |
| 404 | |
| 405 | <!-- String describing the button to call a number or contact. |
| 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">Call <xliff:g id="name">%1$s</xliff:g></string> |
| 411 | |
Tyler Gunn | 45ed3b5 | 2014-02-03 08:31:10 -0800 | [diff] [blame] | 412 | <!-- String describing the button to access the contact details for a name or 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_contact_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string> |
| 418 | |
Tyler Gunn | 45ed3b5 | 2014-02-03 08:31:10 -0800 | [diff] [blame] | 419 | <!-- String indicating the number of calls to/from a caller in the call log. |
| 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 | --> |
Nancy Chen | acfbbad | 2014-11-25 18:16:06 -0800 | [diff] [blame] | 424 | <string name="description_num_calls"><xliff:g id="numberOfCalls">%1$s</xliff:g> calls.</string> |
Tyler Gunn | 45ed3b5 | 2014-02-03 08:31:10 -0800 | [diff] [blame] | 425 | |
Tyler Gunn | 5619f2e | 2014-07-15 12:40:28 -0700 | [diff] [blame] | 426 | <!-- String indicating a call log entry had video capabilities. |
| 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 | [CHAR LIMIT=NONE] |
| 431 | --> |
Nancy Chen | acfbbad | 2014-11-25 18:16:06 -0800 | [diff] [blame] | 432 | <string name="description_video_call">Video call.</string> |
Tyler Gunn | 5619f2e | 2014-07-15 12:40:28 -0700 | [diff] [blame] | 433 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 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 | --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 440 | <string name="description_send_text_message">Send SMS to <xliff:g id="name">%1$s</xliff:g></string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 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 | |
Yorke Lee | 191df33 | 2013-07-30 17:21:28 -0700 | [diff] [blame] | 451 | <!-- String describing the icon used to start a voice search --> |
| 452 | <string name="description_start_voice_search">Start voice search</string> |
| 453 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 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 --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 467 | <string name="payphone">Payphone</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 468 | |
Roshan Pius | 2edcc52 | 2015-06-09 15:38:45 -0700 | [diff] [blame] | 469 | <!-- A nicely formatted call duration displayed when viewing call details for duration less than 1 minute. For example "28 sec" --> |
| 470 | <string name="callDetailsShortDurationFormat"><xliff:g id="seconds" example="28">%s</xliff:g> sec</string> |
| 471 | |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 472 | <!-- A nicely formatted call duration displayed when viewing call details. For example "42 min 28 sec" --> |
| 473 | <string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> min <xliff:g id="seconds" example="28">%s</xliff:g> sec</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 474 | |
Brandon Maxwell | ede9bfb | 2015-10-02 10:57:34 -0700 | [diff] [blame] | 475 | <!-- The string 'Today'. This value is used in the voicemailCallLogDateTimeFormat rather than an |
| 476 | explicit date string, e.g. Jul 25, 2014, in the event that a voicemail was created on the |
| 477 | current day --> |
| 478 | <string name="voicemailCallLogToday">@string/call_log_header_today</string> |
| 479 | |
| 480 | <!-- A format string used for displaying the date and time for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM |
| 481 | The date will be replaced by 'Today' for voicemails created on the current day. For example: Today at 2:49 PM --> |
| 482 | <string name="voicemailCallLogDateTimeFormat"><xliff:g id="date" example="Jul 25, 2014">%1$s</xliff:g> at <xliff:g id="time" example="2:49 PM">%2$s</xliff:g></string> |
| 483 | |
Sarmad Hashmi | 5d9fdc5 | 2016-01-22 13:07:32 -0800 | [diff] [blame] | 484 | <!-- Format for duration of voicemails which are displayed when viewing voicemail logs. For example "01:22" --> |
| 485 | <string name="voicemailDurationFormat"><xliff:g id="minutes" example="10">%1$02d</xliff:g>:<xliff:g id="seconds" example="20">%2$02d</xliff:g></string> |
| 486 | |
| 487 | <!-- A format string used for displaying the date, time and duration for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM • 00:34 --> |
| 488 | <string name="voicemailCallLogDateTimeFormatWithDuration"><xliff:g id="dateAndTime" example="Jul 25, 2014 at 2:49PM">%1$s</xliff:g> \u2022 <xliff:g id="duration" example="01:22">%2$s</xliff:g></string> |
| 489 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 490 | <!-- Dialog message which is shown when the user tries to make a phone call |
| 491 | to prohibited phone numbers [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 492 | <string name="dialog_phone_call_prohibited_message" msgid="4313552620858880999">Can\'t call this number</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 493 | |
| 494 | <!-- Dialog message which is shown when the user tries to check voicemail |
| 495 | while the system isn't ready for the access. [CHAR LIMIT=NONE] --> |
| 496 | <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu > Settings.</string> |
| 497 | |
| 498 | <!-- Dialog message which is shown when the user tries to check voicemail |
| 499 | while the system is in airplane mode. The user cannot access to |
| 500 | voicemail service in Airplane mode. [CHAR LIMI=NONE] --> |
| 501 | <string name="dialog_voicemail_airplane_mode_message">To call voicemail, first turn off Airplane mode.</string> |
| 502 | |
| 503 | <!-- 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] --> |
| 504 | <string name="contact_list_loading">Loading\u2026</string> |
| 505 | |
| 506 | <!-- The title of a dialog that displays the IMEI of the phone --> |
| 507 | <string name="imei">IMEI</string> |
| 508 | |
| 509 | <!-- The title of a dialog that displays the MEID of the CDMA phone --> |
| 510 | <string name="meid">MEID</string> |
| 511 | |
| 512 | <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial --> |
| 513 | <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string> |
| 514 | |
| 515 | <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial --> |
| 516 | <string name="simContacts_title">SIM card contacts</string> |
| 517 | |
Chiao Cheng | 073b5cf | 2012-12-07 11:36:00 -0800 | [diff] [blame] | 518 | <!-- Message displayed when there is no application available to handle the add contact menu option. [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 519 | <string name="add_contact_not_available">No contacts app available</string> |
Chiao Cheng | 073b5cf | 2012-12-07 11:36:00 -0800 | [diff] [blame] | 520 | |
Yorke Lee | da0f904 | 2013-12-05 14:25:51 -0800 | [diff] [blame] | 521 | <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 522 | <string name="voice_search_not_available">Voice search not available</string> |
Yorke Lee | da0f904 | 2013-12-05 14:25:51 -0800 | [diff] [blame] | 523 | |
Yorke Lee | 3921359 | 2014-04-07 15:39:48 -0700 | [diff] [blame] | 524 | <!-- Message displayed when the Phone application has been disabled and a phone call cannot |
| 525 | be made. [CHAR LIMIT=NONE] --> |
| 526 | <string name="call_not_available">Cannot make a phone call because the Phone application has been disabled.</string> |
| 527 | |
| 528 | <!-- Message displayed when there is no application available to handle a particular action. |
| 529 | [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 530 | <string name="activity_not_available">No app for that on this device</string> |
Yorke Lee | 3921359 | 2014-04-07 15:39:48 -0700 | [diff] [blame] | 531 | |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 532 | <!-- Hint displayed in dialer search box when there is no query that is currently typed. |
Yorke Lee | a723be5 | 2013-09-09 08:54:15 -0700 | [diff] [blame] | 533 | [CHAR LIMIT=30] --> |
Anne Rong | 3520800 | 2015-07-22 16:27:37 -0700 | [diff] [blame] | 534 | <string name="dialer_hint_find_contact">Search contacts</string> |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 535 | |
Anne Rong | e78b54c | 2015-09-28 11:18:42 -0700 | [diff] [blame] | 536 | <!-- Hint displayed in add blocked number search box when there is no query typed. |
Jay Shrauner | bf3f30b | 2015-11-10 12:49:01 -0800 | [diff] [blame] | 537 | [CHAR LIMIT=45] --> |
Anne Rong | e78b54c | 2015-09-28 11:18:42 -0700 | [diff] [blame] | 538 | <string name="block_number_search_hint">Add number or search contacts</string> |
| 539 | |
Yorke Lee | b7611d7 | 2013-07-29 09:45:30 -0700 | [diff] [blame] | 540 | <!-- String resource for the font-family to use for the call log activity's title |
| 541 | Do not translate. --> |
| 542 | <string name="call_log_activity_title_font_family">sans-serif-light</string> |
| 543 | |
Sai Cheemalapati | c3206cd | 2014-05-21 17:58:09 -0700 | [diff] [blame] | 544 | <!-- String resource for the font-family to use for the full call history footer |
| 545 | Do not translate. --> |
| 546 | <string name="view_full_call_history_font_family">sans-serif</string> |
| 547 | |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 548 | <!-- Text displayed when the call log is empty. --> |
| 549 | <string name="call_log_all_empty">Your call history is empty</string> |
| 550 | |
| 551 | <!-- Label of the button displayed when the call history is empty. Allows the user to make a call. --> |
| 552 | <string name="call_log_all_empty_action">Make a call</string> |
| 553 | |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 554 | <!-- Text displayed when the list of missed calls is empty --> |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 555 | <string name="call_log_missed_empty">You have no missed calls.</string> |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 556 | |
| 557 | <!-- Text displayed when the list of voicemails is empty --> |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 558 | <string name="call_log_voicemail_empty">Your voicemail inbox is empty.</string> |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 559 | |
Sarmad Hashmi | ef57777 | 2016-02-25 14:08:19 -0800 | [diff] [blame] | 560 | <!-- Text displayed when the list of voicemail archives is empty --> |
| 561 | <string name="voicemail_archive_empty">Your voicemail archive is empty.</string> |
| 562 | |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 563 | <!-- Menu option to show favorite contacts only --> |
| 564 | <string name="show_favorites_only">Show favorites only</string> |
Yorke Lee | d999932 | 2013-07-19 09:22:03 -0700 | [diff] [blame] | 565 | |
| 566 | <!-- Title of activity that displays a list of all calls --> |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 567 | <string name="call_log_activity_title">Call History</string> |
Yorke Lee | bf34a90 | 2013-07-24 19:00:04 -0700 | [diff] [blame] | 568 | |
Sarmad Hashmi | ef57777 | 2016-02-25 14:08:19 -0800 | [diff] [blame] | 569 | <!-- Title of activity that displays a list of all archived voicemails --> |
| 570 | <string name="voicemail_archive_activity_title">Voicemail Archive</string> |
| 571 | |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 572 | <!-- Title for the call log tab containing the list of all voicemails and calls |
Yorke Lee | 0e8b031 | 2014-04-16 16:08:56 -0700 | [diff] [blame] | 573 | [CHAR LIMIT=30] --> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 574 | <string name="call_log_all_title">All</string> |
| 575 | |
| 576 | <!-- Title for the call log tab containing the list of all missed calls only |
Yorke Lee | 0e8b031 | 2014-04-16 16:08:56 -0700 | [diff] [blame] | 577 | [CHAR LIMIT=30] --> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 578 | <string name="call_log_missed_title">Missed</string> |
| 579 | |
Andrew Lee | 470fc45 | 2014-04-16 14:26:05 -0700 | [diff] [blame] | 580 | <!-- Title for the call log tab containing the list of all voicemail calls only |
Yorke Lee | 0e8b031 | 2014-04-16 16:08:56 -0700 | [diff] [blame] | 581 | [CHAR LIMIT=30] --> |
Andrew Lee | 470fc45 | 2014-04-16 14:26:05 -0700 | [diff] [blame] | 582 | <string name="call_log_voicemail_title">Voicemail</string> |
| 583 | |
Brandon Maxwell | c6ed160 | 2016-03-06 13:52:20 -0800 | [diff] [blame] | 584 | <!-- Title for dialog which opens when the user needs to migrate to the framework blocking implementation [CHAR LIMIT=30]--> |
| 585 | <string name="migrate_blocked_numbers_dialog_title">New, simplified blocking</string> |
| 586 | |
| 587 | <!-- Body text for dialog which opens when the user needs to migrate to the framework blocking implementation [CHAR LIMIT=NONE]--> |
| 588 | <string name="migrate_blocked_numbers_dialog_message">To better protect you, Phone needs to change how blocking works. Your blocked numbers will now stop both calls and texts and may be shared with other apps.</string> |
| 589 | |
| 590 | <!-- Positive confirmation button for the dialog which opens when the user needs to migrate to the framework blocking implementation [CHAR LIMIT=NONE]--> |
| 591 | <string name="migrate_blocked_numbers_dialog_allow_button">Allow</string> |
| 592 | |
| 593 | <!-- Do not translate --> |
| 594 | <string name="migrate_blocked_numbers_dialog_cancel_button">@android:string/cancel</string> |
| 595 | |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 596 | <!-- Confirmation dialog title for blocking a number. [CHAR LIMIT=NONE] --> |
Ta-wei Yen | cca8ca6 | 2015-11-06 18:39:54 -0800 | [diff] [blame] | 597 | <string name="block_number_confirmation_title">Block |
| 598 | <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>?</string> |
Anne Rong | 9bd0941 | 2015-08-31 15:14:49 -0700 | [diff] [blame] | 599 | |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 600 | <!-- Confirmation dialog message for blocking a number with visual voicemail active. |
| 601 | [CHAR LIMIT=NONE] --> |
| 602 | <string name="block_number_confirmation_message_vvm"> |
Ta-wei Yen | 03fd6dc | 2015-11-11 11:21:50 -0800 | [diff] [blame] | 603 | Calls from this number will be blocked and voicemails will be automatically deleted. |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 604 | </string> |
| 605 | |
| 606 | <!-- Confirmation dialog message for blocking a number with no visual voicemail. |
| 607 | [CHAR LIMIT=NONE] --> |
| 608 | <string name="block_number_confirmation_message_no_vvm"> |
Ta-wei Yen | 03fd6dc | 2015-11-11 11:21:50 -0800 | [diff] [blame] | 609 | Calls from this number will be blocked, but the caller may still be able to leave you voicemails. |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 610 | </string> |
| 611 | |
Ta-wei Yen | 0a9d3be | 2016-03-22 10:33:44 -0700 | [diff] [blame] | 612 | <!-- Confirmation dialog message for blocking a number with new filtering enabled. |
| 613 | [CHAR LIMIT=NONE] --> |
| 614 | <string name="block_number_confirmation_message_new_filtering"> |
| 615 | You will no longer receive calls or texts from this number. |
| 616 | </string> |
| 617 | |
Anne Rong | 9bd0941 | 2015-08-31 15:14:49 -0700 | [diff] [blame] | 618 | <!-- Block number alert dialog button [CHAR LIMIT=32] --> |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 619 | <string name="block_number_ok">BLOCK</string> |
Anne Rong | 9bd0941 | 2015-08-31 15:14:49 -0700 | [diff] [blame] | 620 | |
| 621 | <!-- Confirmation dialog for unblocking a number. [CHAR LIMIT=NONE] --> |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 622 | <string name="unblock_number_confirmation_title">Unblock |
Ta-wei Yen | cca8ca6 | 2015-11-06 18:39:54 -0800 | [diff] [blame] | 623 | <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g>?</string> |
| 624 | |
Anne Rong | 9bd0941 | 2015-08-31 15:14:49 -0700 | [diff] [blame] | 625 | <!-- Unblock number alert dialog button [CHAR LIMIT=32] --> |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 626 | <string name="unblock_number_ok">UNBLOCK</string> |
Anne Rong | 9bd0941 | 2015-08-31 15:14:49 -0700 | [diff] [blame] | 627 | |
Andrew Lee | 50dfa5e | 2015-05-20 16:47:06 -0700 | [diff] [blame] | 628 | <!-- Accessibility text for the tab showing recent and favorite contacts who can be called. |
| 629 | [CHAR LIMIT=40] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 630 | <string name="tab_speed_dial">Speed dial</string> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 631 | |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 632 | <!-- Accessibility text for the tab showing the call history. [CHAR LIMIT=40] --> |
| 633 | <string name="tab_history">Call History</string> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 634 | |
Andrew Lee | 50dfa5e | 2015-05-20 16:47:06 -0700 | [diff] [blame] | 635 | <!-- Accessibility text for the tab showing the user's contacts. [CHAR LIMIT=40] --> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 636 | <string name="tab_all_contacts">Contacts</string> |
| 637 | |
Andrew Lee | 50dfa5e | 2015-05-20 16:47:06 -0700 | [diff] [blame] | 638 | <!-- Accessibility text for the tab showing the user's voicemails. [CHAR LIMIT=40] --> |
| 639 | <string name="tab_voicemail">Voicemail</string> |
| 640 | |
Christine Chen | 316b471 | 2013-07-15 18:31:22 -0700 | [diff] [blame] | 641 | <!-- Text displayed when user swipes out a favorite contact --> |
Yorke Lee | ed01704 | 2013-09-09 16:00:19 -0700 | [diff] [blame] | 642 | <string name="favorite_hidden">Removed from favorites</string> |
Christine Chen | 316b471 | 2013-07-15 18:31:22 -0700 | [diff] [blame] | 643 | <!-- Text displayed for the undo button to undo removing a favorite contact --> |
| 644 | <string name="favorite_hidden_undo">Undo</string> |
Yorke Lee | e142481 | 2013-09-04 18:24:48 -0700 | [diff] [blame] | 645 | |
| 646 | <!-- Shortcut item used to call a number directly from search --> |
| 647 | <string name="search_shortcut_call_number">Call |
| 648 | <xliff:g id="number">%s</xliff:g> |
| 649 | </string> |
| 650 | |
Andrew Lee | 87dc730 | 2015-03-18 17:10:56 -0700 | [diff] [blame] | 651 | <!-- Shortcut item used to add a number directly to a new contact from search. |
Andrew Lee | 5c1ab52 | 2015-06-04 14:38:50 -0700 | [diff] [blame] | 652 | [CHAR LIMIT=25] --> |
Andrew Lee | 87dc730 | 2015-03-18 17:10:56 -0700 | [diff] [blame] | 653 | <string name="search_shortcut_create_new_contact">Create new contact</string> |
| 654 | |
Andrew Lee | 0247a9b | 2015-03-18 15:10:55 -0700 | [diff] [blame] | 655 | <!-- Shortcut item used to add a number to an existing contact directly from search. |
Andrew Lee | 5c1ab52 | 2015-06-04 14:38:50 -0700 | [diff] [blame] | 656 | [CHAR LIMIT=25] --> |
Andrew Lee | 2087365 | 2015-06-05 15:18:09 -0700 | [diff] [blame] | 657 | <string name="search_shortcut_add_to_contact">Add to a contact</string> |
Chiao Cheng | cd9f376 | 2013-09-20 16:00:54 -0700 | [diff] [blame] | 658 | |
Andrew Lee | 5c1ab52 | 2015-06-04 14:38:50 -0700 | [diff] [blame] | 659 | <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=25] --> |
Andrew Lee | ad3d871 | 2015-03-18 12:08:33 -0700 | [diff] [blame] | 660 | <string name="search_shortcut_send_sms_message">Send SMS</string> |
| 661 | |
Andrew Lee | 5c1ab52 | 2015-06-04 14:38:50 -0700 | [diff] [blame] | 662 | <!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] --> |
Andrew Lee | fc1fed7 | 2014-07-02 11:05:53 -0700 | [diff] [blame] | 663 | <string name="search_shortcut_make_video_call">Make video call</string> |
| 664 | |
Anne Rong | e78b54c | 2015-09-28 11:18:42 -0700 | [diff] [blame] | 665 | <!-- Shortcut item used to block a number directly from search. [CHAR LIMIT=25] --> |
| 666 | <string name="search_shortcut_block_number">Block number</string> |
| 667 | |
Chiao Cheng | cd9f376 | 2013-09-20 16:00:54 -0700 | [diff] [blame] | 668 | <!-- Number of missed calls shown on call card [CHAR LIMIT=40] --> |
| 669 | <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string> |
| 670 | |
Andrew Lee | 39f773e | 2014-06-11 18:10:57 -0700 | [diff] [blame] | 671 | <!-- Shown when there are no speed dial favorites. --> |
Yorke Lee | 2557d12 | 2015-07-15 09:49:26 -0700 | [diff] [blame] | 672 | <string name="speed_dial_empty">No one is on your speed dial yet</string> |
| 673 | |
| 674 | <!-- Shown as an action when there are no speed dial favorites --> |
| 675 | <string name="speed_dial_empty_add_favorite_action">Add a favorite</string> |
Andrew Lee | 39f773e | 2014-06-11 18:10:57 -0700 | [diff] [blame] | 676 | |
| 677 | <!-- Shown when there are no contacts in the all contacts list. --> |
Yorke Lee | 2557d12 | 2015-07-15 09:49:26 -0700 | [diff] [blame] | 678 | <string name="all_contacts_empty">You don\'t have any contacts yet</string> |
| 679 | |
| 680 | <!-- Shown as an action when the all contacts list is empty --> |
| 681 | <string name="all_contacts_empty_add_contact_action">Add a contact</string> |
Chiao Cheng | cd9f376 | 2013-09-20 16:00:54 -0700 | [diff] [blame] | 682 | |
Yorke Lee | 3a847bd | 2013-09-24 15:19:53 -0700 | [diff] [blame] | 683 | <!-- Shows up as a tooltip to provide a hint to the user that the profile pic in a contact |
| 684 | card can be tapped to bring up a list of all numbers, or long pressed to start reordering |
| 685 | [CHAR LIMIT=NONE] |
| 686 | --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 687 | <string name="contact_tooltip">Touch image to see all numbers or touch & hold to reorder</string> |
Chiao Cheng | d21c3ad | 2013-10-04 16:13:26 -0700 | [diff] [blame] | 688 | |
Yorke Lee | 3cefcc6 | 2014-01-16 11:26:46 -0800 | [diff] [blame] | 689 | <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] --> |
| 690 | <string name="remove_contact">Remove</string> |
Ihab Awad | 526c0b8 | 2014-02-27 12:55:36 -0800 | [diff] [blame] | 691 | |
Andrew Lee | c1b7d0a | 2015-04-15 17:23:27 -0700 | [diff] [blame] | 692 | <!-- Button text for the "video call" displayed underneath an entry in the call log. |
Tyler Gunn | 57665d2 | 2014-07-08 12:37:49 -0700 | [diff] [blame] | 693 | Tapping causes a video call to be placed to the caller represented by the call log entry. |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 694 | [CHAR LIMIT=30] --> |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 695 | <string name="call_log_action_video_call">Video call</string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 696 | |
Andrew Lee | 247df6e | 2015-05-12 19:09:00 -0700 | [diff] [blame] | 697 | <!-- Button text for a button displayed underneath an entry in the call log, which opens up a |
| 698 | messaging app to send a SMS to the number represented by the call log entry. |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 699 | [CHAR LIMIT=30] --> |
Nancy Chen | 0c25fee | 2015-11-04 11:11:57 -0800 | [diff] [blame] | 700 | <string name="call_log_action_send_message">Send a message</string> |
Andrew Lee | 247df6e | 2015-05-12 19:09:00 -0700 | [diff] [blame] | 701 | |
Andrew Lee | c1b7d0a | 2015-04-15 17:23:27 -0700 | [diff] [blame] | 702 | <!-- Button text for the button displayed underneath an entry in the call log. |
Tyler Gunn | cf5e001 | 2014-05-16 08:02:55 -0700 | [diff] [blame] | 703 | Tapping navigates the user to the call details screen where the user can view details for |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 704 | the call log entry. [CHAR LIMIT=30] --> |
| 705 | <string name="call_log_action_details">Call details</string> |
| 706 | |
| 707 | <!-- Button text for the button displayed underneath an entry in the call log, which when |
| 708 | tapped triggers a return call to the named user. [CHAR LIMIT=30] --> |
| 709 | <string name="call_log_action_call"> |
| 710 | Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 711 | </string> |
Tyler Gunn | cf5e001 | 2014-05-16 08:02:55 -0700 | [diff] [blame] | 712 | |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 713 | <!-- String describing an incoming missed call entry in the call log. |
| 714 | Note: AccessibilityServices uses this attribute to announce what the view represents. |
| 715 | [CHAR LIMIT=NONE] --> |
Ihab Awad | 1e5325f | 2014-12-01 14:47:38 -0800 | [diff] [blame] | 716 | <string name="description_incoming_missed_call">Missed call from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 717 | |
| 718 | <!-- String describing an incoming answered call entry in the call log. |
| 719 | Note: AccessibilityServices uses this attribute to announce what the view represents. |
| 720 | [CHAR LIMIT=NONE] --> |
Ihab Awad | 1e5325f | 2014-12-01 14:47:38 -0800 | [diff] [blame] | 721 | <string name="description_incoming_answered_call">Answered call from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 722 | |
Nancy Chen | 9e40502 | 2015-10-23 16:24:03 -0700 | [diff] [blame] | 723 | <!-- String describing an "unread" voicemail entry in the voicemails tab. |
| 724 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 725 | [CHAR LIMIT=NONE] --> |
| 726 | <string name="description_unread_voicemail">Unread voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string> |
| 727 | |
| 728 | <!-- String describing a "read" voicemail entry in the voicemails tab. |
| 729 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 730 | [CHAR LIMIT=NONE] --> |
| 731 | <string name="description_read_voicemail">Voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string> |
| 732 | |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 733 | <!-- String describing an outgoing call entry in the call log. |
| 734 | Note: AccessibilityServices uses this attribute to announce what the view represents. |
| 735 | [CHAR LIMIT=NONE] --> |
Ihab Awad | 1e5325f | 2014-12-01 14:47:38 -0800 | [diff] [blame] | 736 | <string name="description_outgoing_call">Call to <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>, <xliff:g id="typeOrLocation" example="Mobile">^2</xliff:g>, <xliff:g id="timeOfCall" example="2 min ago">^3</xliff:g>, <xliff:g id="phoneAccount" example="on SIM 1">^4</xliff:g>.</string> |
Nancy Chen | acfbbad | 2014-11-25 18:16:06 -0800 | [diff] [blame] | 737 | |
| 738 | <!-- String describing the phone account the call was made on or to. This string will be used |
| 739 | in description_incoming_missed_call, description_incoming_answered_call, and |
| 740 | description_outgoing_call. |
| 741 | Note: AccessibilityServices uses this attribute to announce what the view represents. |
| 742 | [CHAR LIMIT=NONE] --> |
Ihab Awad | 1e5325f | 2014-12-01 14:47:38 -0800 | [diff] [blame] | 743 | <string name="description_phone_account">on <xliff:g id="phoneAccount" example="SIM 1">^1</xliff:g></string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 744 | |
Brad Ebinger | a46ed83 | 2016-03-30 18:24:42 -0700 | [diff] [blame] | 745 | <!-- String describing the secondary line number the call was received via. |
| 746 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 747 | [CHAR LIMIT=NONE]--> |
| 748 | <string name="description_via_number">via <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g></string> |
| 749 | |
| 750 | <!-- TextView text item showing the secondary line number the call was received via. |
| 751 | [CHAR LIMIT=NONE]--> |
| 752 | <string name="call_log_via_number">via <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g></string> |
| 753 | |
| 754 | <!-- String describing the PhoneAccount and via number that a call was received on, if both are |
| 755 | visible. |
| 756 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 757 | [CHAR LIMIT=NONE]--> |
| 758 | <string name="description_via_number_phone_account">on <xliff:g id="phoneAccount" example="SIM 1">%1$s</xliff:g>, via <xliff:g id="number" example="(555) 555-5555">%2$s</xliff:g></string> |
| 759 | |
| 760 | <!-- The order of the PhoneAccount and via number that a call was received on, |
| 761 | if both are visible. |
| 762 | [CHAR LIMIT=NONE]--> |
| 763 | <string name="call_log_via_number_phone_account"><xliff:g id="phoneAccount" example="SIM 1">%1$s</xliff:g> via <xliff:g id="number" example="(555) 555-5555">%2$s</xliff:g></string> |
| 764 | |
Andrew Lee | c1b7d0a | 2015-04-15 17:23:27 -0700 | [diff] [blame] | 765 | <!-- String describing the phone icon on a call log list item. When tapped, it will place a |
| 766 | call to the number represented by that call log entry. [CHAR LIMIT=NONE]--> |
| 767 | <string name="description_call_log_call_action">Call</string> |
| 768 | |
| 769 | <!-- String describing the "call" action for an entry in the call log. The call back |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 770 | action triggers a return call to the named user. |
| 771 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 772 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 773 | <string name="description_call_action"> |
| 774 | Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 775 | </string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 776 | |
Tyler Gunn | 57665d2 | 2014-07-08 12:37:49 -0700 | [diff] [blame] | 777 | <!-- String describing the "video call" action for an entry in the call log. The video call |
| 778 | action triggers a return video call to the named person/number. |
| 779 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 780 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 781 | <string name="description_video_call_action"> |
| 782 | Video call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>. |
| 783 | </string> |
Tyler Gunn | 57665d2 | 2014-07-08 12:37:49 -0700 | [diff] [blame] | 784 | |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 785 | <!-- String describing the "listen" action for an entry in the call log. The listen |
| 786 | action is shown for call log entries representing a voicemail message and this button |
| 787 | triggers playing back the voicemail. |
| 788 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 789 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 790 | <string name="description_voicemail_action"> |
| 791 | Listen to voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 792 | </string> |
| 793 | |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 794 | <!-- String describing the "play voicemail" action for an entry in the call log. |
| 795 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 796 | [CHAR LIMIT=NONE] --> |
| 797 | <string name="description_voicemail_play"> |
| 798 | Play voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 799 | </string> |
| 800 | |
| 801 | <!-- String describing the "pause voicemail" action for an entry in the call log. |
| 802 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 803 | [CHAR LIMIT=NONE] --> |
| 804 | <string name="description_voicemail_pause"> |
| 805 | Pause voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 806 | </string> |
| 807 | |
| 808 | |
| 809 | <!-- String describing the "delete voicemail" action for an entry in the call log. |
| 810 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 811 | [CHAR LIMIT=NONE] --> |
| 812 | <string name="description_voicemail_delete"> |
| 813 | Delete voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 814 | </string> |
| 815 | |
Andrew Lee | 1ed1206 | 2015-06-16 11:20:06 -0700 | [diff] [blame] | 816 | <!-- String describing the number of new voicemails, displayed as a number badge on a tab. |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 817 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 818 | [CHAR LIMIT=NONE] --> |
| 819 | <plurals name="description_voicemail_unread"> |
Andrew Lee | 1ed1206 | 2015-06-16 11:20:06 -0700 | [diff] [blame] | 820 | <item quantity="one"><xliff:g id="count">%d</xliff:g> new voicemail</item> |
| 821 | <item quantity="other"><xliff:g id="count">%d</xliff:g> new voicemails</item> |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 822 | </plurals> |
| 823 | |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 824 | <!-- Description for the "create new contact" action for an entry in the call log. This action |
| 825 | opens a screen for creating a new contact for this name or number. [CHAR LIMIT=NONE] --> |
| 826 | <string name="description_create_new_contact_action"> |
| 827 | Create contact for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 828 | </string> |
| 829 | |
| 830 | <!-- Description for the "add to existing contact" action for an entry in the call log. This |
| 831 | action opens a screen for adding this name or number to an existing contact. |
| 832 | [CHAR LIMIT=NONE] --> |
| 833 | <string name="description_add_to_existing_contact_action"> |
| 834 | Add <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> to existing contact |
| 835 | </string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 836 | |
Tyler Gunn | cf5e001 | 2014-05-16 08:02:55 -0700 | [diff] [blame] | 837 | <!-- String describing the "details" action for an entry in the call log. The details action |
| 838 | displays the call details screen for an entry in the call log. This shows the calls to |
| 839 | and from the specified number associated with the call log entry. |
| 840 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 841 | <string name="description_details_action"> |
| 842 | Call details for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 843 | </string> |
| 844 | |
Tyler Gunn | 4dfd712 | 2014-05-14 15:12:42 -0700 | [diff] [blame] | 845 | <!-- Toast message which appears when a call log entry is deleted. |
| 846 | [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 847 | <string name="toast_entry_removed">Deleted from call history</string> |
Tyler Gunn | 4dfd712 | 2014-05-14 15:12:42 -0700 | [diff] [blame] | 848 | |
Tyler Gunn | 1e27331 | 2014-06-10 12:59:53 -0700 | [diff] [blame] | 849 | <!-- String used as a header in the call log above calls which occurred today. |
| 850 | [CHAR LIMIT=65] --> |
| 851 | <string name="call_log_header_today">Today</string> |
| 852 | |
| 853 | <!-- String used as a header in the call log above calls which occurred yesterday. |
| 854 | [CHAR LIMIT=65] --> |
| 855 | <string name="call_log_header_yesterday">Yesterday</string> |
| 856 | |
Nancy Chen | 4a5a1bd | 2014-09-24 14:37:45 -0700 | [diff] [blame] | 857 | <!-- String used as a header in the call log above calls which occurred two days or more ago. |
Tyler Gunn | 4dfd712 | 2014-05-14 15:12:42 -0700 | [diff] [blame] | 858 | [CHAR LIMIT=65] --> |
Tyler Gunn | 480c64d | 2014-06-11 10:50:27 -0700 | [diff] [blame] | 859 | <string name="call_log_header_other">Older</string> |
Tyler Gunn | 18164c8 | 2014-06-09 10:20:57 -0700 | [diff] [blame] | 860 | |
| 861 | <!-- String a header on the call details screen. Appears above the list calls to or from a |
| 862 | particular number. |
| 863 | [CHAR LIMIT=65] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 864 | <string name="call_detail_list_header">Calls list</string> |
Tyler Gunn | 18164c8 | 2014-06-09 10:20:57 -0700 | [diff] [blame] | 865 | |
| 866 | <!-- String describing the "speaker on" button on the playback control used to listen to a |
| 867 | voicemail message. When speaker is on, playback of the voicemail will occur through the |
| 868 | phone speaker. |
| 869 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 870 | [CHAR LIMIT=NONE] --> |
| 871 | <string name="voicemail_speaker_on">Turn speaker on.</string> |
| 872 | |
| 873 | <!-- String describing the "speaker off" button on the playback control used to listen to a |
| 874 | voicemail message. When speaker is off, playback of the voicemail will occur through the |
| 875 | phone earpiece. |
| 876 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 877 | [CHAR LIMIT=NONE] --> |
| 878 | <string name="voicemail_speaker_off">Turn speaker off.</string> |
| 879 | |
| 880 | <!-- String describing the "play faster" button in the playback control used to listen to a |
| 881 | voicemail message. Speeds up playback of the voicemail message. |
| 882 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 883 | [CHAR LIMIT=NONE] --> |
| 884 | <string name="voicemail_play_faster">Play faster.</string> |
| 885 | |
| 886 | <!-- String describing the "play slower" button in the playback control used to listen to a |
| 887 | voicemail message. Slows down playback of the voicemail message. |
| 888 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 889 | [CHAR LIMIT=NONE] --> |
| 890 | <string name="voicemail_play_slower">Play slower.</string> |
| 891 | |
| 892 | <!-- String describing the "play/pause" button in the playback control used to listen to a |
| 893 | voicemail message. Starts playback or pauses ongoing playback. |
| 894 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 895 | [CHAR LIMIT=NONE] --> |
| 896 | <string name="voicemail_play_start_pause">Start or pause playback.</string> |
Tyler Gunn | 8b0e858 | 2014-07-10 12:28:43 -0700 | [diff] [blame] | 897 | |
| 898 | <!-- Delimeter used between each item in a textual list; for example "Alpha, Beta". |
| 899 | [CHAR LIMIT=3] --> |
| 900 | <string name="list_delimeter">", "</string> |
Yorke Lee | af6f195 | 2014-07-14 19:13:16 -0700 | [diff] [blame] | 901 | |
| 902 | <!-- Dialer settings related strings--> |
| 903 | |
Andrew Lee | dd9dc5a | 2015-02-26 13:46:39 -0800 | [diff] [blame] | 904 | <!-- Title for "Display options" category, which controls how contacts are shown. |
| 905 | [CHAR LIMIT=40] --> |
| 906 | <string name="display_options_title">Display options</string> |
| 907 | |
Andrew Lee | e83576c | 2015-02-26 14:26:16 -0800 | [diff] [blame] | 908 | <!-- Title for the "Sounds and vibration" settings control settings related to ringtones, |
| 909 | dialpad tones, and vibration for incoming calls. [CHAR LIMIT=40] --> |
| 910 | <string name="sounds_and_vibration_title">Sounds and vibration</string> |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 911 | |
Andrew Lee | 811641c | 2015-02-26 15:38:48 -0800 | [diff] [blame] | 912 | <!-- Title for "Accessibility" category, which controls settings such as TTY mode and hearing |
| 913 | aid compatability. [CHAR LIMIT=40] --> |
| 914 | <string name="accessibility_settings_title">Accessibility</string> |
| 915 | |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 916 | <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] --> |
| 917 | <string name="ringtone_title">Phone ringtone</string> |
| 918 | |
| 919 | <!-- Setting option name to enable or disable vibration when ringing the phone. |
| 920 | [CHAR LIMIT=30] --> |
Andrew Lee | d0d409e | 2014-08-21 15:20:48 -0700 | [diff] [blame] | 921 | <string name="vibrate_on_ring_title">"Also vibrate for calls</string> |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 922 | |
| 923 | <!-- Setting option name to enable or disable DTMF tone sound [CHAR LIMIT=30] --> |
Andrew Lee | d0d409e | 2014-08-21 15:20:48 -0700 | [diff] [blame] | 924 | <string name="dtmf_tone_enable_title">Dialpad tones</string> |
Andrew Lee | c65acdf | 2015-03-02 22:43:41 -0800 | [diff] [blame] | 925 | <!-- Label for setting to adjust the length of DTMF tone sounds. [CHAR LIMIT=40] --> |
| 926 | <string name="dtmf_tone_length_title">Dialpad tone length</string> |
| 927 | <!-- Options displayed for the length of DTMF tone sounds. [CHAR LIMIT=40] --> |
| 928 | <string-array name="dtmf_tone_length_entries"> |
| 929 | <item>Normal</item> |
| 930 | <item>Long</item> |
| 931 | </string-array> |
| 932 | <!-- Do not translate. --> |
| 933 | <string-array name="dtmf_tone_length_entry_values" translatable="false"> |
| 934 | <item>0</item> |
| 935 | <item>1</item> |
| 936 | </string-array> |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 937 | |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 938 | <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] --> |
| 939 | <string name="respond_via_sms_setting_title">Quick responses</string> |
| 940 | |
Andrew Lee | f1621a2 | 2014-10-24 14:22:59 -0700 | [diff] [blame] | 941 | <!-- Label for the call settings section [CHAR LIMIT=30] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 942 | <string name="call_settings_label">Calls</string> |
Yorke Lee | af6f195 | 2014-07-14 19:13:16 -0700 | [diff] [blame] | 943 | |
Andrew Lee | 3663afe | 2015-10-04 01:31:28 -0700 | [diff] [blame] | 944 | <!-- Label for the blocked numbers settings section [CHAR LIMIT=30] --> |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 945 | <string name="manage_blocked_numbers_label">Call blocking</string> |
Anne Rong | 6fb201a | 2015-09-16 11:21:00 -0700 | [diff] [blame] | 946 | |
Andrew Lee | 7844b1d | 2015-10-21 00:16:37 -0700 | [diff] [blame] | 947 | <!-- Label for a section describing that call blocking is temporarily disabled because an |
Yorke Lee | 2c0e1f1 | 2015-10-22 16:19:11 -0700 | [diff] [blame] | 948 | emergency call was made. [CHAR LIMIT=50] --> |
Andrew Lee | 7844b1d | 2015-10-21 00:16:37 -0700 | [diff] [blame] | 949 | <string name="blocked_numbers_disabled_emergency_header_label"> |
| 950 | Call blocking temporarily off |
| 951 | </string> |
| 952 | |
| 953 | <!-- Description that call blocking is temporarily disabled because the user called an |
| 954 | emergency number, and explains that call blocking will be re-enabled after a buffer |
| 955 | period has passed. [CHAR LIMIT=NONE] --> |
| 956 | <string name="blocked_numbers_disabled_emergency_desc"> |
| 957 | Call blocking has been disabled because you contacted emergency services from this phone |
| 958 | within the last 48 hours. It will be automatically reenabled once the 48 hour period |
| 959 | expires. |
| 960 | </string> |
| 961 | |
Andrew Lee | 9af1b36 | 2015-10-15 23:17:30 -0700 | [diff] [blame] | 962 | <!-- Label for fragment to import numbers from contacts marked as send to voicemail. |
| 963 | [CHAR_LIMIT=30] --> |
| 964 | <string name="import_send_to_voicemail_numbers_label">Import numbers</string> |
| 965 | |
Andrew Lee | 71b91f9 | 2015-10-01 07:43:26 -0700 | [diff] [blame] | 966 | <!-- Text informing the user they have previously marked contacts to be sent to voicemail. |
| 967 | This will be followed by two buttons, 1) to view who is marked to be sent to voicemail |
| 968 | and 2) importing these settings to Dialer's block list. [CHAR LIMIT=NONE] --> |
| 969 | <string name="blocked_call_settings_import_description"> |
| 970 | You previously marked some callers to be automatically sent to voicemail via other apps. |
| 971 | </string> |
| 972 | |
Andrew Lee | c412f94 | 2015-10-15 10:45:19 -0700 | [diff] [blame] | 973 | <!-- Label for button to view numbers of contacts previous marked to be sent to voicemail. |
Andrew Lee | 71b91f9 | 2015-10-01 07:43:26 -0700 | [diff] [blame] | 974 | [CHAR_LIMIT=20] --> |
| 975 | <string name="blocked_call_settings_view_numbers_button">View Numbers</string> |
| 976 | |
| 977 | <!-- Label for button to import settings for sending contacts to voicemail into Dialer's block |
| 978 | list. [CHAR_LIMIT=20] --> |
| 979 | <string name="blocked_call_settings_import_button">Import</string> |
| 980 | |
Andrew Lee | c412f94 | 2015-10-15 10:45:19 -0700 | [diff] [blame] | 981 | <!-- Error toast message for when send to voicemail import fails. [CHAR LIMIT=40] --> |
| 982 | <string name="send_to_voicemail_import_failed">Import failed</string> |
| 983 | |
Sarmad Hashmi | ef57777 | 2016-02-25 14:08:19 -0800 | [diff] [blame] | 984 | <!-- Error toast message for when voicemail archive fails. [CHAR LIMIT=40] --> |
| 985 | <string name="voicemail_archive_failed">Failed to archive voicemail.</string> |
| 986 | |
Anne Rong | 6fb201a | 2015-09-16 11:21:00 -0700 | [diff] [blame] | 987 | <!-- String describing the delete icon on a blocked number list item. |
| 988 | When tapped, it will show a dialog confirming the unblocking of the number. |
| 989 | [CHAR LIMIT=NONE]--> |
| 990 | <string name="description_blocked_number_list_delete">Unblock number</string> |
| 991 | |
Anne Rong | 6fb201a | 2015-09-16 11:21:00 -0700 | [diff] [blame] | 992 | <!-- Button to bring up UI to add a number to the blocked call list. [CHAR LIMIT=40] --> |
Andrew Lee | 0539c35 | 2015-10-28 18:26:00 -0700 | [diff] [blame] | 993 | <string name="addBlockedNumber">Add number</string> |
Anne Rong | 6fb201a | 2015-09-16 11:21:00 -0700 | [diff] [blame] | 994 | |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 995 | <!-- Footer message of number blocking screen with visual voicemail active. |
| 996 | [CHAR LIMIT=NONE] --> |
| 997 | <string name="block_number_footer_message_vvm"> |
Ta-wei Yen | 03fd6dc | 2015-11-11 11:21:50 -0800 | [diff] [blame] | 998 | Calls from these numbers will be blocked and voicemails will be automatically deleted. |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 999 | </string> |
| 1000 | |
| 1001 | <!-- Footer message of number blocking screen with no visual voicemail. |
| 1002 | [CHAR LIMIT=NONE] --> |
| 1003 | <string name="block_number_footer_message_no_vvm"> |
Ta-wei Yen | 03fd6dc | 2015-11-11 11:21:50 -0800 | [diff] [blame] | 1004 | Calls from these numbers will be blocked, but they may still be able to leave you voicemails. |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 1005 | </string> |
| 1006 | |
Andrew Lee | c412f94 | 2015-10-15 10:45:19 -0700 | [diff] [blame] | 1007 | <!-- Heading for the block list in the "Spam and blocked cal)ls" settings. [CHAR LIMIT=64] --> |
Ta-wei Yen | a5437e6 | 2015-11-05 14:13:12 -0800 | [diff] [blame] | 1008 | <string name="block_list">Blocked numbers</string> |
Anne Rong | 6fb201a | 2015-09-16 11:21:00 -0700 | [diff] [blame] | 1009 | |
Anne Rong | 6fb201a | 2015-09-16 11:21:00 -0700 | [diff] [blame] | 1010 | <!-- Error message shown when user tries to add invalid number to the block list. |
| 1011 | [CHAR LIMIT=64] --> |
| 1012 | <string name="invalidNumber"><xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> |
| 1013 | is invalid.</string> |
| 1014 | |
| 1015 | <!-- Error message shown when user tries to add a number to the block list that was already |
| 1016 | blocked. [CHAR LIMIT=64] --> |
| 1017 | <string name="alreadyBlocked"><xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> |
| 1018 | is already blocked.</string> |
| 1019 | |
Andrew Lee | 9155416 | 2015-10-27 17:31:31 -0700 | [diff] [blame] | 1020 | <!-- Title of notification telling the user that call blocking has been temporarily disabled. |
| 1021 | [CHAR LIMIT=56] --> |
| 1022 | <string name="call_blocking_disabled_notification_title"> |
| 1023 | Call blocking disabled for 48 hours |
| 1024 | </string> |
| 1025 | |
| 1026 | <!-- Text for notification which provides the reason that call blocking has been temporarily |
| 1027 | disabled. Namely, we disable call blocking after an emergency call in case of return |
| 1028 | phone calls made by emergency services. [CHAR LIMIT=64] --> |
| 1029 | <string name="call_blocking_disabled_notification_text"> |
| 1030 | Disabled because an emergency call was made. |
| 1031 | </string> |
| 1032 | |
Andrew Lee | f1621a2 | 2014-10-24 14:22:59 -0700 | [diff] [blame] | 1033 | <!-- Label for the phone account settings [CHAR LIMIT=30] --> |
Nancy Chen | 97670b4 | 2014-11-11 12:17:05 -0800 | [diff] [blame] | 1034 | <string name="phone_account_settings_label">Calling accounts</string> |
Andrew Lee | e94b945 | 2015-02-26 17:20:12 -0800 | [diff] [blame] | 1035 | |
| 1036 | <!-- DO NOT TRANSLATE. Internal key for ringtone preference. --> |
| 1037 | <string name="ringtone_preference_key" translatable="false">button_ringtone_key</string> |
| 1038 | <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. --> |
| 1039 | <string name="vibrate_on_preference_key" translatable="false">button_vibrate_on_ring</string> |
| 1040 | <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. --> |
| 1041 | <string name="play_dtmf_preference_key" translatable="false">button_play_dtmf_tone</string> |
Andrew Lee | c65acdf | 2015-03-02 22:43:41 -0800 | [diff] [blame] | 1042 | <!-- DO NOT TRANSLATE. Internal key for DTMF tone length preference. --> |
| 1043 | <string name="dtmf_tone_length_preference_key" translatable="false">button_dtmf_settings</string> |
Yorke Lee | 2557d12 | 2015-07-15 09:49:26 -0700 | [diff] [blame] | 1044 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 1045 | <!-- The label of the button used to turn on a single permission [CHAR LIMIT=30]--> |
Yorke Lee | 2557d12 | 2015-07-15 09:49:26 -0700 | [diff] [blame] | 1046 | <string name="permission_single_turn_on">Turn on</string> |
| 1047 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 1048 | <!-- The label of the button used to turn on multiple permissions [CHAR LIMIT=30]--> |
Yorke Lee | 2557d12 | 2015-07-15 09:49:26 -0700 | [diff] [blame] | 1049 | <string name="permission_multiple_turn_on">Set permissions</string> |
| 1050 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 1051 | <!-- Shown as a prompt to turn on the contacts permission to enable speed dial [CHAR LIMIT=NONE]--> |
| 1052 | <string name="permission_no_speeddial">To enable speed dial, turn on the Contacts permission.</string> |
Yorke Lee | 2557d12 | 2015-07-15 09:49:26 -0700 | [diff] [blame] | 1053 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 1054 | <!-- Shown as a prompt to turn on the phone permission to enable the call log [CHAR LIMIT=NONE]--> |
| 1055 | <string name="permission_no_calllog">To see your call log, turn on the Phone permission.</string> |
Yorke Lee | 2557d12 | 2015-07-15 09:49:26 -0700 | [diff] [blame] | 1056 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 1057 | <!-- Shown as a prompt to turn on the contacts permission to show all contacts [CHAR LIMIT=NONE]--> |
| 1058 | <string name="permission_no_contacts">To see your contacts, turn on the Contacts permission.</string> |
Yorke Lee | 2557d12 | 2015-07-15 09:49:26 -0700 | [diff] [blame] | 1059 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 1060 | <!-- Shown as a prompt to turn on the phone permission to show voicemails [CHAR LIMIT=NONE]--> |
| 1061 | <string name="permission_no_voicemail">To access your voicemail, turn on the Phone permission.</string> |
Yorke Lee | 2557d12 | 2015-07-15 09:49:26 -0700 | [diff] [blame] | 1062 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 1063 | <!-- Shown as a prompt to turn on contacts permissions to allow contact search [CHAR LIMIT=NONE]--> |
Yorke Lee | 575ae38 | 2015-07-16 11:36:07 -0700 | [diff] [blame] | 1064 | <string name="permission_no_search">To search your contacts, turn on the Contacts permissions.</string> |
Yorke Lee | 2557d12 | 2015-07-15 09:49:26 -0700 | [diff] [blame] | 1065 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 1066 | <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed [CHAR LIMIT=NONE]--> |
| 1067 | <string name="permission_place_call">To place a call, turn on the Phone permission.</string> |
| 1068 | |
| 1069 | <!-- Shown as a message that notifies the user that the Phone app cannot write to system settings, which is why the system settings app is being launched directly instead. [CHAR LIMIT=NONE]--> |
Yorke Lee | 5f6c901 | 2015-07-24 12:27:46 -0700 | [diff] [blame] | 1070 | <string name="toast_cannot_write_system_settings">Phone app does not have permission to write to system settings.</string> |
Gilles Franck Mevaa | 486ee39 | 2016-02-16 14:10:03 -0800 | [diff] [blame] | 1071 | |
| 1072 | <!-- Label under the name of a blocked number in the call log. [CHAR LIMIT=15] --> |
| 1073 | <string name="blocked_number_call_log_label">Blocked</string> |
Qi Wang | e1c196e | 2016-02-29 11:45:01 -0800 | [diff] [blame] | 1074 | |
| 1075 | <!-- Accessibility announcement to indicate which call is active --> |
| 1076 | <string name="accessibility_call_is_active"><xliff:g id="nameOrNumber">^1</xliff:g> is active</string> |
Zhu Youhua | 15e0387 | 2016-06-06 18:40:07 +0800 | [diff] [blame] | 1077 | |
| 1078 | <!-- for speed dial --> |
| 1079 | <string name="speed_dial_settings">Speed dial settings</string> |
| 1080 | |
| 1081 | <string name="speed_dial_not_set">(not set)</string> |
| 1082 | |
| 1083 | <string name="speed_dial_replace">Replace</string> |
| 1084 | |
| 1085 | <string name="speed_dial_delete">Delete</string> |
| 1086 | |
| 1087 | <string name="speed_dial_unassigned_dialog_title">Key unassigned</string> |
| 1088 | |
| 1089 | <string name="speed_dial_unassigned_dialog_message">No speed dial action is assigned to number k |
| 1090 | ey \'<xliff:g id="number">%s</xliff:g>\'. Do you want to assign an action now?</string> |
| 1091 | |
| 1092 | <string name="dialog_speed_dial_airplane_mode_message">To use speed dial, first turn off Airplan |
| 1093 | e mode.</string> |
| 1094 | |
| 1095 | <string name="yes">Yes</string> |
| 1096 | |
| 1097 | <string name="no">No</string> |
| 1098 | |
| 1099 | <string name="input_number">Input Number</string> |
| 1100 | |
| 1101 | <string name="speed_dial_cancel">Cancel</string> |
| 1102 | |
| 1103 | <string name="speed_dial_ok">OK</string> |
zhu youhua | 6aaab7c | 2015-12-08 17:31:18 +0800 | [diff] [blame] | 1104 | |
| 1105 | <string name="call_log_show_all_slots">All SIMs</string> |
| 1106 | |
| 1107 | <string name="call_log_all_calls_header">All calls</string> |
| 1108 | |
| 1109 | <!-- Text displayed when the list of incoming calls is empty --> |
| 1110 | <string name="recentIncoming_empty">You have no incoming calls.</string> |
| 1111 | |
| 1112 | <!-- Text displayed when the list of outgoing calls is empty --> |
| 1113 | <string name="recentOutgoing_empty">You have no outgoing calls.</string> |
Yu Jin | 9a1add4 | 2016-06-07 11:42:14 +0800 | [diff] [blame] | 1114 | |
| 1115 | <!-- Text displayed when the call log is empty. --> |
| 1116 | <string name="recentCalls_empty">Your call log is empty</string> |
| 1117 | <string name="calllog_search_hint">"Search call log"</string> |
| 1118 | <string name="no_call_log">No call log</string> |
| 1119 | <string name="clear">Clear</string> |
| 1120 | <string name="description_clear_search">Clear search</string> |
Fang Yunong | 72e8ce8 | 2016-08-08 19:59:47 +0800 | [diff] [blame] | 1121 | <string name="video_call_welcome_title"><b>Welcome to the new Video Calling Dialer</b></string> |
| 1122 | <string name="video_call_welcome_message">We all love to hear that familiar voice at the end of the line, but talking face-to-face is so much better! Here\'s what you should know to get your real-time (or FaceTime?) connections going: You\'ll need to be on 4G LTE or a Wi-Fi connection The device you\'re calling must also be video calling compatible Video calls use your high speed data You can also upgrade a voice call to a video call Check out <a>https://support.t-mobile.com/docs/DOC-23574</a> for more information.</string> |
| 1123 | <string name="video_call_welcome_message_repeat">Show this message every time</string> |
Fang Yunong | ed1f20a | 2015-11-24 16:39:40 +0800 | [diff] [blame^] | 1124 | |
| 1125 | <string name="toast_change_video_call_failed">Can not change to video call, incorrect number format</string> |
| 1126 | <string name="toast_make_video_call_failed">Can not make video call, incorrect number format</string> |
| 1127 | <!-- Add for enhance videocall ui --> |
| 1128 | <string name="overflowBothCallMenuItemText">Video Call, show me</string> |
| 1129 | <string name="overflowRXCallMenuItemText">Video Call, hide me</string> |
| 1130 | <string name="overflowVOCallMenuItemText">Voice Call</string> |
| 1131 | <string name="video_call">Video Calling</string> |
| 1132 | <string name="call_data_info_label">Call/data Usage Timers</string> |
| 1133 | <string name="call_data_info_description">Voice call usage time and data usage time</string> |
| 1134 | <string name="alert_call_over_wifi">Calls will be made over Wi-Fi.</string> |
| 1135 | <string name="alert_call_no_cellular_coverage">No cellular network available. Connect to available Wi-Fi to make calls.</string> |
| 1136 | <string name="alert_user_connect_to_wifi_for_call">Connect to Wi-Fi to make calls.</string> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 1137 | </resources> |