Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2008 The Android Open Source Project
      3 
      4      Licensed under the Apache License, Version 2.0 (the "License");
      5      you may not use this file except in compliance with the License.
      6      You may obtain a copy of the License at
      7 
      8           http://www.apache.org/licenses/LICENSE-2.0
      9 
     10      Unless required by applicable law or agreed to in writing, software
     11      distributed under the License is distributed on an "AS IS" BASIS,
     12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13      See the License for the specific language governing permissions and
     14      limitations under the License.
     15 -->
     16 
     17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     18 
     19     <!-- Permissions label for reading attachments -->
     20     <string name="permission_read_attachment_label">Read email attachments</string>
     21     <!-- Permissions description for reading attachments -->
     22     <string name="permission_read_attachment_desc">Allows this application to read your email
     23         attachments.</string>
     24     <!-- Permissions label for accessing the main provider -->
     25     <string name="permission_access_provider_label">Access email provider data</string>
     26     <!-- Permissions description for accessing the main provider -->
     27     <string name="permission_access_provider_desc">Allows this application to access your email
     28         database, including received messages, sent messages, usernames, and passwords.</string>
     29 
     30     <!-- Name of application on Home screen -->
     31     <string name="app_name">Email</string>
     32     <!-- Title of compose screen -->
     33     <string name="compose_title">Compose</string>
     34     <!-- Title of debug screen -->
     35     <string name="debug_title">Debug</string>
     36 
     37     <!-- Actions will be used as buttons and in menu items -->
     38     <skip />
     39 
     40     <!-- Button name used as part of a multi-step process -->
     41     <string name="next_action">Next</string>
     42     <!-- Button name used to confirm acceptance of dialog boxes, warnings, errors, etc. -->
     43     <string name="okay_action">OK</string>
     44     <!-- Button name used to cancel out of dialog boxes -->
     45     <string name="cancel_action">Cancel</string>
     46     <!-- Button name used to move to previous step during setup sequence [CHAR_LIMIT=16] -->
     47     <string name="previous_action">Previous</string>
     48     <!-- Menu item/button name -->
     49     <string name="send_action">Send</string>
     50     <!-- Menu item/button name -->
     51     <string name="reply_action">Reply</string>
     52     <!-- Menu item/button name -->
     53     <string name="reply_all_action">Reply all</string>
     54     <!-- Menu item/button name -->
     55     <string name="delete_action">Delete</string>
     56     <!-- Menu item/button name -->
     57     <string name="forward_action">Forward</string>
     58     <!-- Menu/Button item name and label for marking a message as a favorite
     59          (usually called starred) [CHAR LIMIT=40] -->
     60     <string name="favorite_action">Star</string>
     61     <!--  Button name used to complete a multi-step process -->
     62     <string name="done_action">Done</string>
     63     <!--  Button name used to create a new quick response [CHAR_LIMIT=16] -->
     64     <string name="create_action">Create new</string>
     65     <!--  Button name used to delete a quick response [CHAR_LIMIT=16] -->
     66     <string name="delete_quick_response_action">Delete</string>
     67     <!-- Message informing user when a list that would contain quick responses
     68             is empty [CHAR_LIMIT=80] -->
     69     <string name="quick_responses_empty_view">No quick responses</string>
     70     <!-- Menu item/button name -->
     71     <string name="discard_action">Discard</string>
     72     <!-- Menu item/button name [CHAR_LIMIT=16] -->
     73     <string name="save_draft_action">Save draft</string>
     74     <!-- Menu item/button name. Pressing will insert previously saved text
     75             into message body. [CHAR_LIMIT=24] -->
     76     <string name="show_quick_text_list_dialog_action">Insert quick response</string>
     77     <!-- Menu item/button name -->
     78     <string name="read_action">Mark read</string>
     79     <!-- Menu item/button name -->
     80     <string name="unread_action">Mark unread</string>
     81     <!-- Menu item/button name -->
     82     <string name="set_star_action">Add star</string>
     83     <!-- Menu item/button name -->
     84     <string name="remove_star_action">Remove star</string>
     85     <!-- Menu item -->
     86     <string name="refresh_action">Refresh</string>
     87     <!-- Menu item -->
     88     <string name="add_account_action">Add account</string>
     89     <!-- Menu item -->
     90     <string name="compose_action">Compose</string>
     91     <!-- Menu item/button name -->
     92     <string name="search_action">Search</string>
     93     <!-- Menu item -->
     94     <string name="account_settings_action">Account settings</string>
     95     <!-- Menu item for settings [CHAR LIMIT=40]-->
     96     <string name="settings_action">Settings</string>
     97     <!-- Menu item [CHAR LIMIT=32] -->
     98     <string name="mailbox_settings_action">Sync options</string>
     99     <!-- Menu item -->
    100     <string name="mark_as_unread_action">Mark as unread</string>
    101     <!-- Menu item for moving messages to folders [CHAR LIMIT=10] -->
    102     <string name="move_action">Move</string>
    103     <!-- Button label for adding CC/BCC fields on message compose. [CHAR LIMIT=16] -->
    104     <string name="plus_cc_label">+ Cc/Bcc</string>
    105     <!-- Menu item label for adding CC/BCC fields on message compose. [CHAR LIMIT=20] -->
    106     <string name="add_cc_bcc_menu">Add Cc/Bcc</string>
    107     <!-- Menu item label for adding an attachment on message compose. [CHAR LIMIT=20] -->
    108     <string name="add_file_attachment">Attach file</string>
    109     <!-- Generic button [CHAR LIMIT=16] -->
    110     <string name="close_action">Close</string>
    111     <!-- Command shown on Outbox to send all pending messages [CHAR LIMIT=20] -->
    112     <string name="message_list_send_pending_messages_action">Send all messages</string>
    113     <!-- Appears in choose attachment dialog title -->
    114     <string name="choose_attachment_dialog_title">Choose attachment</string>
    115     <!-- Dialog title to select a mailbox to which the user moves messages [CHAR LIMIT=20] -->
    116     <string name="move_to_folder_dialog_title">Move to</string>
    117     <!-- Appears in message list view while messages are being loaded [CHAR LIMIT=260dip] -->
    118     <string name="status_loading_messages">Loading messages\u2026</string>
    119     <!-- Appears in message list view when there's a network error. -->
    120     <!-- Also appears in a toast, in the message viewer, when there's a network error. -->
    121     <string name="status_network_error">Connection problem.</string>
    122     <!-- Dialog text when we are unable to load the message for display -->
    123     <string name="error_loading_message_body">Couldn\'t load the message text. The message
    124         may be too large to view.</string>
    125     <!-- Text shown with dragged messages to indicate how many are being dragged [CHAR LIMIT=40]-->
    126     <plurals name="move_messages">
    127         <item quantity="one">Move message</item>
    128         <item quantity="other">Move messages</item>
    129     </plurals>
    130     <!-- Toast shown when a message(s) can't be moved because it's not supported by the POP3
    131         protocol. [CHAR LIMIT=none]-->
    132     <string name="cannot_move_protocol_not_supported_toast">Move isn\'t supported on POP3 accounts.
    133         </string>
    134     <!-- Toast shown when messages can't be moved because the selection contains multiple accounts'
    135         messages. [CHAR LIMIT=none]-->
    136     <string name="cannot_move_multiple_accounts_toast">Can\'t move because selection contains multiple
    137         accounts.</string>
    138     <!-- Toast shown when messages can't be moved because they're in a special mailbox.  "Drafts",
    139         "Outbox" and "Sent". [CHAR LIMIT=none]-->
    140     <string name="cannot_move_special_mailboxes_toast">Messages in Drafts, Outbox, and Sent can\'t be
    141         moved.</string>
    142 
    143     <!-- Notification message in notifications window when one account has
    144          one or more new messages; e.g, "279 unread (someone (a] google.com)". -->
    145     <plurals name="notification_new_one_account_fmt">
    146         <!-- Case of one new message. -->
    147         <item quantity="one"><xliff:g id="unread_message_count" example="1">%1$d</xliff:g> unread (<xliff:g id="account">%2$s</xliff:g>)</item>
    148 
    149         <!-- Case of "few" (small number of) new messages. -->
    150         <item quantity="few"><xliff:g id="unread_message_count" example="2">%1$d</xliff:g> unread (<xliff:g id="account">%2$s</xliff:g>)</item>
    151 
    152         <!-- Case of a plural number of new messages. -->
    153         <item quantity="other"><xliff:g id="unread_message_count" example="279">%1$d</xliff:g> unread (<xliff:g id="account">%2$s</xliff:g>)</item>
    154     </plurals>
    155 
    156     <!-- Notification message in notifications window when 2+ accounts have new mail; e.g, "in 3 accounts". -->
    157     <plurals name="notification_new_multi_account_fmt">
    158         <!-- Case of "few" (small number of) accounts with unread messages. -->
    159         <item quantity="few">in <xliff:g id="number_accounts" example="2">%d</xliff:g> accounts</item>
    160         <!-- Case of plural number of accounts with unread messages. -->
    161         <item quantity="other">in <xliff:g id="number_accounts" example="10">%d</xliff:g> accounts</item>
    162     </plurals>
    163     <!-- String to indicate which account received a new message. [CHAR LIMIT=none] -->
    164     <string name="notification_to_account">to <xliff:g id="receiver_name"
    165             example="Main">%1$s</xliff:g></string>
    166 
    167     <!-- Notification for multiple messages [CHAR LIMIT=60] -->
    168     <string name="notification_multiple_new_messages_fmt">
    169         <xliff:g example="2">%1$d</xliff:g> new messages</string>
    170 
    171     <!-- Name given to "all accounts" in the account picker for shortcuts and widget [CHAR LIMIT=20] -->
    172     <string name="account_name_display_all">All accounts</string>
    173 
    174     <!-- The number of accounts configured. [CHAR LIMIT=16] -->
    175     <plurals name="number_of_accounts">
    176         <item quantity="one"><xliff:g id="num_accounts" example="1">%1$d</xliff:g> account</item>
    177         <item quantity="other"><xliff:g id="num_accounts" example="2">%1$d</xliff:g> accounts</item>
    178     </plurals>
    179     <!-- The next set of strings are used server-side and must not be localized. -->
    180     <!-- Do Not Translate.  This is the name of the "inbox" folder, on the server. -->
    181     <string name="mailbox_name_server_inbox" translatable="false">Inbox</string>
    182     <!-- Do Not Translate.  This is the name of the "outbox" folder, on the server. -->
    183     <string name="mailbox_name_server_outbox" translatable="false">Outbox</string>
    184     <!-- Do Not Translate.  This is the name of the "drafts" folder, on the server. -->
    185     <string name="mailbox_name_server_drafts" translatable="false">Drafts</string>
    186     <!-- Do Not Translate.  This is the name of the "trash" folder, on the server. -->
    187     <string name="mailbox_name_server_trash" translatable="false">Trash</string>
    188     <!-- Do Not Translate.  This is the name of the "sent" folder, on the server. -->
    189     <string name="mailbox_name_server_sent" translatable="false">Sent</string>
    190     <!-- Do Not Translate.  This is the name of the "junk" folder, on the server. -->
    191     <string name="mailbox_name_server_junk" translatable="false">Junk</string>
    192 
    193     <!-- The next set of strings are used in local display and may be localized. -->
    194     <!-- In the UI, the inbox will be displayed with this name -->
    195     <string name="mailbox_name_display_inbox">Inbox</string>
    196     <!-- In the UI, the outbox will be displayed with this name -->
    197     <string name="mailbox_name_display_outbox">Outbox</string>
    198     <!-- In the UI, the drafts will be displayed with this name -->
    199     <string name="mailbox_name_display_drafts">Drafts</string>
    200     <!-- In the UI, the trash will be displayed with this name -->
    201     <string name="mailbox_name_display_trash">Trash</string>
    202     <!-- In the UI, the sent will be displayed with this name -->
    203     <string name="mailbox_name_display_sent">Sent</string>
    204     <!-- In the UI, the junk will be displayed with this name -->
    205     <string name="mailbox_name_display_junk">Junk</string>
    206     <!-- In the UI, the unread will be displayed with this name [CHAR LIMIT=15] -->
    207     <string name="mailbox_name_display_unread">Unread</string>
    208     <!-- In the shortcut/widget configuration UI, the label for selecting only the unread messages in an account's inbox [CHAR LIMIT=30] -->
    209     <string name="picker_mailbox_name_all_unread">Inbox (unread)</string>
    210     <!-- In the shortcut/widget configuration UI, the label for selecting all messages in an account's inbox [CHAR LIMIT=30] -->
    211     <string name="picker_mailbox_name_all_inbox">Inbox (all)</string>
    212     <!-- In the shortcut/widget configuration UI, use this for the "all accounts" account list item [CHAR LIMIT=30] -->
    213     <string name="picker_combined_view_fmt">Combined view (<xliff:g id="count">%s</xliff:g>)</string>
    214     <!-- Count of accounts; used in picker_combined_view_fmt -->
    215     <plurals name="picker_combined_view_account_count">
    216         <item quantity="one"  ><xliff:g id="account_count" example="1">%d</xliff:g> account</item>
    217         <item quantity="other"><xliff:g id="account_count" example="9">%d</xliff:g> accounts</item>
    218     </plurals>
    219 
    220     <!-- Version number, shown only on debug screen -->
    221     <string name="debug_version_fmt">Version: <xliff:g id="version">%s</xliff:g></string>
    222     <!-- Do Not Translate.  Checkbox label, shown only on debug screen -->
    223     <string name="debug_enable_debug_logging_label" translatable="false">
    224         Enable extra debug logging?</string>
    225     <!-- Do Not Translate.  Checkbox label, shown only on debug screen -->
    226     <string name="debug_enable_exchange_logging_label" translatable="false">
    227         Enable exchange parser logging? (extremely verbose)</string>
    228     <!-- Do Not Translate.  Checkbox label, shown only on debug screen -->
    229     <string name="debug_enable_exchange_file_logging_label" translatable="false">
    230         Enable exchange sd card logging?</string>
    231     <!-- Do Not Translate.  Button label, shown only on debug screen -->
    232     <string name="debug_clear_webview_cache" translatable="false">
    233         Clear WebView cache</string>
    234     <!-- Do Not Translate.  Checkbox label, shown on debug screen. -->
    235     <string name="debug_disable_graphics_acceleration_label" translatable="false">
    236         Disable hardware graphics acceleration</string>
    237     <!-- Do Not Translate.  Checkbox label, shown on debug screen. -->
    238     <string name="debug_force_one_minute_refresh_label" translatable="false">
    239         Force 1-minute refresh for POP/IMAP</string>
    240     <!-- Do Not Translate.  Checkbox label, shown on debug screen. -->
    241     <string name="debug_enable_strict_mode_label" translatable="false">
    242         Enable strict mode (with logging)</string>
    243 
    244     <!-- The summary section entry in the AccountFolder list to display all inboxes -->
    245     <string name="account_folder_list_summary_inbox">Inbox</string>
    246     <!-- The summary section entry in the AccountFolder list to display all starred
    247         [CHAR LIMIT=200dip] -->
    248     <string name="account_folder_list_summary_starred">Starred</string>
    249     <!-- The summary section entry in the AccountFolder list to display all drafts
    250         [CHAR LIMIT=200dip] -->
    251     <string name="account_folder_list_summary_drafts">Drafts</string>
    252     <!-- The summary section entry in the AccountFolder list to display all outboxes
    253         [CHAR LIMIT=200dip] -->
    254     <string name="account_folder_list_summary_outbox">Outbox</string>
    255 
    256     <!-- Label shown in the account selector to select "Combined view", which contains
    257          Combined Inbox, Combined Outbox, etc. [CHAR LIMIT=30] -->
    258     <string name="mailbox_list_account_selector_combined_view">Combined view</string>
    259     <!-- Label shown in the account/mailbox selector to switch to the show all the top-level mailboxes. [CHAR LIMIT=30] -->
    260     <string name="mailbox_list_account_selector_show_all_folders">Show all folders</string>
    261     <!-- Account list header in the account/mailbox selector. [CHAR LIMIT=30] -->
    262     <string name="mailbox_list_account_selector_account_header">Accounts</string>
    263     <!-- Recent mailbox header in the account/mailbox selector. [CHAR LIMIT=30] -->
    264     <string name="mailbox_list_account_selector_mailbox_header_fmt">
    265         Recent folders (<xliff:g id="email_address">%s</xliff:g>)</string>
    266 
    267     <!-- Mailbox list header for user folders [CHAR LIMIT=30] -->
    268     <string name="mailbox_list_user_mailboxes">All folders</string>
    269     <!-- Mailbox list header for recent folders [CHAR LIMIT=30] -->
    270     <string name="mailbox_list_recent_mailboxes">Recent folders</string>
    271 
    272     <!-- Announces the subject field for a message for users with accessibility requirements -->
    273     <string name="message_subject_description">Subject</string>
    274     <!-- Announces that a message has no sender or subject
    275             to users with accessibility requirements -->
    276     <string name="message_is_empty_description">No subject</string>
    277     <!-- Appears at the bottom of list of messages; user selects to load more messages from that folder. -->
    278     <string name="message_list_load_more_messages_action">Load more messages</string>
    279     <!--  The number of messages that are currently selected for various operations such as
    280           "delete message(s)" [CHAR LIMIT=32] -->
    281     <plurals name="message_view_selected_message_count">
    282         <item quantity="one"  ><xliff:g id="message_count" example="1">%d</xliff:g> selected</item>
    283         <item quantity="other"><xliff:g id="message_count" example="9">%d</xliff:g> selected</item>
    284     </plurals>
    285     <!-- Message to show when there are no messages (emails) in the selected mailbox.
    286          [CHAR LIMIT=26] -->
    287     <string name="message_list_no_messages">No messages</string>
    288     <!-- Hint text in To field -->
    289     <string name="message_compose_to_hint">To</string>
    290     <!-- Hint text in Cc field -->
    291     <string name="message_compose_cc_hint">Cc</string>
    292     <!-- Hint text in Bcc field -->
    293     <string name="message_compose_bcc_hint">Bcc</string>
    294     <!-- Hint text in Subject field -->
    295     <string name="message_compose_subject_hint">Subject</string>
    296     <!-- Label for From field [CHAR LIMIT=12] -->
    297     <string name="message_compose_from_label">From:</string>
    298     <!-- Label for To field [CHAR LIMIT=12] -->
    299     <string name="to">To</string>
    300     <!-- Label for Cc field [CHAR LIMIT=12] -->
    301     <string name="cc">Cc</string>
    302     <!-- Label for Bcc field [CHAR LIMIT=12] -->
    303     <string name="bcc">Bcc</string>
    304     <!-- Label for Subject field [CHAR LIMIT=12] -->
    305     <string name="subject_hint">Subject</string>
    306     <!-- Hint text in Message composer body field -->
    307     <string name="body_hint">Compose email</string>
    308     <!-- Header for forwarded original messages -->
    309     <string name="message_compose_fwd_header_fmt">\n\n-------- Original Message --------\nSubject: <xliff:g id="subject">%1$s</xliff:g>\nFrom: <xliff:g id="sender">%2$s</xliff:g>\nTo: <xliff:g id="to">%3$s</xliff:g>\nCC: <xliff:g id="cc">%4$s</xliff:g>\n\n</string>
    310     <!-- Header for replied-to messages -->
    311     <string name="message_compose_reply_header_fmt">\n\n<xliff:g id="sender">%s</xliff:g> wrote:\n\n</string>
    312     <!-- Heading that appears before forwarded text -->
    313     <string name="message_compose_quoted_text_label">Include quoted text</string>
    314     <!-- Label of checkbox to include original message in a forwarded/replied message
    315          [CHAR_LIMIT=32] -->
    316     <string name="message_compose_include_quoted_text_checkbox_label">Include text</string>
    317     <!-- Toast that appears if you try to send with no recipients. -->
    318     <string name="message_compose_error_no_recipients">You must add at least one recipient.</string>
    319     <!-- An address field contains invalid email addresses. -->
    320     <string name="message_compose_error_invalid_email">Some email addresses are invalid.</string>
    321     <!-- Toast that appears when an attachment is too big to send. -->
    322     <string name="message_compose_attachment_size">File too large to attach.</string>
    323     <!-- Title for dialog containing list of quick responses that user may insert
    324             into message body. [CHAR_LIMIT=30] -->
    325     <string name="message_compose_insert_quick_response_list_title">Insert quick response</string>
    326     <!-- Display name for composed message, indicating the destination of the message.
    327       e.g. "John and 2 others" -->
    328     <string name="message_compose_display_name"><xliff:g id="name" example="John">%1$s</xliff:g> and <xliff:g id="number" example="27">%2$d</xliff:g> others</string>
    329     <!-- Label for To field in read message view -->
    330     <string name="message_view_to_label">To:</string>
    331     <!-- Label for CC field in read message view -->
    332     <string name="message_view_cc_label">Cc:</string>
    333     <string name="message_view_bcc_label">Bcc:</string>
    334     <!-- Label for the date field. [CHAR LIMIT=20]-->
    335     <string name="message_view_date_label">Date:</string>
    336     <!-- Label for the from field. [CHAR LIMIT=20]-->
    337     <string name="message_view_from_label">From:</string>
    338     <!-- Label for the subject field. [CHAR LIMIT=20]-->
    339     <string name="message_view_subject_label">Subject:</string>
    340     <!-- Button name to view an attachment [CHAR LIMIT=10]-->
    341     <string name="message_view_attachment_view_action">View</string>
    342     <!-- Button name to install an .apk attachment [CHAR LIMIT=10]-->
    343     <string name="message_view_attachment_install_action">Install</string>
    344     <!-- Button name to play a media (i.e. audio/video) attachment [CHAR LIMIT=10]-->
    345     <string name="message_view_attachment_play_action">Play</string>
    346     <!-- Button name, to load an attachment from the mail server [CHAR LIMIT=10]-->
    347     <string name="message_view_attachment_load_action">Load</string>
    348     <!-- Button name, to show info about an attachment from the mail server [CHAR LIMIT=10]-->
    349     <string name="message_view_attachment_info_action">Info</string>
    350     <!-- Button name, to save the attachment to SD card [CHAR LIMIT=10]-->
    351     <string name="message_view_attachment_save_action">Save</string>
    352     <!-- Disabled button text to indicate an attachment has been saved [CHAR LIMIT=10] -->
    353     <string name="message_view_attachment_saved">Saved</string>
    354     <!-- Button name, to cancel a queued attachment download [CHAR LIMIT=10]-->
    355     <string name="message_view_attachment_cancel_action">Stop</string>
    356     <!-- Toast after saving attachment [CHAR LIMIT=30] -->
    357     <string name="message_view_status_attachment_saved">Attachment saved
    358 as <xliff:g id="filename">%s</xliff:g>.</string>
    359     <!-- Toast after attachment could not be saved [CHAR LIMIT=30] -->
    360     <string name="message_view_status_attachment_not_saved">Couldn\'t save the attachment.</string>
    361     <!-- Toast upon using "send" when one or more attachments will need to be background loaded
    362       [CHAR LIMIT=none]-->
    363     <string name="message_view_attachment_background_load">Note: One or more attachments in your
    364         forwarded message will be downloaded prior to sending.</string>
    365     <!--Button on the message view screen to show the message content [CHAR LIMIT=16] -->
    366     <string name="message_view_show_message_action">Message</string>
    367     <!--Button on the message view screen to show the calendar invite [CHAR LIMIT=16] -->
    368     <string name="message_view_show_invite_action">Invite</string>
    369     <!--Button on the message view screen to show the attachments [CHAR LIMIT=16] -->
    370     <plurals name="message_view_show_attachments_action">
    371         <item quantity="one">Attachment <xliff:g id="num_attachment" example="1" >%1$d</xliff:g>
    372             </item>
    373         <item quantity="other">Attachments <xliff:g id="num_attachment" example="3" >%1$d</xliff:g>
    374             </item>
    375     </plurals>
    376     <!-- Button on the message view screen to show the embedded pictures [CHAR LIMIT=16] -->
    377     <string name="message_view_show_pictures_action">Show pictures</string>
    378     <!-- Button on the message view screen to always show pictures from the given
    379          sender [CHAR LIMIT=32] -->
    380     <string name="message_view_always_show_pictures_button">Always show</string>
    381     <!-- Prompt on the message view screen whether or not to always show pictures from the
    382          given sender [CHAR LIMIT=80] -->
    383     <string name="message_view_always_show_pictures_prompt"
    384         >Always show pictures from this sender</string>
    385     <!-- Confirmation toast to indicate that the user has chosen to always show
    386          pictures from the given sender [CHAR LIMIT=160] -->
    387     <string name="message_view_always_show_pictures_confirmation"
    388       >Pictures from this sender will be shown automatically.</string>
    389     <!-- Calendar invitation, label of the button to open in calendar [CHAR LIMIT=24] -->
    390     <string name="message_view_invite_view">View in Calendar</string>
    391     <!-- String shown with a calendar invitation. -->
    392     <string name="message_view_invite_title">Calendar invite</string>
    393     <!-- String shown with a calendar invitation. -->
    394     <string name="message_view_invite_text">Going?</string>
    395     <!-- Button text: Calendar invitation: Accept. The leading space is used for spacing -->
    396     <string name="message_view_invite_accept">" Yes"</string>
    397     <!-- Button text: Calendar invitation: Maybe. The leading space is used for spacing -->
    398     <string name="message_view_invite_maybe">" Maybe"</string>
    399     <!-- Button text: Calendar invitation: Decline. The leading space is used for spacing -->
    400     <string name="message_view_invite_decline">" No"</string>
    401     <!-- Toast shown following a meeting invite reply, accepted -->
    402     <string name="message_view_invite_toast_yes">You\'ve accepted this invitation.</string>
    403     <!-- Toast shown following a meeting invite reply, maybe -->
    404     <string name="message_view_invite_toast_maybe">
    405         You\'ve replied \"maybe\" to this invitation.</string>
    406     <!-- Toast shown following a meeting invite reply, declined -->
    407     <string name="message_view_invite_toast_no">You\'ve declined this invitation.</string>
    408     <!--Confirmation dialog title shown when user tries to delete messages.  [CHAR LIMIT=16] -->
    409     <!-- Link label to show to/cc/bcc of the curent message [CHAR LIMIT=32] -->
    410     <string name="message_view_show_details">Show details</string>
    411     <!-- Title of the dialog box to show to/cc/bcc of the message.  [CHAR LIMIT=32] -->
    412     <string name="message_view_message_details_dialog_title">Message details</string>
    413 
    414     <!-- Title for most attachment info dialogs [CHAR LIMIT=32] -->
    415     <string name="attachment_info_dialog_default_title">Attachment info</string>
    416     <!-- Title when Wi-Fi settings prevent attachments from downloading [CHAR LIMIT=32] -->
    417     <string name="attachment_info_dialog_wifi_title">Wi-Fi connection required</string>
    418     <!-- Text of button to launch the Wi-Fi settings activity [CHAR LIMIT=24] -->
    419     <string name="attachment_info_wifi_settings">Wi-Fi settings</string>
    420     <!-- Text of button to launch the application settings activity [CHAR LIMIT=24] -->
    421     <string name="attachment_info_application_settings">App settings</string>
    422     <!-- Message body when we don't know exactly why an attachment can't be shown -->
    423     <string name="attachment_info_unknown">Can\'t open attachment.</string>
    424     <!-- Message body when the attachment is suspected of being malware -->
    425     <string name="attachment_info_malware">
    426             You can\'t save or open this file because this type of attachment
    427             might contain malicious software.</string>
    428     <!-- Message body when the attachment can't be loaded due to security policy restrictions -->
    429     <string name="attachment_info_policy">
    430             This attachment can\'t be saved or opened because of
    431             this account\'s security policies.</string>
    432     <!-- Message body when the attachment can only be downloaded over Wi-Fi -->
    433     <string name="attachment_info_wifi_only">
    434             This attachment is too large to download over a mobile network.
    435             You can download it the next time you connect to a Wi-Fi network.</string>
    436     <!-- Message body when no activities can open the attachment -->
    437     <string name="attachment_info_no_intent">
    438             There is no installed app that can open this attachment.
    439             Try downloading an appropriate app from Android Market.</string>
    440     <!-- Message body when the attachment is an application, but, side loading is disabled -->
    441     <string name="attachment_info_sideload_disabled">
    442             This attachment is an app. You must check Unknown Sources
    443             in Settings &gt; Apps before you can install it.</string>
    444     <!-- Message body when the attachment is an application, and side loading is enabled -->
    445     <string name="attachment_info_apk_install_disabled">
    446             Apps can\'t be installed directly from email. First save
    447             this app and then install it using the Downloads app.</string>
    448     <!-- Error banner when an attachment could not be downloaded due to a problem at the server
    449             [CHAR LIMIT=100] -->
    450     <string name="attachment_not_found">Couldn\'t download the attachment.</string>
    451 
    452     <!-- String used in place of a message that could not be properly decoded (e.g. bad base64
    453          data was received.) [CHAR LIMIT=none] -->
    454     <string name="message_decode_error">There was an error while decoding the message.</string>
    455 
    456     <!-- Title of the EML viewer activity. [CHAR LIMIT=32] -->
    457     <string name="eml_view_title">Viewing
    458             <xliff:g id="filename" example="test.eml">%s</xliff:g></string>
    459 
    460     <string name="message_delete_dialog_title"></string>
    461     <!--Confirmation dialog text shown when user tries to delete messages.  [CHAR LIMIT=32] -->
    462     <plurals name="message_delete_confirm">
    463         <item quantity="one">Delete this message?</item>
    464         <item quantity="other">Delete these messages?</item>
    465     </plurals>
    466     <!-- Toast shown briefly while deleting a message -->
    467     <plurals name="message_deleted_toast">
    468         <item quantity="one">Message deleted.</item>
    469         <item quantity="other">Messages deleted.</item>
    470     </plurals>
    471     <!-- Toast shown briefly while deleting an unsent (draft) message -->
    472     <string name="message_discarded_toast">Message discarded.</string>
    473     <!-- Toast shown briefly while saving a draft -->
    474     <string name="message_saved_toast">Message saved as draft.</string>
    475     <!-- String that is displayed when the attachment could not be displayed. -->
    476     <string name="message_view_display_attachment_toast">Can\'t display
    477         attachment.</string>
    478     <!-- String that is displayed when the attachment could not be loaded.[CHAR LIMIT=none] -->
    479     <string name="message_view_load_attachment_failed_toast">Couldn\'t load attachment \"
    480         <xliff:g id="filename">%s</xliff:g>\".</string>
    481     <!-- String that is displayed when a long message is being parsed. [CHAR LIMIT=none] -->
    482     <string name="message_view_parse_message_toast">Opening message\u2026</string>
    483     <!-- Toast shown after moving a message to a different mailbox. [CHAR LIMIT=none]-->
    484     <plurals name="message_moved_toast">
    485         <item quantity="one"  ><xliff:g id="num_message" example="1" >%1$d</xliff:g>
    486         message moved to <xliff:g id="mailbox_name" example="Inbox" >%2$s</xliff:g></item>
    487         <item quantity="other"  ><xliff:g id="num_message" example="5" >%1$d</xliff:g>
    488         messages moved to <xliff:g id="mailbox_name" example="Inbox" >%2$s</xliff:g></item>
    489     </plurals>
    490 
    491     <!-- Notification ticker when a forwarded attachment couldn't be sent [CHAR LIMIT=none] -->
    492     <string name="forward_download_failed_ticker">Couldn\'t forward one or more attachments.</string>
    493     <!-- Notification title when a forwarded attachment couldn't be sent [CHAR LIMIT=30]-->
    494     <string name="forward_download_failed_title">Attachment not forwarded</string>
    495 
    496     <!-- Notification ticker when email account authentication fails [CHAR LIMIT=none] -->
    497     <string name="login_failed_ticker">
    498         <xliff:g id="account_name">%s</xliff:g> signin failed.</string>
    499     <!-- Notification title when email account authentication fails [CHAR LIMIT=30]-->
    500     <string name="login_failed_title">Couldn\'t sign in</string>
    501 
    502     <!-- Size unit for bytes for attachments [CHAR LIMIT=10] -->
    503     <plurals name="message_view_attachment_bytes">
    504         <item quantity="one"  ><xliff:g id="size_in_bytes" example="1"  >%d</xliff:g>B</item>
    505         <item quantity="other"><xliff:g id="size_in_bytes" example="279">%d</xliff:g>B</item>
    506     </plurals>
    507     <!-- Size unit for kilo bytes for attachments [CHAR LIMIT=10] -->
    508     <plurals name="message_view_attachment_kilobytes">
    509         <item quantity="one"  ><xliff:g id="size_in_kilobytes" example="1"  >%d</xliff:g>KB</item>
    510         <item quantity="other"><xliff:g id="size_in_kilobytes" example="279">%d</xliff:g>KB</item>
    511     </plurals>
    512     <!-- Size unit for mega bytes for attachments [CHAR LIMIT=10] -->
    513     <plurals name="message_view_attachment_megabytes">
    514         <item quantity="one"  ><xliff:g id="size_in_megabytes" example="1"  >%d</xliff:g>MB</item>
    515         <item quantity="other"><xliff:g id="size_in_megabytes" example="279">%d</xliff:g>MB</item>
    516     </plurals>
    517     <!-- Size unit for giga bytes for attachments [CHAR LIMIT=10] -->
    518     <plurals name="message_view_attachment_gigabytes">
    519         <item quantity="one"  ><xliff:g id="size_in_gigabytes" example="1"  >%d</xliff:g>GB</item>
    520         <item quantity="other"><xliff:g id="size_in_gigabytes" example="279">%d</xliff:g>GB</item>
    521     </plurals>
    522 
    523     <!-- The label of the next button on the message view screen. -->
    524     <string name="message_view_move_to_newer">Newer</string>
    525     <!-- The label of the previous button on the message view screen. -->
    526     <string name="message_view_move_to_older">Older</string>
    527 
    528     <!-- A simple divider between subject and message snippet in the message list view
    529         [CHAR LIMIT=4]-->
    530     <string name="message_list_subject_snippet_divider">\u0020\u2014\u0020</string>
    531 
    532     <!-- Title of screen when setting up new email account [CHAR LIMIT=45] -->
    533     <string name="account_setup_basics_title">Account setup</string>
    534     <!-- Title of the screen when adding exchange account [CHAR LIMIT=45] -->
    535     <string name="account_setup_basics_exchange_title">
    536         Add an Exchange account</string>
    537     <!-- Title of the screen when adding exchange account [CHAR LIMIT=45] -->
    538     <string name="account_setup_basics_exchange_title_alternate">
    539         Add an Exchange ActiveSync account</string>
    540     <!-- Headline of screen when setting up new email account (large text over divider)
    541         [CHAR LIMIT=none] -->
    542     <string name="account_setup_basics_headline">Email account</string>
    543     <!-- On "Set up email" screen, enthusiastic welcome message. -->
    544     <string name="accounts_welcome">You can set up email for most accounts in just a few steps.
    545         </string>
    546     <!-- On "Set up email" screen, enthusiastic welcome message (in EAS mode). -->
    547     <string name="accounts_welcome_exchange">You can set up an Exchange account in just a few
    548         steps.</string>
    549     <!-- On "Set up email" screen, enthusiastic welcome message (in EAS mode). -->
    550     <string name="accounts_welcome_exchange_alternate">
    551         You can set up an Exchange ActiveSync account in just a few steps.</string>
    552     <!-- On "Set up email" screen, hint for account email address text field -->
    553     <string name="account_setup_basics_email_label">Email address</string>
    554     <!-- On "Set up email" screen, hint for account email password text field -->
    555     <string name="account_setup_basics_password_label">Password</string>
    556     <!-- On "Set up email" screen, checkbox label for making the new account the default account -->
    557     <string name="account_setup_basics_default_label">
    558         Send email from this account by default.</string>
    559     <!-- Button name on "Set up email" screen -->
    560     <string name="account_setup_basics_manual_setup_action">Manual setup</string>
    561     <!-- Toast when we can't build a URI from the given email & password -->
    562     <!-- Note, the error message in the toast is purposefully vague, because I *don't* know
    563         exactly what's wrong. -->
    564     <string name="account_setup_username_password_toast">
    565         Type a valid email address and password.</string>
    566     <!-- Title of dialog shown when a duplicate account is created -->
    567     <string name="account_duplicate_dlg_title">Duplicate account</string>
    568     <!-- Message of dialog shown when a duplicate account is created.  The display name of
    569          the duplicate account is displayed. -->
    570     <string name="account_duplicate_dlg_message_fmt">
    571         You\'re already using this username for the account \"<xliff:g id="duplicate">%s</xliff:g>\".
    572     </string>
    573     <!-- String that is displayed as error text for passwords with leading or trailing
    574          spaces.  [CHAR LIMIT=none] -->
    575     <string name="account_password_spaces_error">This password starts or ends with one or more
    576         space characters. Many servers don\'t support passwords with spaces.</string>
    577 
    578     <!-- On check-settings screen, this is the initially-displayed message. -->
    579     <string name="account_setup_check_settings_retr_info_msg">
    580     Retrieving account information\u2026</string>
    581     <!-- Appears on screen while system is checking incoming server settings -->
    582     <string name="account_setup_check_settings_check_incoming_msg">
    583     Checking incoming server settings\u2026</string>
    584     <!-- Appears on screen while system is checking outgoing server settings -->
    585     <string name="account_setup_check_settings_check_outgoing_msg">
    586     Checking outgoing server settings\u2026</string>
    587 
    588     <!-- Title of "Set up email" screen after success [CHAR LIMIT=45] -->
    589     <string name="account_setup_names_title">Account setup</string>
    590     <!-- Text that appears on "Set up email" screen after successfully setting up an account
    591         [CHAR LIMIT=none] -->
    592     <string name="account_setup_names_headline">
    593         Your account is set up, and email is on its way!</string>
    594     <!-- On "Set up email" screen, label of text field -->
    595     <string name="account_setup_names_account_name_label">
    596         Give this account a name (optional)</string>
    597     <!-- On "Set up email" screen, label of text field -->
    598     <string name="account_setup_names_user_name_label">
    599         Your name (displayed on outgoing messages)</string>
    600     <!-- On "Set up email" screen, error pop-up when user_name field is empty [CHAR LIMIT=none] -->
    601     <string name="account_setup_names_user_name_empty_error">This field can\'t be blank.</string>
    602 
    603     <!-- Activity Title for the account type selector (IMAP or POP3 or EAS) [CHAR LIMIT=45] -->
    604     <string name="account_setup_account_type_title">Account setup</string>
    605     <!-- Headline for the the account type selector (IMAP or POP3 or EAS) [CHAR LIMIT=none] -->
    606     <string name="account_setup_account_type_headline">Account type</string>
    607     <!-- "Add new email account" screen, text that appears on screen -->
    608     <string name="account_setup_account_type_instructions">What type of account is this?</string>
    609 
    610     <!-- Do Not Translate. "Add new email account" screen, button name in response to what
    611          type of account this is -->
    612     <string name="account_setup_account_type_pop_action" translatable="false">POP3</string>
    613     <!-- Do Not Translate. "Add new email account" screen, button name in response to what
    614          type of account this is -->
    615     <string name="account_setup_account_type_imap_action" translatable="false">IMAP</string>
    616     <!-- Do Not Translate. "Add new email account" screen, button name in response to what
    617          type of account this is -->
    618     <string name="account_setup_account_type_exchange_action" translatable="false">Exchange</string>
    619     <!-- Do Not Translate. "Add new email account" screen, button name in
    620          response to what type of account this is -->
    621     <string name="account_setup_account_type_exchange_action_alternate"
    622          translatable="false">Microsoft Exchange ActiveSync</string>
    623 
    624     <!-- "Incoming server settings" screen, title [CHAR LIMIT=45] -->
    625     <string name="account_setup_incoming_title">Account setup</string>
    626     <!-- "Incoming server settings" screen, headline (text over divider) [CHAR LIMIT=none] -->
    627     <string name="account_setup_incoming_headline">Incoming server settings</string>
    628     <!-- "Incoming server settings" screen, label for text field -->
    629     <string name="account_setup_incoming_username_label">Username</string>
    630     <!-- "Incoming server settings" screen, label for text field -->
    631     <string name="account_setup_incoming_password_label">Password</string>
    632     <!-- "Incoming server settings" screen, label for text field -->
    633     <string name="account_setup_incoming_pop_server_label">POP3 server</string>
    634     <!-- "Incoming server settings" screen, label for text field -->
    635     <string name="account_setup_incoming_imap_server_label">IMAP server</string>
    636     <!-- "Incoming server settings" screen, label for text field -->
    637     <string name="account_setup_incoming_port_label">Port</string>
    638     <!-- "Incoming server settings" screen, label for pop-up menu -->
    639     <string name="account_setup_incoming_security_label">Security type</string>
    640     <!-- "Incoming server settings" screen, option for "Security type" pop-up menu indicating
    641         the desire for an unencrypted session -->
    642     <string name="account_setup_incoming_security_none_label">None</string>
    643     <!-- "Incoming server settings" screen, option for "Security type" pop-up menu indicating
    644         the desire for an encrypted session on the selected port, accepting all SSL certificates -->
    645     <string name="account_setup_incoming_security_ssl_trust_certificates_label">
    646         SSL/TLS (Accept all certificates)</string>
    647     <!-- "Incoming server settings" screen, option for "Security type" pop-up menu indicating
    648         the desire for an encrypted session on the selected port, including SSL certificate
    649         checks -->
    650     <string name="account_setup_incoming_security_ssl_label">SSL/TLS</string>
    651     <!-- "Incoming server settings" screen, option for "Security type" pop-up menu indicating
    652         the desire for an encrypted session overlaid on a plain text session using the selected
    653         port, accepting all SSL certificates -->
    654     <string name="account_setup_incoming_security_tls_trust_certificates_label">
    655         STARTTLS (accept all certificates)</string>
    656     <!-- "Incoming server settings" screen, option for "Security type" pop-up menu indicating
    657         the desire for an encrypted session overlaid on a plain text session on the selected
    658         port, including SSL certificate checks -->
    659     <string name="account_setup_incoming_security_tls_label">STARTTLS</string>
    660     <!-- "Incoming server settings" screen, label for pop-up menu -->
    661     <string name="account_setup_incoming_delete_policy_label">Delete email from server</string>
    662     <!-- "Incoming server settings" screen, options in pop-up menu for Delete email from server: -->
    663     <!-- "Incoming server settings" screen, options in pop-up menu for Delete email from server: -->
    664     <string name="account_setup_incoming_delete_policy_never_label">Never</string>
    665     <!-- "Incoming server settings" screen, options in pop-up menu for Delete email from server: -->
    666     <string name="account_setup_incoming_delete_policy_delete_label">
    667         When I delete from Inbox</string>
    668     <!-- "Incoming server settings" screen, label for setting IMAP path prefix: -->
    669     <string name="account_setup_incoming_imap_path_prefix_label">IMAP path prefix</string>
    670     <!-- "Incoming server settings" screen, hint for setting IMAP path prefix: -->
    671     <string name="account_setup_incoming_imap_path_prefix_hint">Optional</string>
    672 
    673     <!-- "Outgoing server settings" screen, title [CHAR LIMIT=45] -->
    674     <string name="account_setup_outgoing_title">Account setup</string>
    675     <!-- "Outgoing server settings" screen, headline (text over divider) [CHAR LIMIT=none] -->
    676     <string name="account_setup_outgoing_headline">Outgoing server settings</string>
    677     <!-- On "Outgoing server settings" screen, label for text field -->
    678     <string name="account_setup_outgoing_smtp_server_label">SMTP server</string>
    679     <!-- On "Outgoing server settings" screen, label for text field -->
    680     <string name="account_setup_outgoing_port_label">Port</string>
    681     <!-- On "Outgoing server settings" screen, label for pop-up menu -->
    682     <string name="account_setup_outgoing_security_label">Security type</string>
    683     <!-- On "Outgoing server settings" screen, label for check box -->
    684     <string name="account_setup_outgoing_require_login_label">Require sign-in.</string>
    685     <!-- On "Outgoing server settings" screen, label for text field -->
    686     <string name="account_setup_outgoing_username_label">Username</string>
    687     <!-- On "Outgoing server settings" screen, label for text field -->
    688     <string name="account_setup_outgoing_password_label">Password</string>
    689 
    690     <!-- Title of "Exchange server settings" screen [CHAR LIMIT=45] -->
    691     <string name="account_setup_exchange_title">Account setup</string>
    692     <!-- Headline of "Exchange server settings" screen (text over divider) [CHAR LIMIT=none] -->
    693     <string name="account_setup_exchange_headline">Server settings</string>
    694     <!-- On "Exchange" setup screen, the name of the server -->
    695     <string name="account_setup_exchange_server_label">Server</string>
    696     <!-- On "Exchange" setup screen, the domain\\username -->
    697     <string name="account_setup_exchange_username_label">Domain\\Username</string>
    698     <!-- On "Exchange" setup screen, the use-SSL checkbox label -->
    699     <string name="account_setup_exchange_ssl_label">Use secure connection (SSL)</string>
    700     <!-- On "Exchange" setup screen, the trust ssl certificates checkbox label -->
    701     <string name="account_setup_exchange_trust_certificates_label">Accept all SSL certificates</string>
    702     <!-- On "Exchange" setup screen, a heading title for the current client certificate [CHAR LIMIT=50] -->
    703     <string name="account_setup_exchange_certificate_title">Client certificate</string>
    704     <!-- On "Exchange" setup screen, a button label to include a client certificate [CHAR LIMIT=35] -->
    705     <string name="account_setup_exchange_select_certificate">Select</string>
    706     <!-- On "Exchange" setup screen, a button label to include a client certificate [CHAR LIMIT=35] -->
    707     <string name="account_setup_exchange_use_certificate">Use client certificate</string>
    708     <!-- On "Exchange" setup screen, a button label to remove the currently used client certificate [CHAR LIMIT=35] -->
    709     <string name="account_setup_exchange_remove_certificate">Remove</string>
    710     <!-- On "Exchange" setup screen, placeholder text to indicate no client
    711          certificate is used [CHAR LIMIT=50] -->
    712     <string name="account_setup_exchange_no_certificate">None</string>
    713     <!-- On "Exchange" setup screen, the exchange device-id label [CHAR LIMIT=30] -->
    714     <string name="account_setup_exchange_device_id_label">Mobile Device ID</string>
    715 
    716     <!-- In Account setup options screen, Activity title [CHAR LIMIT=45] -->
    717     <string name="account_setup_options_title">Account settings</string>
    718     <!-- In Account setup options screen, Activity headline [CHAR LIMIT=none] -->
    719     <string name="account_setup_options_headline">Account options</string>
    720     <!-- In Account setup options screen, label for email check frequency selector -->
    721     <string name="account_setup_options_mail_check_frequency_label">Inbox checking frequency</string>
    722     <!-- In Account setup options & Account Settings screens, label for email check frequency option -->
    723     <string name="account_setup_options_mail_check_frequency_never">Never</string>
    724     <!-- In Account setup options & Account Settings screens, label for email check frequency option -->
    725     <string name="account_setup_options_mail_check_frequency_push">Automatic (Push)</string>
    726     <!-- In Account setup options & Account Settings screens, email check frequency option -->
    727     <string name="account_setup_options_mail_check_frequency_5min">Every 5 minutes</string>
    728     <!-- In Account setup options & Account Settings screens, email check frequency option -->
    729     <string name="account_setup_options_mail_check_frequency_10min">Every 10 minutes</string>
    730     <!-- In Account setup options & Account Settings screens, email check frequency option -->
    731     <string name="account_setup_options_mail_check_frequency_15min">Every 15 minutes</string>
    732     <!-- In Account setup options & Account Settings screens, email check frequency option -->
    733     <string name="account_setup_options_mail_check_frequency_30min">Every 30 minutes</string>
    734     <!-- In Account setup options & Account Settings screens, email check frequency option -->
    735     <string name="account_setup_options_mail_check_frequency_1hour">Every hour</string>
    736     <!-- Check box label on "Set up email" screen to make this the default account -->
    737     <!-- Note, this should usually match the default account summary preference string -->
    738     <string name="account_setup_options_default_label">Send email from this account by default.</string>
    739     <!-- In Account setup options & Account Settings screens, check box for new-mail notification -->
    740     <string name="account_setup_options_notify_label">Notify me when email arrives.</string>
    741     <!-- In Account setup options screen, optional check box to also sync contacts -->
    742     <string name="account_setup_options_sync_contacts_label">Sync contacts from this account.
    743     </string>
    744     <!-- In Account setup options screen, optional check box to also sync contacts -->
    745     <string name="account_setup_options_sync_calendar_label">Sync calendar from this account.
    746     </string>
    747     <!-- In Account setup options screen, check box to sync email -->
    748     <string name="account_setup_options_sync_email_label">Sync email from this account.
    749     </string>
    750     <!-- In Account setup options screen, check box to auto-download attachments  [CHAR LIMIT=none]
    751         -->
    752     <string name="account_setup_options_background_attachments_label">
    753         Automatically download attachments when connected to Wi-Fi</string>
    754     <!-- Dialog title when "setup" could not finish -->
    755     <string name="account_setup_failed_dlg_title">Couldn\'t finish</string>
    756     <!-- In Account setup options screen, label for email lookback selector -->
    757     <string name="account_setup_options_mail_window_label">Days to sync</string>
    758     <!-- In account setup options & account settings screens (exchange), sync window length; this
    759         implies loading a 'reasonable' number of messages [CHAR LIMIT=25] -->
    760     <string name="account_setup_options_mail_window_auto">Automatic</string>
    761     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    762     <string name="account_setup_options_mail_window_1day">One day</string>
    763     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    764     <string name="account_setup_options_mail_window_3days">Three days</string>
    765     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    766     <string name="account_setup_options_mail_window_1week">One week</string>
    767     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    768     <string name="account_setup_options_mail_window_2weeks">Two weeks</string>
    769     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    770     <string name="account_setup_options_mail_window_1month">One month</string>
    771     <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25]  -->
    772     <string name="account_setup_options_mail_window_all">All</string>
    773     <!-- Per-mailbox sync window setting.  This means "use the account's sync window setting" [CHAR LIMIT=25] -->
    774     <string name="account_setup_options_mail_window_default">Use account\'s default</string>
    775 
    776     <!-- "Setup could not finish" dialog text; e.g., Username or password incorrect -->
    777     <string name="account_setup_failed_dlg_auth_message">Username or password incorrect.</string>
    778     <!-- "Setup could not finish" dialog text; e.g., Username or password incorrect\n(ERR01 Account does not exist) -->
    779     <string name="account_setup_failed_dlg_auth_message_fmt">Username or password incorrect.\n(<xliff:g id="error">%s</xliff:g>)</string>
    780 
    781     <!-- An error message presented to the user when the server's identity
    782          cannot be established or trusted [CHAR LIMIT=NONE] -->
    783     <string name="account_setup_failed_dlg_certificate_message"
    784         >Can\'t safely connect to server.</string>
    785     <!-- An error message presented to the user when the server's identity
    786          cannot be established or trusted [CHAR LIMIT=NONE] -->
    787     <string name="account_setup_failed_dlg_certificate_message_fmt"
    788         >Can\'t safely connect to server.\n(<xliff:g id="error">%s</xliff:g>)</string>
    789     <!-- An error message presented to the user when the server requires a
    790          client certificate to connect [CHAR LIMIT=NONE] -->
    791     <string name="account_setup_failed_certificate_required"
    792         >Client certificate is required. Connect to server with client certificate?</string>
    793     <!-- An error message presented to the user when the certificate they
    794          specified for connecting to a server is inaccessible [CHAR LIMIT=NONE] -->
    795     <string name="account_setup_failed_certificate_inaccessible"
    796         >Certificate is invalid or inaccessible.</string>
    797 
    798     <!-- Dialog text for ambiguous setup failure; server error/bad credentials [CHAR LIMIT=none] -->
    799     <string name="account_setup_failed_check_credentials_message">
    800          The server responded with an error. Check your username and password
    801          then try again.</string>
    802 
    803     <!-- "Setup could not finish" dialog text; e.g., Cannot connect to server -->
    804     <string name="account_setup_failed_dlg_server_message">Can\'t connect to server.</string>
    805     <!-- "Setup could not finish" dialog text; e.g., Cannot connect to server\n(Connection timed out) -->
    806     <string name="account_setup_failed_dlg_server_message_fmt">Can\'t connect to server.\n(<xliff:g id="error">%s</xliff:g>)</string>
    807 
    808     <!-- Additional diagnostic text when TLS was required but the server doesn't support it -->
    809     <string name="account_setup_failed_tls_required">TLS required but not supported by server.</string>
    810     <!-- Additional diagnostic text when server does not support any of our authentication methods -->
    811     <string name="account_setup_failed_auth_required">Authentication methods aren\'t supported by server.</string>
    812     <!-- Additional diagnostic text when server connection failed due to security error -->
    813     <string name="account_setup_failed_security">Couldn\'t open connection to server due to security error.</string>
    814     <!-- Additional diagnostic text when server connection failed due to io error (connection) -->
    815     <string name="account_setup_failed_ioerror">Couldn\'t open connection to server.</string>
    816     <!-- Additional diagnostic text when server connection failed due to our inability to support a
    817          required EAS protocol version [CHAR LIMIT=none] -->
    818     <string name="account_setup_failed_protocol_unsupported">
    819          You typed an incorrect server address or the server requires a protocol version that
    820          Email doesn\'t support.</string>
    821     <!-- Additional diagnostic text when server access was denied; the user should contact the
    822          administrator of the server for more information [CHAR LIMIT=none] -->
    823     <string name="account_setup_failed_access_denied">
    824          You don\'t have permission to sync with this server. Contact your server\'s
    825          administrator for more information.</string>
    826 
    827     <!-- Dialog title when validation requires security provisioning (e.g. support
    828          for device lock PIN, or remote wipe.) and we ask the user permission before continuing -->
    829     <string name="account_setup_security_required_title">Remote security administration</string>
    830     <!-- Additional diagnostic text when validation requires security provisioning (e.g. support
    831          for device lock PIN, or remote wipe.) and we ask the user permission before continuing.
    832          [CHAR LIMIT=none] -->
    833     <string name="account_setup_security_policies_required_fmt">
    834          The server <xliff:g id="server">%s</xliff:g> requires that you allow it to remotely control
    835          some security features of your Android device.  Do you want to finish setting up this
    836          account?</string>
    837     <!-- Additional diagnostic text when validation failed due to required provisioning not
    838          being supported [CHAR LIMIT=none] -->
    839     <string name="account_setup_failed_security_policies_unsupported">
    840          This server requires security features that your Android device doesn\'t support,
    841           including: <xliff:g id="error">%s</xliff:g></string>
    842     <!-- The user name can only be changed during initial account setup. [CHAR LIMIT=none] -->
    843     <string name="account_setup_username_uneditable_error">You can\'t change an account\'s username.
    844          To add an account with a different username, touch Add Account.</string>
    845     <!-- Warning given to users when they request disabling device administration (i.e. that their
    846          administered accounts will be deleted) [CHAR LIMIT=none] -->
    847     <string name="disable_admin_warning">WARNING: Deactivating the Email app\'s authority
    848          to administer your device will delete all email accounts that require it, along with their
    849          email, contacts, calendar events, and other data.</string>
    850 
    851     <!-- Dialog shown when the account requires some amount of device security provisioning,
    852          just before jumping into system settings such as Device Policy grant, PIN/password,
    853          or encryption setup.  [CHAR_LIMIT=40] -->
    854     <string name="account_security_dialog_title">Security update</string>
    855     <!-- Additional diagnostic text when the account requires some amount of device security
    856          provisioning, just before jumping into system settings such as Device Policy grant,
    857          PIN/password, or encryption setup.  [CHAR LIMIT=none] -->
    858     <string name="account_security_dialog_content_fmt">
    859          <xliff:g id="account">%s</xliff:g> requires that you update your security settings.</string>
    860 
    861     <!-- Notification ticker when device security required (note: unused in Holo XL) -->
    862     <string name="security_notification_ticker_fmt">
    863             Account \"<xliff:g id="account">%s</xliff:g>\" requires security settings update.
    864     </string>
    865     <!-- Notification content title when device security required [CHAR_LIMIT=30] -->
    866     <string name="security_notification_content_title">Security update required</string>
    867     <!-- Title of the activity that dispatches changes to device security.  Not normally seen. -->
    868     <string name="account_security_title">Device security</string>
    869     <!-- Additional diagnostic text when the email app asserts control of the phone.
    870         [CHAR LIMIT=none] -->
    871     <string name="account_security_policy_explanation_fmt">
    872          The server <xliff:g id="server">%s</xliff:g> requires that you allow it to remotely control
    873          some security features of your Android device.</string>
    874 
    875     <!-- "Setup could not finish" dialog action button -->
    876     <string name="account_setup_failed_dlg_edit_details_action">Edit details</string>
    877 
    878     <!-- Notification ticker when device password is getting ready to expire [CHAR_LIMIT=80] -->
    879     <string name="password_expire_warning_ticker_fmt">
    880             \"<xliff:g id="account">%s</xliff:g>\" requires that you change your lock screen
    881             PIN or password.</string>
    882     <!-- Notification content title when device password is getting ready to expire
    883             [CHAR_LIMIT=30] -->
    884     <string name="password_expire_warning_content_title">Lock screen password expiring</string>
    885 
    886     <!-- Notification ticker when device password has expired [CHAR_LIMIT=80] -->
    887     <string name="password_expired_ticker">Your lock screen PIN or password has expired.</string>
    888     <!-- Notification content title when device password has expired [CHAR_LIMIT=28] -->
    889     <string name="password_expired_content_title">Lock screen password expired</string>
    890 
    891     <!-- Dialog title if device pin/password is going to expire soon. [CHAR_LIMIT=40] -->
    892     <string name="password_expire_warning_dialog_title">Lock screen password expiring</string>
    893     <!-- Dialog content device pin/password is going to expire soon. [CHAR_LIMIT=none] -->
    894     <string name="password_expire_warning_dialog_content_fmt">
    895          You must change your lock screen PIN or password soon, or the data for
    896          <xliff:g id="account">%s</xliff:g> will be erased. Change it now?</string>
    897 
    898     <!-- Dialog title if device pin/password has already expired. [CHAR_LIMIT=40] -->
    899     <string name="password_expired_dialog_title">Lock screen password expired</string>
    900     <!-- Dialog content device pin/password has already expired. [CHAR_LIMIT=none] -->
    901     <string name="password_expired_dialog_content_fmt">
    902          The data for <xliff:g id="account">%s</xliff:g> is being erased from your device.
    903          You can restore it by changing your lock screen PIN or password. Change it now?</string>
    904 
    905     <!-- On AccountSettingsXL, dialog text if you try to exit in/out/eas fragment (server settings)
    906          without checking/saving [CHAR LIMIT=none]-->
    907     <string name="account_settings_exit_server_settings">Discard unsaved changes?</string>
    908 
    909     <!-- On AccountSettingsXL, dialog title if you were brought here due to a login failure.
    910         [CHAR_LIMIT=40] -->
    911     <string name="account_settings_login_dialog_title">Couldn\'t sign in</string>
    912     <!-- On AccountSettingsXL, dialog content if you were brought here due to a login failure.
    913         [CHAR_LIMIT=none] -->
    914     <string name="account_settings_login_dialog_content_fmt">
    915          The username or password for <xliff:g id="account">%s</xliff:g> is incorrect.
    916          Update them now?</string>
    917 
    918     <!-- On Settings screen, setting option name -->
    919     <string name="account_settings_default_label">Default account</string>
    920     <!-- Check box "summary" label on "Account options" screen to make this the default account -->
    921     <!-- Note, this should usually match the default account account setup checkbox string -->
    922     <string name="account_settings_default_summary">Send email from this account by default</string>
    923     <!-- On Settings screen, setting option name -->
    924     <!-- Title of account preference for downloading attachments in background [CHAR LIMIT=32] -->
    925     <string name="account_settings_background_attachments_label">
    926         Download attachments</string>
    927     <!-- Summary of account preference for downloading attachments in background [CHAR LIMIT=64] -->
    928     <string name="account_settings_background_attachments_summary">
    929         Auto-download attachments to recent messages via Wi-Fi</string>
    930     <string name="account_settings_notify_label">Email notifications</string>
    931     <!-- On Settings screen, summary line when called via AccountManager for Exchange accounts
    932         [CHAR LIMIT=50] -->
    933     <string name="account_settings_summary">Sync frequency, notifications, etc.</string>
    934     <!-- On Settings screen, setting summary text -->
    935     <string name="account_settings_notify_summary">Notify in System bar when email arrives</string>
    936     <!-- On Settings screen, setting option name and title of dialog box that opens -->
    937     <string name="account_settings_mail_check_frequency_label">Inbox check frequency</string>
    938     <!-- On Settings screen, setting option name -->
    939     <string name="account_settings_incoming_label">Incoming settings</string>
    940    <!-- On Settings screen, setting option summary [CHAR LIMIT=64] -->
    941     <string name="account_settings_incoming_summary">
    942         Username, password, and other incoming server settings</string>
    943     <!-- On Settings screen, setting option name -->
    944     <string name="account_settings_outgoing_label">Outgoing settings</string>
    945    <!-- On Settings screen, setting option summary [CHAR LIMIT=64] -->
    946     <string name="account_settings_outgoing_summary">
    947         Username, password, and other outgoing server settings</string>
    948     <!-- On Settings screen, setting option name -->
    949     <string name="account_settings_description_label">Account name</string>
    950     <!-- On Settings screen, setting option name -->
    951     <string name="account_settings_name_label">Your name</string>
    952     <!-- On Settings screen, setting option name -->
    953     <string name="account_settings_signature_label">Signature</string>
    954     <!-- On Settings screen, setting option name. Allows user to modify saved quick responses
    955         for insertion in message body. [CHAR_LIMIT=24]-->
    956     <string name="account_settings_edit_quick_responses_label">Quick responses</string>
    957     <!-- On Settings screen, setting option summary [CHAR LIMIT=64] -->
    958     <string name="account_settings_edit_quick_responses_summary">
    959         Edit text that you frequently insert when composing emails</string>
    960     <!-- On Settings screen, setting option name -->
    961     <string name="account_settings_signature_hint">Append text to messages you send</string>
    962     <!-- On Settings screen, section heading -->
    963     <string name="account_settings_notifications">Notification settings</string>
    964     <!-- On Settings screen, section heading for data usage [CHAR LIMIT=70] -->
    965     <string name="account_settings_data_usage">Data usage</string>
    966 
    967     <!-- On settings screen, dialog heading informing user to edit a quick response -->
    968     <string name="edit_quick_response_dialog">Edit quick response</string>
    969     <!-- On settings screen, edit quick response dialog's "save" button -->
    970     <string name="save_action">Save</string>
    971 
    972     <!-- On settings screen, sync contacts check box label [CHAR LIMIT=20]-->
    973     <string name="account_settings_sync_contacts_enable">Sync contacts</string>
    974     <!-- On settings screen, sync contacts summary text [CHAR LIMIT=35] -->
    975     <string name="account_settings_sync_contacts_summary">Sync contacts for this account</string>
    976     <!-- On settings screen, sync calendar check box label [CHAR LIMIT=20]-->
    977         <string name="account_settings_sync_calendar_enable">Sync Calendar</string>
    978     <!-- On settings screen, sync calendar summary text [CHAR LIMIT=35] -->
    979     <string name="account_settings_sync_calendar_summary">Sync calendar for this account</string>
    980     <!-- On settings screen, sync email check box label [CHAR LIMIT=20]-->
    981     <string name="account_settings_sync_email_enable">Sync email</string>
    982     <!-- On settings screen, sync email summary text [CHAR LIMIT=35] -->
    983     <string name="account_settings_sync_email_summary">Sync email for this account</string>
    984 
    985     <!-- On Settings screen, vibrate pop-up menu label -->
    986     <string name="account_settings_vibrate_when_label">Vibrate</string>
    987     <!-- On Settings screen, vibrate pop-up menu summary text -->
    988     <string name="account_settings_vibrate_when_summary">Also vibrate when email arrives</string>
    989     <!-- On Settings screen, vibrate pop-up menu option "always" text -->
    990     <string name="account_settings_vibrate_when_always">Always</string>
    991     <!-- On Settings screen, vibrate pop-up menu option "silent" text -->
    992     <string name="account_settings_vibrate_when_silent">Only when silent</string>
    993     <!-- On Settings screen, vibrate pop-up menu option "never" text -->
    994     <string name="account_settings_vibrate_when_never">Never</string>
    995 
    996     <!-- Dialog title for the Vibrate dialog -->
    997     <string name="account_settings_vibrate_when_dlg_title">Vibrate</string>
    998 
    999     <!-- On Settings screen, setting option name -->
   1000     <string name="account_settings_ringtone">Choose ringtone</string>
   1001     <!-- On Settings screen, section heading -->
   1002     <string name="account_settings_servers">Server settings</string>
   1003     <!-- Title of Remove account confirmation dialog box -->
   1004     <string name="account_delete_dlg_title">Remove account</string>
   1005     <!-- Message of Remove account confirmation dialog box -->
   1006     <string name="account_delete_dlg_instructions_fmt">
   1007     The account \"<xliff:g id="account">%s</xliff:g>\" will be removed from Email.</string>
   1008 
   1009     <!-- On Settings screen, section heading for delete account [CHAR LIMIT=none] -->
   1010     <string name="account_settings_category_delete_account">Remove account</string>
   1011     <!-- On Settings screen, settings option for delete account [CHAR LIMIT=none] -->
   1012     <string name="account_settings_delete_account_label">Remove account</string>
   1013 
   1014     <!-- Mailbox settings activity title [CHAR LIMIT=none] -->
   1015     <string name="mailbox_settings_activity_title">Sync options</string>
   1016     <!-- Mailbox settings activity title, with the target folder name [CHAR LIMIT=none] -->
   1017     <string name="mailbox_settings_activity_title_with_mailbox">Sync options (<xliff:g id="mailboxx_name" example="Family">%s</xliff:g>)</string>
   1018     <!-- Mailbox "sync settings" preference header [CHAR LIMIT=none] -->
   1019     <string name="mailbox_preferences_header">Sync settings</string>
   1020     <!-- On mailbox settings screen: Mailbox check frequency setting label [CHAR LIMIT=none] -->
   1021     <string name="mailbox_settings_mailbox_check_frequency_label">Check frequency</string>
   1022     <!-- On mailbox settings screen: Mailbox sync window (the number of days to synchronize email for) setting label [CHAR LIMIT=none] -->
   1023     <string name="mailbox_settings_mailbox_sync_window_label">Days to sync</string>
   1024 
   1025     <!-- Strings used for account shortcut picker -->
   1026     <!-- String displayed in launcher [CHAR_LIMIT=10] -->
   1027     <string name="account_shortcut_picker_name">Email account</string>
   1028     <!-- Title of the account list for the shortcut picker [CHAR_LIMIT=20] -->
   1029     <string name="account_shortcut_picker_title">Choose an account</string>
   1030     <!-- Title of mailbox list for the shortcut picker [CHAR_LIMIT=20] -->
   1031     <string name="mailbox_shortcut_picker_title">Select a folder</string>
   1032 
   1033     <!-- Toast shown when the selected account no longer exists.  This is used when, for example,
   1034          a shotcut or a widget is stale and points at a deleted account.
   1035          [CHAR_LIMIT=none]-->
   1036     <string name="toast_account_not_found">Account wasn\'t found. It may have been removed.</string>
   1037 
   1038     <!-- Toast shown when the selected folder no longer exists.  This is used when, for example,
   1039          a shotcut or a widget is stale and points at a deleted folder.
   1040          [CHAR_LIMIT=none]-->
   1041     <string name="toast_mailbox_not_found">Folder wasn\'t found. It may have been removed.</string>
   1042 
   1043     <!-- Message that appears when adding a Windows Live Hotmail Plus account -->
   1044     <string name="provider_note_live">Only some \"Plus\" accounts include POP access
   1045         allowing this program to connect. If you\'re not able to sign in with
   1046         your correct email address and password, you may not have a paid
   1047         \"Plus\" account. Launch the web browser to gain access to
   1048         these email accounts.</string>
   1049     <!-- Message that appears when adding a T-Online account -->
   1050     <string name="provider_note_t_online">Before setting up this email account, visit the T-Online website and create a password for POP3 email access.</string>
   1051 
   1052     <!-- Name of Microsoft Exchange account type; used by AccountManager -->
   1053     <string name="exchange_name">Corporate</string>
   1054     <!-- Name of Microsoft Exchange account type; used by AccountManager -->
   1055     <string name="exchange_name_alternate">Microsoft Exchange ActiveSync</string>
   1056 
   1057     <!-- Message that appears if the AccountManager cannot create the system Account -->
   1058     <string name="system_account_create_failed">Couldn\'t create the account. Try again.</string>
   1059 
   1060     <!-- Strings that support the DeviceAdmin / DevicePolicyManager API -->
   1061     <!-- Name of the DeviceAdmin (seen in settings & in user confirmation screen) -->
   1062     <string name="device_admin_label">Email</string>
   1063     <!-- Long-form description of the DeviceAdmin (2nd line in settings & in user conf. screen) -->
   1064     <string name="device_admin_description">Enables server-specified security policies</string>
   1065 
   1066     <!-- Strings used for GAL access -->
   1067 
   1068     <!-- Displayed in small separator in to/cc/bcc dropdowns, when searching GAL begins.
   1069          Example:  "Searching bigcompany.com..." -->
   1070     <string name="gal_searching_fmt">Searching <xliff:g id="domain">%s</xliff:g>\u2026</string>
   1071     <!-- Displayed in small separator in to/cc/bcc dropdowns, when searching GAL completes,
   1072          and all of the server results are being displayed.  Example:
   1073          "5 results from bigcompany.com..."  -->
   1074     <plurals name="gal_completed_fmt">
   1075         <!-- Case of one result from server. -->
   1076         <item quantity="one"><xliff:g id="results" example="1">%1$d</xliff:g> result
   1077         from <xliff:g id="domain">%2$s</xliff:g></item>
   1078 
   1079         <!-- Case of multiple results from server -->
   1080         <item quantity="other"><xliff:g id="results" example="20">%1$d</xliff:g> results
   1081         from <xliff:g id="domain">%2$s</xliff:g></item>
   1082     </plurals>
   1083 
   1084     <!-- Settings activity title [CHAR LIMIT=40]-->
   1085     <string name="settings_activity_title">Settings</string>
   1086 
   1087     <!-- General Preferences Screen -->
   1088     <!-- Label in preferences header to describe general preferences [CHAR LIMIT=32] -->
   1089     <string name="header_label_general_preferences">General</string>
   1090     <!-- First category in general preferences [CHAR LIMIT=64] -->
   1091     <string name="category_general_preferences">Application</string>
   1092 
   1093     <!-- General preference: Label of the setting for the direction to move to
   1094          when deleting the current message.
   1095          Options contain "newer message","older message", etc. [CHAR LIMIT=32] -->
   1096     <string name="general_preference_auto_advance_label">Auto-advance</string>
   1097     <!-- General preference: Description of the setting for the direction to move to
   1098          when deleting the current message.
   1099          Options contain "newer message","older message", etc. [CHAR LIMIT=64] -->
   1100     <string name="general_preference_auto_advance_summary">
   1101          Choose which screen to show after you delete a message</string>
   1102     <!-- General preference: Title of the dialog box containing options for setting for
   1103          the direction to move to when deleting the current message.
   1104          Options contain "newer message","older message", etc. [CHAR LIMIT=32] -->
   1105     <string name="general_preference_auto_advance_dialog_title">Advance to</string>
   1106     <!-- General preference: Option for the setting for
   1107          the direction to move to when deleting the current message.
   1108          This option is for "move to the newer message" [CHAR LIMIT=32] -->
   1109     <string name="general_preference_auto_advance_newer">Newer message</string>
   1110     <!-- General preference: Option for the setting for
   1111          the direction to move to when deleting the current message.
   1112          This option is for "move to the older message" [CHAR LIMIT=32] -->
   1113     <string name="general_preference_auto_advance_older">Older message</string>
   1114     <!-- General preference: Option for the setting for
   1115          the direction to move to when deleting the current message.
   1116          This option is for "move back to the message list" [CHAR LIMIT=32] -->
   1117     <string name="general_preference_auto_advance_message_list">Message list</string>
   1118 
   1119     <!-- General preference: Label of the setting for the text zoom.  [CHAR LIMIT=32] -->
   1120     <string name="general_preference_text_zoom_label">Message text size</string>
   1121     <!-- General preference: Description of each setting for text zoom.  The entries here must
   1122          correspond to the strings general_preference_text_zoom_tiny,
   1123          general_preference_text_zoom_small, general_preference_text_zoom_normal, etc.
   1124          [CHAR LIMIT=64] -->
   1125     <string-array name="general_preference_text_zoom_summary_array">
   1126         <item>Tiny text</item>
   1127         <item>Small text</item>
   1128         <item>Normal-sized text</item>
   1129         <item>Large text</item>
   1130         <item>Huge text</item>
   1131     </string-array>
   1132 
   1133     <!-- The message text size values -->
   1134     <string-array translatable="false" name="general_preference_text_zoom_size">
   1135         <item>0.8</item>
   1136         <item>0.9</item>
   1137         <item>1.0</item>
   1138         <item>1.2</item>
   1139         <item>1.5</item>
   1140     </string-array>
   1141 
   1142     <!-- General preference: Title of the dialog box with options for text zoom. [CHAR LIMIT=32] -->
   1143     <string name="general_preference_text_zoom_dialog_title">Message text size</string>
   1144     <!-- General preference:  Text zoom.  Value is "tiny" (-2) [CHAR LIMIT=32] -->
   1145     <string name="general_preference_text_zoom_tiny">Tiny</string>
   1146     <!-- General preference:  Text zoom.  Value is "small" (-1) [CHAR LIMIT=32] -->
   1147     <string name="general_preference_text_zoom_small">Small</string>
   1148     <!-- General preference:  Text zoom.  Value is "normal" (0) [CHAR LIMIT=32] -->
   1149     <string name="general_preference_text_zoom_normal">Normal</string>
   1150     <!-- General preference:  Text zoom.  Value is "large" (+1) [CHAR LIMIT=32] -->
   1151     <string name="general_preference_text_zoom_large">Large</string>
   1152     <!-- General preference:  Text zoom.  Value is "huge" (+2) [CHAR LIMIT=32] -->
   1153     <string name="general_preference_text_zoom_huge">Huge</string>
   1154 
   1155     <!--  Settings screen, Reply to all default setting title  [CHAR LIMIT=30] -->
   1156     <string msgid="6469564953937885304" name="general_preference_reply_all_label">Reply all</string>
   1157     <!--  Settings screen, Reply to all default setting summary [CHAR LIMIT=70] -->
   1158     <string msgid="3356918650886350497" name="general_preference_reply_all_summary">Make \"Reply all\" the default for message replies</string>
   1159 
   1160     <!-- Settings screen, title used to clear the setting for the list of
   1161          senders to automatically show pictures for [CHAR LIMIT=80] -->
   1162     <string name="general_preferences_clear_trusted_senders_title"
   1163         >Ask to show pictures</string>
   1164     <!-- Settings screen, summary for clearing the settings for the list of
   1165          senders to automatically show pictures for [CHAR LIMIT=160] -->
   1166     <string name="general_preferences_clear_trusted_senders_summary"
   1167         >Pictures in messages won\'t be shown automatically</string>
   1168     <!-- Message shown in toast when the user taps to clear the lsit of senders
   1169          to automatically show pictures for [CHAR LIMIT=80] -->
   1170     <string name="trusted_senders_cleared">\"Show pictures\" cleared.</string>
   1171 
   1172     <!-- Generic string for "current position" / "total number" [CHAR LIMIT=12] -->
   1173     <string name="position_of_count"><xliff:g example="1">%1$d</xliff:g> of <xliff:g
   1174             example="12">%2$s</xliff:g></string>
   1175 
   1176     <!-- Message shown during the first sync after an account is set up.  [CHAR LIMIT=NONE] -->
   1177     <string name="waitinf_for_sync_message_1">Waiting for sync</string>
   1178     <!-- Message shown during the first sync after an account is set up.  [CHAR LIMIT=NONE] -->
   1179     <string name="waitinf_for_sync_message_2">Your email will appear soon.</string>
   1180 
   1181     <!-- Widget -->
   1182     <!-- Instruction for how to move to different widget views [CHAR LIMIT=20] -->
   1183     <string name="widget_other_views">Touch icon to change.</string>
   1184     <!-- Header for the "Combined Inbox" view (showing mail in all inboxes) [CHAR LIMIT=20] -->
   1185     <string name="widget_all_mail">Combined Inbox</string>
   1186     <!-- Header for the "Unread" widget view (showing all unread mail) [CHAR LIMIT=20] -->
   1187     <string name="widget_unread">Unread</string>
   1188     <!-- Header for the "Starred" widget view (showing all starred mail) [CHAR LIMIT=20] -->
   1189     <string name="widget_starred">Starred</string>
   1190     <!-- Shown when waiting for mail data to be loaded into the widget list view [CHAR LIMIT=20] -->
   1191     <string name="widget_loading">Loading\u2026</string>
   1192     <!-- Shown when no accounts are configured and the widget supports changing
   1193          on the fly [CHAR LIMIT=35] -->
   1194     <string name="widget_touch_to_configure">Touch to set up.</string>
   1195     <!-- Shown in a toast when no accounts are configured and the Email widget
   1196          cannot be created in the first place [CHAR LIMIT=none] -->
   1197     <string name="widget_no_accounts">You haven\'t set up an email account yet.</string>
   1198 
   1199     <!-- Generic string shown instead of regular numbers, when a number is larger than 999.
   1200          This should not be altered if the original string ("999+") makes sense in the
   1201          target language. Typical alternatives include "+999" and ">999".  [CHAR_LIMIT=4] -->
   1202     <string name="more_than_999">999+</string>
   1203 
   1204     <!-- The hint used in the search box when searching all mailboxes [CHAR LIMIT=35] -->
   1205     <string name="search_hint">Search email</string>
   1206 
   1207     <!-- The hint used in the search box when searching a single mailbox [CHAR LIMIT=35] -->
   1208     <string name="search_mailbox_hint">Search <xliff:g example="Inbox">%1$s</xliff:g></string>
   1209 
   1210     <!-- The title above the messages list when showing search results. [CHAR LIMIT=50] -->
   1211     <string name="search_header_text_fmt"
   1212           >Search results for \"<xliff:g example="search query">%1$s</xliff:g>\"</string>
   1213 
   1214     <!-- A warning title to show to the user when search results are taking a long
   1215          time. [CHAR LIMIT=NONE] -->
   1216     <string name="search_slow_warning_title">Waiting for results</string>
   1217 
   1218     <!-- A warning message to show to the user when search results are taking a long
   1219          time. [CHAR LIMIT=NONE] -->
   1220     <string name="search_slow_warning_message">Some servers may take a long time.</string>
   1221 
   1222     <!-- Title shown on the action bar on the mailbox list screen. [CHAR LIMIT=16] -->
   1223     <string name="action_bar_mailbox_list_title">Folders</string>
   1224 
   1225     <!-- A long placeholder string to be used in template XML files message_list_item_*.xml.
   1226          Used only in layout computation, and never actually exposed to the user. -->
   1227     <string name="long_string" translatable="false">looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong</string>
   1228 
   1229     <!-- This is the message warning the user that they must sync manually when roaming. [CHAR LIMIT=none]-->
   1230     <string name="require_manual_sync_message">Background sync for this account is disabled while\
   1231      roaming.</string>
   1232 </resources>
   1233