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