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