Home | History | Annotate | Download | only in values
      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">"&lt;Subject: <xliff:g id="subject">%s</xliff:g>&gt;"</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 
    177     <!-- Toast message while an image is being resized -->
    178     <string name="compressing">Picture too large. Compressing\u2026</string>
    179 
    180     <!-- Error message indicating the format for the specified media type (e.g. "picture") is unsupported -->
    181     <string name="unsupported_media_format">Unsupported <xliff:g id="name">%1$s</xliff:g> format.</string>
    182     <!-- Message prompting the user to select a different item; item string as type-appropriate (e.g. "picture") -->
    183     <string name="select_different_media">Choose a different <xliff:g id="name">%1$s</xliff:g>.</string>
    184     <!-- Message indicating that the message size limit has been reached -->
    185     <string name="exceed_message_size_limitation">Message size limit reached.</string>
    186     <!-- Message indicating that the message is too big and there is no space to attach a video -->
    187     <string name="message_too_big_for_video">The message is too big to attach a video.</string>
    188     <!-- Error message indicating that the item trying to be attached could not be added -->
    189     <string name="failed_to_add_media">You can\'t add this <xliff:g id="name">%1$s</xliff:g> to your message.</string>
    190     <!-- Error message indicating that the picture being attached and resized could not be resized -->
    191     <string name="failed_to_resize_image">Picture not resized.</string>
    192     <!-- Error message indicating that an image being attached is still too large to send even after resize -->
    193     <string name="resize_image_error_information">This picture is too large to send, even when resized.</string>
    194     <!-- String prepended to forwarded messages to indicate they were forwarded -->
    195     <string name="forward_prefix">Fwd:\u0020</string>
    196     <!-- Dialog message text explaining that a draft message will not be saved due to invalid recipients -->
    197     <string name="discard_message_reason">Your message will be discarded because it has no valid recipients.</string>
    198     <!-- Dialog box title indicating which recipients are invalid when the user tries to send a message with invalid recipients -->
    199     <string name="has_invalid_recipient">Invalid recipient(s): &lt;<xliff:g id="name">%1$s</xliff:g>&gt;</string>
    200     <!-- While sending a message, if it has invalid recipient, display this message. -->
    201     <string name="invalid_destination">Invalid destination address.</string>
    202     <!-- While sending a message, this error is expected to be generated when user does not have
    203          MMS enabled on his account. [CHAR LIMIT=NONE] -->
    204     <string name="service_not_activated">Service not activated on network.</string>
    205     <!-- If a message has expired and is no longer available on MMSC, show this toast. [CHAR LIMIT=NONE] -->
    206     <string name="service_message_not_found">Message expired or not available.</string>
    207     <!-- If a message can't be sent because of a MMSC network problem, show this toast. [CHAR LIMIT=NONE] -->
    208     <string name="service_network_problem">Couldn\'t send due to network problem.</string>
    209     <!-- Dialog message text when the user tries to send a message with invalid recipients -->
    210     <string name="invalid_recipient_message">Correct the recipient(s) or they won\'t receive the message.</string>
    211     <!-- Dialog box title indicating the message cannot be sent because there are no valid recipients -->
    212     <string name="cannot_send_message">Can\'t send message</string>
    213     <!-- Dialog message text indicating the message cannot be sent because there are no valid recipients -->
    214     <string name="cannot_send_message_reason">Your message has no valid recipients.</string>
    215     <!-- Error message displayed when the user attempts to forward a message with DRM-locked contents -->
    216     <string name="cannot_forward_drm_obj">The DRM object included in the message can\'t be forwarded.</string>
    217 
    218     <!-- Brief message that appears when converting a message from SMS to MMS. -->
    219     <string name="converting_to_picture_message">Converting to multimedia message\u2026</string>
    220     <!-- Brief message that appears when the maximum number of slides has been reached -->
    221     <string name="cannot_add_slide_anymore">Can\'t add more slides.</string>
    222     <!-- Brief message that appears when user tries to add picture to a slide which already has a video. -->
    223     <string name="cannot_add_picture_and_video">Can\'t add video and picture to one slide.</string>
    224     <!-- Brief message that appears when the message cannot be saved -->
    225     <string name="cannot_save_message">Can\'t save message.</string>
    226     <!-- Brief message that appears when a message has automatically been saved as a draft -->
    227     <string name="message_saved_as_draft">Message saved as draft.</string>
    228     <!-- Brief message that appears when too many recipients have been added -->
    229     <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>
    230     <!-- Brief message that appears when too many videos/pictures are imported -->
    231     <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>
    232     <!-- Alert dialog title when adding attachments is taking a while  [CHAR LIMIT=none] -->
    233     <string name="adding_attachments_title">Adding attachments</string>
    234     <!-- Alert dialog when adding attachments is taking a while -->
    235     <string name="adding_attachments">Wait while the items are added to the slideshow.</string>
    236     <!-- Alert dialog title when creating a slideshow [CHAR LIMIT=none] -->
    237     <string name="building_slideshow_title">Building slideshow</string>
    238 
    239     <!-- Error message indicating that an audio attachment cannot be played -->
    240     <string name="cannot_play_audio">Can\'t play audio.</string>
    241 
    242     <!-- Button in the slide editor screen used to preview the slide (imperative verb) -->
    243     <string name="preview">Preview</string>
    244     <!-- Menu item in the slide editor screen used to preview the entire slideshow (imperative verb) -->
    245     <string name="preview_slideshow">Preview</string>
    246     <!-- Button in the slide editor screen used to replace the attached picture -->
    247     <string name="replace_image">Replace picture</string>
    248     <!-- String for slide duration in seconds -->
    249     <string name="duration_sec">Duration (<xliff:g id="duration">%s</xliff:g> sec)</string>
    250     <!-- Dialog box title for duration selector -->
    251     <string name="duration_selector_title">"Duration for slide "</string>
    252     <!-- Dialog box title for slide layout selector -->
    253     <string name="layout_selector_title">"Slideshow layout "</string>
    254     <!-- Slide layout option for layout at the top -->
    255     <string name="layout_top">Layout (top)</string>
    256     <!-- Slide layout option for layout at the bottom -->
    257     <string name="layout_bottom">Layout (bottom)</string>
    258     <!-- Hint in slide text field before text is typed -->
    259     <string name="type_to_compose_text_or_leave_blank">Type message, or leave blank</string>
    260     <!-- Toast when the user enters a non-numeric value for the duration of a slide -->
    261     <string name="duration_not_a_number">Duration must be a number.</string>
    262     <!-- Toast when the user enters a zero value for the duration of a slide -->
    263     <string name="duration_zero">Duration must be greater than zero seconds.</string>
    264 
    265     <!-- In duration selection dialog box, short version of "seconds" -->
    266     <string name="secs">secs</string>
    267     <!-- Options for slide duration in duration selection dialog box -->
    268     <string-array name="select_dialog_items">
    269          <item>1 second</item>
    270          <item>2 seconds</item>
    271          <item>3 seconds</item>
    272          <item>4 seconds</item>
    273          <item>5 seconds</item>
    274          <item>6 seconds</item>
    275          <item>7 seconds</item>
    276          <item>8 seconds</item>
    277          <item>9 seconds</item>
    278          <item>10 seconds</item>
    279          <item>Other</item>
    280     </string-array>
    281 
    282     <!-- Context menu item on a message recipient for viewing their contact info -->
    283     <string name="menu_view_contact">View contact</string>
    284     <!-- Context menu item on a message recipient for adding them to the user's
    285          contacts (used if the recipient is not already in the address book) -->
    286     <string name="menu_add_to_contacts">Add to People</string>
    287 
    288     <!-- Sender to be used if the sender address has been hidden -->
    289     <string name="hidden_sender_address">Hidden sender address</string>
    290 
    291     <!-- Text to be used for affirmative response button in dialog boxes -->
    292     <string name="yes">OK</string>
    293     <!-- Text to be used for negative response button in dialog boxes -->
    294     <string name="no">Cancel</string>
    295     <!-- Text to be used for affirmative response button in setting SMS limits dialog box -->
    296     <string name="set">Set</string>
    297 
    298     <!-- Button text used for playing an attachment or slideshow (imperative verb) -->
    299     <string name="play">Play</string>
    300     <!-- Button text used for editing a slideshow (imperative verb) -->
    301     <string name="edit">Edit</string>
    302     <!-- Button used for trying to send a message that has some valid recipients and some
    303          invalid recipients, in spite of the warning presented to the user -->
    304     <string name="try_to_send">Try to send</string>
    305 
    306     <!-- Title of Settings screen -->
    307     <string name="preferences_title">"Settings"</string>
    308     <!-- Settings screen menu item for restoring all settings to default -->
    309     <string name="restore_default">"Restore default settings"</string>
    310 
    311     <!-- Settings screen, section heading for notifications -->
    312     <string name="pref_notification_settings_title">Notifications</string>
    313     <!-- Settings screen, section heading for MMS-specific settings -->
    314     <string name="pref_mms_settings_title">"Multimedia (MMS) messages"</string>
    315     <!-- Settings screen, section heading for SMS-specific settings -->
    316     <string name="pref_sms_settings_title">"Text (SMS) messages"</string>
    317     <!-- Settings screen, section heading for storage-specific settings -->
    318     <string name="pref_sms_storage_title">Storage</string>
    319 
    320     <!-- Settings item description for entering SIM card message screen -->
    321     <string name="pref_summary_manage_sim_messages">Manage messages stored on your SIM card</string>
    322     <!-- Settings item description for boolean MMS delivery report setting -->
    323     <string name="pref_summary_mms_delivery_reports">Request a delivery report for each message you send</string>
    324     <!-- Settings item description for boolean MMS read report setting -->
    325     <string name="pref_summary_mms_read_reports">Request a read report for each message you send</string>
    326     <!-- Settings item description for boolean SMS delivery report setting -->
    327     <string name="pref_summary_sms_delivery_reports">Request a delivery report for each message you send</string>
    328     <!-- Settings item description for boolean auto-delete messages setting -->
    329     <string name="pref_summary_auto_delete">Delete old messages as limits are reached</string>
    330     <!-- Settings item description for integer auto-delete sms message limit -->
    331     <string name="pref_summary_delete_limit"><xliff:g id="count">%1$s</xliff:g> messages per conversation</string>
    332     <!-- Settings item description for boolean MMS enable group MMS setting -->
    333     <string name="pref_summary_mms_group_mms">Use MMS to send a single message when there are multiple recipients</string>
    334     <!-- Settings item for entering SIM card message screen -->
    335     <string name="pref_title_manage_sim_messages">Manage SIM card messages</string>
    336     <!-- Settings item for boolean option to enable/disable MMS delivery reports -->
    337     <string name="pref_title_mms_delivery_reports">Delivery reports</string>
    338     <!-- Settings item for boolean option to enable/disable MMS group messages -->
    339     <string name="pref_title_mms_group_mms">Group messaging</string>
    340     <!-- Settings item for boolean option to enable/disable MMS read reports -->
    341     <string name="pref_title_mms_read_reports">Read reports</string>
    342     <!-- Settings item for boolean option to enable/disable SMS delivery reports -->
    343     <string name="pref_title_sms_delivery_reports">Delivery reports</string>
    344     <!-- Settings item for boolean option to enable/disable auto-deletion of messages -->
    345     <string name="pref_title_auto_delete">Delete old messages</string>
    346     <!-- Settings item for integer option to set SMS delete limit -->
    347     <string name="pref_title_sms_delete">Text message limit</string>
    348     <!-- Settings item for integer option to set MMS delete limit -->
    349     <string name="pref_title_mms_delete">Multimedia message limit</string>
    350     <!-- Settings item for boolean option to display message notifications -->
    351     <string name="pref_title_notification_enabled">Notifications</string>
    352     <!-- Settings item for boolean option to vibrate during message notification -->
    353     <string name="pref_title_notification_vibrateWhen">Vibrate</string>
    354     <!-- Settings item for entering ringtone selection screen -->
    355     <string name="pref_title_notification_ringtone">Sound</string>
    356     <!-- Settings item for setting the number of message to save for each conversation -->
    357     <string name="pref_messages_to_save">Set number of messages to save</string>
    358     <!-- Settings screen, what to display for Ringtone when the user chooses "silent" [CHAR LIMIT=100]-->
    359     <string name="silent_ringtone">Silent</string>
    360 
    361     <!-- The value to use when migrating from old versions for a true vibrate setting -->
    362     <string translatable="false" name="prefDefault_vibrate_true">always</string>
    363     <!-- The value to use when migrating from old versions for a false vibrate setting -->
    364     <string translatable="false" name="prefDefault_vibrate_false">never</string>
    365 
    366     <!-- Settings item for boolean option to auto-retrieve incoming MMS messages -->
    367     <string name="pref_title_mms_auto_retrieval">Auto-retrieve</string>
    368     <!-- Settings item description for boolean MMS auto-retrieve option -->
    369     <string name="pref_summary_mms_auto_retrieval">Automatically retrieve messages</string>
    370     <!-- Settings item for boolean option to auto-retrieve incoming MMS messages while roaming -->
    371     <string name="pref_title_mms_retrieval_during_roaming">Roaming auto-retrieve</string>
    372     <!-- Settings item description for boolean MMS auto-retrieve while roaming option -->
    373     <string name="pref_summary_mms_retrieval_during_roaming">Automatically retrieve messages while roaming</string>
    374 
    375     <!-- Confirm Delete -->
    376     <!-- Delete confirmation dialog title -->
    377     <string name="confirm_dialog_title">Delete?</string>
    378     <!-- Delete confirmation dialog title for locked messages -->
    379     <string name="confirm_dialog_locked_title">Delete locked message?</string>
    380     <!-- This message is displayed in a confirmation dialog when the user selects one or more
    381          conversations and then taps the "Delete" button. -->
    382     <plurals name="confirm_delete_conversation">
    383         <!-- Case of 1 result. -->
    384         <item quantity="one">One conversation will be deleted.</item>
    385         <!-- Case of 0 or 2 or more results. -->
    386         <item quantity="other"><xliff:g id="number" example="15">%1$s</xliff:g> conversations will be deleted.</item>
    387     </plurals>
    388     <string name="confirm_delete_conversation">The entire thread will be deleted.</string>
    389     <!-- Delete all threads confirmation dialog message -->
    390     <string name="confirm_delete_all_conversations">All threads will be deleted.</string>
    391     <!-- Delete message confirmation dialog message -->
    392     <string name="confirm_delete_message">The message will be deleted.</string>
    393     <!-- Delete message confirmation dialog message for a locked message -->
    394     <string name="confirm_delete_locked_message">Delete this locked message?</string>
    395     <!-- Delete all the messages on the SIM dialog message -->
    396     <string name="confirm_delete_all_SIM_messages">All messages on the SIM card will be deleted.</string>
    397     <!-- Delete the selected message on the SIM dialog message -->
    398     <string name="confirm_delete_SIM_message">This message on the SIM card will be deleted.</string>
    399     <!-- Delete unlocked checkbox title -->
    400     <string name="delete_unlocked">Delete locked messages</string>
    401     <!-- Delete button title -->
    402     <string name="delete">Delete</string>
    403     <!-- Action bar mode title when multi-selecting conversations -->
    404     <string name="select_conversations">Choose conversations</string>
    405     <!-- Show this in the middle of the main activity when there are no conversations [CHAR LIMIT=none] -->
    406     <string name="no_conversations">No conversations.</string>
    407     <!-- Show this in the middle of the main activity when loading conversations [CHAR LIMIT=none] -->
    408     <string name="loading_conversations">Loading conversations.</string>
    409 
    410     <!-- When the user tries to view message details and some error occurs while
    411          retrieving those details, this message will be shown. -->
    412     <string name="cannot_get_details">Can\'t get details.</string>
    413     <!-- Title of "Message details" dialog -->
    414     <string name="message_details_title">Message details</string>
    415     <!-- Label in "Message details" dialog -->
    416     <string name="message_type_label">Type:\u0020</string>
    417     <!-- "Type" value in "Message details" dialog -->
    418     <string name="text_message">Text message</string>
    419     <!-- "Type" value in "Message details" dialog -->
    420     <string name="multimedia_message">Multimedia message</string>
    421     <!-- "Type" value in "Message details" dialog -->
    422     <string name="multimedia_notification">Multimedia message notification</string>
    423     <!-- Label in "Message details" dialog showing who sent the message. -->
    424     <string name="from_label">From:\u0020</string>
    425     <!-- Label in "Message details" dialog -->
    426     <string name="to_address_label">To:\u0020</string>
    427     <!-- Label in "Message details" dialog -->
    428     <string name="bcc_label">Bcc:\u0020</string>
    429     <!-- Label in "Message details" dialog -->
    430     <string name="sent_label">Sent:\u0020</string>
    431     <!-- Label in "Message details" dialog -->
    432     <string name="received_label">Received:\u0020</string>
    433     <!-- Label in "Message details" dialog -->
    434     <string name="saved_label">Saved:\u0020</string>
    435     <!-- Label in "Message details" dialog -->
    436     <string name="subject_label">Subject:\u0020</string>
    437     <!-- Label in "Message details" dialog -->
    438     <string name="message_size_label">Message size:\u0020</string>
    439     <!-- Label in "Message details" dialog -->
    440     <string name="priority_label">Priority:\u0020</string>
    441     <!-- "Priority" value in "Message details" dialog -->
    442     <string name="priority_high">High</string>
    443     <!-- "Priority" value in "Message details" dialog -->
    444     <string name="priority_normal">Normal</string>
    445     <!-- "Priority" value in "Message details" dialog -->
    446     <string name="priority_low">Low</string>
    447     <!-- Label in "Message details" dialog -->
    448     <string name="message_class_label">Message class:\u0020</string>
    449     <!-- Label in "Message details" dialog -->
    450     <string name="error_code_label">Error code:\u0020</string>
    451 
    452    <!-- Menu title for editing a message -->
    453    <string name="menu_edit">Edit</string>
    454    <!-- Menu title for deleting undelivered messages or messages on
    455         the SIM card. -->
    456    <string name="menu_delete_messages">Delete messages</string>
    457    <!-- Menu title for locking a message -->
    458    <string name="menu_lock">Lock</string>
    459    <!-- Menu title for unlocking a message -->
    460    <string name="menu_unlock">Unlock</string>
    461 
    462     <!-- Manage SIM Messages -->
    463     <!-- Menu title to copy a selected message from the SIM card to the phone. -->
    464     <string name="sim_copy_to_phone_memory" product="tablet">Copy to tablet memory</string>
    465     <!-- Menu title to copy a selected message from the SIM card to the phone. -->
    466     <string name="sim_copy_to_phone_memory" product="default">Copy to phone memory</string>
    467     <!-- Menu title to delete a selected messaged from the SIM card. -->
    468     <string name="sim_delete">Delete</string>
    469     <!-- Title of screen displaying messages on SIM card -->
    470     <string name="sim_manage_messages_title">Text messages on SIM card</string>
    471     <!-- Context menu item but currently commented out in 1.0. -->
    472     <string name="sim_view">View</string>
    473     <!-- Message that appears on the "SMS messges on SIM card" screen when there are no messages on the SIM card -->
    474     <string name="sim_empty">No messages on SIM card.</string>
    475 
    476     <!-- Delivery Header View -->
    477     <!-- Title of "Report" window -->
    478     <string name="delivery_header_title">Report</string>
    479 
    480     <!-- Delivery Report Activity -->
    481     <!-- Status in "Report" window -->
    482     <string name="status_none">(None)</string>
    483     <!-- Status in "Report" window -->
    484     <string name="status_pending">Pending</string>
    485     <!-- Status in "Report" window -->
    486     <string name="status_read">Read</string>
    487     <!-- Status in "Report" window -->
    488     <string name="status_received">Received</string>
    489     <!-- Status in "Report" window -->
    490     <string name="status_failed">Unsuccessful</string>
    491     <!-- Status in "Report" window -->
    492     <string name="status_unread">Unread</string>
    493     <!-- Status in "Report" window -->
    494     <string name="status_rejected">Rejected</string>
    495     <!-- Label in "Report" window -->
    496     <string name="recipient_label">Recipient:\u0020</string>
    497     <!-- Label in "Report" window -->
    498     <string name="status_label">Status:\u0020</string>
    499     <!-- Label in "Report" window [CHAR LIMIT=50]-->
    500     <string name="delivered_label">Delivered:\u0020</string>
    501 
    502 
    503     <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog -->
    504     <string name="attach_image">Pictures</string>
    505     <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog -->
    506     <string name="attach_take_photo">Capture picture</string>
    507     <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog -->
    508     <string name="attach_video">Videos</string>
    509     <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog -->
    510     <string name="attach_record_video">Capture video</string>
    511     <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog -->
    512     <string name="attach_sound">Audio</string>
    513     <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog -->
    514     <string name="attach_record_sound">Record audio</string>
    515     <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog, "Add music" dialog -->
    516     <string name="attach_slideshow">Slideshow</string>
    517 
    518     <!-- Layout Selector Adapter. Slideshow layout dialog option for aligning an icon. -->
    519     <string name="select_bottom_text">Text on bottom</string>
    520     <!-- Layout Selector Adapter. Slideshow layout dialog option for aligning an icon. -->
    521     <string name="select_top_text">Text on top</string>
    522 
    523     <!-- Delivery Report Toast dialog content -->
    524     <string name="delivery_toast_body">Message received by %s.</string>
    525 
    526     <!-- Delivery Report Notification dialog title. -->
    527     <string name="notification_multiple"><xliff:g id="count">%s</xliff:g> unread messages.</string>
    528     <!-- Delivery Report Notification dialog title. -->
    529     <string name="notification_multiple_title">New messages</string>
    530 
    531     <!-- Failed to send/download Notification dialog title. -->
    532     <string name="notification_failed_multiple"><xliff:g id="count">%s</xliff:g> messages couldn\'t be sent</string>
    533     <!-- Failed to send/download Notification dialog title. -->
    534     <string name="notification_failed_multiple_title">Messages not sent</string>
    535 
    536     <!-- Sim Full Notification dialog title. -->
    537     <string name="sim_full_title">SIM card full</string>
    538     <!-- Sim Full Notification dialog text. -->
    539     <string name="sim_full_body">Delete some messages to make room for more.</string>
    540 
    541     <!-- Device Full Notification dialog title. -->
    542     <string name="sms_full_title">Text message memory full</string>
    543     <!-- Device Full Notification dialog text. -->
    544     <string name="sms_full_body">An incoming message was rejected due to full memory. Delete some old messages.</string>
    545 
    546     <!-- Sms's Being Rejected Notification dialog title. -->
    547     <string name="sms_rejected_title">Text message rejected</string>
    548     <!-- Sms's Being Rejected Notification dialog text. -->
    549     <string name="sms_rejected_body">An incoming message was rejected due to an unknown reason.</string>
    550 
    551     <!-- Multimedia type used in building other messages.
    552          For instance: Sorry, you cannot add this audio to your message. -->
    553     <string name="type_audio">audio</string>
    554     <!-- Multimedia type used in building other messages.
    555          For instance: Sorry, you cannot add this picture to your message. -->
    556     <string name="type_picture">picture</string>
    557     <!-- Multimedia type used in building other messages.
    558          For instance: Sorry, you cannot add this video to your message. -->
    559     <string name="type_video">video</string>
    560 
    561     <!-- Dialog title for the Read Report dialog. -->
    562     <string name="confirm">Confirm</string>
    563     <!-- Dialog text for the Read Report dialog. -->
    564     <string name="message_send_read_report">A read report will be sent.</string>
    565 
    566     <!-- This is the text of a toast message briefly displayed when a problem occurs
    567          while sending. -->
    568     <string name="message_queued">Currently can\'t send your message. It will be sent when the service becomes available.</string>
    569 
    570     <!-- dialog error message when only is FDN is allowed. -->
    571     <string name="fdn_check_failure">You can only send messages to your fixed dialing numbers.</string>
    572 
    573     <!-- Download Manager -->
    574     <!-- When an error occurs downloading a new message and a subject isn't available, substitute
    575          this default subject. -->
    576     <string name="no_subject">(No subject)</string>
    577     <!-- When an error occurs downloading a new message and the sender is unknown, substitute
    578          this default text. -->
    579     <string name="unknown_sender">Unknown sender</string>
    580     <!-- When an error occurs downloading a new message, display this message.
    581          An example: Download of message Wanna get pizza from dorkman was unsuccessful. -->
    582     <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>
    583 
    584     <!-- This is the confirm rate limit alert dialog title. -->
    585     <string name="rate_limit_surpassed">Confirm</string>
    586     <!-- This is the confirm rate limit alert dialog text. -->
    587     <string name="confirm_rate_limit">A large number of multimedia messages are being sent. Is this OK?</string>
    588 
    589     <!-- Message Failed Notification -->
    590     <!-- Dialog box title when receiving a message failed. -->
    591     <string name="message_download_failed_title">Message not downloaded</string>
    592     <!-- Dialog box title when sending a message failed. -->
    593     <string name="message_send_failed_title">Message not sent</string>
    594     <!-- Dialog box message text when failure occurs sending a message. -->
    595     <string name="message_failed_body">Touch to review the message and try again.</string>
    596     <!-- Dialog box message when there's a problem retrieving messages. -->
    597     <string name="download_later">Can\'t download right now. Try again later.</string>
    598 
    599     <!-- Title for audio file picker -->
    600     <string name="select_audio">Choose audio</string>
    601     <!-- Menu title to copy an attachment to the shared storage [CHAR LIMIT=25] -->
    602     <string name="copy_to_sdcard">Save attachment</string>
    603     <!-- Toast message on successful copy to shared storage [CHAR LIMIT=30] -->
    604     <string name="copy_to_sdcard_success">Attachment saved.</string>
    605     <!-- Toast message on failed copy to shared storage [CHAR LIMIT=30] -->
    606     <string name="copy_to_sdcard_fail">Couldn\'t save attachment.</string>
    607     <!-- Menu title to save a sound as a ringtone -->
    608     <string name="save_ringtone">Save as ringtone</string>
    609     <!-- Toast message on successful copying ringtone to drm provider -->
    610     <string name="saved_ringtone">Ringtone saved.</string>
    611     <!-- Toast message on failed copying ringtone to drm provider -->
    612     <string name="saved_ringtone_fail">Couldn\'t save ringtone.</string>
    613     <!-- Menu item -->
    614     <string name="menu_insert_smiley">Insert smiley</string>
    615     <!-- Menu item  [CHAR LIMIT=40] -->
    616     <string name="menu_group_participants">Group participants</string>
    617 
    618     <!-- This is the dialog title for the "Select link" dialog, shown when the user clicks on a
    619     chat in the chat history view if there are links in the chat message. The dialog displays the
    620     links if there are any -->
    621     <string name="select_link_title">Choose action</string>
    622 
    623     <!-- Name of the Nth slide, shown in the list in the slideshow editor. -->
    624     <string name="slide_number">Slide <xliff:g id="number" example="5">%s</xliff:g></string>
    625     <!-- Duration of the slide, shown in the list in the slideshow editor -->
    626     <plurals name="slide_duration">
    627         <!-- Case of 1-second duration. -->
    628         <item quantity="one"><xliff:g id="number" example="1">%s</xliff:g> sec</item>
    629         <!-- Case of "few" (small number of) seconds of duration. -->
    630         <item quantity="few"><xliff:g id="number" example="2">%s</xliff:g> secs</item>
    631         <!-- Case of multiple-second duration. -->
    632         <item quantity="other"><xliff:g id="number" example="15">%s</xliff:g> secs</item>
    633     </plurals>
    634 
    635     <!-- Title of the delivery report activity. -->
    636     <string name="delivery_report_activity">Delivery report</string>
    637 
    638     <!-- Title of the activity that tells the user about storage limits. -->
    639     <string name="storage_limits_activity">Storage limits</string>
    640 
    641     <!-- Title of the slide duration editor activity. -->
    642     <string name="change_duration_activity">Change duration</string>
    643 
    644     <!-- Title of the slideshow editor activity. -->
    645     <string name="edit_slideshow_activity">Edit slideshow</string>
    646 
    647     <!-- Title of the recipient list activity. [CHAR LIMIT=NONE] -->
    648     <string name="recipient_list_activity">Group participants</string>
    649 
    650     <!-- Title of the slide editor activity. -->
    651     <string name="edit_slide_activity">Edit slide</string>
    652 
    653     <!-- Title of the slideshow activity. -->
    654     <string name="slideshow_activity">Slideshow</string>
    655 
    656     <!-- Title of the class-0 message activity. -->
    657     <string name="class_0_message_activity">Class 0 message</string>
    658 
    659     <!-- Application name shown when searching -->
    660     <string name="search_label">Messaging</string>
    661 
    662     <!-- Search hint -->
    663     <string name="search_hint">Search messaging</string>
    664 
    665     <!-- Search activity name -->
    666     <string name="search">Messaging</string>
    667     <!-- Search setting description -->
    668     <string name="search_setting_description">Text in your messages</string>
    669 
    670     <!--  Search empty results -->
    671     <string name="search_empty">No matches.</string>
    672 
    673     <!--  Search results title -->
    674     <plurals name="search_results_title">
    675         <!-- Case of 1 result. -->
    676         <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>
    677         <!-- Case of 0 or 2 or more results. -->
    678         <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>
    679     </plurals>
    680 
    681     <!--- String saved in history searches. -->
    682     <string name="search_history"><xliff:g id="count">%1$s</xliff:g> results for \"<xliff:g id="search">%2$s</xliff:g>\"</string>
    683 
    684     <!-- Button title in Messaging preferences. -->
    685     <string name="confirm_clear_search_title">Clear</string>
    686     <!-- Text for the preferences button. -->
    687     <string name="confirm_clear_search_text">Search history will be cleared.</string>
    688     <!--- Button title in preferences to clear the search history. It's a verb action that takes place
    689           immediately when clicked. -->
    690     <string name="pref_mms_clear_search_history_title">Clear search history</string>
    691     <!--- Button description in preferences to clear the search history. -->
    692     <string name="pref_mms_clear_search_history_summary">Clear previous Messaging searches from showing up in the Search box</string>
    693 
    694     <!-- Dialog text for display mode save dialog. -->
    695     <string name="save">Save</string>
    696 
    697     <!-- Dialog title for dialog that informs user about new storage settings. -->
    698     <string name="storage_limits_title">Limit messages</string>
    699 
    700     <!-- Dialog message for dialog that informs user about new storage settings. -->
    701     <string name="storage_limits_message">Limit the number of messages you save per conversation?</string>
    702 
    703     <!-- Button title for dialog that informs user about new storage settings. -->
    704     <string name="storage_limits_setting">Set limits</string>
    705 
    706     <!-- Button title to dismiss dialog that informs user about new storage settings. -->
    707     <string name="storage_limits_setting_dismiss">No limits</string>
    708 
    709     <!-- Toast message when a user tries to send a Mms message when there are already too many
    710          outstanding unsent message. -->
    711     <string name="too_many_unsent_mms">Can\'t send message right now. Too many unsent multimedia messages.</string>
    712 
    713     <!-- Brief small label shown to right of message when it is being sent. -->
    714     <string name="sending_message">SENDING\u2026</string>
    715 
    716     <!-- Title of progress dialog for picker -->
    717     <string name="pick_too_many_recipients">Too many recipients</string>
    718 
    719     <!-- Message of progress dialog for picker -->
    720     <string name="adding_recipients">Adding recipients\u2026</string>
    721 
    722     <!-- In conversation list items, this is the separator between a contact's name
    723          and the draft stamp [CHAR LIMIT=5] -->
    724     <string name="draft_separator">,\u0020</string>
    725 
    726     <!-- In conversation list items, this comes after the receipient's name and contains
    727          the number of messages in the thread [CHAR LIMIT=5] -->
    728     <string name="message_count_format">\u00a0<xliff:g id="number" example="1">%1$s</xliff:g></string>
    729 
    730     <!-- When showing a multi-message notification, this is the title [CHAR LIMIT=none] -->
    731     <string name="message_count_notification"><xliff:g id="number" example="3">%1$s</xliff:g> new messages</string>
    732     <!-- In digest notifications when we show N messages, but there are N+M outstanding messages,
    733          this text is displayed at the bottom of the notification. [CHAR LIMIT=50] -->
    734     <plurals name="message_count_notification_overflow">
    735         <!-- Case of 1 result. -->
    736         <item quantity="one">+<xliff:g id="number" example="1">%1$s</xliff:g> other message"</item>
    737         <!-- Case of 2 or more results. -->
    738         <item quantity="other">+<xliff:g id="number" example="15">%1$s</xliff:g> other messages"</item>
    739     </plurals>
    740 
    741     <!-- For debugging: Dialog box title indicating there's a situation where data has unexpectedly
    742          changed -->
    743     <string name="error_state">Inconsistent state</string>
    744     <!-- For debugging: Dialog box text indicating there's a situation where data has unexpectedly
    745          changed -->
    746     <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>
    747 
    748     <!-- In the title of the compose message activity, when there are multiple recipients, we show
    749          the number of recipients in the subtitle of the action bar. There's never a case of one. [CHAR LIMIT=50] -->
    750     <plurals name="recipient_count">
    751         <!-- Case of 0 or 2 or more results. -->
    752         <item quantity="other"><xliff:g id="number" example="15">%1$s</xliff:g> people</item>
    753     </plurals>
    754 
    755     <!-- Message of the dialog used to disable messaging notifications [CHAR LIMIT=none] -->
    756     <string name="disable_notifications_dialog_message">Stop duplicate text message notifications from default Messaging app?</string>
    757 
    758     <!-- Displayed at the end of the conversation list in the widget. Tapping on this will open the default conversation list. [CHAR LIMIT=35] -->
    759     <string name="view_more_conversations">View more conversations</string>
    760 
    761     <!-- Attachment type shown in notification. [CHAR LIMIT=35] -->
    762     <string name="attachment_audio">Audio</string>
    763     <!-- Attachment type shown in notification. [CHAR LIMIT=35] -->
    764     <string name="attachment_slideshow">Slideshow</string>
    765     <!-- Attachment type shown in notification. [CHAR LIMIT=35] -->
    766     <string name="attachment_video">Video</string>
    767     <!-- Attachment type shown in notification. [CHAR LIMIT=35] -->
    768     <string name="attachment_picture">Picture</string>
    769 
    770     <!-- Separator between parts of a notification in each line of an inboxStyle notification. [CHAR LIMIT=2] -->
    771     <string name="notification_separator">\u0020\u0020</string>
    772 
    773     <!-- An enumeration comma for separating multiple names in notifications. [CHAR LIMIT=2] -->
    774     <string name="enumeration_comma">,\u0020</string>
    775 
    776     <!-- In message list items, this string builds the timestamp line when the message is in a group [CHAR LIMIT=NONE] -->
    777     <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>
    778 
    779 </resources>
    780 
    781