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