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