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 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 29 | <!-- The description text for the dialer tab. |
| 30 | |
| 31 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 32 | This is especially valuable for views without textual representation like ImageView. |
| 33 | |
| 34 | [CHAR LIMIT=NONE] --> |
| 35 | <string name="dialerIconLabel">Phone</string> |
| 36 | |
| 37 | <!-- The description text for the call log tab. |
| 38 | |
| 39 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 40 | This is especially valuable for views without textual representation like ImageView. |
| 41 | |
| 42 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 43 | <string name="callHistoryIconLabel">Call history</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 44 | |
Andrew Lee | bf9cca2 | 2015-10-05 13:43:54 -0700 | [diff] [blame] | 45 | <!-- Text for a menu item to report a call as having been incorrectly identified. [CHAR LIMIT=48] --> |
| 46 | <string name="action_report_number">Report inaccurate number</string> |
Andrew Lee | 2f05af3 | 2015-06-09 15:59:47 -0700 | [diff] [blame] | 47 | |
Andrew Lee | bf9cca2 | 2015-10-05 13:43:54 -0700 | [diff] [blame] | 48 | <!-- Option displayed in context menu to copy long pressed phone number. [CHAR LIMIT=48] --> |
| 49 | <string name="action_copy_number_text">Copy number</string> |
Anne Rong | 664b201 | 2015-07-20 18:03:38 -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 voicemail transcription. [CHAR LIMIT=48] --> |
| 52 | <string name="copy_transcript_text">Copy transcription</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 | <!-- Label for action to block a number. [CHAR LIMIT=48] --> |
| 55 | <string name="action_block_number">Block number</string> |
Anne Rong | 9bd0941 | 2015-08-31 15:14:49 -0700 | [diff] [blame] | 56 | |
| 57 | <!-- Text for snackbar to undo blocking a number. [CHAR LIMIT=64] --> |
| 58 | <string name="snackbar_number_blocked"> |
| 59 | <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> added to block list</string> |
| 60 | |
Andrew Lee | bf9cca2 | 2015-10-05 13:43:54 -0700 | [diff] [blame] | 61 | <!-- Label for action to unblock a number [CHAR LIMIT=48]--> |
| 62 | <string name="action_unblock_number">Unblock number</string> |
Anne Rong | 9bd0941 | 2015-08-31 15:14:49 -0700 | [diff] [blame] | 63 | |
| 64 | <!-- Text for snackbar to undo unblocking a number. [CHAR LIMIT=64] --> |
| 65 | <string name="snackbar_number_unblocked"> |
| 66 | <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> |
| 67 | removed from block list</string> |
| 68 | |
| 69 | <!-- Text for undo button in snackbar for blocking/unblocking number. [CHAR LIMIT=10] --> |
| 70 | <string name="block_number_undo">UNDO</string> |
| 71 | |
Andrew Lee | 7b127d4 | 2015-09-30 18:24:48 -0700 | [diff] [blame] | 72 | <!-- Menu item in call details used to remove a call or voicemail from the call log. --> |
| 73 | <string name="call_details_delete">Delete</string> |
| 74 | |
Andrew Lee | bf9cca2 | 2015-10-05 13:43:54 -0700 | [diff] [blame] | 75 | <!-- Label for action to edit a number before calling it. [CHAR LIMIT=48] --> |
| 76 | <string name="action_edit_number_before_call">Edit number before call</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 77 | |
| 78 | <!-- Menu item used to remove all calls from the call log --> |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 79 | <string name="call_log_delete_all">Clear call history</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 80 | |
| 81 | <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] --> |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 82 | <string name="call_log_trash_voicemail">Delete voicemail</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 83 | |
Nancy Chen | f8f9102 | 2015-08-24 16:35:14 -0700 | [diff] [blame] | 84 | <!-- Text for snackbar to undo a voicemail delete. [CHAR LIMIT=30] --> |
Nancy Chen | 2d588b8 | 2015-08-18 16:39:02 -0700 | [diff] [blame] | 85 | <string name="snackbar_voicemail_deleted">Voicemail deleted</string> |
| 86 | |
| 87 | <!-- Text for undo button in snackbar for voicemail deletion. [CHAR LIMIT=10] --> |
| 88 | <string name="snackbar_voicemail_deleted_undo">UNDO</string> |
| 89 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 90 | <!-- 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] | 91 | <string name="clearCallLogConfirmation_title">Clear call history?</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 92 | |
| 93 | <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 94 | <string name="clearCallLogConfirmation">This will delete all calls from your history</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 95 | |
| 96 | <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 97 | <string name="clearCallLogProgress_title">Clearing call history\u2026</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 98 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 99 | <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] --> |
| 100 | <plurals name="notification_voicemail_title"> |
| 101 | <item quantity="one">Voicemail</item> |
| 102 | <item quantity="other"> |
| 103 | <xliff:g id="count">%1$d</xliff:g> |
| 104 | Voicemails |
| 105 | </item> |
| 106 | </plurals> |
| 107 | |
| 108 | <!-- Used in the notification of a new voicemail for the action to play the voicemail. --> |
| 109 | <string name="notification_action_voicemail_play">Play</string> |
| 110 | |
| 111 | <!-- Used to build a list of names or phone numbers, to indicate the callers who left |
| 112 | voicemails. |
| 113 | The first argument may be one or more callers, the most recent ones. |
| 114 | The second argument is an additional callers. |
| 115 | This string is used to build a list of callers. |
| 116 | |
| 117 | [CHAR LIMIT=10] |
| 118 | --> |
| 119 | <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>, |
| 120 | <xliff:g id="older_caller">%2$s</xliff:g> |
| 121 | </string> |
| 122 | |
| 123 | <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] --> |
| 124 | <string name="notification_new_voicemail_ticker">New voicemail from |
| 125 | <xliff:g id="caller">%1$s</xliff:g> |
| 126 | </string> |
| 127 | |
| 128 | <!-- 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] | 129 | <string name="voicemail_playback_error">Couldn\'t play voicemail</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 130 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 131 | <!-- 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] | 132 | <string name="voicemail_fetching_content">Loading voicemail\u2026</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 133 | |
| 134 | <!-- 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] | 135 | <string name="voicemail_fetching_timout">Couldn\'t load voicemail</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 136 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 137 | <!-- 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] | 138 | <string name="call_log_voicemail_header">Calls with voicemail only</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 139 | |
| 140 | <!-- 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] | 141 | <string name="call_log_incoming_header">Incoming calls only</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 142 | |
| 143 | <!-- 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] | 144 | <string name="call_log_outgoing_header">Outgoing calls only</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 145 | |
| 146 | <!-- 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] | 147 | <string name="call_log_missed_header">Missed calls only</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 148 | |
Nancy Chen | ba9dfa4 | 2015-06-10 14:33:35 -0700 | [diff] [blame] | 149 | <!-- Title for promo card for visual voicemail. [CHAR LIMIT=40] --> |
| 150 | <string name="visual_voicemail_title">Visual voicemail</string> |
| 151 | |
| 152 | <!-- Promo card text for visual voicemail. --> |
| 153 | <string name="visual_voicemail_text"> |
| 154 | See and listen to your voicemail, without having to call a number. Data charges may apply. |
| 155 | </string> |
| 156 | |
| 157 | <!-- Text for "Settings" link for visual voicemail promo card. [CHAR LIMIT=30] --> |
| 158 | <string name="visual_voicemail_settings">Settings</string> |
| 159 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 160 | <!-- Voicemail status message shown at the top of call log to notify the user that no new |
| 161 | voicemails are currently available. This can happen when both notification as well as data |
| 162 | connection to the voicemail server is lost. [CHAR LIMIT=64] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 163 | <string name="voicemail_status_voicemail_not_available">Voicemail updates not available</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 164 | <!-- Voicemail status message shown at the top of call log to notify the user that there is no |
| 165 | data connection to the voicemail server, but there are new voicemails waiting on the server. |
| 166 | [CHAR LIMIT=64] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 167 | <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] | 168 | <!-- Voicemail status message shown at the top of call log to invite the user to configure |
| 169 | visual voicemail. [CHAR LIMIT=64] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 170 | <string name="voicemail_status_configure_voicemail">Set up your voicemail</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 171 | <!-- Voicemail status message shown at the top of call details screen to notify the user that |
| 172 | the audio of this voicemail is not available. [CHAR LIMIT=64] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 173 | <string name="voicemail_status_audio_not_available">Audio not available</string> |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 174 | |
| 175 | <!-- User action prompt shown next to a voicemail status message to let the user configure |
| 176 | visual voicemail. [CHAR LIMIT=20] --> |
| 177 | <string name="voicemail_status_action_configure">Set up</string> |
| 178 | <!-- User action prompt shown next to a voicemail status message to let the user call voicemail |
| 179 | server directly to listen to the voicemails. [CHAR LIMIT=20] --> |
| 180 | <string name="voicemail_status_action_call_server">Call voicemail</string> |
| 181 | |
Chiao Cheng | 9d4f3b2 | 2012-09-05 16:00:16 -0700 | [diff] [blame] | 182 | <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] --> |
| 183 | <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>) |
| 184 | <xliff:g id="date">%2$s</xliff:g> |
| 185 | </string> |
| 186 | |
Chiao Cheng | 9c5fe44 | 2012-10-31 11:12:12 -0700 | [diff] [blame] | 187 | <!-- Title for the sms disambiguation dialog --> |
| 188 | <string name="sms_disambig_title">Choose number</string> |
| 189 | |
| 190 | <!-- Title for the call disambiguation dialog --> |
| 191 | <string name="call_disambig_title">Choose number</string> |
| 192 | |
| 193 | <!-- Message next to disamgiguation dialog check box --> |
| 194 | <string name="make_primary">Remember this choice</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 195 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 196 | <!-- String describing the Search ImageButton |
| 197 | |
| 198 | Used by AccessibilityService to announce the purpose of the button. |
| 199 | [CHAR LIMIT=NONE] |
| 200 | --> |
| 201 | <string name="description_search_button">search</string> |
| 202 | |
| 203 | <!-- String describing the Dial ImageButton |
| 204 | |
| 205 | Used by AccessibilityService to announce the purpose of the button. |
| 206 | --> |
| 207 | <string name="description_dial_button">dial</string> |
| 208 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 209 | <!-- String describing the digits text box containing the number to dial. |
| 210 | |
| 211 | Used by AccessibilityService to announce the purpose of the view. |
| 212 | --> |
| 213 | <string name="description_digits_edittext">number to dial</string> |
| 214 | |
HUANG Menghuai | 4f9742c | 2013-08-21 15:04:25 +0800 | [diff] [blame] | 215 | <!-- String describing the button in the voicemail playback to start/stop playback. |
| 216 | |
| 217 | Used by AccessibilityService to announce the purpose of the view. |
| 218 | --> |
| 219 | <string name="description_playback_start_stop">Play or stop playback</string> |
| 220 | |
| 221 | <!-- String describing the button in the voicemail playback to switch on/off speakerphone. |
| 222 | |
| 223 | Used by AccessibilityService to announce the purpose of the view. |
| 224 | --> |
| 225 | <string name="description_playback_speakerphone">Switch on or off speakerphone</string> |
| 226 | |
| 227 | <!-- String describing the seekbar in the voicemail playback to seek playback position. |
| 228 | |
| 229 | Used by AccessibilityService to announce the purpose of the view. |
| 230 | --> |
| 231 | <string name="description_playback_seek">Seek playback position</string> |
| 232 | |
| 233 | <!-- String describing the button in the voicemail playback to decrease playback rate. |
| 234 | |
| 235 | Used by AccessibilityService to announce the purpose of the view. |
| 236 | --> |
| 237 | <string name="description_rate_decrease">Decrease playback rate</string> |
| 238 | |
| 239 | <!-- String describing the button in the voicemail playback to increase playback rate. |
| 240 | |
| 241 | Used by AccessibilityService to announce the purpose of the view. |
| 242 | --> |
| 243 | <string name="description_rate_increase">Increase playback rate</string> |
| 244 | |
Yorke Lee | 714d6c7 | 2013-07-26 16:11:39 -0700 | [diff] [blame] | 245 | <!-- Content description for the fake action menu button that brings up the call history |
| 246 | activity --> |
| 247 | <string name="action_menu_call_history_description">Call History</string> |
| 248 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 249 | <!-- Content description for the fake action menu overflow button. |
| 250 | This should be same as the description for the real action menu |
| 251 | overflow button available in ActionBar. |
| 252 | [CHAR LIMIT=NONE] --> |
| 253 | <string name="action_menu_overflow_description" msgid="2295659037509008453">More options</string> |
| 254 | |
Yorke Lee | aec5772 | 2013-08-16 11:24:20 -0700 | [diff] [blame] | 255 | <!-- Content description for the button that displays the dialpad |
| 256 | [CHAR LIMIT=NONE] --> |
| 257 | <string name="action_menu_dialpad_button">dial pad</string> |
| 258 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 259 | <!-- Menu item used to show only outgoing in the call log. [CHAR LIMIT=30] --> |
| 260 | <string name="menu_show_outgoing_only">Show outgoing only</string> |
| 261 | |
| 262 | <!-- Menu item used to show only incoming in the call log. [CHAR LIMIT=30] --> |
| 263 | <string name="menu_show_incoming_only">Show incoming only</string> |
| 264 | |
| 265 | <!-- Menu item used to show only missed in the call log. [CHAR LIMIT=30] --> |
| 266 | <string name="menu_show_missed_only">Show missed only</string> |
| 267 | |
| 268 | <!-- Menu item used to show only voicemails in the call log. [CHAR LIMIT=30] --> |
| 269 | <string name="menu_show_voicemails_only">Show voicemails only</string> |
| 270 | |
| 271 | <!-- Menu item used to show all calls in the call log. [CHAR LIMIT=30] --> |
| 272 | <string name="menu_show_all_calls">Show all calls</string> |
| 273 | |
Nancy Chen | beededb | 2014-06-10 18:30:28 -0700 | [diff] [blame] | 274 | <!-- Menu items for dialpad options as part of Pause and Wait ftr [CHAR LIMIT=30] --> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 275 | <string name="add_2sec_pause">Add 2-sec pause</string> |
| 276 | <string name="add_wait">Add wait</string> |
| 277 | |
Yorke Lee | af6f195 | 2014-07-14 19:13:16 -0700 | [diff] [blame] | 278 | <!-- Label for the dialer app setting page [CHAR LIMIT=30]--> |
| 279 | <string name="dialer_settings_label">Settings</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 280 | |
Nancy Chen | beededb | 2014-06-10 18:30:28 -0700 | [diff] [blame] | 281 | <!-- Menu item to create a new contact [CHAR LIMIT=30] --> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 282 | <string name="menu_newContact">New contact</string> |
| 283 | |
Nancy Chen | beededb | 2014-06-10 18:30:28 -0700 | [diff] [blame] | 284 | <!-- Menu item to display all contacts [CHAR LIMIT=30] --> |
Yorke Lee | 5e93197 | 2013-08-30 11:37:53 -0700 | [diff] [blame] | 285 | <string name="menu_allContacts">All contacts</string> |
| 286 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 287 | <!-- Title bar for call detail screen --> |
| 288 | <string name="callDetailTitle">Call details</string> |
| 289 | |
| 290 | <!-- Toast for call detail screen when couldn't read the requested details --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 291 | <string name="toast_call_detail_error">Details not available</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 292 | |
| 293 | <!-- Item label: jump to the in-call DTMF dialpad. |
| 294 | (Part of a list of options shown in the dialer when another call |
| 295 | is already in progress.) --> |
| 296 | <string name="dialer_useDtmfDialpad">Use touch tone keypad</string> |
| 297 | |
| 298 | <!-- Item label: jump to the in-call UI. |
| 299 | (Part of a list of options shown in the dialer when another call |
| 300 | is already in progress.) --> |
| 301 | <string name="dialer_returnToInCallScreen">Return to call in progress</string> |
| 302 | |
| 303 | <!-- Item label: use the Dialer's dialpad to add another call. |
| 304 | (Part of a list of options shown in the dialer when another call |
| 305 | is already in progress.) --> |
| 306 | <string name="dialer_addAnotherCall">Add call</string> |
| 307 | |
Andrew Lee | 838988b | 2015-09-25 17:12:58 -0700 | [diff] [blame] | 308 | <!-- Title for incoming call type. [CHAR LIMIT=40] --> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 309 | <string name="type_incoming">Incoming call</string> |
| 310 | |
Andrew Lee | 838988b | 2015-09-25 17:12:58 -0700 | [diff] [blame] | 311 | <!-- Title for outgoing call type. [CHAR LIMIT=40] --> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 312 | <string name="type_outgoing">Outgoing call</string> |
| 313 | |
Andrew Lee | 838988b | 2015-09-25 17:12:58 -0700 | [diff] [blame] | 314 | <!-- Title for missed call type. [CHAR LIMIT=40] --> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 315 | <string name="type_missed">Missed call</string> |
| 316 | |
Tyler Gunn | 57665d2 | 2014-07-08 12:37:49 -0700 | [diff] [blame] | 317 | <!-- Title for incoming video call in call details screen [CHAR LIMIT=60] --> |
| 318 | <string name="type_incoming_video">Incoming video call</string> |
| 319 | |
| 320 | <!-- Title for outgoing video call in call details screen [CHAR LIMIT=60] --> |
| 321 | <string name="type_outgoing_video">Outgoing video call</string> |
| 322 | |
| 323 | <!-- Title for missed video call in call details screen [CHAR LIMIT=60] --> |
| 324 | <string name="type_missed_video">Missed video call</string> |
| 325 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 326 | <!-- Title for voicemail details screen --> |
| 327 | <string name="type_voicemail">Voicemail</string> |
| 328 | |
Andrew Lee | 838988b | 2015-09-25 17:12:58 -0700 | [diff] [blame] | 329 | <!-- Title for rejected call type. [CHAR LIMIT=40] --> |
| 330 | <string name="type_rejected">Declined call</string> |
| 331 | |
| 332 | <!-- Title for blocked call type. [CHAR LIMIT=40] --> |
| 333 | <string name="type_blocked">Blocked call</string> |
| 334 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 335 | <!-- Description for incoming calls going to voice mail vs. not --> |
| 336 | <string name="actionIncomingCall">Incoming calls</string> |
| 337 | |
| 338 | <!-- String describing the icon in the call log used to play a voicemail. |
| 339 | |
| 340 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 341 | This is especially valuable for views without textual representation like ImageView. |
| 342 | --> |
| 343 | <string name="description_call_log_play_button">Play voicemail</string> |
| 344 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 345 | <!-- String describing the button to view the contact for the current number. |
| 346 | |
| 347 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 348 | This is especially valuable for views without textual representation like ImageView. |
| 349 | --> |
| 350 | <string name="description_view_contact">View contact <xliff:g id="name">%1$s</xliff:g></string> |
| 351 | |
| 352 | <!-- String describing the button to call a number or contact. |
| 353 | |
| 354 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 355 | This is especially valuable for views without textual representation like ImageView. |
| 356 | --> |
| 357 | <string name="description_call">Call <xliff:g id="name">%1$s</xliff:g></string> |
| 358 | |
Tyler Gunn | 45ed3b5 | 2014-02-03 08:31:10 -0800 | [diff] [blame] | 359 | <!-- String describing the button to access the contact details for a name or number. |
| 360 | |
| 361 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 362 | This is especially valuable for views without textual representation like ImageView. |
| 363 | --> |
| 364 | <string name="description_contact_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string> |
| 365 | |
Tyler Gunn | 45ed3b5 | 2014-02-03 08:31:10 -0800 | [diff] [blame] | 366 | <!-- String indicating the number of calls to/from a caller in the call log. |
| 367 | |
| 368 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 369 | This is especially valuable for views without textual representation like ImageView. |
| 370 | --> |
Nancy Chen | acfbbad | 2014-11-25 18:16:06 -0800 | [diff] [blame] | 371 | <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] | 372 | |
Tyler Gunn | 5619f2e | 2014-07-15 12:40:28 -0700 | [diff] [blame] | 373 | <!-- String indicating a call log entry had video capabilities. |
| 374 | |
| 375 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 376 | This is especially valuable for views without textual representation like ImageView. |
| 377 | [CHAR LIMIT=NONE] |
| 378 | --> |
Nancy Chen | acfbbad | 2014-11-25 18:16:06 -0800 | [diff] [blame] | 379 | <string name="description_video_call">Video call.</string> |
Tyler Gunn | 5619f2e | 2014-07-15 12:40:28 -0700 | [diff] [blame] | 380 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 381 | <!-- String describing the button to SMS a number or contact. |
| 382 | |
| 383 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 384 | This is especially valuable for views without textual representation like ImageView. |
| 385 | [CHAR LIMIT=NONE] |
| 386 | --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 387 | <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] | 388 | |
| 389 | <!-- String describing the icon in the call log used to represent an unheard voicemail left to |
| 390 | the user. |
| 391 | |
| 392 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 393 | This is especially valuable for views without textual representation like ImageView. |
| 394 | [CHAR LIMIT=NONE] |
| 395 | --> |
| 396 | <string name="description_call_log_unheard_voicemail">Unheard voicemail</string> |
| 397 | |
Yorke Lee | 191df33 | 2013-07-30 17:21:28 -0700 | [diff] [blame] | 398 | <!-- String describing the icon used to start a voice search --> |
| 399 | <string name="description_start_voice_search">Start voice search</string> |
| 400 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 401 | <!-- Menu item used to call a contact, containing the number of the contact to call --> |
| 402 | <string name="menu_callNumber">Call <xliff:g id="number">%s</xliff:g></string> |
| 403 | |
| 404 | <!-- String used to display calls from unknown numbers in the call log --> |
| 405 | <string name="unknown">Unknown</string> |
| 406 | |
| 407 | <!-- String used for displaying calls to the voicemail number in the call log --> |
| 408 | <string name="voicemail">Voicemail</string> |
| 409 | |
| 410 | <!-- String used to display calls from private numbers in the call log --> |
| 411 | <string name="private_num">Private number</string> |
| 412 | |
| 413 | <!-- String used to display calls from pay phone in the call log --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 414 | <string name="payphone">Payphone</string> |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 415 | |
Roshan Pius | 2edcc52 | 2015-06-09 15:38:45 -0700 | [diff] [blame] | 416 | <!-- A nicely formatted call duration displayed when viewing call details for duration less than 1 minute. For example "28 sec" --> |
| 417 | <string name="callDetailsShortDurationFormat"><xliff:g id="seconds" example="28">%s</xliff:g> sec</string> |
| 418 | |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 419 | <!-- A nicely formatted call duration displayed when viewing call details. For example "42 min 28 sec" --> |
| 420 | <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] | 421 | |
Brandon Maxwell | ede9bfb | 2015-10-02 10:57:34 -0700 | [diff] [blame] | 422 | <!-- The string 'Today'. This value is used in the voicemailCallLogDateTimeFormat rather than an |
| 423 | explicit date string, e.g. Jul 25, 2014, in the event that a voicemail was created on the |
| 424 | current day --> |
| 425 | <string name="voicemailCallLogToday">@string/call_log_header_today</string> |
| 426 | |
| 427 | <!-- A format string used for displaying the date and time for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM |
| 428 | The date will be replaced by 'Today' for voicemails created on the current day. For example: Today at 2:49 PM --> |
| 429 | <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> |
| 430 | |
Chiao Cheng | a1b886a | 2012-12-05 12:09:05 -0800 | [diff] [blame] | 431 | <!-- Dialog message which is shown when the user tries to make a phone call |
| 432 | to prohibited phone numbers [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 433 | <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] | 434 | |
| 435 | <!-- Dialog message which is shown when the user tries to check voicemail |
| 436 | while the system isn't ready for the access. [CHAR LIMIT=NONE] --> |
| 437 | <string name="dialog_voicemail_not_ready_message">To set up voicemail, go to Menu > Settings.</string> |
| 438 | |
| 439 | <!-- Dialog message which is shown when the user tries to check voicemail |
| 440 | while the system is in airplane mode. The user cannot access to |
| 441 | voicemail service in Airplane mode. [CHAR LIMI=NONE] --> |
| 442 | <string name="dialog_voicemail_airplane_mode_message">To call voicemail, first turn off Airplane mode.</string> |
| 443 | |
| 444 | <!-- 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] --> |
| 445 | <string name="contact_list_loading">Loading\u2026</string> |
| 446 | |
| 447 | <!-- The title of a dialog that displays the IMEI of the phone --> |
| 448 | <string name="imei">IMEI</string> |
| 449 | |
| 450 | <!-- The title of a dialog that displays the MEID of the CDMA phone --> |
| 451 | <string name="meid">MEID</string> |
| 452 | |
| 453 | <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial --> |
| 454 | <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string> |
| 455 | |
| 456 | <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial --> |
| 457 | <string name="simContacts_title">SIM card contacts</string> |
| 458 | |
Chiao Cheng | 073b5cf | 2012-12-07 11:36:00 -0800 | [diff] [blame] | 459 | <!-- 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] | 460 | <string name="add_contact_not_available">No contacts app available</string> |
Chiao Cheng | 073b5cf | 2012-12-07 11:36:00 -0800 | [diff] [blame] | 461 | |
Yorke Lee | da0f904 | 2013-12-05 14:25:51 -0800 | [diff] [blame] | 462 | <!-- 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] | 463 | <string name="voice_search_not_available">Voice search not available</string> |
Yorke Lee | da0f904 | 2013-12-05 14:25:51 -0800 | [diff] [blame] | 464 | |
Yorke Lee | 3921359 | 2014-04-07 15:39:48 -0700 | [diff] [blame] | 465 | <!-- Message displayed when the Phone application has been disabled and a phone call cannot |
| 466 | be made. [CHAR LIMIT=NONE] --> |
| 467 | <string name="call_not_available">Cannot make a phone call because the Phone application has been disabled.</string> |
| 468 | |
| 469 | <!-- Message displayed when there is no application available to handle a particular action. |
| 470 | [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 471 | <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] | 472 | |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 473 | <!-- 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] | 474 | [CHAR LIMIT=30] --> |
Anne Rong | 3520800 | 2015-07-22 16:27:37 -0700 | [diff] [blame] | 475 | <string name="dialer_hint_find_contact">Search contacts</string> |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 476 | |
Anne Rong | e78b54c | 2015-09-28 11:18:42 -0700 | [diff] [blame] | 477 | <!-- Hint displayed in add blocked number search box when there is no query typed. |
Anne Rong | 2ef15c5 | 2015-09-30 17:54:26 -0700 | [diff] [blame] | 478 | [CHAR LIMIT=40] --> |
Anne Rong | e78b54c | 2015-09-28 11:18:42 -0700 | [diff] [blame] | 479 | <string name="block_number_search_hint">Add number or search contacts</string> |
| 480 | |
Yorke Lee | b7611d7 | 2013-07-29 09:45:30 -0700 | [diff] [blame] | 481 | <!-- String resource for the font-family to use for the call log activity's title |
| 482 | Do not translate. --> |
| 483 | <string name="call_log_activity_title_font_family">sans-serif-light</string> |
| 484 | |
Sai Cheemalapati | c3206cd | 2014-05-21 17:58:09 -0700 | [diff] [blame] | 485 | <!-- String resource for the font-family to use for the full call history footer |
| 486 | Do not translate. --> |
| 487 | <string name="view_full_call_history_font_family">sans-serif</string> |
| 488 | |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 489 | <!-- Text displayed when the call log is empty. --> |
| 490 | <string name="call_log_all_empty">Your call history is empty</string> |
| 491 | |
| 492 | <!-- Label of the button displayed when the call history is empty. Allows the user to make a call. --> |
| 493 | <string name="call_log_all_empty_action">Make a call</string> |
| 494 | |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 495 | <!-- Text displayed when the list of missed calls is empty --> |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 496 | <string name="call_log_missed_empty">You have no missed calls.</string> |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 497 | |
| 498 | <!-- Text displayed when the list of voicemails is empty --> |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 499 | <string name="call_log_voicemail_empty">Your voicemail inbox is empty.</string> |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 500 | |
Yorke Lee | dfb2eee | 2013-06-26 18:24:32 -0700 | [diff] [blame] | 501 | <!-- Menu option to show favorite contacts only --> |
| 502 | <string name="show_favorites_only">Show favorites only</string> |
Yorke Lee | d999932 | 2013-07-19 09:22:03 -0700 | [diff] [blame] | 503 | |
| 504 | <!-- Title of activity that displays a list of all calls --> |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 505 | <string name="call_log_activity_title">Call History</string> |
Yorke Lee | bf34a90 | 2013-07-24 19:00:04 -0700 | [diff] [blame] | 506 | |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 507 | <!-- 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] | 508 | [CHAR LIMIT=30] --> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 509 | <string name="call_log_all_title">All</string> |
| 510 | |
| 511 | <!-- 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] | 512 | [CHAR LIMIT=30] --> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 513 | <string name="call_log_missed_title">Missed</string> |
| 514 | |
Andrew Lee | 470fc45 | 2014-04-16 14:26:05 -0700 | [diff] [blame] | 515 | <!-- 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] | 516 | [CHAR LIMIT=30] --> |
Andrew Lee | 470fc45 | 2014-04-16 14:26:05 -0700 | [diff] [blame] | 517 | <string name="call_log_voicemail_title">Voicemail</string> |
| 518 | |
Anne Rong | 9bd0941 | 2015-08-31 15:14:49 -0700 | [diff] [blame] | 519 | <!-- Confirmation dialog for blocking a number. [CHAR LIMIT=NONE] --> |
| 520 | <string name="blockNumberConfirmation">Add |
| 521 | <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> to your block list?</string> |
| 522 | |
| 523 | <!-- Block number alert dialog button [CHAR LIMIT=32] --> |
| 524 | <string name="blockNumberOk">Block number</string> |
| 525 | |
| 526 | <!-- Confirmation dialog for unblocking a number. [CHAR LIMIT=NONE] --> |
| 527 | <string name="unblockNumberConfirmation">Remove |
| 528 | <xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> from your block list?</string> |
| 529 | |
| 530 | <!-- Unblock number alert dialog button [CHAR LIMIT=32] --> |
| 531 | <string name="unblockNumberOk">Unblock number</string> |
| 532 | |
Andrew Lee | 50dfa5e | 2015-05-20 16:47:06 -0700 | [diff] [blame] | 533 | <!-- Accessibility text for the tab showing recent and favorite contacts who can be called. |
| 534 | [CHAR LIMIT=40] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 535 | <string name="tab_speed_dial">Speed dial</string> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 536 | |
Andrew Lee | 4de59fb | 2015-08-13 15:20:08 -0700 | [diff] [blame] | 537 | <!-- Accessibility text for the tab showing the call history. [CHAR LIMIT=40] --> |
| 538 | <string name="tab_history">Call History</string> |
Yorke Lee | e00c9fe | 2014-04-12 12:42:06 -0700 | [diff] [blame] | 539 | |
Andrew Lee | 50dfa5e | 2015-05-20 16:47:06 -0700 | [diff] [blame] | 540 | <!-- 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] | 541 | <string name="tab_all_contacts">Contacts</string> |
| 542 | |
Andrew Lee | 50dfa5e | 2015-05-20 16:47:06 -0700 | [diff] [blame] | 543 | <!-- Accessibility text for the tab showing the user's voicemails. [CHAR LIMIT=40] --> |
| 544 | <string name="tab_voicemail">Voicemail</string> |
| 545 | |
Christine Chen | 316b471 | 2013-07-15 18:31:22 -0700 | [diff] [blame] | 546 | <!-- Text displayed when user swipes out a favorite contact --> |
Yorke Lee | ed01704 | 2013-09-09 16:00:19 -0700 | [diff] [blame] | 547 | <string name="favorite_hidden">Removed from favorites</string> |
Christine Chen | 316b471 | 2013-07-15 18:31:22 -0700 | [diff] [blame] | 548 | <!-- Text displayed for the undo button to undo removing a favorite contact --> |
| 549 | <string name="favorite_hidden_undo">Undo</string> |
Yorke Lee | e142481 | 2013-09-04 18:24:48 -0700 | [diff] [blame] | 550 | |
| 551 | <!-- Shortcut item used to call a number directly from search --> |
| 552 | <string name="search_shortcut_call_number">Call |
| 553 | <xliff:g id="number">%s</xliff:g> |
| 554 | </string> |
| 555 | |
Andrew Lee | 87dc730 | 2015-03-18 17:10:56 -0700 | [diff] [blame] | 556 | <!-- 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] | 557 | [CHAR LIMIT=25] --> |
Andrew Lee | 87dc730 | 2015-03-18 17:10:56 -0700 | [diff] [blame] | 558 | <string name="search_shortcut_create_new_contact">Create new contact</string> |
| 559 | |
Andrew Lee | 0247a9b | 2015-03-18 15:10:55 -0700 | [diff] [blame] | 560 | <!-- 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] | 561 | [CHAR LIMIT=25] --> |
Andrew Lee | 2087365 | 2015-06-05 15:18:09 -0700 | [diff] [blame] | 562 | <string name="search_shortcut_add_to_contact">Add to a contact</string> |
Chiao Cheng | cd9f376 | 2013-09-20 16:00:54 -0700 | [diff] [blame] | 563 | |
Andrew Lee | 5c1ab52 | 2015-06-04 14:38:50 -0700 | [diff] [blame] | 564 | <!-- 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] | 565 | <string name="search_shortcut_send_sms_message">Send SMS</string> |
| 566 | |
Andrew Lee | 5c1ab52 | 2015-06-04 14:38:50 -0700 | [diff] [blame] | 567 | <!-- 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] | 568 | <string name="search_shortcut_make_video_call">Make video call</string> |
| 569 | |
Anne Rong | e78b54c | 2015-09-28 11:18:42 -0700 | [diff] [blame] | 570 | <!-- Shortcut item used to block a number directly from search. [CHAR LIMIT=25] --> |
| 571 | <string name="search_shortcut_block_number">Block number</string> |
| 572 | |
Chiao Cheng | cd9f376 | 2013-09-20 16:00:54 -0700 | [diff] [blame] | 573 | <!-- Number of missed calls shown on call card [CHAR LIMIT=40] --> |
| 574 | <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string> |
| 575 | |
Andrew Lee | 39f773e | 2014-06-11 18:10:57 -0700 | [diff] [blame] | 576 | <!-- Shown when there are no speed dial favorites. --> |
Yorke Lee | 2557d12 | 2015-07-15 09:49:26 -0700 | [diff] [blame] | 577 | <string name="speed_dial_empty">No one is on your speed dial yet</string> |
| 578 | |
| 579 | <!-- Shown as an action when there are no speed dial favorites --> |
| 580 | <string name="speed_dial_empty_add_favorite_action">Add a favorite</string> |
Andrew Lee | 39f773e | 2014-06-11 18:10:57 -0700 | [diff] [blame] | 581 | |
| 582 | <!-- Shown when there are no contacts in the all contacts list. --> |
Yorke Lee | 2557d12 | 2015-07-15 09:49:26 -0700 | [diff] [blame] | 583 | <string name="all_contacts_empty">You don\'t have any contacts yet</string> |
| 584 | |
| 585 | <!-- Shown as an action when the all contacts list is empty --> |
| 586 | <string name="all_contacts_empty_add_contact_action">Add a contact</string> |
Chiao Cheng | cd9f376 | 2013-09-20 16:00:54 -0700 | [diff] [blame] | 587 | |
Yorke Lee | 3a847bd | 2013-09-24 15:19:53 -0700 | [diff] [blame] | 588 | <!-- Shows up as a tooltip to provide a hint to the user that the profile pic in a contact |
| 589 | card can be tapped to bring up a list of all numbers, or long pressed to start reordering |
| 590 | [CHAR LIMIT=NONE] |
| 591 | --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 592 | <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] | 593 | |
Yorke Lee | 3cefcc6 | 2014-01-16 11:26:46 -0800 | [diff] [blame] | 594 | <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] --> |
| 595 | <string name="remove_contact">Remove</string> |
Ihab Awad | 526c0b8 | 2014-02-27 12:55:36 -0800 | [diff] [blame] | 596 | |
Andrew Lee | c1b7d0a | 2015-04-15 17:23:27 -0700 | [diff] [blame] | 597 | <!-- 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] | 598 | 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] | 599 | [CHAR LIMIT=30] --> |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 600 | <string name="call_log_action_video_call">Video call</string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 601 | |
Andrew Lee | 247df6e | 2015-05-12 19:09:00 -0700 | [diff] [blame] | 602 | <!-- Button text for a button displayed underneath an entry in the call log, which opens up a |
| 603 | 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] | 604 | [CHAR LIMIT=30] --> |
Andrew Lee | 247df6e | 2015-05-12 19:09:00 -0700 | [diff] [blame] | 605 | <string name="call_log_action_send_message">Send Message</string> |
| 606 | |
Andrew Lee | c1b7d0a | 2015-04-15 17:23:27 -0700 | [diff] [blame] | 607 | <!-- 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] | 608 | 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] | 609 | the call log entry. [CHAR LIMIT=30] --> |
| 610 | <string name="call_log_action_details">Call details</string> |
| 611 | |
| 612 | <!-- Button text for the button displayed underneath an entry in the call log, which when |
| 613 | tapped triggers a return call to the named user. [CHAR LIMIT=30] --> |
| 614 | <string name="call_log_action_call"> |
| 615 | Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 616 | </string> |
Tyler Gunn | cf5e001 | 2014-05-16 08:02:55 -0700 | [diff] [blame] | 617 | |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 618 | <!-- String describing an incoming missed call entry in the call log. |
| 619 | Note: AccessibilityServices uses this attribute to announce what the view represents. |
| 620 | [CHAR LIMIT=NONE] --> |
Ihab Awad | 1e5325f | 2014-12-01 14:47:38 -0800 | [diff] [blame] | 621 | <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] | 622 | |
| 623 | <!-- String describing an incoming answered call entry in the call log. |
| 624 | Note: AccessibilityServices uses this attribute to announce what the view represents. |
| 625 | [CHAR LIMIT=NONE] --> |
Ihab Awad | 1e5325f | 2014-12-01 14:47:38 -0800 | [diff] [blame] | 626 | <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] | 627 | |
Nancy Chen | 9e40502 | 2015-10-23 16:24:03 -0700 | [diff] [blame] | 628 | <!-- String describing an "unread" voicemail entry in the voicemails tab. |
| 629 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 630 | [CHAR LIMIT=NONE] --> |
| 631 | <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> |
| 632 | |
| 633 | <!-- String describing a "read" voicemail entry in the voicemails tab. |
| 634 | Note: AccessibilityServices use this attribute to announce what the view represents. |
| 635 | [CHAR LIMIT=NONE] --> |
| 636 | <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> |
| 637 | |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 638 | <!-- String describing an outgoing call entry in the call log. |
| 639 | Note: AccessibilityServices uses this attribute to announce what the view represents. |
| 640 | [CHAR LIMIT=NONE] --> |
Ihab Awad | 1e5325f | 2014-12-01 14:47:38 -0800 | [diff] [blame] | 641 | <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] | 642 | |
| 643 | <!-- String describing the phone account the call was made on or to. This string will be used |
| 644 | in description_incoming_missed_call, description_incoming_answered_call, and |
| 645 | description_outgoing_call. |
| 646 | Note: AccessibilityServices uses this attribute to announce what the view represents. |
| 647 | [CHAR LIMIT=NONE] --> |
Ihab Awad | 1e5325f | 2014-12-01 14:47:38 -0800 | [diff] [blame] | 648 | <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] | 649 | |
Andrew Lee | c1b7d0a | 2015-04-15 17:23:27 -0700 | [diff] [blame] | 650 | <!-- String describing the phone icon on a call log list item. When tapped, it will place a |
| 651 | call to the number represented by that call log entry. [CHAR LIMIT=NONE]--> |
| 652 | <string name="description_call_log_call_action">Call</string> |
| 653 | |
| 654 | <!-- 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] | 655 | action triggers a return call to the named user. |
| 656 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 657 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 658 | <string name="description_call_action"> |
| 659 | Call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 660 | </string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 661 | |
Tyler Gunn | 57665d2 | 2014-07-08 12:37:49 -0700 | [diff] [blame] | 662 | <!-- String describing the "video call" action for an entry in the call log. The video call |
| 663 | action triggers a return video call to the named person/number. |
| 664 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 665 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 666 | <string name="description_video_call_action"> |
| 667 | Video call <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g>. |
| 668 | </string> |
Tyler Gunn | 57665d2 | 2014-07-08 12:37:49 -0700 | [diff] [blame] | 669 | |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 670 | <!-- String describing the "listen" action for an entry in the call log. The listen |
| 671 | action is shown for call log entries representing a voicemail message and this button |
| 672 | triggers playing back the voicemail. |
| 673 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 674 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 675 | <string name="description_voicemail_action"> |
| 676 | Listen to voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 677 | </string> |
| 678 | |
Andrew Lee | 80f36ae | 2015-06-10 15:46:25 -0700 | [diff] [blame] | 679 | <!-- String describing the "play voicemail" action for an entry in the call log. |
| 680 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 681 | [CHAR LIMIT=NONE] --> |
| 682 | <string name="description_voicemail_play"> |
| 683 | Play voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 684 | </string> |
| 685 | |
| 686 | <!-- String describing the "pause voicemail" action for an entry in the call log. |
| 687 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 688 | [CHAR LIMIT=NONE] --> |
| 689 | <string name="description_voicemail_pause"> |
| 690 | Pause voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 691 | </string> |
| 692 | |
| 693 | |
| 694 | <!-- String describing the "delete voicemail" action for an entry in the call log. |
| 695 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 696 | [CHAR LIMIT=NONE] --> |
| 697 | <string name="description_voicemail_delete"> |
| 698 | Delete voicemail from <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 699 | </string> |
| 700 | |
Andrew Lee | 1ed1206 | 2015-06-16 11:20:06 -0700 | [diff] [blame] | 701 | <!-- 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] | 702 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 703 | [CHAR LIMIT=NONE] --> |
| 704 | <plurals name="description_voicemail_unread"> |
Andrew Lee | 1ed1206 | 2015-06-16 11:20:06 -0700 | [diff] [blame] | 705 | <item quantity="one"><xliff:g id="count">%d</xliff:g> new voicemail</item> |
| 706 | <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] | 707 | </plurals> |
| 708 | |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 709 | <!-- Description for the "create new contact" action for an entry in the call log. This action |
| 710 | opens a screen for creating a new contact for this name or number. [CHAR LIMIT=NONE] --> |
| 711 | <string name="description_create_new_contact_action"> |
| 712 | Create contact for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 713 | </string> |
| 714 | |
| 715 | <!-- Description for the "add to existing contact" action for an entry in the call log. This |
| 716 | action opens a screen for adding this name or number to an existing contact. |
| 717 | [CHAR LIMIT=NONE] --> |
| 718 | <string name="description_add_to_existing_contact_action"> |
| 719 | Add <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> to existing contact |
| 720 | </string> |
Tyler Gunn | 146a4cd | 2014-05-05 16:51:42 -0700 | [diff] [blame] | 721 | |
Tyler Gunn | cf5e001 | 2014-05-16 08:02:55 -0700 | [diff] [blame] | 722 | <!-- String describing the "details" action for an entry in the call log. The details action |
| 723 | displays the call details screen for an entry in the call log. This shows the calls to |
| 724 | and from the specified number associated with the call log entry. |
| 725 | [CHAR LIMIT=NONE] --> |
Andrew Lee | 0451f9a | 2015-05-08 12:00:52 -0700 | [diff] [blame] | 726 | <string name="description_details_action"> |
| 727 | Call details for <xliff:g id="nameOrNumber" example="John Smith">^1</xliff:g> |
| 728 | </string> |
| 729 | |
Tyler Gunn | 4dfd712 | 2014-05-14 15:12:42 -0700 | [diff] [blame] | 730 | <!-- Toast message which appears when a call log entry is deleted. |
| 731 | [CHAR LIMIT=NONE] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 732 | <string name="toast_entry_removed">Deleted from call history</string> |
Tyler Gunn | 4dfd712 | 2014-05-14 15:12:42 -0700 | [diff] [blame] | 733 | |
Tyler Gunn | 1e27331 | 2014-06-10 12:59:53 -0700 | [diff] [blame] | 734 | <!-- String used as a header in the call log above calls which occurred today. |
| 735 | [CHAR LIMIT=65] --> |
| 736 | <string name="call_log_header_today">Today</string> |
| 737 | |
| 738 | <!-- String used as a header in the call log above calls which occurred yesterday. |
| 739 | [CHAR LIMIT=65] --> |
| 740 | <string name="call_log_header_yesterday">Yesterday</string> |
| 741 | |
Nancy Chen | 4a5a1bd | 2014-09-24 14:37:45 -0700 | [diff] [blame] | 742 | <!-- 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] | 743 | [CHAR LIMIT=65] --> |
Tyler Gunn | 480c64d | 2014-06-11 10:50:27 -0700 | [diff] [blame] | 744 | <string name="call_log_header_other">Older</string> |
Tyler Gunn | 18164c8 | 2014-06-09 10:20:57 -0700 | [diff] [blame] | 745 | |
| 746 | <!-- String a header on the call details screen. Appears above the list calls to or from a |
| 747 | particular number. |
| 748 | [CHAR LIMIT=65] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 749 | <string name="call_detail_list_header">Calls list</string> |
Tyler Gunn | 18164c8 | 2014-06-09 10:20:57 -0700 | [diff] [blame] | 750 | |
| 751 | <!-- String describing the "speaker on" button on the playback control used to listen to a |
| 752 | voicemail message. When speaker is on, playback of the voicemail will occur through the |
| 753 | phone speaker. |
| 754 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 755 | [CHAR LIMIT=NONE] --> |
| 756 | <string name="voicemail_speaker_on">Turn speaker on.</string> |
| 757 | |
| 758 | <!-- String describing the "speaker off" button on the playback control used to listen to a |
| 759 | voicemail message. When speaker is off, playback of the voicemail will occur through the |
| 760 | phone earpiece. |
| 761 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 762 | [CHAR LIMIT=NONE] --> |
| 763 | <string name="voicemail_speaker_off">Turn speaker off.</string> |
| 764 | |
| 765 | <!-- String describing the "play faster" button in the playback control used to listen to a |
| 766 | voicemail message. Speeds up playback of the voicemail message. |
| 767 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 768 | [CHAR LIMIT=NONE] --> |
| 769 | <string name="voicemail_play_faster">Play faster.</string> |
| 770 | |
| 771 | <!-- String describing the "play slower" button in the playback control used to listen to a |
| 772 | voicemail message. Slows down playback of the voicemail message. |
| 773 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 774 | [CHAR LIMIT=NONE] --> |
| 775 | <string name="voicemail_play_slower">Play slower.</string> |
| 776 | |
| 777 | <!-- String describing the "play/pause" button in the playback control used to listen to a |
| 778 | voicemail message. Starts playback or pauses ongoing playback. |
| 779 | Note: AccessibilityServices uses this attribute to announce the purpose of the button. |
| 780 | [CHAR LIMIT=NONE] --> |
| 781 | <string name="voicemail_play_start_pause">Start or pause playback.</string> |
Tyler Gunn | 8b0e858 | 2014-07-10 12:28:43 -0700 | [diff] [blame] | 782 | |
| 783 | <!-- Delimeter used between each item in a textual list; for example "Alpha, Beta". |
| 784 | [CHAR LIMIT=3] --> |
| 785 | <string name="list_delimeter">", "</string> |
Yorke Lee | af6f195 | 2014-07-14 19:13:16 -0700 | [diff] [blame] | 786 | |
| 787 | <!-- Dialer settings related strings--> |
| 788 | |
Andrew Lee | dd9dc5a | 2015-02-26 13:46:39 -0800 | [diff] [blame] | 789 | <!-- Title for "Display options" category, which controls how contacts are shown. |
| 790 | [CHAR LIMIT=40] --> |
| 791 | <string name="display_options_title">Display options</string> |
| 792 | |
Andrew Lee | e83576c | 2015-02-26 14:26:16 -0800 | [diff] [blame] | 793 | <!-- Title for the "Sounds and vibration" settings control settings related to ringtones, |
| 794 | dialpad tones, and vibration for incoming calls. [CHAR LIMIT=40] --> |
| 795 | <string name="sounds_and_vibration_title">Sounds and vibration</string> |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 796 | |
Andrew Lee | 811641c | 2015-02-26 15:38:48 -0800 | [diff] [blame] | 797 | <!-- Title for "Accessibility" category, which controls settings such as TTY mode and hearing |
| 798 | aid compatability. [CHAR LIMIT=40] --> |
| 799 | <string name="accessibility_settings_title">Accessibility</string> |
| 800 | |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 801 | <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] --> |
| 802 | <string name="ringtone_title">Phone ringtone</string> |
| 803 | |
| 804 | <!-- Setting option name to enable or disable vibration when ringing the phone. |
| 805 | [CHAR LIMIT=30] --> |
Andrew Lee | d0d409e | 2014-08-21 15:20:48 -0700 | [diff] [blame] | 806 | <string name="vibrate_on_ring_title">"Also vibrate for calls</string> |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 807 | |
| 808 | <!-- 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] | 809 | <string name="dtmf_tone_enable_title">Dialpad tones</string> |
Andrew Lee | c65acdf | 2015-03-02 22:43:41 -0800 | [diff] [blame] | 810 | <!-- Label for setting to adjust the length of DTMF tone sounds. [CHAR LIMIT=40] --> |
| 811 | <string name="dtmf_tone_length_title">Dialpad tone length</string> |
| 812 | <!-- Options displayed for the length of DTMF tone sounds. [CHAR LIMIT=40] --> |
| 813 | <string-array name="dtmf_tone_length_entries"> |
| 814 | <item>Normal</item> |
| 815 | <item>Long</item> |
| 816 | </string-array> |
| 817 | <!-- Do not translate. --> |
| 818 | <string-array name="dtmf_tone_length_entry_values" translatable="false"> |
| 819 | <item>0</item> |
| 820 | <item>1</item> |
| 821 | </string-array> |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 822 | |
Andrew Lee | e4ea104 | 2014-08-13 17:10:43 -0700 | [diff] [blame] | 823 | <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] --> |
| 824 | <string name="respond_via_sms_setting_title">Quick responses</string> |
| 825 | |
Andrew Lee | f1621a2 | 2014-10-24 14:22:59 -0700 | [diff] [blame] | 826 | <!-- Label for the call settings section [CHAR LIMIT=30] --> |
Nancy Chen | fa52cfc | 2014-11-07 12:58:12 -0800 | [diff] [blame] | 827 | <string name="call_settings_label">Calls</string> |
Yorke Lee | af6f195 | 2014-07-14 19:13:16 -0700 | [diff] [blame] | 828 | |
Andrew Lee | 3663afe | 2015-10-04 01:31:28 -0700 | [diff] [blame] | 829 | <!-- Label for the blocked numbers settings section [CHAR LIMIT=30] --> |
| 830 | <string name="manage_blocked_numbers_label">Blocked numbers</string> |
Anne Rong | 6fb201a | 2015-09-16 11:21:00 -0700 | [diff] [blame] | 831 | |
Andrew Lee | 7844b1d | 2015-10-21 00:16:37 -0700 | [diff] [blame] | 832 | <!-- 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] | 833 | emergency call was made. [CHAR LIMIT=50] --> |
Andrew Lee | 7844b1d | 2015-10-21 00:16:37 -0700 | [diff] [blame] | 834 | <string name="blocked_numbers_disabled_emergency_header_label"> |
| 835 | Call blocking temporarily off |
| 836 | </string> |
| 837 | |
| 838 | <!-- Description that call blocking is temporarily disabled because the user called an |
| 839 | emergency number, and explains that call blocking will be re-enabled after a buffer |
| 840 | period has passed. [CHAR LIMIT=NONE] --> |
| 841 | <string name="blocked_numbers_disabled_emergency_desc"> |
| 842 | Call blocking has been disabled because you contacted emergency services from this phone |
| 843 | within the last 48 hours. It will be automatically reenabled once the 48 hour period |
| 844 | expires. |
| 845 | </string> |
| 846 | |
Andrew Lee | 9af1b36 | 2015-10-15 23:17:30 -0700 | [diff] [blame] | 847 | <!-- Label for fragment to import numbers from contacts marked as send to voicemail. |
| 848 | [CHAR_LIMIT=30] --> |
| 849 | <string name="import_send_to_voicemail_numbers_label">Import numbers</string> |
| 850 | |
Andrew Lee | 71b91f9 | 2015-10-01 07:43:26 -0700 | [diff] [blame] | 851 | <!-- Text informing the user they have previously marked contacts to be sent to voicemail. |
| 852 | This will be followed by two buttons, 1) to view who is marked to be sent to voicemail |
| 853 | and 2) importing these settings to Dialer's block list. [CHAR LIMIT=NONE] --> |
| 854 | <string name="blocked_call_settings_import_description"> |
| 855 | You previously marked some callers to be automatically sent to voicemail via other apps. |
| 856 | </string> |
| 857 | |
Andrew Lee | a898ad1 | 2015-10-26 13:38:35 -0700 | [diff] [blame] | 858 | <!-- Text for a setting to hide blocked calls and automatically delete new voicemail from block |
Andrew Lee | b980fc4 | 2015-10-19 23:57:25 -0700 | [diff] [blame] | 859 | numbers. [CHAR LIMIT=NONE] --> |
| 860 | <string name="blocked_call_settings_hide_setting"> |
Andrew Lee | a898ad1 | 2015-10-26 13:38:35 -0700 | [diff] [blame] | 861 | Hide calls and automatically delete new voicemails from blocked numbers. |
Andrew Lee | b980fc4 | 2015-10-19 23:57:25 -0700 | [diff] [blame] | 862 | </string> |
| 863 | |
Andrew Lee | c412f94 | 2015-10-15 10:45:19 -0700 | [diff] [blame] | 864 | <!-- 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] | 865 | [CHAR_LIMIT=20] --> |
| 866 | <string name="blocked_call_settings_view_numbers_button">View Numbers</string> |
| 867 | |
| 868 | <!-- Label for button to import settings for sending contacts to voicemail into Dialer's block |
| 869 | list. [CHAR_LIMIT=20] --> |
| 870 | <string name="blocked_call_settings_import_button">Import</string> |
| 871 | |
Andrew Lee | c412f94 | 2015-10-15 10:45:19 -0700 | [diff] [blame] | 872 | <!-- Error toast message for when send to voicemail import fails. [CHAR LIMIT=40] --> |
| 873 | <string name="send_to_voicemail_import_failed">Import failed</string> |
| 874 | |
Anne Rong | 6fb201a | 2015-09-16 11:21:00 -0700 | [diff] [blame] | 875 | <!-- String describing the delete icon on a blocked number list item. |
| 876 | When tapped, it will show a dialog confirming the unblocking of the number. |
| 877 | [CHAR LIMIT=NONE]--> |
| 878 | <string name="description_blocked_number_list_delete">Unblock number</string> |
| 879 | |
Anne Rong | 6fb201a | 2015-09-16 11:21:00 -0700 | [diff] [blame] | 880 | <!-- Button to bring up UI to add a number to the blocked call list. [CHAR LIMIT=40] --> |
| 881 | <string name="blockNumber">Add number</string> |
| 882 | |
Andrew Lee | c412f94 | 2015-10-15 10:45:19 -0700 | [diff] [blame] | 883 | <!-- Heading for the block list in the "Spam and blocked cal)ls" settings. [CHAR LIMIT=64] --> |
Anne Rong | 6fb201a | 2015-09-16 11:21:00 -0700 | [diff] [blame] | 884 | <string name="blockList">Block list</string> |
| 885 | |
Anne Rong | 6fb201a | 2015-09-16 11:21:00 -0700 | [diff] [blame] | 886 | <!-- Error message shown when user tries to add invalid number to the block list. |
| 887 | [CHAR LIMIT=64] --> |
| 888 | <string name="invalidNumber"><xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> |
| 889 | is invalid.</string> |
| 890 | |
| 891 | <!-- Error message shown when user tries to add a number to the block list that was already |
| 892 | blocked. [CHAR LIMIT=64] --> |
| 893 | <string name="alreadyBlocked"><xliff:g id="number" example="(555) 555-5555">%1$s</xliff:g> |
| 894 | is already blocked.</string> |
| 895 | |
Andrew Lee | 9155416 | 2015-10-27 17:31:31 -0700 | [diff] [blame^] | 896 | <!-- Title of notification telling the user that call blocking has been temporarily disabled. |
| 897 | [CHAR LIMIT=56] --> |
| 898 | <string name="call_blocking_disabled_notification_title"> |
| 899 | Call blocking disabled for 48 hours |
| 900 | </string> |
| 901 | |
| 902 | <!-- Text for notification which provides the reason that call blocking has been temporarily |
| 903 | disabled. Namely, we disable call blocking after an emergency call in case of return |
| 904 | phone calls made by emergency services. [CHAR LIMIT=64] --> |
| 905 | <string name="call_blocking_disabled_notification_text"> |
| 906 | Disabled because an emergency call was made. |
| 907 | </string> |
| 908 | |
Andrew Lee | f1621a2 | 2014-10-24 14:22:59 -0700 | [diff] [blame] | 909 | <!-- Label for the phone account settings [CHAR LIMIT=30] --> |
Nancy Chen | 97670b4 | 2014-11-11 12:17:05 -0800 | [diff] [blame] | 910 | <string name="phone_account_settings_label">Calling accounts</string> |
Andrew Lee | e94b945 | 2015-02-26 17:20:12 -0800 | [diff] [blame] | 911 | |
| 912 | <!-- DO NOT TRANSLATE. Internal key for ringtone preference. --> |
| 913 | <string name="ringtone_preference_key" translatable="false">button_ringtone_key</string> |
| 914 | <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. --> |
| 915 | <string name="vibrate_on_preference_key" translatable="false">button_vibrate_on_ring</string> |
| 916 | <!-- DO NOT TRANSLATE. Internal key for vibrate when ringing preference. --> |
| 917 | <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] | 918 | <!-- DO NOT TRANSLATE. Internal key for DTMF tone length preference. --> |
| 919 | <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] | 920 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 921 | <!-- 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] | 922 | <string name="permission_single_turn_on">Turn on</string> |
| 923 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 924 | <!-- 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] | 925 | <string name="permission_multiple_turn_on">Set permissions</string> |
| 926 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 927 | <!-- Shown as a prompt to turn on the contacts permission to enable speed dial [CHAR LIMIT=NONE]--> |
| 928 | <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] | 929 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 930 | <!-- Shown as a prompt to turn on the phone permission to enable the call log [CHAR LIMIT=NONE]--> |
| 931 | <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] | 932 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 933 | <!-- Shown as a prompt to turn on the contacts permission to show all contacts [CHAR LIMIT=NONE]--> |
| 934 | <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] | 935 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 936 | <!-- Shown as a prompt to turn on the phone permission to show voicemails [CHAR LIMIT=NONE]--> |
| 937 | <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] | 938 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 939 | <!-- 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] | 940 | <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] | 941 | |
Yorke Lee | e9c8233 | 2015-10-06 14:21:53 -0700 | [diff] [blame] | 942 | <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed [CHAR LIMIT=NONE]--> |
| 943 | <string name="permission_place_call">To place a call, turn on the Phone permission.</string> |
| 944 | |
| 945 | <!-- 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] | 946 | <string name="toast_cannot_write_system_settings">Phone app does not have permission to write to system settings.</string> |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 947 | </resources> |