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 19 <resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 20 21 <!-- Application name used in Settings/Apps. Default label for activities 22 that don't specify a label. --> 23 <string name="applicationLabel" tools:ignore="UnusedResources">Phone</string> 24 25 <!-- Title for the activity that dials the phone, when launched directly into the dialpad --> 26 <string name="launcherDialpadActivityLabel">Phone Keypad</string> 27 28 <!-- The description text for the call log tab. 29 30 Note: AccessibilityServices use this attribute to announce what the view represents. 31 This is especially valuable for views without textual representation like ImageView. 32 33 [CHAR LIMIT=NONE] --> 34 <string name="callHistoryIconLabel" tools:ignore="UnusedResources">Call history</string> 35 36 <!-- Option displayed in context menu to copy long pressed phone number. [CHAR LIMIT=48] --> 37 <string name="action_copy_number_text">Copy number</string> 38 39 <!-- Option displayed in context menu to copy long pressed voicemail transcription. [CHAR LIMIT=48] --> 40 <string name="copy_transcript_text">Copy transcription</string> 41 42 <!-- Label for action to edit a number before calling it. [CHAR LIMIT=48] --> 43 <string name="action_edit_number_before_call">Edit number before call</string> 44 45 <!-- Menu item used to remove all calls from the call log --> 46 <string name="call_log_delete_all">Clear call history</string> 47 48 <!-- Menu item used to delete a voicemail. [CHAR LIMIT=30] --> 49 <string name="call_log_trash_voicemail">Delete voicemail</string> 50 51 <!-- Text for snackbar to undo a voicemail delete. [CHAR LIMIT=30] --> 52 <string name="snackbar_voicemail_deleted">Voicemail deleted</string> 53 54 <!-- Text for undo button in snackbar for voicemail deletion. [CHAR LIMIT=10] --> 55 <string name="snackbar_voicemail_deleted_undo">UNDO</string> 56 57 <!-- Title of the confirmation dialog for clearing the call log. [CHAR LIMIT=37] --> 58 <string name="clearCallLogConfirmation_title">Clear call history?</string> 59 60 <!-- Confirmation dialog for clearing the call log. [CHAR LIMIT=NONE] --> 61 <string name="clearCallLogConfirmation">This will delete all calls from your history</string> 62 63 <!-- Title of the "Clearing call log" progress-dialog [CHAR LIMIT=35] --> 64 <string name="clearCallLogProgress_title">Clearing call history\u2026</string> 65 66 <!-- Notification strings --> 67 <!-- Missed call notification label, used when there's exactly one missed call --> 68 <string name="notification_missedCallTitle">Missed call</string> 69 <!-- Missed call notification label, used when there's exactly one missed call from work contact --> 70 <string name="notification_missedWorkCallTitle">Missed work call</string> 71 <!-- Missed call notification label, used when there are two or more missed calls --> 72 <string name="notification_missedCallsTitle">Missed calls</string> 73 <!-- Missed call notification message used when there are multiple missed calls --> 74 <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%d</xliff:g> missed calls</string> 75 <!-- Message for "call back" Action, which is displayed in the missed call notificaiton. 76 The user will be able to call back to the person or the phone number. 77 [CHAR LIMIT=18] --> 78 <string name="notification_missedCall_call_back">Call back</string> 79 <!-- Message for "reply via sms" action, which is displayed in the missed call notification. 80 The user will be able to send text messages using the phone number. 81 [CHAR LIMIT=18] --> 82 <string name="notification_missedCall_message">Message</string> 83 <!-- Hardcoded number used for restricted incoming phone numbers. --> 84 <string name="handle_restricted" translatable="false">RESTRICTED</string> 85 <!-- Format for a post call message. (ex. John Doe: Give me a call when you're free.) --> 86 <string name="post_call_notification_message"><xliff:g id="name">%1$s</xliff:g>: <xliff:g id="message">%2$s</xliff:g></string> 87 88 <!-- Message displayed in the "Voicemail" notification item, allowing the user 89 to dial the indicated number. --> 90 <string name="notification_voicemail_text_format">Dial <xliff:g id="voicemail_number">%s</xliff:g></string> 91 <!-- Message displayed in the "Voicemail" notification item, 92 indicating that there's no voicemail number available --> 93 <string name="notification_voicemail_no_vm_number">Voicemail number unknown</string> 94 <!-- Title of the notification of new voicemails. [CHAR LIMIT=30] --> 95 <plurals name="notification_voicemail_title"> 96 <item quantity="one">Voicemail</item> 97 <item quantity="other"> 98 <xliff:g id="count">%1$d</xliff:g> 99 Voicemails 100 </item> 101 </plurals> 102 103 <!-- Used to build a list of names or phone numbers, to indicate the callers who left 104 voicemails. 105 The first argument may be one or more callers, the most recent ones. 106 The second argument is an additional callers. 107 This string is used to build a list of callers. 108 109 [CHAR LIMIT=10] 110 --> 111 <string name="notification_voicemail_callers_list"><xliff:g id="newer_callers">%1$s</xliff:g>, 112 <xliff:g id="older_caller">%2$s</xliff:g> 113 </string> 114 115 <!-- Text used in the ticker to notify the user of the latest voicemail. [CHAR LIMIT=30] --> 116 <string name="notification_new_voicemail_ticker">New voicemail from 117 <xliff:g id="caller">%1$s</xliff:g> 118 </string> 119 120 <!-- Message to show when there is an error playing back the voicemail. [CHAR LIMIT=40] --> 121 <string name="voicemail_playback_error">Couldn\'t play voicemail</string> 122 123 <!-- Message to display whilst we are waiting for the content to be fetched. [CHAR LIMIT=40] --> 124 <string name="voicemail_fetching_content">Loading voicemail\u2026</string> 125 126 <!-- Message to display if we fail to get content within a suitable time period. [CHAR LIMIT=40] --> 127 <string name="voicemail_fetching_timout">Couldn\'t load voicemail</string> 128 129 <!-- The counter for calls in a group and the date of the latest call as shown in the call log [CHAR LIMIT=15] --> 130 <string name="call_log_item_count_and_date">(<xliff:g id="count">%1$d</xliff:g>) 131 <xliff:g id="date">%2$s</xliff:g> 132 </string> 133 134 <!-- String describing the button in the voicemail playback to switch on/off speakerphone. 135 136 Used by AccessibilityService to announce the purpose of the view. 137 --> 138 <string name="description_playback_speakerphone">Switch on or off speakerphone</string> 139 140 <!-- String describing the seekbar in the voicemail playback to seek playback position. 141 142 Used by AccessibilityService to announce the purpose of the view. 143 --> 144 <string name="description_playback_seek">Seek playback position</string> 145 146 <!-- Content description for the fake action menu button that brings up the call history 147 activity --> 148 <string name="action_menu_call_history_description">Call history</string> 149 150 <!-- Content description for the fake action menu overflow button. 151 This should be same as the description for the real action menu 152 overflow button available in ActionBar. 153 [CHAR LIMIT=NONE] --> 154 <string msgid="2295659037509008453" name="action_menu_overflow_description">More options</string> 155 156 <!-- Content description for the button that displays the dialpad 157 [CHAR LIMIT=NONE] --> 158 <string name="action_menu_dialpad_button">key pad</string> 159 160 <!-- Label for the dialer app setting page [CHAR LIMIT=30]--> 161 <string name="dialer_settings_label">Settings</string> 162 163 <!-- Label for the simulator submenu. This is used to show actions that are useful for development 164 and testing. [CHAR LIMIT=30]--> 165 <string name="simulator_submenu_label">Simulator</string> 166 167 <!-- Label for the menu item that installs a shortcut for the new UI. [CHAR LIMIT=30] --> 168 <string name="new_ui_launcher_shortcut_label">Create New UI Shortcut</string> 169 170 <!-- String describing the user entering bulk action mode. 171 172 Note: AccessibilityServices use this attribute to announce what the view represents. 173 This is especially valuable for views without textual representation like ImageView. 174 --> 175 <string name="description_entering_bulk_action_mode">Entering bulk action mode</string> 176 177 <!-- String describing the user leaving bulk action mode. 178 179 Note: AccessibilityServices use this attribute to announce what the view represents. 180 This is especially valuable for views without textual representation like ImageView. 181 --> 182 <string name="description_leaving_bulk_action_mode">Left bulk action mode</string> 183 184 <!-- String describing the button to select an entry for bulk action. 185 186 Note: AccessibilityServices use this attribute to announce what the view represents. 187 This is especially valuable for views without textual representation like ImageView. 188 --> 189 <string name="description_selecting_bulk_action_mode">Selected <xliff:g id="nameOrNumber">%1$s</xliff:g></string> 190 191 <!-- String describing the button to unselect an entry for bulk action. 192 193 Note: AccessibilityServices use this attribute to announce what the view represents. 194 This is especially valuable for views without textual representation like ImageView. 195 --> 196 <string name="description_unselecting_bulk_action_mode">Unselected <xliff:g id="nameOrNumber">%1$s</xliff:g></string> 197 198 <!-- String describing the button to access the contact details for a name or number. 199 200 Note: AccessibilityServices use this attribute to announce what the view represents. 201 This is especially valuable for views without textual representation like ImageView. 202 --> 203 <string name="description_contact_details">Contact details for <xliff:g id="nameOrNumber">%1$s</xliff:g></string> 204 205 <!-- String describing the button to access the contact details for a name or number when the 206 when the number is a suspected spam. 207 208 Note: AccessibilityServices use this attribute to announce what the view represents. 209 This is especially valuable for views without textual representation like ImageView. 210 --> 211 <string name="description_spam_contact_details">Contact details for suspected spam caller <xliff:g id="nameOrNumber">%1$s</xliff:g></string> 212 213 <!-- String indicating the number of calls to/from a caller in the call log. 214 215 Note: AccessibilityServices use this attribute to announce what the view represents. 216 This is especially valuable for views without textual representation like ImageView. 217 --> 218 <string name="description_num_calls"><xliff:g id="numberOfCalls">%1$s</xliff:g> calls.</string> 219 220 <!-- String indicating a call log entry had video capabilities. 221 222 Note: AccessibilityServices use this attribute to announce what the view represents. 223 This is especially valuable for views without textual representation like ImageView. 224 [CHAR LIMIT=NONE] 225 --> 226 <string name="description_video_call">Video call.</string> 227 228 <!-- String describing the icon used to start a voice search --> 229 <string name="description_start_voice_search">Start voice search</string> 230 231 <!-- String used for displaying calls to the voicemail number in the call log --> 232 <string name="voicemail">Voicemail</string> 233 234 <!-- String describing the cancel button in multi select. 235 Note: AccessibilityServices uses this attribute to announce what the view represents. 236 [CHAR LIMIT=NONE] --> 237 <string name="description_cancel_multi_select">Cancel batch actions mode</string> 238 239 <string name="voicemailMultiSelectDeleteConfirm">Delete</string> 240 <string name="voicemailMultiSelectDeleteCancel">Cancel</string> 241 242 <string name="voicemailMultiSelectActionBarTitle"><xliff:g id="number">%1$s</xliff:g> selected</string> 243 244 <!-- Alert dialog title to accept or decline deleting voicemail(s). --> 245 <plurals name="delete_voicemails_confirmation_dialog_title"> 246 <item quantity="one"><b>Delete this voicemail? </b></item> 247 <item quantity="other"><b>Delete these voicemails? </b></item> 248 </plurals> 249 250 <!-- The string 'Today'. This value is used in the voicemailCallLogDateTimeFormat rather than an 251 explicit date string, e.g. Jul 25, 2014, in the event that a voicemail was created on the 252 current day --> 253 <string name="voicemailCallLogToday">@string/call_log_header_today</string> 254 255 <!-- A format string used for displaying the date and time for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM 256 The date will be replaced by 'Today' for voicemails created on the current day. For example: Today at 2:49 PM --> 257 <string name="voicemailCallLogDateTimeFormat"><xliff:g example="Jul 25, 2014" id="date">%1$s</xliff:g> at <xliff:g example="2:49 PM" id="time">%2$s</xliff:g></string> 258 259 <!-- Format for duration of voicemails which are displayed when viewing voicemail logs. For example "01:22" --> 260 <string name="voicemailDurationFormat"><xliff:g example="10" id="minutes">%1$02d</xliff:g>:<xliff:g example="20" id="seconds">%2$02d</xliff:g></string> 261 262 <!-- 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 --> 263 <string name="voicemailCallLogDateTimeFormatWithDuration"><xliff:g example="Jul 25, 2014 at 2:49PM" id="dateAndTime">%1$s</xliff:g> \u2022 <xliff:g example="01:22" id="duration">%2$s</xliff:g></string> 264 265 <!-- Message displayed when there is no application available to handle voice search. [CHAR LIMIT=NONE] --> 266 <string name="voice_search_not_available">Voice search not available</string> 267 268 <!-- Hint displayed in dialer search box when there is no query that is currently typed. 269 [CHAR LIMIT=30] --> 270 <string name="dialer_hint_find_contact">Search contacts</string> 271 272 <!-- Hint displayed in add blocked number search box when there is no query typed. 273 [CHAR LIMIT=45] --> 274 <string name="block_number_search_hint">Add number or search contacts</string> 275 276 <!-- Text displayed when the call log is empty. --> 277 <string name="call_log_all_empty">Your call history is empty</string> 278 279 <!-- Label of the button displayed when the call history is empty. Allows the user to make a call. --> 280 <string name="call_log_all_empty_action">Make a call</string> 281 282 <!-- Text displayed when the list of missed calls is empty --> 283 <string name="call_log_missed_empty">You have no missed calls.</string> 284 285 <!-- Text displayed when the list of voicemails is empty --> 286 <string name="call_log_voicemail_empty">Your voicemail inbox is empty.</string> 287 288 <!-- Title of activity that displays a list of all calls --> 289 <string name="call_log_activity_title" tools:ignore="UnusedResources">Call History</string> 290 291 <!-- Title for the call log tab containing the list of all voicemails and calls 292 [CHAR LIMIT=30] --> 293 <string name="call_log_all_title">All</string> 294 295 <!-- Title for the call log tab containing the list of all missed calls only 296 [CHAR LIMIT=30] --> 297 <string name="call_log_missed_title">Missed</string> 298 299 <!-- Accessibility text for the tab showing recent and favorite contacts who can be called. 300 [CHAR LIMIT=40] --> 301 <string name="tab_speed_dial">Speed dial</string> 302 303 <!-- Accessibility text for the tab showing the call history. [CHAR LIMIT=40] --> 304 <string name="tab_history">Call History</string> 305 306 <!-- Accessibility text for the tab showing the user's contacts. [CHAR LIMIT=40] --> 307 <string name="tab_all_contacts">Contacts</string> 308 309 <!-- Accessibility text for the tab showing the user's voicemails. [CHAR LIMIT=40] --> 310 <string name="tab_voicemail">Voicemail</string> 311 312 <!-- Shortcut item used to call a number directly from search --> 313 <string name="search_shortcut_call_number">Call 314 <xliff:g id="number">%s</xliff:g> 315 </string> 316 317 <!-- Shortcut item used to add a number directly to a new contact from search. 318 [CHAR LIMIT=25] --> 319 <string name="search_shortcut_create_new_contact">Create new contact</string> 320 321 <!-- Shortcut item used to add a number to an existing contact directly from search. 322 [CHAR LIMIT=25] --> 323 <string name="search_shortcut_add_to_contact">Add to a contact</string> 324 325 <!-- Shortcut item used to send a text message directly from search. [CHAR LIMIT=25] --> 326 <string name="search_shortcut_send_sms_message">Send SMS</string> 327 328 <!-- Shortcut item used to make a video call directly from search. [CHAR LIMIT=25] --> 329 <string name="search_shortcut_make_video_call">Make video call</string> 330 331 <!-- Shortcut item used to block a number directly from search. [CHAR LIMIT=25] --> 332 <string name="search_shortcut_block_number">Block number</string> 333 334 <!-- Shown when there are no speed dial favorites. --> 335 <string name="speed_dial_empty">No one is on your speed dial yet</string> 336 337 <!-- Shown as an action when there are no speed dial favorites --> 338 <string name="speed_dial_empty_add_favorite_action">Add a favorite</string> 339 340 <!-- Remove button that shows up when contact is long-pressed. [CHAR LIMIT=NONE] --> 341 <string name="remove_contact">Remove</string> 342 343 <!-- Select all text that shows up when in multi select mode. [CHAR LIMIT=NONE] --> 344 <string name="select_all">Select all</string> 345 346 <!-- Button text for the "video call" displayed underneath an entry in the call log. 347 Tapping causes a video call to be placed to the caller represented by the call log entry. 348 [CHAR LIMIT=30] --> 349 <string name="call_log_action_video_call">Video call</string> 350 351 <!-- Button text for the "Set up" video calling option displayed underneath an entry in the call log. 352 Tapping causes a the user to be taken to set up video calling. 353 [CHAR LIMIT=30] --> 354 <string name="call_log_action_set_up_video">Set up video calling</string> 355 356 <!-- Button text for the "Invite" option displayed underneath an entry in the call log. 357 Tapping causes a the user to be taken to the messaging app with a message ready to invite them to set up video calling. 358 [CHAR LIMIT=30] --> 359 <string name="call_log_action_invite_video">Invite to video call</string> 360 361 <!-- Button text for a button displayed underneath an entry in the call log, which opens up a 362 messaging app to send a SMS to the number represented by the call log entry. 363 [CHAR LIMIT=30] --> 364 <string name="call_log_action_send_message">Send a message</string> 365 366 <!-- Button text for the button displayed underneath an entry in the call log. 367 Tapping navigates the user to the call details screen where the user can view details for 368 the call log entry. [CHAR LIMIT=30] --> 369 <string name="call_log_action_details">Call details</string> 370 371 <!-- Button text for the button displayed underneath an entry in the call log. 372 Tapping opens dialog to share voicemail archive with other apps. [CHAR LIMIT=30] --> 373 <string name="call_log_action_share_voicemail">Send to …</string> 374 375 <!-- Button text for the button displayed underneath an entry in the call log, which when 376 tapped triggers a return call to the named user. [CHAR LIMIT=30] --> 377 <string name="call_log_action_call"> 378 Call <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g> 379 </string> 380 381 <!-- String describing an incoming missed call entry in the call log. 382 Note: AccessibilityServices uses this attribute to announce what the view represents. 383 [CHAR LIMIT=NONE] --> 384 <string name="description_incoming_missed_call">Missed call from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string> 385 386 <!-- String describing an incoming answered call entry in the call log. 387 Note: AccessibilityServices uses this attribute to announce what the view represents. 388 [CHAR LIMIT=NONE] --> 389 <string name="description_incoming_answered_call">Answered call from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string> 390 391 <!-- String describing an "unread" voicemail entry in the voicemails tab. 392 Note: AccessibilityServices use this attribute to announce what the view represents. 393 [CHAR LIMIT=NONE] --> 394 <string name="description_unread_voicemail">Unread voicemail from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string> 395 396 <!-- String describing a "read" voicemail entry in the voicemails tab. 397 Note: AccessibilityServices use this attribute to announce what the view represents. 398 [CHAR LIMIT=NONE] --> 399 <string name="description_read_voicemail">Voicemail from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string> 400 401 <!-- String describing an outgoing call entry in the call log. 402 Note: AccessibilityServices uses this attribute to announce what the view represents. 403 [CHAR LIMIT=NONE] --> 404 <string name="description_outgoing_call">Call to <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>, <xliff:g example="Mobile" id="typeOrLocation">^2</xliff:g>, <xliff:g example="2 min ago" id="timeOfCall">^3</xliff:g>, <xliff:g example="on SIM 1" id="phoneAccount">^4</xliff:g>.</string> 405 406 <!-- TextView text item showing the secondary line number the call was received via. 407 [CHAR LIMIT=NONE]--> 408 <string name="call_log_via_number">via <xliff:g example="(555) 555-5555" id="number">%1$s</xliff:g></string> 409 410 <!-- The order of the PhoneAccount and via number that a call was received on, 411 if both are visible. 412 [CHAR LIMIT=NONE]--> 413 <string name="call_log_via_number_phone_account"><xliff:g example="SIM 1" id="phoneAccount">%1$s</xliff:g> via <xliff:g example="(555) 555-5555" id="number">%2$s</xliff:g></string> 414 415 <!-- String describing the "call" action for an entry in the call log. The call back 416 action triggers a return call to the named user. 417 Note: AccessibilityServices uses this attribute to announce the purpose of the button. 418 [CHAR LIMIT=NONE] --> 419 <string name="description_call_action"> 420 Call <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g> 421 </string> 422 423 <!-- String describing the "video call" action for an entry in the call log. The video call 424 action triggers a return video call to the named person/number. 425 Note: AccessibilityServices uses this attribute to announce the purpose of the button. 426 [CHAR LIMIT=NONE] --> 427 <string name="description_video_call_action"> 428 Video call <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g>. 429 </string> 430 431 <!-- String describing the "listen" action for an entry in the call log. The listen 432 action is shown for call log entries representing a voicemail message and this button 433 triggers playing back the voicemail. 434 Note: AccessibilityServices uses this attribute to announce the purpose of the button. 435 [CHAR LIMIT=NONE] --> 436 <string name="description_voicemail_action"> 437 Listen to voicemail from <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g> 438 </string> 439 440 <!-- Description for the "create new contact" action for an entry in the call log. This action 441 opens a screen for creating a new contact for this name or number. [CHAR LIMIT=NONE] --> 442 <string name="description_create_new_contact_action"> 443 Create contact for <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g> 444 </string> 445 446 <!-- Description for the "add to existing contact" action for an entry in the call log. This 447 action opens a screen for adding this name or number to an existing contact. 448 [CHAR LIMIT=NONE] --> 449 <string name="description_add_to_existing_contact_action"> 450 Add <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g> to existing contact 451 </string> 452 453 <!-- String describing the "details" action for an entry in the call log. The details action 454 displays the call details screen for an entry in the call log. This shows the calls to 455 and from the specified number associated with the call log entry. 456 [CHAR LIMIT=NONE] --> 457 <string name="description_details_action"> 458 Call details for <xliff:g example="John Smith" id="nameOrNumber">^1</xliff:g> 459 </string> 460 461 <!-- String used as a header in the call log above calls which occurred today. 462 [CHAR LIMIT=65] --> 463 <string name="call_log_header_today">Today</string> 464 465 <!-- String used as a header in the call log above calls which occurred yesterday. 466 [CHAR LIMIT=65] --> 467 <string name="call_log_header_yesterday">Yesterday</string> 468 469 <!-- String used as a header in the call log above calls which occurred two days or more ago. 470 [CHAR LIMIT=65] --> 471 <string name="call_log_header_other">Older</string> 472 473 <!-- String describing the "speaker on" button on the playback control used to listen to a 474 voicemail message. When speaker is on, playback of the voicemail will occur through the 475 phone speaker. 476 Note: AccessibilityServices uses this attribute to announce the purpose of the button. 477 [CHAR LIMIT=NONE] --> 478 <string name="voicemail_speaker_on">Turn speaker on.</string> 479 480 <!-- String describing the "speaker off" button on the playback control used to listen to a 481 voicemail message. When speaker is off, playback of the voicemail will occur through the 482 phone earpiece. 483 Note: AccessibilityServices uses this attribute to announce the purpose of the button. 484 [CHAR LIMIT=NONE] --> 485 <string name="voicemail_speaker_off">Turn speaker off.</string> 486 487 <!-- String describing the "play/pause" button in the playback control used to listen to a 488 voicemail message. Starts playback or pauses ongoing playback. 489 Note: AccessibilityServices uses this attribute to announce the purpose of the button. 490 [CHAR LIMIT=NONE] --> 491 <string name="voicemail_play_start_pause">Start or pause playback.</string> 492 493 <!-- Dialer settings related strings--> 494 495 <!-- Title for "Display options" category, which controls how contacts are shown. 496 [CHAR LIMIT=40] --> 497 <string name="display_options_title">Display options</string> 498 499 <!-- Title for the "Sounds and vibration" settings control settings related to ringtones, 500 dialpad tones, and vibration for incoming calls. [CHAR LIMIT=40] --> 501 <string name="sounds_and_vibration_title">Sounds and vibration</string> 502 503 <!-- Title for "Accessibility" category, which controls settings such as TTY mode and hearing 504 aid compatability. [CHAR LIMIT=40] --> 505 <string name="accessibility_settings_title">Accessibility</string> 506 507 <!-- Setting option name to pick ringtone (a list dialog comes up). [CHAR LIMIT=30] --> 508 <string name="ringtone_title">Phone ringtone</string> 509 510 <!-- Setting option name to enable or disable vibration when ringing the phone. 511 [CHAR LIMIT=30] --> 512 <string name="vibrate_on_ring_title">"Also vibrate for calls</string> 513 514 <!-- Setting option name to enable or disable DTMF tone sound [CHAR LIMIT=30] --> 515 <string name="dtmf_tone_enable_title">Keypad tones</string> 516 <!-- Label for setting to adjust the length of DTMF tone sounds. [CHAR LIMIT=40] --> 517 <string name="dtmf_tone_length_title">Keypad tone length</string> 518 <!-- Options displayed for the length of DTMF tone sounds. [CHAR LIMIT=40] --> 519 <string-array name="dtmf_tone_length_entries"> 520 <item>Normal</item> 521 <item>Long</item> 522 </string-array> 523 <string-array name="dtmf_tone_length_entry_values" translatable="false"> 524 <item>0</item> 525 <item>1</item> 526 </string-array> 527 528 <!-- Title of settings screen for managing the "Respond via SMS" feature. [CHAR LIMIT=30] --> 529 <string name="respond_via_sms_setting_title">Quick responses</string> 530 531 <!-- Label for the call settings section [CHAR LIMIT=30] --> 532 <string name="call_settings_label">Calls</string> 533 534 <!-- Label for the blocked numbers settings section [CHAR LIMIT=30] --> 535 <string name="manage_blocked_numbers_label">Blocked numbers</string> 536 537 <!-- Label for the voicemail settings section [CHAR LIMIT=30] --> 538 <string name="voicemail_settings_label">Voicemail</string> 539 540 <!-- Label for a section describing that call blocking is temporarily disabled because an 541 emergency call was made. [CHAR LIMIT=50] --> 542 <string name="blocked_numbers_disabled_emergency_header_label"> 543 Call blocking temporarily off 544 </string> 545 546 <!-- Description that call blocking is temporarily disabled because the user called an 547 emergency number, and explains that call blocking will be re-enabled after a buffer 548 period has passed. [CHAR LIMIT=NONE] --> 549 <string name="blocked_numbers_disabled_emergency_desc"> 550 Call blocking has been disabled because you contacted emergency services from this phone 551 within the last 48 hours. It will be automatically reenabled once the 48 hour period 552 expires. 553 </string> 554 555 <!-- Label for fragment to import numbers from contacts marked as send to voicemail. 556 [CHAR_LIMIT=30] --> 557 <string name="import_send_to_voicemail_numbers_label">Import numbers</string> 558 559 <!-- Text informing the user they have previously marked contacts to be sent to voicemail. 560 This will be followed by two buttons, 1) to view who is marked to be sent to voicemail 561 and 2) importing these settings to Dialer's block list. [CHAR LIMIT=NONE] --> 562 <string name="blocked_call_settings_import_description"> 563 You previously marked some callers to be automatically sent to voicemail via other apps. 564 </string> 565 566 <!-- Label for button to view numbers of contacts previous marked to be sent to voicemail. 567 [CHAR_LIMIT=20] --> 568 <string name="blocked_call_settings_view_numbers_button">View Numbers</string> 569 570 <!-- Label for button to import settings for sending contacts to voicemail into Dialer's block 571 list. [CHAR_LIMIT=20] --> 572 <string name="blocked_call_settings_import_button">Import</string> 573 574 <!-- String describing the delete icon on a blocked number list item. 575 When tapped, it will show a dialog confirming the unblocking of the number. 576 [CHAR LIMIT=NONE]--> 577 <string name="description_blocked_number_list_delete">Unblock number</string> 578 579 <!-- Button to bring up UI to add a number to the blocked call list. [CHAR LIMIT=40] --> 580 <string name="addBlockedNumber">Add number</string> 581 582 <!-- Footer message of number blocking screen with visual voicemail active. 583 [CHAR LIMIT=NONE] --> 584 <string name="block_number_footer_message_vvm"> 585 Calls from these numbers will be blocked and voicemails will be automatically deleted. 586 </string> 587 588 <!-- Footer message of number blocking screen with no visual voicemail. 589 [CHAR LIMIT=NONE] --> 590 <string name="block_number_footer_message_no_vvm"> 591 Calls from these numbers will be blocked, but they may still be able to leave you voicemails. 592 </string> 593 594 <!-- Heading for the block list in the "Spam and blocked cal)ls" settings. [CHAR LIMIT=64] --> 595 <string name="block_list">Blocked numbers</string> 596 597 <!-- Error message shown when user tries to add a number to the block list that was already 598 blocked. [CHAR LIMIT=64] --> 599 <string name="alreadyBlocked"><xliff:g example="(555) 555-5555" id="number">%1$s</xliff:g> 600 is already blocked.</string> 601 602 <!-- Label for the phone account settings [CHAR LIMIT=30] --> 603 <string name="phone_account_settings_label">Calling accounts</string> 604 605 <!-- Internal key for ringtone preference. --> 606 <string name="ringtone_preference_key" translatable="false">button_ringtone_key</string> 607 <!-- Internal key for vibrate when ringing preference. --> 608 <string name="vibrate_on_preference_key" translatable="false">button_vibrate_on_ring</string> 609 <!-- Internal key for vibrate when ringing preference. --> 610 <string name="play_dtmf_preference_key" translatable="false">button_play_dtmf_tone</string> 611 <!-- Internal key for DTMF tone length preference. --> 612 <string name="dtmf_tone_length_preference_key" translatable="false">button_dtmf_settings</string> 613 614 <!-- Shown as a prompt to turn on the contacts permission to enable speed dial [CHAR LIMIT=NONE]--> 615 <string name="permission_no_speeddial">To enable speed dial, turn on the Contacts permission.</string> 616 617 <!-- Shown as a prompt to turn on the phone permission to enable the call log [CHAR LIMIT=NONE]--> 618 <string name="permission_no_calllog">To see your call log, turn on the Phone permission.</string> 619 620 <!-- Shown as a prompt to turn on contacts permissions to allow contact search [CHAR LIMIT=NONE]--> 621 <string name="permission_no_search">To search your contacts, turn on the Contacts permissions.</string> 622 623 <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed [CHAR LIMIT=NONE]--> 624 <string name="permission_place_call">To place a call, turn on the Phone permission.</string> 625 626 <!-- 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]--> 627 <string name="toast_cannot_write_system_settings">Phone app does not have permission to write to system settings.</string> 628 629 <!-- Label under the name of a blocked number in the call log. [CHAR LIMIT=15] --> 630 <string name="blocked_number_call_log_label">Blocked</string> 631 632 <!-- Button text for a button displayed underneath an entry in the call log, which marks the 633 phone number represented by the call log entry as a Spam number. 634 [CHAR LIMIT=30] --> 635 <string name="call_log_action_block_report_number">Block/report spam</string> 636 637 <!-- Button text for a button displayed underneath an entry in the call log, which marks the 638 phone number represented by the call log entry as a Spam number. 639 [CHAR LIMIT=30] --> 640 <string name="call_log_action_block_number">Block number</string> 641 642 <!-- Button text for a button displayed underneath an entry in the call log, which removes the 643 phone number represented by the call log entry from the Spam numbers list. 644 [CHAR LIMIT=30] --> 645 <string name="call_log_action_remove_spam">Not spam</string> 646 647 <!-- Button text for a button displayed underneath an entry in the call log, which removes the 648 phone number represented by the call log entry from the blacklisted numbers. 649 [CHAR LIMIT=30] --> 650 <string name="call_log_action_unblock_number">Unblock number</string> 651 652 <!-- Label under the name of a spam number in the call log. [CHAR LIMIT=15] --> 653 <string name="spam_number_call_log_label">Spam</string> 654 655 <!-- Shown as a message that notifies the user enriched calling isn't working --> 656 <string name="call_composer_connection_failed"><xliff:g id="name">%1$s</xliff:g> is offline and can\'t be reached</string> 657 658 <!-- Label for setting that shows more information about the Phone app [CHAR LIMIT=30] --> 659 <string name="about_phone_label">About</string> 660 661 <!-- Label indicating who provided the voicemail transcription [CHAR LIMIT=64] --> 662 <string name="voicemail_transcription_branding_text">Transcribed by Google</string> 663 664 <!-- Label indicating that a voicemail transcription is in progress [CHAR LIMIT=64] --> 665 <string name="voicemail_transcription_in_progress">Transcribing…</string> 666 667 <!-- Label indicating that a voicemail transcription failed [CHAR LIMIT=64] --> 668 <string name="voicemail_transcription_failed">Transcript not available.</string> 669 670 <!-- Label indicating that a voicemail transcription failed because it was in an 671 unsupported language [CHAR LIMIT=64] --> 672 <string name="voicemail_transcription_failed_language_not_supported">Transcript not available. Language not supported.</string> 673 674 <!-- Label indicating that a voicemail transcription failed because no speech was detected 675 [CHAR LIMIT=64] --> 676 <string name="voicemail_transcription_failed_no_speech">Transcript not available. No speech detected.</string> 677 678 <!-- Title of voicemail donation promo dialog 679 [CHAR LIMIT=64] --> 680 <string name="voicemail_donation_promo_title">Help improve transcription accuracy?</string> 681 682 <!-- Content of voicemail donation promo dialog 683 [CHAR LIMIT=NONE] --> 684 <string name="voicemail_donation_promo_content"> 685 Let Google review this and future voicemail messages with transcripts. 686 They\'ll be stored anonymously. Change Settings any time. 687 </string> 688 689 <!-- Text for a 'learn more' link at the end of the voicemail donation promo dialog content --> 690 <string name="voicemail_donation_promo_learn_more">Learn more</string> 691 692 <string translatable="false" name="voicemail_donation_promo_learn_more_url">https://support.google.com/phoneapp/answer/2811844?hl=en%26ref_topic=7539039</string> 693 694 <!-- Label for the voicemail donation promo dialog opt-in button 695 [CHAR LIMIT=20] --> 696 <string name="voicemail_donation_promo_opt_in">Yes, I\'m in</string> 697 698 <!-- Label for the voicemail donation promo dialog opt-out button 699 [CHAR LIMIT=20] --> 700 <string name="voicemail_donation_promo_opt_out">No thanks</string> 701 702 <!-- Prompt asking the user to rate the quality of the voicemail transcription 703 [CHAR LIMIT=30] --> 704 <string name="voicemail_transcription_rating">Rate transcription quality</string> 705 706 <!-- Message displayed after user has rated a voicemail transcription [CHAR LIMIT=30] --> 707 <string name="voicemail_transcription_rating_thanks">Thanks for your feedback</string> 708 709 <!-- Describes the thumbs up, 'good' transcription button. Read by TalkBack. 710 [CHAR LIMIT=NONE] --> 711 <string name="description_rating_good">Like</string> 712 713 <!-- Describes the thumbs down, 'bad' transcription button. Read by TalkBack. 714 [CHAR LIMIT=NONE] --> 715 <string name="description_rating_bad">Dislike</string> 716 717 <!-- Button text to prompt a user to open an sms conversation [CHAR LIMIT=NONE] --> 718 <string name="view_conversation">View</string> 719 720 <!-- If a user deletes a call that has attachments (photo, message, ect) bundled with it, they need 721 to be told that they need to go to the SMS app to delete the attachments. [CHAR LIMIT=NONE] --> 722 <string name="ec_data_deleted">Call deleted. View and delete attachments shared during this call in Messages.</string> 723 724 <!-- If a user deletes a call that has attachments (photo, message, ect) bundled with it, they need 725 to be told that they need to go to the SMS app to delete the attachments. [CHAR LIMIT=NONE] --> 726 <string name="multiple_ec_data_deleted">Calls deleted. View and delete attachments shared during calls in Messages.</string> 727 728 <!-- Name of launcher shortcut for the new UI main activity. 729 TODO(38502365): Remove this once we're ready to launch the new UI. --> 730 <string translatable="false" name="nui_shortcut_name">Phone NUI</string> 731 </resources> 732