1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4 * Copyright (C) 2007-2008 Esmertec AG. 5 * Copyright (C) 2007-2008 The Android Open Source Project 6 * 7 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * you may not use this file except in compliance with the License. 9 * You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, software 14 * distributed under the License is distributed on an "AS IS" BASIS, 15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 * See the License for the specific language governing permissions and 17 * limitations under the License. 18 */ 19--> 20 21<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 22 <!-- The name of the SMS/MMS app as it appears to the user in the Home screen, task switcher, etc. --> 23 <string name="app_label">Messaging</string> 24 25 <!-- Command name to open a Compose screen; displays in conversation list. 26 Also used as accessibility text for widget's new message button --> 27 <string name="new_message">New message</string> 28 <!-- Context menu item on an individual message for dialing the sender's phone number --> 29 <string name="menu_call_back">Call <xliff:g id="name">%s</xliff:g></string> 30 <!-- Context menu item on an individual message for emailing the sender --> 31 <string name="menu_send_email">Send email to <xliff:g id="name">%s</xliff:g></string> 32 33 <!-- Menu item for starting a new conversation --> 34 <string name="menu_compose_new">Compose</string> 35 <!-- Menu item for accessing application settings --> 36 <string name="menu_preferences">Settings</string> 37 <!-- Menu shown in the context menu when long pressing on a message when the message contains 38 one or more phone numbers and/or email addresses and the number or email is new to 39 contacts. [CHAR LIMIT=50] --> 40 <string name="menu_add_address_to_contacts">Add <xliff:g id="contactEmailOrNumber">%s</xliff:g> to People</string> 41 <!-- Menu item to call the recipient of the conversation on the phone (imperative verb) --> 42 <string name="menu_call">Call</string> 43 <!-- Menu item for search --> 44 <string name="menu_search">Search</string> 45 <!-- Menu item for deleting all conversations --> 46 <string name="menu_delete_all">Delete all threads</string> 47 <!-- Context menu item on an individual conversation for deleting that conversation --> 48 <string name="menu_delete">Delete thread</string> 49 <!-- Context menu item on an individual conversation for viewing that conversation --> 50 <string name="menu_view">View thread</string> 51 <!-- Menu item for debugging - do not localize --> 52 <string name="menu_debug_dump">DEBUG DUMP</string> 53 <!-- Message that appears on screen while SIM card messages are retrieved --> 54 <string name="refreshing">Refreshing\u2026</string> 55 56 <!-- Menu item to show received cell broadcasts. [CHAR LIMIT=30] --> 57 <string name="menu_cell_broadcasts">Cell broadcasts</string> 58 59 <!-- Tag appearing on conversations in the conversation list that contain a draft message --> 60 <string name="has_draft">Draft</string> 61 62 <!-- Subject to display in the conversation list if there is no subject --> 63 <string name="no_subject_view">(No subject)</string> 64 65 <!-- Name of the local user when displaying sender of an outgoing message (personal pronoun) --> 66 <string name="messagelist_sender_self">Me</string> 67 <!-- Context menu item on an individual message for viewing an attached slideshow --> 68 <string name="view_slideshow">View slideshow</string> 69 <!-- Context menu item on an individual message for viewing message details such as time and date --> 70 <string name="view_message_details">View details</string> 71 <!-- Context menu item on an individual message for viewing a delivery report --> 72 <string name="view_delivery_report">View report</string> 73 <!-- Context menu item on an individual message for deleting only that message --> 74 <string name="delete_message">Delete</string> 75 <!-- Time and date a message is due to expire --> 76 <string name="expire_on">"Expires: <xliff:g id="date">%s</xliff:g>"</string> 77 <!-- Abbreviation for "kilobyte" --> 78 <string name="kilobyte">KB</string> 79 80 <!-- Dialog box title brought up when warning the user that a message could not be delivered --> 81 <string name="undelivered_msg_dialog_title">Undelivered message</string> 82 <!-- Dialog box message indicating that a message could not be delivered, including the time of last attempt --> 83 <string name="undelivered_msg_dialog_body">Couldn\'t send this message.\nAttempt made: <xliff:g id="message">%s</xliff:g>.</string> 84 <!-- Dialog box message indicating that a message could not be delivered --> 85 <string name="undelivered_sms_dialog_body">Couldn\'t send this message.</string> 86 <!-- Menu item for deleting the entire conversation currently being viewed --> 87 <string name="delete_thread">Delete thread</string> 88 <!-- Context menu item on an individual message for forwarding it to another recipient --> 89 <string name="menu_forward">Forward</string> 90 <!-- Text of a button appearing for MMS messages that have not yet been downloaded, causing the message 91 to be downloaded (imperative verb) --> 92 <string name="download">Download</string> 93 <!-- Message displayed in place of the "download message" button once it has been pressed, 94 indicating that the download is in progress --> 95 <string name="downloading">Downloading</string> 96 <!-- Formatting for subject displayed inline, prepended to MMS message text --> 97 <string name="inline_subject">"<Subject: <xliff:g id="subject">%s</xliff:g>>"</string> 98 <!-- Text to display when the actual text is inaccessible due to DRM protection --> 99 <string name="drm_protected_text">"* DRM protected text *"</string> 100 <!-- Error message to display when DRM rights are insufficient to access some data --> 101 <string name="insufficient_drm_rights">Insufficient DRM rights detected.</string> 102 <!-- Individual message context menu item --> 103 <string name="copy_message_text">Copy text</string> 104 <!-- Header for context menu on an individual message --> 105 <string name="message_options">Message options</string> 106 <!-- Header for context menu on an individual slideshow --> 107 <string name="slideshow_options">Slideshow options</string> 108 109 <!-- Button text on edit slide screen indicating the user wants to finish editing that slide --> 110 <string name="done">Done</string> 111 112 <!-- Menu item in slideshow edit screen for moving the selected slide up in the order --> 113 <string name="move_up">Move up</string> 114 <!-- Menu item in slideshow edit screen for moving the selected slide down in the order --> 115 <string name="move_down">Move down</string> 116 <!-- Menu item in slideshow edit screen for removing the selected slide from the slideshow --> 117 <string name="remove_slide">Remove slide</string> 118 <!-- Menu item in slideshow edit screen for adding a new slide to the slideshow --> 119 <string name="add_slide">Add slide</string> 120 <!-- Text displayed below "Add slide" item in slideshow edit screen --> 121 <string name="add_slide_hint">Touch to create new slide.</string> 122 <!-- Menu item in slideshow edit screen for discarding the entire slideshow --> 123 <string name="discard_slideshow">Discard slideshow</string> 124 <!-- Header of slideshow showing which slide is being displayed --> 125 <string name="slide_show_part">Part <xliff:g id="part">%1$s</xliff:g>/<xliff:g id="total">%2$s</xliff:g></string> 126 127 128 <!-- Menu item in slide edit screen for removing the text from the slide being edited --> 129 <string name="remove_text">Remove text</string> 130 <!-- Menu item in slide edit screen for adding a picture to the slide being edited --> 131 <string name="add_picture">Add picture</string> 132 <!-- Menu item in slide edit screen for removing the picture from the slide being edited --> 133 <string name="remove_picture">Remove picture</string> 134 <!-- Menu item in slide edit screen for adding music to the slide being edited --> 135 <string name="add_music">Add music</string> 136 <!-- Menu item in slide edit screen for removing the music from the slide being edited --> 137 <string name="remove_music">Remove music</string> 138 <!-- Menu item in slide edit screen for adding a video to the slide being edited --> 139 <string name="add_video">Add video</string> 140 <!-- Menu item in slide edit screen for removing the video from the slide being edited --> 141 <string name="remove_video">Remove video</string> 142 143 <!-- Hint displayed in message recipient text box when starting a new conversation --> 144 <string name="to_hint">To</string> 145 <!-- Hint displayed in subject edit text box when adding a subject --> 146 <string name="subject_hint">Subject</string> 147 148 <!-- Menu item in conversation screen for attaching something to the message being composed --> 149 <string name="add_attachment">Attach</string> 150 <!-- Menu item in conversation screen for adding a subject to the message being composed --> 151 <string name="add_subject">Add subject</string> 152 <!-- Menu item in conversation screen for discarding the message currently being composed --> 153 <string name="discard">Discard</string> 154 155 <!-- Button next to an attachment during message composition to view the attachment (imperative verb) --> 156 <string name="view">View</string> 157 <!-- Button next to an attachment during message composition to replace the attachment (imperative verb) --> 158 <string name="replace">Replace</string> 159 <!-- Button next to an attachment during message composition to remove the attachment (imperative verb) --> 160 <string name="remove">Remove</string> 161 162 <!-- Button in conversation screen for sending the SMS message currently being composed (imperative verb) --> 163 <string name="send">Send</string> 164 <!-- Text to appear directly below the "Send" text on the SMS/MMS send button. The "MMS" text is on a second line in a smaller font. This is similar to saying "Send (mms)". --> 165 <string name="mms">MMS</string> 166 <!-- Content description for the send button when sending an mms (imperative verb) --> 167 <string name="send_mms">Send MMS</string> 168 169 <!-- Menu item in conversation screen for returning to the conversation list --> 170 <string name="all_threads">All threads</string> 171 172 <!-- Hint text in message body field when keyboard is exposed --> 173 <string name="type_to_compose_text_enter_to_send">Type message</string> 174 <!-- Hint text in message body field when keyboard is hidden --> 175 <string name="open_keyboard_to_compose_message">Open keyboard to type message</string> 176 <!-- Hint text when we are not the default SMS app --> 177 <string name="sending_disabled_not_default_app">Sending disabled</string> 178 <!-- Toast text when user tries to compose while we are not the default SMS app --> 179 <string name="compose_disabled_toast">Can\'t compose. Not default SMS app.</string> 180 181 <!-- Toast message while an image is being resized --> 182 <string name="compressing">Picture too large. Compressing\u2026</string> 183 184 <!-- Error message indicating the format for the specified media type (e.g. "picture") is unsupported --> 185 <string name="unsupported_media_format">Unsupported <xliff:g id="name">%1$s</xliff:g> format.</string> 186 <!-- Message prompting the user to select a different item; item string as type-appropriate (e.g. "picture") --> 187 <string name="select_different_media">Choose a different <xliff:g id="name">%1$s</xliff:g>.</string> 188 <!-- Message indicating that the message size limit has been reached --> 189 <string name="exceed_message_size_limitation">Message size limit reached.</string> 190 <!-- Message indicating that the message is too big and there is no space to attach a video --> 191 <string name="message_too_big_for_video">The message is too big to attach a video.</string> 192 <!-- Error message indicating that the item trying to be attached could not be added --> 193 <string name="failed_to_add_media">You can\'t add this <xliff:g id="name">%1$s</xliff:g> to your message.</string> 194 <!-- Error message indicating that the picture being attached and resized could not be resized --> 195 <string name="failed_to_resize_image">Picture not resized.</string> 196 <!-- Error message indicating that an image being attached is still too large to send even after resize --> 197 <string name="resize_image_error_information">This picture is too large to send, even when resized.</string> 198 <!-- String prepended to forwarded messages to indicate they were forwarded --> 199 <string name="forward_prefix">Fwd:\u0020</string> 200 <!-- Dialog message text explaining that a draft message will not be saved due to invalid recipients --> 201 <string name="discard_message_reason">Your message will be discarded because it has no valid recipients.</string> 202 <!-- Dialog box title indicating which recipients are invalid when the user tries to send a message with invalid recipients --> 203 <string name="has_invalid_recipient">Invalid recipient(s): <<xliff:g id="name">%1$s</xliff:g>></string> 204 <!-- While sending a message, if it has invalid recipient, display this message. --> 205 <string name="invalid_destination">Invalid destination address.</string> 206 <!-- While sending a message, this error is expected to be generated when user does not have 207 MMS enabled on his account. [CHAR LIMIT=NONE] --> 208 <string name="service_not_activated">Service not activated on network.</string> 209 <!-- If a message has expired and is no longer available on MMSC, show this toast. [CHAR LIMIT=NONE] --> 210 <string name="service_message_not_found">Message expired or not available.</string> 211 <!-- If a message can't be sent because of a MMSC network problem, show this toast. [CHAR LIMIT=NONE] --> 212 <string name="service_network_problem">Couldn\'t send due to network problem.</string> 213 <!-- Dialog message text when the user tries to send a message with invalid recipients --> 214 <string name="invalid_recipient_message">Correct the recipient(s) or they won\'t receive the message.</string> 215 <!-- Dialog box title indicating the message cannot be sent because there are no valid recipients --> 216 <string name="cannot_send_message">Can\'t send message</string> 217 <!-- Dialog message text indicating the message cannot be sent because there are no valid recipients --> 218 <string name="cannot_send_message_reason">Your message has no valid recipients.</string> 219 <!-- Error message displayed when the user attempts to forward a message with DRM-locked contents --> 220 <string name="cannot_forward_drm_obj">The DRM object included in the message can\'t be forwarded.</string> 221 222 <!-- Brief message that appears when converting a message from SMS to MMS. --> 223 <string name="converting_to_picture_message">Converting to multimedia message\u2026</string> 224 <!-- Brief message that appears when the maximum number of slides has been reached --> 225 <string name="cannot_add_slide_anymore">Can\'t add more slides.</string> 226 <!-- Brief message that appears when user tries to add picture to a slide which already has a video. --> 227 <string name="cannot_add_picture_and_video">Can\'t add video and picture to one slide.</string> 228 <!-- Brief message that appears when the message cannot be saved --> 229 <string name="cannot_save_message">Can\'t save message.</string> 230 <!-- Brief message that appears when a message has automatically been saved as a draft --> 231 <string name="message_saved_as_draft">Message saved as draft.</string> 232 <!-- Brief message that appears when too many recipients have been added --> 233 <string name="too_many_recipients">Message has too many recipients (<xliff:g id="currentCount">%1$s</xliff:g>). There is a limit of <xliff:g id="maxLimit">%2$s</xliff:g> recipients.</string> 234 <!-- Brief message that appears when too many videos/pictures are imported --> 235 <string name="too_many_attachments">There is a limit of <xliff:g id="maxLimit">%1$s</xliff:g> attachments. Only the first <xliff:g id="currentCount">%2$s</xliff:g> will be added.</string> 236 <!-- Alert dialog title when adding attachments is taking a while [CHAR LIMIT=none] --> 237 <string name="adding_attachments_title">Adding attachments</string> 238 <!-- Alert dialog when adding attachments is taking a while --> 239 <string name="adding_attachments">Wait while the items are added to the slideshow.</string> 240 <!-- Alert dialog title when creating a slideshow [CHAR LIMIT=none] --> 241 <string name="building_slideshow_title">Building slideshow</string> 242 243 <!-- Error message indicating that an audio attachment cannot be played --> 244 <string name="cannot_play_audio">Can\'t play audio.</string> 245 246 <!-- Button in the slide editor screen used to preview the slide (imperative verb) --> 247 <string name="preview">Preview</string> 248 <!-- Menu item in the slide editor screen used to preview the entire slideshow (imperative verb) --> 249 <string name="preview_slideshow">Preview</string> 250 <!-- Button in the slide editor screen used to replace the attached picture --> 251 <string name="replace_image">Replace picture</string> 252 <!-- String for slide duration in seconds --> 253 <string name="duration_sec">Duration (<xliff:g id="duration">%s</xliff:g> sec)</string> 254 <!-- Dialog box title for duration selector --> 255 <string name="duration_selector_title">"Duration for slide "</string> 256 <!-- Dialog box title for slide layout selector --> 257 <string name="layout_selector_title">"Slideshow layout "</string> 258 <!-- Slide layout option for layout at the top --> 259 <string name="layout_top">Layout (top)</string> 260 <!-- Slide layout option for layout at the bottom --> 261 <string name="layout_bottom">Layout (bottom)</string> 262 <!-- Hint in slide text field before text is typed --> 263 <string name="type_to_compose_text_or_leave_blank">Type message, or leave blank</string> 264 <!-- Toast when the user enters a non-numeric value for the duration of a slide --> 265 <string name="duration_not_a_number">Duration must be a number.</string> 266 <!-- Toast when the user enters a zero value for the duration of a slide --> 267 <string name="duration_zero">Duration must be greater than zero seconds.</string> 268 269 <!-- In duration selection dialog box, short version of "seconds" --> 270 <string name="secs">secs</string> 271 <!-- Options for slide duration in duration selection dialog box --> 272 <string-array name="select_dialog_items"> 273 <item>1 second</item> 274 <item>2 seconds</item> 275 <item>3 seconds</item> 276 <item>4 seconds</item> 277 <item>5 seconds</item> 278 <item>6 seconds</item> 279 <item>7 seconds</item> 280 <item>8 seconds</item> 281 <item>9 seconds</item> 282 <item>10 seconds</item> 283 <item>Other</item> 284 </string-array> 285 286 <!-- Context menu item on a message recipient for viewing their contact info --> 287 <string name="menu_view_contact">View contact</string> 288 <!-- Context menu item on a message recipient for adding them to the user's 289 contacts (used if the recipient is not already in the address book) --> 290 <string name="menu_add_to_contacts">Add to People</string> 291 292 <!-- Sender to be used if the sender address has been hidden --> 293 <string name="hidden_sender_address">Hidden sender address</string> 294 295 <!-- Text to be used for affirmative response button in dialog boxes --> 296 <string name="yes">OK</string> 297 <!-- Text to be used for negative response button in dialog boxes --> 298 <string name="no">Cancel</string> 299 <!-- Text to be used for affirmative response button in setting SMS limits dialog box --> 300 <string name="set">Set</string> 301 302 <!-- Button text used for playing an attachment or slideshow (imperative verb) --> 303 <string name="play">Play</string> 304 <!-- Button text used for editing a slideshow (imperative verb) --> 305 <string name="edit">Edit</string> 306 <!-- Button used for trying to send a message that has some valid recipients and some 307 invalid recipients, in spite of the warning presented to the user --> 308 <string name="try_to_send">Try to send</string> 309 310 <!-- Title of Settings screen --> 311 <string name="preferences_title">"Settings"</string> 312 <!-- Settings screen menu item for restoring all settings to default --> 313 <string name="restore_default">"Restore default settings"</string> 314 315 <!-- Settings screen, section heading for notifications --> 316 <string name="pref_notification_settings_title">Notifications</string> 317 <!-- Settings screen, section heading for MMS-specific settings --> 318 <string name="pref_mms_settings_title">"Multimedia (MMS) messages"</string> 319 <!-- Settings screen, section heading for SMS-specific settings --> 320 <string name="pref_sms_settings_title">"Text (SMS) messages"</string> 321 <!-- Settings screen, section heading for storage-specific settings --> 322 <string name="pref_sms_storage_title">Storage</string> 323 324 <!-- Title for SMS Disabled --> 325 <string name="pref_title_sms_disabled">SMS Disabled</string> 326 <!-- Summary for SMS Disabled --> 327 <string name="pref_summary_sms_disabled">Touch to make Messaging your default SMS app</string> 328 <!-- Title for SMS Enabled --> 329 <string name="pref_title_sms_enabled">SMS Enabled</string> 330 <!-- Summary for SMS Enabled --> 331 <string name="pref_summary_sms_enabled">Touch to change your default SMS app</string> 332 333 <!-- Settings item description for entering SIM card message screen --> 334 <string name="pref_summary_manage_sim_messages">Manage messages stored on your SIM card</string> 335 <!-- Settings item description for boolean MMS delivery report setting --> 336 <string name="pref_summary_mms_delivery_reports">Request a delivery report for each message you send</string> 337 <!-- Settings item description for boolean MMS read report setting --> 338 <string name="pref_summary_mms_read_reports">Request a read report for each message you send</string> 339 <!-- Settings item description for boolean SMS delivery report setting --> 340 <string name="pref_summary_sms_delivery_reports">Request a delivery report for each message you send</string> 341 <!-- Settings item description for boolean auto-delete messages setting --> 342 <string name="pref_summary_auto_delete">Delete old messages as limits are reached</string> 343 <!-- Settings item description for integer auto-delete sms message limit --> 344 <string name="pref_summary_delete_limit"><xliff:g id="count">%1$s</xliff:g> messages per conversation</string> 345 <!-- Settings item description for boolean MMS enable group MMS setting --> 346 <string name="pref_summary_mms_group_mms">Use MMS to send a single message when there are multiple recipients</string> 347 <!-- Settings item for entering SIM card message screen --> 348 <string name="pref_title_manage_sim_messages">Manage SIM card messages</string> 349 <!-- Settings item for boolean option to enable/disable MMS delivery reports --> 350 <string name="pref_title_mms_delivery_reports">Delivery reports</string> 351 <!-- Settings item for boolean option to enable/disable MMS group messages --> 352 <string name="pref_title_mms_group_mms">Group messaging</string> 353 <!-- Settings item for boolean option to enable/disable MMS read reports --> 354 <string name="pref_title_mms_read_reports">Read reports</string> 355 <!-- Settings item for boolean option to enable/disable SMS delivery reports --> 356 <string name="pref_title_sms_delivery_reports">Delivery reports</string> 357 <!-- Settings item for boolean option to enable/disable auto-deletion of messages --> 358 <string name="pref_title_auto_delete">Delete old messages</string> 359 <!-- Settings item for integer option to set SMS delete limit --> 360 <string name="pref_title_sms_delete">Text message limit</string> 361 <!-- Settings item for integer option to set MMS delete limit --> 362 <string name="pref_title_mms_delete">Multimedia message limit</string> 363 <!-- Settings item for boolean option to display message notifications --> 364 <string name="pref_title_notification_enabled">Notifications</string> 365 <!-- Settings item for boolean option to vibrate during message notification --> 366 <string name="pref_title_notification_vibrateWhen">Vibrate</string> 367 <!-- Settings item for entering ringtone selection screen --> 368 <string name="pref_title_notification_ringtone">Sound</string> 369 <!-- Settings item for setting the number of message to save for each conversation --> 370 <string name="pref_messages_to_save">Set number of messages to save</string> 371 <!-- Settings screen, what to display for Ringtone when the user chooses "silent" [CHAR LIMIT=100]--> 372 <string name="silent_ringtone">Silent</string> 373 374 <!-- The value to use when migrating from old versions for a true vibrate setting --> 375 <string translatable="false" name="prefDefault_vibrate_true">always</string> 376 <!-- The value to use when migrating from old versions for a false vibrate setting --> 377 <string translatable="false" name="prefDefault_vibrate_false">never</string> 378 379 <!-- Settings item for boolean option to auto-retrieve incoming MMS messages --> 380 <string name="pref_title_mms_auto_retrieval">Auto-retrieve</string> 381 <!-- Settings item description for boolean MMS auto-retrieve option --> 382 <string name="pref_summary_mms_auto_retrieval">Automatically retrieve messages</string> 383 <!-- Settings item for boolean option to auto-retrieve incoming MMS messages while roaming --> 384 <string name="pref_title_mms_retrieval_during_roaming">Roaming auto-retrieve</string> 385 <!-- Settings item description for boolean MMS auto-retrieve while roaming option --> 386 <string name="pref_summary_mms_retrieval_during_roaming">Automatically retrieve messages while roaming</string> 387 388 <!-- Confirm Delete --> 389 <!-- Delete confirmation dialog title --> 390 <string name="confirm_dialog_title">Delete?</string> 391 <!-- Delete confirmation dialog title for locked messages --> 392 <string name="confirm_dialog_locked_title">Delete locked message?</string> 393 <!-- This message is displayed in a confirmation dialog when the user selects one or more 394 conversations and then taps the "Delete" button. --> 395 <plurals name="confirm_delete_conversation"> 396 <!-- Case of 1 result. --> 397 <item quantity="one">One conversation will be deleted.</item> 398 <!-- Case of 0 or 2 or more results. --> 399 <item quantity="other"><xliff:g id="number" example="15">%1$s</xliff:g> conversations will be deleted.</item> 400 </plurals> 401 <string name="confirm_delete_conversation">The entire thread will be deleted.</string> 402 <!-- Delete all threads confirmation dialog message --> 403 <string name="confirm_delete_all_conversations">All threads will be deleted.</string> 404 <!-- Delete message confirmation dialog message --> 405 <string name="confirm_delete_message">The message will be deleted.</string> 406 <!-- Delete message confirmation dialog message for a locked message --> 407 <string name="confirm_delete_locked_message">Delete this locked message?</string> 408 <!-- Delete all the messages on the SIM dialog message --> 409 <string name="confirm_delete_all_SIM_messages">All messages on the SIM card will be deleted.</string> 410 <!-- Delete the selected message on the SIM dialog message --> 411 <string name="confirm_delete_SIM_message">This message on the SIM card will be deleted.</string> 412 <!-- Delete unlocked checkbox title --> 413 <string name="delete_unlocked">Delete locked messages</string> 414 <!-- Delete button title --> 415 <string name="delete">Delete</string> 416 <!-- Action bar mode title when multi-selecting conversations --> 417 <string name="select_conversations">Choose conversations</string> 418 <!-- Show this in the middle of the main activity when there are no conversations [CHAR LIMIT=none] --> 419 <string name="no_conversations">No conversations.</string> 420 <!-- Show this in the middle of the main activity when loading conversations [CHAR LIMIT=none] --> 421 <string name="loading_conversations">Loading conversations.</string> 422 423 <!-- When the user tries to view message details and some error occurs while 424 retrieving those details, this message will be shown. --> 425 <string name="cannot_get_details">Can\'t get details.</string> 426 <!-- Title of "Message details" dialog --> 427 <string name="message_details_title">Message details</string> 428 <!-- Label in "Message details" dialog --> 429 <string name="message_type_label">Type:\u0020</string> 430 <!-- "Type" value in "Message details" dialog --> 431 <string name="text_message">Text message</string> 432 <!-- "Type" value in "Message details" dialog --> 433 <string name="multimedia_message">Multimedia message</string> 434 <!-- "Type" value in "Message details" dialog --> 435 <string name="multimedia_notification">Multimedia message notification</string> 436 <!-- Label in "Message details" dialog showing who sent the message. --> 437 <string name="from_label">From:\u0020</string> 438 <!-- Label in "Message details" dialog --> 439 <string name="to_address_label">To:\u0020</string> 440 <!-- Label in "Message details" dialog --> 441 <string name="bcc_label">Bcc:\u0020</string> 442 <!-- Label in "Message details" dialog --> 443 <string name="sent_label">Sent:\u0020</string> 444 <!-- Label in "Message details" dialog --> 445 <string name="received_label">Received:\u0020</string> 446 <!-- Label in "Message details" dialog --> 447 <string name="saved_label">Saved:\u0020</string> 448 <!-- Label in "Message details" dialog --> 449 <string name="subject_label">Subject:\u0020</string> 450 <!-- Label in "Message details" dialog --> 451 <string name="message_size_label">Message size:\u0020</string> 452 <!-- Label in "Message details" dialog --> 453 <string name="priority_label">Priority:\u0020</string> 454 <!-- "Priority" value in "Message details" dialog --> 455 <string name="priority_high">High</string> 456 <!-- "Priority" value in "Message details" dialog --> 457 <string name="priority_normal">Normal</string> 458 <!-- "Priority" value in "Message details" dialog --> 459 <string name="priority_low">Low</string> 460 <!-- Label in "Message details" dialog --> 461 <string name="message_class_label">Message class:\u0020</string> 462 <!-- Label in "Message details" dialog --> 463 <string name="error_code_label">Error code:\u0020</string> 464 465 <!-- Menu title for editing a message --> 466 <string name="menu_edit">Edit</string> 467 <!-- Menu title for deleting undelivered messages or messages on 468 the SIM card. --> 469 <string name="menu_delete_messages">Delete messages</string> 470 <!-- Menu title for locking a message --> 471 <string name="menu_lock">Lock</string> 472 <!-- Menu title for unlocking a message --> 473 <string name="menu_unlock">Unlock</string> 474 475 <!-- Manage SIM Messages --> 476 <!-- Menu title to copy a selected message from the SIM card to the phone. --> 477 <string name="sim_copy_to_phone_memory" product="tablet">Copy to tablet memory</string> 478 <!-- Menu title to copy a selected message from the SIM card to the phone. --> 479 <string name="sim_copy_to_phone_memory" product="default">Copy to phone memory</string> 480 <!-- Menu title to delete a selected messaged from the SIM card. --> 481 <string name="sim_delete">Delete</string> 482 <!-- Title of screen displaying messages on SIM card --> 483 <string name="sim_manage_messages_title">Text messages on SIM card</string> 484 <!-- Context menu item but currently commented out in 1.0. --> 485 <string name="sim_view">View</string> 486 <!-- Message that appears on the "SMS messges on SIM card" screen when there are no messages on the SIM card --> 487 <string name="sim_empty">No messages on SIM card.</string> 488 489 <!-- Delivery Header View --> 490 <!-- Title of "Report" window --> 491 <string name="delivery_header_title">Report</string> 492 493 <!-- Delivery Report Activity --> 494 <!-- Status in "Report" window --> 495 <string name="status_none">(None)</string> 496 <!-- Status in "Report" window --> 497 <string name="status_pending">Pending</string> 498 <!-- Status in "Report" window --> 499 <string name="status_read">Read</string> 500 <!-- Status in "Report" window --> 501 <string name="status_received">Received</string> 502 <!-- Status in "Report" window --> 503 <string name="status_failed">Unsuccessful</string> 504 <!-- Status in "Report" window --> 505 <string name="status_unread">Unread</string> 506 <!-- Status in "Report" window --> 507 <string name="status_rejected">Rejected</string> 508 <!-- Label in "Report" window --> 509 <string name="recipient_label">Recipient:\u0020</string> 510 <!-- Label in "Report" window --> 511 <string name="status_label">Status:\u0020</string> 512 <!-- Label in "Report" window [CHAR LIMIT=50]--> 513 <string name="delivered_label">Delivered:\u0020</string> 514 515 516 <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog --> 517 <string name="attach_image">Pictures</string> 518 <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog --> 519 <string name="attach_take_photo">Capture picture</string> 520 <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog --> 521 <string name="attach_video">Videos</string> 522 <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog --> 523 <string name="attach_record_video">Capture video</string> 524 <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog --> 525 <string name="attach_sound">Audio</string> 526 <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog --> 527 <string name="attach_record_sound">Record audio</string> 528 <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog --> 529 <string name="attach_slideshow">Slideshow</string> 530 531 <!-- Layout Selector Adapter. Slideshow layout dialog option for aligning an icon. --> 532 <string name="select_bottom_text">Text on bottom</string> 533 <!-- Layout Selector Adapter. Slideshow layout dialog option for aligning an icon. --> 534 <string name="select_top_text">Text on top</string> 535 536 <!-- Delivery Report Toast dialog content --> 537 <string name="delivery_toast_body">Message received by %s.</string> 538 539 <!-- Delivery Report Notification dialog title. --> 540 <string name="notification_multiple"><xliff:g id="count">%s</xliff:g> unread messages.</string> 541 <!-- Delivery Report Notification dialog title. --> 542 <string name="notification_multiple_title">New messages</string> 543 544 <!-- Failed to send/download Notification dialog title. --> 545 <string name="notification_failed_multiple"><xliff:g id="count">%s</xliff:g> messages couldn\'t be sent</string> 546 <!-- Failed to send/download Notification dialog title. --> 547 <string name="notification_failed_multiple_title">Messages not sent</string> 548 549 <!-- Sim Full Notification dialog title. --> 550 <string name="sim_full_title">SIM card full</string> 551 <!-- Sim Full Notification dialog text. --> 552 <string name="sim_full_body">Delete some messages to make room for more.</string> 553 554 <!-- Device Full Notification dialog title. --> 555 <string name="sms_full_title">Text message memory full</string> 556 <!-- Device Full Notification dialog text. --> 557 <string name="sms_full_body">An incoming message was rejected due to full memory. Delete some old messages.</string> 558 559 <!-- Sms's Being Rejected Notification dialog title. --> 560 <string name="sms_rejected_title">Text message rejected</string> 561 <!-- Sms's Being Rejected Notification dialog text. --> 562 <string name="sms_rejected_body">An incoming message was rejected due to an unknown reason.</string> 563 564 <!-- Multimedia type used in building other messages. 565 For instance: Sorry, you cannot add this audio to your message. --> 566 <string name="type_audio">audio</string> 567 <!-- Multimedia type used in building other messages. 568 For instance: Sorry, you cannot add this picture to your message. --> 569 <string name="type_picture">picture</string> 570 <!-- Multimedia type used in building other messages. 571 For instance: Sorry, you cannot add this video to your message. --> 572 <string name="type_video">video</string> 573 574 <!-- Dialog title for the Read Report dialog. --> 575 <string name="confirm">Confirm</string> 576 <!-- Dialog text for the Read Report dialog. --> 577 <string name="message_send_read_report">A read report will be sent.</string> 578 579 <!-- This is the text of a toast message briefly displayed when a problem occurs 580 while sending. --> 581 <string name="message_queued">Currently can\'t send your message. It will be sent when the service becomes available.</string> 582 583 <!-- dialog error message when only is FDN is allowed. --> 584 <string name="fdn_check_failure">You can only send messages to your fixed dialing numbers.</string> 585 586 <!-- Download Manager --> 587 <!-- When an error occurs downloading a new message and a subject isn't available, substitute 588 this default subject. --> 589 <string name="no_subject">(No subject)</string> 590 <!-- When an error occurs downloading a new message and the sender is unknown, substitute 591 this default text. --> 592 <string name="unknown_sender">Unknown sender</string> 593 <!-- When an error occurs downloading a new message, display this message. 594 An example: Download of message Wanna get pizza from dorkman was unsuccessful. --> 595 <string name="dl_failure_notification">Couldn\'t download message <xliff:g id="subject">%1$s</xliff:g> from <xliff:g id="from">%2$s</xliff:g>.</string> 596 597 <!-- This is the confirm rate limit alert dialog title. --> 598 <string name="rate_limit_surpassed">Confirm</string> 599 <!-- This is the confirm rate limit alert dialog text. --> 600 <string name="confirm_rate_limit">A large number of multimedia messages are being sent. Is this OK?</string> 601 602 <!-- Message Failed Notification --> 603 <!-- Dialog box title when receiving a message failed. --> 604 <string name="message_download_failed_title">Message not downloaded</string> 605 <!-- Dialog box title when sending a message failed. --> 606 <string name="message_send_failed_title">Message not sent</string> 607 <!-- Dialog box message text when failure occurs sending a message. --> 608 <string name="message_failed_body">Touch to review the message and try again.</string> 609 <!-- Dialog box message when there's a problem retrieving messages. --> 610 <string name="download_later">Can\'t download right now. Try again later.</string> 611 <!-- Dialog box message when there's no APN specified on the device. --> 612 <string name="no_apn">No APN specified on the device.</string> 613 614 <!-- Title for audio file picker --> 615 <string name="select_audio">Choose audio</string> 616 <!-- Menu title to copy an attachment to the shared storage [CHAR LIMIT=25] --> 617 <string name="copy_to_sdcard">Save attachment</string> 618 <!-- Toast message on successful copy to shared storage [CHAR LIMIT=30] --> 619 <string name="copy_to_sdcard_success">Attachment saved.</string> 620 <!-- Toast message on failed copy to shared storage [CHAR LIMIT=30] --> 621 <string name="copy_to_sdcard_fail">Couldn\'t save attachment.</string> 622 <!-- Menu title to save a sound as a ringtone --> 623 <string name="save_ringtone">Save as ringtone</string> 624 <!-- Toast message on successful copying ringtone to drm provider --> 625 <string name="saved_ringtone">Ringtone saved.</string> 626 <!-- Toast message on failed copying ringtone to drm provider --> 627 <string name="saved_ringtone_fail">Couldn\'t save ringtone.</string> 628 <!-- Menu item --> 629 <!-- Menu item [CHAR LIMIT=40] --> 630 <string name="menu_group_participants">Group participants</string> 631 632 <!-- This is the dialog title for the "Select link" dialog, shown when the user clicks on a 633 chat in the chat history view if there are links in the chat message. The dialog displays the 634 links if there are any --> 635 <string name="select_link_title">Choose action</string> 636 637 <!-- Name of the Nth slide, shown in the list in the slideshow editor. --> 638 <string name="slide_number">Slide <xliff:g id="number" example="5">%s</xliff:g></string> 639 <!-- Duration of the slide, shown in the list in the slideshow editor --> 640 <plurals name="slide_duration"> 641 <!-- Case of 1-second duration. --> 642 <item quantity="one"><xliff:g id="number" example="1">%s</xliff:g> sec</item> 643 <!-- Case of "few" (small number of) seconds of duration. --> 644 <item quantity="few"><xliff:g id="number" example="2">%s</xliff:g> secs</item> 645 <!-- Case of multiple-second duration. --> 646 <item quantity="other"><xliff:g id="number" example="15">%s</xliff:g> secs</item> 647 </plurals> 648 649 <!-- Title of the delivery report activity. --> 650 <string name="delivery_report_activity">Delivery report</string> 651 652 <!-- Title of the activity that tells the user about storage limits. --> 653 <string name="storage_limits_activity">Storage limits</string> 654 655 <!-- Title of the slide duration editor activity. --> 656 <string name="change_duration_activity">Change duration</string> 657 658 <!-- Title of the slideshow editor activity. --> 659 <string name="edit_slideshow_activity">Edit slideshow</string> 660 661 <!-- Title of the recipient list activity. [CHAR LIMIT=NONE] --> 662 <string name="recipient_list_activity">Group participants</string> 663 664 <!-- Title of the slide editor activity. --> 665 <string name="edit_slide_activity">Edit slide</string> 666 667 <!-- Title of the slideshow activity. --> 668 <string name="slideshow_activity">Slideshow</string> 669 670 <!-- Title of the class-0 message activity. --> 671 <string name="class_0_message_activity">Class 0 message</string> 672 673 <!-- Application name shown when searching --> 674 <string name="search_label">Messaging</string> 675 676 <!-- Search hint --> 677 <string name="search_hint">Search messaging</string> 678 679 <!-- Search activity name --> 680 <string name="search">Messaging</string> 681 <!-- Search setting description --> 682 <string name="search_setting_description">Text in your messages</string> 683 684 <!-- Search empty results --> 685 <string name="search_empty">No matches.</string> 686 687 <!-- Search results title --> 688 <plurals name="search_results_title"> 689 <!-- Case of 1 result. --> 690 <item quantity="one"><xliff:g id="number" example="1">%1$s</xliff:g> result for \"<xliff:g id="search" example="???">%2$s</xliff:g>\"</item> 691 <!-- Case of 0 or 2 or more results. --> 692 <item quantity="other"><xliff:g id="number" example="15">%1$s</xliff:g> results for \"<xliff:g id="search" example="???">%2$s</xliff:g>\"</item> 693 </plurals> 694 695 <!--- String saved in history searches. --> 696 <string name="search_history"><xliff:g id="count">%1$s</xliff:g> results for \"<xliff:g id="search">%2$s</xliff:g>\"</string> 697 698 <!-- Button title in Messaging preferences. --> 699 <string name="confirm_clear_search_title">Clear</string> 700 <!-- Text for the preferences button. --> 701 <string name="confirm_clear_search_text">Search history will be cleared.</string> 702 <!--- Button title in preferences to clear the search history. It's a verb action that takes place 703 immediately when clicked. --> 704 <string name="pref_mms_clear_search_history_title">Clear search history</string> 705 <!--- Button description in preferences to clear the search history. --> 706 <string name="pref_mms_clear_search_history_summary">Clear previous Messaging searches from showing up in the Search box</string> 707 708 <!-- Dialog text for display mode save dialog. --> 709 <string name="save">Save</string> 710 711 <!-- Dialog title for dialog that informs user about new storage settings. --> 712 <string name="storage_limits_title">Limit messages</string> 713 714 <!-- Dialog message for dialog that informs user about new storage settings. --> 715 <string name="storage_limits_message">Limit the number of messages you save per conversation?</string> 716 717 <!-- Button title for dialog that informs user about new storage settings. --> 718 <string name="storage_limits_setting">Set limits</string> 719 720 <!-- Button title to dismiss dialog that informs user about new storage settings. --> 721 <string name="storage_limits_setting_dismiss">No limits</string> 722 723 <!-- Toast message when a user tries to send a Mms message when there are already too many 724 outstanding unsent message. --> 725 <string name="too_many_unsent_mms">Can\'t send message right now. Too many unsent multimedia messages.</string> 726 727 <!-- Brief small label shown to right of message when it is being sent. --> 728 <string name="sending_message">SENDING\u2026</string> 729 730 <!-- Title of progress dialog for picker --> 731 <string name="pick_too_many_recipients">Too many recipients</string> 732 733 <!-- Message of progress dialog for picker --> 734 <string name="adding_recipients">Adding recipients\u2026</string> 735 736 <!-- In conversation list items, this is the separator between a contact's name 737 and the draft stamp [CHAR LIMIT=5] --> 738 <string name="draft_separator">,\u0020</string> 739 740 <!-- In conversation list items, this comes after the receipient's name and contains 741 the number of messages in the thread [CHAR LIMIT=5] --> 742 <string name="message_count_format">\u00a0<xliff:g id="number" example="1">%1$s</xliff:g></string> 743 744 <!-- When showing a multi-message notification, this is the title [CHAR LIMIT=none] --> 745 <string name="message_count_notification"><xliff:g id="number" example="3">%1$s</xliff:g> new messages</string> 746 <!-- In digest notifications when we show N messages, but there are N+M outstanding messages, 747 this text is displayed at the bottom of the notification. [CHAR LIMIT=50] --> 748 <plurals name="message_count_notification_overflow"> 749 <!-- Case of 1 result. --> 750 <item quantity="one">+<xliff:g id="number" example="1">%1$s</xliff:g> other message"</item> 751 <!-- Case of 2 or more results. --> 752 <item quantity="other">+<xliff:g id="number" example="15">%1$s</xliff:g> other messages"</item> 753 </plurals> 754 755 <!-- For debugging: Dialog box title indicating there's a situation where data has unexpectedly 756 changed --> 757 <string name="error_state">Inconsistent state</string> 758 <!-- For debugging: Dialog box text indicating there's a situation where data has unexpectedly 759 changed --> 760 <string name="error_state_text">The state of threads and recipients is inconsistent. Please capture a bug report and report it via http://go/droidanizer </string> 761 762 <!-- In the title of the compose message activity, when there are multiple recipients, we show 763 the number of recipients in the subtitle of the action bar. There's never a case of one. [CHAR LIMIT=50] --> 764 <plurals name="recipient_count"> 765 <!-- Case of 0 or 2 or more results. --> 766 <item quantity="other"><xliff:g id="number" example="15">%1$s</xliff:g> people</item> 767 </plurals> 768 769 <!-- Message of the dialog used to disable messaging notifications [CHAR LIMIT=none] --> 770 <string name="disable_notifications_dialog_message">Stop duplicate text message notifications from default Messaging app?</string> 771 772 <!-- Displayed at the end of the conversation list in the widget. Tapping on this will open the default conversation list. [CHAR LIMIT=35] --> 773 <string name="view_more_conversations">View more conversations</string> 774 775 <!-- Attachment type shown in notification. [CHAR LIMIT=35] --> 776 <string name="attachment_audio">Audio</string> 777 <!-- Attachment type shown in notification. [CHAR LIMIT=35] --> 778 <string name="attachment_slideshow">Slideshow</string> 779 <!-- Attachment type shown in notification. [CHAR LIMIT=35] --> 780 <string name="attachment_video">Video</string> 781 <!-- Attachment type shown in notification. [CHAR LIMIT=35] --> 782 <string name="attachment_picture">Picture</string> 783 784 <!-- Separator between parts of a notification in each line of an inboxStyle notification. [CHAR LIMIT=2] --> 785 <string name="notification_separator">\u0020\u0020</string> 786 787 <!-- An enumeration comma for separating multiple names in notifications. [CHAR LIMIT=2] --> 788 <string name="enumeration_comma">,\u0020</string> 789 790 <!-- In message list items, this string builds the timestamp line when the message is in a group [CHAR LIMIT=NONE] --> 791 <string name="message_timestamp_format"><xliff:g id="string" example="Fred Flinstone">%1$s</xliff:g>\u0020-\u0020<xliff:g id="string" example="9:39AM">%2$s</xliff:g></string> 792 793 <string name="storage_warning_title">"Your phone's storage is full"</string> 794 <string name="storage_warning_content">"You won't receive new SMS/MMS messages"</string> 795 <!-- Strings used forh MMS push of messages in outbox --> 796 <string name="label_mms_send_outbox_msg">MMS Wakeup</string> 797 <string name="desc_mms_send_outbox_msg">Sends out all MMSs from the outbox to the network</string> 798 799 <!-- Banner in conversation list for making Messaging the default SMS app --> 800 <string name="banner_sms_promo_title_initial">Messaging is not your SMS app</string> 801 <string name="banner_sms_promo_title_application"><xliff:g id="appName">%s</xliff:g> is your SMS app</string> 802 <string name="banner_sms_promo_message">You can change this in Settings</string> 803 804</resources> 805