• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3     Copyright (C) 2011 Google Inc.
4     Licensed to The Android Open Source Project.
5
6     Licensed under the Apache License, Version 2.0 (the "License");
7     you may not use this file except in compliance with the License.
8     You may obtain a copy of the License at
9
10          http://www.apache.org/licenses/LICENSE-2.0
11
12     Unless required by applicable law or agreed to in writing, software
13     distributed under the License is distributed on an "AS IS" BASIS,
14     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15     See the License for the specific language governing permissions and
16     limitations under the License.
17-->
18<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19    <!-- Names of packages and authorities that are common to all apps
20    and read from resources -->
21
22    <!-- Layout tests strings -->
23    <string name="mock_content_provider" translatable="false">Mock Content Provider</string>
24    <string name="conversation_content_provider" translatable="false">Conversation Content Provider</string>
25    <string name="account_cache_provider" translatable="false">Account Cache Provider</string>
26
27    <string name="app_name" translatable="false">Unified Email</string>
28
29    <!-- The name of the permission to get widget update notifications. -->
30    <string name="permission_update_widget" translatable="false">com.android.email.permission.GET_WIDGET_UPDATE</string>
31    <!-- Permission label for receiving updates for the widget. -->
32    <string name="permission_update_widget_label">Update widget</string>
33    <!-- Permission description for receiving updates for the widget. -->
34    <string name="permission_update_widget_desc">Allows the app to receive notifications when the widget should be refreshed, including the account name and folder name.</string>
35
36    <!-- Compose -->
37    <!-- Shown in Compose; the sender of the message [CHAR LIMIT=10] -->
38    <string name="from">From</string>
39    <!-- Shown in Compose; the recipient(s) of the message [CHAR LIMIT=10] -->
40    <string name="to">To</string>
41    <!-- Shown in Compose; the cc recipient(s) of the message [CHAR LIMIT=10] -->
42    <string name="cc">Cc</string>
43    <!-- Shown in Compose; the bcc recipient(s) of the message [CHAR LIMIT=10] -->
44    <string name="bcc">Bcc</string>
45    <!-- Shown in Compose; the subject of the message [CHAR LIMIT=100] -->
46    <string name="subject_hint">Subject</string>
47    <!-- Shown in Compose; the body of the message [CHAR LIMIT=100] -->
48    <string name="body_hint">Compose email</string>
49    <!--  Compose screen button. Add an attachment to this message [CHAR LIMIT=20] -->
50    <string name="add_file_attachment">Attach file</string>
51    <!--  Compose screen button. Add a photo attachment to this message [CHAR LIMIT=20] -->
52    <string name="add_photo_attachment">Attach picture</string>
53    <!-- Stub string for attaching from a service. Sub-apps should override this. -->
54    <!-- The actual string value doesn't matter, it should never appear. -->
55    <string name="attach_from_service_stub1" translatable="false"></string>
56    <!-- Button name: save this message as draft [CHAR LIMIT=25]-->
57    <string name="save_draft">Save draft</string>
58    <!--  Button name: discard this message [CHAR LIMIT=15] -->
59    <string name="discard">Discard</string>
60    <!-- The possible ways to reply to a message [CHAR LIMIT=15] -->
61    <string name="compose">Compose</string>
62    <!-- The action bar title for the default compose mode [CHAR LIMIT=10] -->
63    <string name="compose_title">Compose</string>
64    <!-- The possible ways to reply to a message [CHAR LIMIT=15] -->
65    <string-array name="compose_modes">
66        <!-- Reply -->
67        <item>Reply</item>
68        <!-- Reply all -->
69        <item>Reply all</item>
70        <!-- Forward -->
71        <item>Forward</item>
72    </string-array>
73        <!-- Formatting string for the subject when it contains a reply or forward identifier. Do not translate.-->
74    <string name="formatted_subject" translatable="false"><xliff:g id="prefix">%1$s</xliff:g> <xliff:g id="subject">%2$s</xliff:g></string>
75    <!-- Compose screen, prefixed to the subject of a message when replying to it (if not already present). Do not translate. -->
76    <string name="reply_subject_label" translatable="false">Re:</string>
77    <!-- Compose screen, Prefix to forwarded message subject. Do not translate. -->
78    <string name="forward_subject_label" translatable="false">Fwd:</string>
79    <!-- Compose screen, displayed at the top of a message being replied to. Please preserve the HTML entities (surrounded by & and ;).  The two %s strings will be replaced by 1) the date 2) the person who wrote the email being responded to. [CHAR LIMIT=1000]-->
80    <string name="reply_attribution">On <xliff:g id="date">%s</xliff:g>, <xliff:g id="person">%s</xliff:g> wrote:</string>
81    <!-- Compose screen, displayed at the top of a message being forwarded. Please preserve the HTML entities (surrounded by & and ;). [CHAR LIMIT=1000] -->
82    <string name="forward_attribution">---------- Forwarded message ----------&lt;br&gt;From: <xliff:g id="from">%1$s</xliff:g>&lt;br&gt;Date: <xliff:g id="date">%2$s</xliff:g>&lt;br&gt;Subject: <xliff:g id="subject">%3$s</xliff:g>&lt;br&gt;To: <xliff:g id="to">%4$s</xliff:g>&lt;br&gt;</string>
83    <!-- Compose screen, displayed at the top of a message being forwarded. [CHAR LIMIT=100]-->
84    <string name="forward_attribution_no_headers">---------- Forwarded message ----------</string>
85    <!-- Compose screen, displayed at the top of a message being forwarded if there are any email addresses in the CC list. Please preserve the HTML entities (surrounded by & and ;). [CHAR LIMIT=1000]-->
86    <string name="cc_attribution">Cc: <xliff:g id="cc">%1$s</xliff:g>&lt;br&gt;</string>
87    <!-- Dialog text: select the type of an attachment while composing [CHAR LIMIT=100]-->
88    <string name="select_attachment_type">Choose type of attachment</string>
89    <!-- Toast, attachment too large for single file [CHAR LIMIT=100] -->
90    <string name="too_large_to_attach_single">Can\'t attach file over <xliff:g id="maxSize">%1$s</xliff:g>.</string>
91    <!-- Toast, attachment too large for multiple files [CHAR LIMIT=100] -->
92    <string name="too_large_to_attach_multiple">One or more files not attached. Limit <xliff:g id="maxSize">%1$s</xliff:g>.</string>
93    <!-- Toast, attachment too large when existing attachments exist [CHAR LIMIT=100] -->
94    <string name="too_large_to_attach_additional">File not attached. <xliff:g id="maxSize">%1$s</xliff:g> limit reached.</string>
95    <!-- Toast, problem attaching file [CHAR LIMIT=100] -->
96    <string name="generic_attachment_problem">Couldn\'t attach file.</string>
97    <!-- Toast, cannot attach the provided file because the calling context doesn't have the permission [CHAR LIMIT=100] -->
98    <string name="attachment_permission_denied">Permission denied for the attachment.</string>
99    <!-- Displayed for one second after trying to send with no recipients in To field [CHAR LIMIT=200]-->
100    <string name="recipient_needed">Add at least one recipient.</string>
101    <!-- Messages for send confirmation dialog [CHAR LIMIT=100]-->
102    <string name="confirm_send_message_with_no_subject">There\'s no text in the message subject.</string>
103    <string name="confirm_send_message_with_no_body">There\'s no text in the message body.</string>
104    <string name="confirm_send_message">Send this message?</string>
105    <!-- Displayed for one second after discarding draft message [CHAR LIMIT=50]-->
106    <string name="message_discarded">Message discarded.</string>
107    <!-- Formatting string for the user's signaure. [CHAR LIMIT=10] -->
108    <string name="signature">\n\n<xliff:g id="signature">%s</xliff:g></string>
109    <!--  Shown in the from dropdown in front of custom from addresses. [CHAR LIMIT=15] -->
110    <string name="custom_from_account_label">Send mail as:</string>
111
112    <!-- Menu item: send this message -->
113    <string name="send">Send</string>
114    <!-- Menu item: mark this conversation as read -->
115    <string name="mark_read">Mark read</string>
116    <!-- Menu item: mark this conversation as unread -->
117    <string name="mark_unread">Mark unread</string>
118    <!-- Menu item: toggle read/unread for menus that contain both read and unread options -->
119    <string name="toggle_read_unread">Toggle read unread</string>
120    <!--  Menu item: mute this conversation -->
121    <string name="mute">Mute</string>
122    <!-- Menu item: add a star to this conversation -->
123    <string name="add_star">Add star</string>
124    <!-- Menu item: remove the star from this conversation -->
125    <string name="remove_star">Remove star</string>
126    <!-- Remove the folder from this conversation [CHAR LIMIT = 30]-->
127    <string name="remove_folder">Remove from <xliff:g id="folderName">%1$s</xliff:g></string>
128    <!-- Menu item: archive this conversation -->
129    <string name="archive">Archive</string>
130    <!-- Menu item: report this conversation as spam [CHAR LIMIT = 30] -->
131    <string name="report_spam">Report spam</string>
132    <!-- Menu item: report this conversation not as spam [CHAR LIMIT = 30] -->
133    <string name="mark_not_spam">Report not spam</string>
134    <!-- Menu item: report this conversation as phishing [CHAR LIMIT = 30] -->
135    <string name="report_phishing">Report phishing</string>
136    <!-- Menu item: delete this conversation -->
137    <string name="delete">Delete</string>
138    <!-- Menu item: discard the drafts in this conversation [CHAR LIMIT = 30] -->
139    <string name="discard_drafts">Discard drafts</string>
140    <!-- Menu item: discard the failed messages in this conversation [CHAR LIMIT = 30] -->
141    <string name="discard_failed">Discard failed</string>
142    <!-- Menu item: refresh the inbox -->
143    <string name="refresh">Refresh</string>
144    <!-- Menu item: reply to this message -->
145    <string name="reply">Reply</string>
146    <!-- Menu item: reply to all recipients in this message [CHAR LIMIT=18] -->
147    <string name="reply_all">Reply all</string>
148    <!-- Menu item: resume a draft message [CHAR LIMIT=12] -->
149    <string name="resume_draft">Edit</string>
150    <!-- Menu item: forward this message -->
151    <string name="forward">Forward</string>
152    <!-- Menu item: compose a new email -->
153    <string name="menu_compose">Compose</string>
154    <!-- Menu item: change the folders for this conversation. -->
155    <string name="menu_change_folders">Change folders</string>
156    <!-- Menu item: moves to folders for selected conversation(s). [CHAR LIMIT = 30] -->
157    <string name="menu_move_to">Move to</string>
158    <!-- Menu item move_to state for displaying as an action or in overflow -->
159    <!-- 0 corresponds to SHOW_AS_ACTION_NEVER -->
160    <string name="menu_move_to_state" translatable="false">0</string>
161    <!-- Menu item: moves current or selected conversation(s) to Inbox. [CHAR LIMIT = 30] -->
162    <string name="menu_move_to_inbox">Move to Inbox</string>
163    <!-- Menu item: manages the folders for this account. [CHAR LIMIT = 30] -->
164    <string name="menu_manage_folders">Folder settings</string>
165    <!-- Menu item: report an email was not readable or poorly rendered -->
166    <string name="report_rendering_problem" translatable="false">Looks bad</string>
167    <!-- Menu item: report an email's readability has improved -->
168    <string name="report_rendering_improvement" translatable="false">Looks good</string>
169    <!-- Temporary text used for reporting rendering issues Googlers see in testing -->
170    <string name="report_rendering_problem_desc" translatable="false">
171        This message looks bad.
172    </string>
173    <!-- Temporary text used for reporting rendering improvements Googlers see in testing -->
174    <string name="report_rendering_improvement_desc" translatable="false">
175        This message looks good.
176    </string>
177    <!-- Menu item text to show the original version of an email conversation, before message manipulation [CHAR LIMIT=25] -->
178    <string name="menu_show_original">Revert auto-sizing</string>
179    <!-- Menu item: launch the Settings activity -->
180    <string name="menu_settings">Settings</string>
181    <!-- Menu item: search through the Gmail inbox -->
182    <string name="menu_search">Search</string>
183    <!-- Menu item: toggle drawer -->
184    <string name="menu_toggle_drawer">Toggle drawer</string>
185    <!-- Title of the drawer, indicating what it is used for, which is navigation of the app -->
186    <string name="drawer_title">Navigation</string>
187
188    <!--  Menu item: shown in conversation menu. Tap this to move to mark conversation as important [CHAR LIMIT=30] -->
189    <string name="mark_important">Mark important</string>
190    <!--  Menu item: shown in conversation menu. Tap this to move to mark conversation as not important [CHAR LIMIT=30] -->
191    <string name="mark_not_important">Mark not important</string>
192
193    <!-- Compose screen, menu item: add Cc/Bcc fields -->
194    <string name="add_cc_label">Add Cc/Bcc</string>
195    <!-- Compose screen, menu item: add Bcc field [CHAR_LIMIT=20]-->
196    <string name="add_bcc_label">Add Bcc</string>
197    <!-- Compose screen, Prefix to quoted text in forwarded/replied message [CHAR LIMIT=50]-->
198    <string name="quoted_text">Include quoted text</string>
199    <!-- Compose screen, Prefix to quoted text in forwarded/replied message; folder for the quoted text area. [CHAR LIMIT=25] -->
200    <string name="quoted_text_label">Quote text</string>
201    <!--  Button for including inline responses. [CHAR LIMIT=25] -->
202    <string name="respond_inline">Respond inline</string>
203    <!-- Format string for email addresses -->
204    <string name="formatted_email_address" translatable="false">&lt;<xliff:g id="email">%1$s</xliff:g>&gt;</string>
205
206    <!-- Attachments -->
207    <!-- Size unit, displayed in a button next to an attachment [CHAR LIMIT=5]-->
208    <string name="bytes"><xliff:g id="count">%s</xliff:g>&#160;B</string>
209    <!-- Size unit, displayed in a button next to an attachment [CHAR LIMIT=5] -->
210    <string name="kilobytes"><xliff:g id="count">%s</xliff:g>&#160;KB</string>
211    <!-- Size unit, displayed in a button next to an attachment  [CHAR LIMIT=5]-->
212    <string name="megabytes"><xliff:g id="count">%s</xliff:g>&#160;MB</string>
213    <!-- Attachment description for image files [CHAR LIMIT=30] -->
214    <string name="attachment_image">Image</string>
215    <!-- Attachment description for video files [CHAR LIMIT=30] -->
216    <string name="attachment_video">Video</string>
217    <!-- Attachment description for audio files [CHAR LIMIT=30] -->
218    <string name="attachment_audio">Audio</string>
219    <!-- Attachment description for text files [CHAR LIMIT=30] -->
220    <string name="attachment_text">Text</string>
221    <!-- Attachment description for .doc files [CHAR LIMIT=30] -->
222    <string name="attachment_application_msword">Document</string>
223    <!-- Attachment description for .ppt files [CHAR LIMIT=30] -->
224    <string name="attachment_application_vnd_ms_powerpoint">Presentation</string>
225    <!-- Attachment description for .pdf files [CHAR LIMIT=30] -->
226    <string name="attachment_application_vnd_ms_excel">Spreadsheet</string>
227    <!-- Attachment description for .pdf files [CHAR LIMIT=30] -->
228    <string name="attachment_application_pdf">PDF</string>
229    <!-- Attachment description for unknown files [CHAR LIMIT=30]-->
230    <string name="attachment_unknown"><xliff:g id="attachmentExtension">%s</xliff:g> File</string>
231    <!-- Read email screen, button name. Preview an attachment by Gview. [CHAR LIMIT=18] -->
232    <string name="preview_attachment">Preview</string>
233    <!-- Read email screen, button name. Save an attachment to sd card. [CHAR LIMIT=10] -->
234    <string name="save_attachment">Save</string>
235    <!-- Read email screen, button name. Redownload an attachment [CHAR LIMIT=20]-->
236    <string name="download_again">Download again</string>
237    <!-- A supplemental option on attachments for apps to override. This string intentionally blank here. [CHAR LIMIT=20] -->
238    <string name="attachment_extra_option1" translatable="false"></string>
239    <!-- Remove this attachment [CHAR LIMIT=50] -->
240    <string name="remove_attachment_desc">Remove attachment <xliff:g id="attachmentName">%s</xliff:g></string>
241    <!-- Dialog box title [CHAR LIMIT=30] -->
242    <string name="more_info_attachment">Info</string>
243    <!-- Dialog box message, displayed when we could not view an attachment. [CHAR LIMIT=200]-->
244    <string name="no_application_found">No app can open this attachment for viewing.</string>
245    <!-- Dialog box title. [CHAR LIMIT=30] -->
246    <string name="fetching_attachment">Fetching attachment</string>
247    <!-- Dialog box message. [CHAR LIMIT=80] -->
248    <string name="please_wait">Please wait\u2026</string>
249    <!-- Displayed in the conversation view, next to a file's size and type. Status of a saved attachment. [CHAR LIMIT=20]-->
250    <string name="saved">Saved,&#160;<xliff:g id="size">%s</xliff:g></string>
251    <!-- Displayed in the conversation view. Status of a failed attachment. [CHAR LIMIT=50]-->
252    <string name="download_failed">Couldn\'t download. Touch to retry.</string>
253    <!-- Photo view screen, button name. Save all attachments to sd card. [CHAR LIMIT=17] -->
254    <string name="menu_photo_save_all">Save all</string>
255    <!-- Photo view screen, button name. Share attachment. [CHAR LIMIT=10] -->
256    <string name="menu_photo_share">Share</string>
257    <!-- Photo view screen, button name. Share all attachments. [CHAR LIMIT=20] -->
258    <string name="menu_photo_share_all">Share all</string>
259    <!-- Photo view screen, button name. Print photo. [CHAR LIMIT=20] -->
260    <string name="menu_photo_print">Print</string>
261    <!-- Displayed in the action bar as a subtitle. Save in progress. [CHAR LIMIT=15] -->
262    <string name="saving">Saving&#8230;</string>
263
264    <!-- Webview Context Menu Strings -->
265    <!-- Title of dialog for choosing which activity to share a link with. [CHAR LIMIT=50]-->
266    <string name="choosertitle_sharevia">Share via</string>
267    <!-- Menu item to open a link  [CHAR LIMIT=50]-->
268    <string name="contextmenu_openlink">Open in Browser</string>
269    <!-- Menu item to copy the selection  [CHAR LIMIT=50]-->
270    <string name="contextmenu_copy">Copy</string>
271    <!-- Menu item to copy a link  [CHAR LIMIT=50]-->
272    <string name="contextmenu_copylink">Copy link URL</string>
273    <!-- Menu item to view an image  [CHAR LIMIT=50]-->
274    <string name="contextmenu_view_image">View image</string>
275    <!-- Menu item to dial a number  [CHAR LIMIT=50]-->
276    <string name="contextmenu_dial_dot">Dial\u2026</string>
277    <!-- Menu item to send an SMS  [CHAR LIMIT=50]-->
278    <string name="contextmenu_sms_dot">SMS\u2026</string>
279    <!-- Menu item to add a contact  [CHAR LIMIT=50]-->
280    <string name="contextmenu_add_contact">Add contact</string>
281    <!-- Menu item to send an email [CHAR LIMIT=50] -->
282    <string name="contextmenu_send_mail">Send email</string>
283    <!-- Menu item to show a map  [CHAR LIMIT=50]-->
284    <string name="contextmenu_map">Map</string>
285    <!-- Menu item to share link  [CHAR LIMIT=50]-->
286    <string name="contextmenu_sharelink">Share link</string>
287
288    <!-- Browse list item strings -->
289    <!-- Formatting string for the content description field of a conversation list item when device is in accessibility mode. [CHAR LIMIT=250] -->
290    <string name="content_description"><xliff:g id="toHeader">%1$s</xliff:g><xliff:g id="participant">%2$s</xliff:g> about <xliff:g id="subject">%3$s</xliff:g>, <xliff:g id="snippet">%4$s</xliff:g> on <xliff:g id="date">%5$s</xliff:g>, <xliff:g id="readstate">%6$s</xliff:g></string>
291    <!-- Formatting string for the content description field of a conversation list item when device is in accessibility mode and the message was received today. [CHAR LIMI=250] -->
292    <string name="content_description_today"><xliff:g id="toHeader">%1$s</xliff:g><xliff:g id="participant">%2$s</xliff:g> about <xliff:g id="subject">%3$s</xliff:g>, <xliff:g id="snippet">%4$s</xliff:g> at <xliff:g id="time">%5$s</xliff:g>, <xliff:g id="readstate">%6$s</xliff:g></string>
293    <!-- Formatting string for the content description field of a conversation list item when device is in accessibility mode. [CHAR LIMIT=250] -->
294    <string name="content_description_with_folders"><xliff:g id="toHeader">%1$s</xliff:g><xliff:g id="participant">%2$s</xliff:g> about <xliff:g id="subject">%3$s</xliff:g>, <xliff:g id="snippet">%4$s</xliff:g> on <xliff:g id="date">%5$s</xliff:g>, <xliff:g id="readstate">%6$s</xliff:g>, labels: <xliff:g id="folders">%7$s</xliff:g></string>
295    <!-- Formatting string for the content description field of a conversation list item when device is in accessibility mode and the message was received today. [CHAR LIMI=250] -->
296    <string name="content_description_today_with_folders"><xliff:g id="toHeader">%1$s</xliff:g><xliff:g id="participant">%2$s</xliff:g> about <xliff:g id="subject">%3$s</xliff:g>, <xliff:g id="snippet">%4$s</xliff:g> at <xliff:g id="time">%5$s</xliff:g>, <xliff:g id="readstate">%6$s</xliff:g>, labels: <xliff:g id="folders">%7$s</xliff:g></string>
297    <!-- String used in content description field of a conversation list item when device is in accessibility mode and the conversation was read [CHAR LIMIT=250] -->
298    <string name="read_string">conversation read</string>
299    <!-- String used in content description field of a conversation list item when device is in accessibility mode and the conversation was not read [CHAR LIMIT=250] -->
300    <string name="unread_string">conversation unread</string>
301    <!-- Formatting string. If the subject contains the tag of a mailing-list (text surrounded with
302    return the subject with that tag ellipsized, e.g. "[android-gmail-team] Hello" -> "[andr...] Hello" [CHAR LIMIT=100] -->
303    <string name="filtered_tag"> [<xliff:g id="tag">%1$s</xliff:g>]<xliff:g id="subject">%2$s</xliff:g></string>
304    <!-- Displayed in conversation list item in the form of "badge subject" [CHAR LIMIT=7] -->
305    <string name="badge_and_subject"><xliff:g>%1$s</xliff:g> <xliff:g>%2$s</xliff:g></string>
306    <!-- Displayed in browse list item when the list item is a draft message instead of showing the subject [CHAR LIMIT=100] -->
307    <plurals name="draft">
308        <!-- Title of the screen when there is exactly one draft -->
309        <item quantity="one">Draft</item>
310        <!-- Title of the screen when there are more than one draft -->
311        <item quantity="other">Drafts</item>
312    </plurals>
313    <!-- Message displayed in a browse list item for one second when message is being sent [CHAR LIMIT=20]-->
314    <string name="sending">Sending\u2026</string>
315    <!-- Message displayed in the outgoing message list item when the message failed to sent and is being retried [CHAR LIMIT=20] -->
316    <string name="message_retrying">Retrying\u2026</string>
317    <!-- Message displayed in the outgoing message list item when the message failed to send [CHAR LIMIT=20] -->
318    <string name="message_failed">Failed</string>
319    <!-- Message displayed in a browse list item for one second after a send failed [CHAR LIMIT=26]-->
320    <string name="send_failed">Message wasn\'t sent.</string>
321    <!-- String used to represent "me" when used as an object pronoun. This string is used when
322         showing the list of recipients of a message [CHAR LIMIT=15] -->
323    <string name="me_object_pronoun">me</string>
324    <!-- String used to represent "me"/"I" when used as an subject pronoun. This string is use when
325         showing the list of senders for a conversation list item. [CHAR LIMIT=15] -->
326    <string name="me_subject_pronoun">me</string>
327
328    <plurals name="confirm_delete_conversation">
329        <!-- Dialog message to confirm deletion of one conversation -->
330        <item quantity="one">Delete this conversation?</item>
331        <!-- Dialog message to confirm deletion of several conversations -->
332        <item quantity="other">Delete these <xliff:g id="count">%1$d</xliff:g> conversations?</item>
333    </plurals>
334    <plurals name="confirm_archive_conversation">
335        <!-- Dialog message to confirm archival of one conversation -->
336        <item quantity="one">Archive this conversation?</item>
337        <!-- Dialog message to confirm archival of several conversations -->
338        <item quantity="other">Archive these <xliff:g id="count">%1$d</xliff:g> conversations?</item>
339    </plurals>
340    <plurals name="confirm_discard_drafts_conversation">
341        <!-- Dialog message to confirm discarding a single draft message [CHAR LIMIT=50] -->
342        <item quantity="one">Discard this message?</item>
343        <!-- Dialog message to confirm discarding many draft messages [CHAR LIMIT=50] -->
344        <item quantity="other">Discard these <xliff:g id="count">%1$d</xliff:g> messages?</item>
345    </plurals>
346
347    <!-- Dialog text: confirm discard -->
348    <string name="confirm_discard_text">Discard this message?</string>
349
350    <!-- Conversation list shared between the Activity and Widget -->
351    <!-- Displayed in the middle of the screen when conversations are being loaded [CHAR LIMIT 100]-->
352    <string name="loading_conversations">Loading\u2026</string>
353    <!-- Displayed in the middle of the screen when an inbox is empty [CHAR LIMIT 100]-->
354    <string name="empty_inbox">You\'re all done! Please enjoy your day.</string>
355    <!-- Displayed in the middle of the screen when a search returns no results [CHAR LIMIT 100]-->
356    <string name="empty_search">Whoops! We didn\'t find anything for \"<xliff:g id="search_query">%1$s</xliff:g>\".</string>
357    <!-- Displayed in the middle of the screen when the spam folder is empty [CHAR LIMIT 100]-->
358    <string name="empty_spam_folder">Hooray, no spam here!</string>
359    <!-- Displayed in the middle of the screen when the trash folder is empty [CHAR LIMIT 100]-->
360    <string name="empty_trash_folder">No trash here. Thanks for recycling!</string>
361    <!-- Displayed in the middle of the screen when a folder is empty [CHAR LIMIT 100]-->
362    <string name="empty_folder">There is no mail here.</string>
363    <!-- Displayed in the middle of the screen when a folder is loading [CHAR LIMIT 100]-->
364    <string name="getting_messages">Getting your messages</string>
365
366    <!-- Undo bar strings -->
367    <!-- Menu item: undo latest action [CHAR LIMIT=12]-->
368    <string name="undo">Undo</string>
369
370    <plurals name="conversation_unstarred">
371        <item quantity="one">Unstarring <xliff:g id="count">%1$d</xliff:g> conversation</item>
372        <item quantity="other">Unstarring <xliff:g id="count">%1$d</xliff:g> conversations</item>
373    </plurals>
374
375    <!-- The following are shown as a toast after the operation has completed --><skip />
376    <plurals name="conversation_muted">
377        <!-- Displayed while muting one conversation -->
378        <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> muted</item>
379        <!-- Displayed while muting several conversations -->
380        <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> muted</item>
381    </plurals>
382
383    <plurals name="conversation_spammed">
384        <!-- Displayed while reporting one conversation as spam -->
385        <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> reported as spam</item>
386        <!-- Displayed while reporting several conversations as spam -->
387        <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> reported as spam</item>
388    </plurals>
389
390    <plurals name="conversation_not_spam">
391        <!-- Displayed while reporting one conversation as not spam -->
392        <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> reported as not spam</item>
393        <!-- Displayed while reporting several conversations as not spam -->
394        <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> reported as not spam</item>
395    </plurals>
396
397    <plurals name="conversation_not_important">
398        <!-- Displayed while reporting one conversation as not important in the important folder -->
399        <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> marked not important</item>
400        <!-- Displayed while reporting several conversations as not important in the important folder -->
401        <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> marked not important</item>
402    </plurals>
403
404    <plurals name="conversation_phished">
405        <!-- Displayed while reporting one conversation as phishing -->
406        <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> reported as phishing</item>
407        <!-- Displayed while reporting several conversations as phishing -->
408        <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> reported as phishing</item>
409    </plurals>
410
411    <plurals name="conversation_archived">
412        <!-- Displayed while archiving one conversation -->
413        <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> archived</item>
414        <!-- Displayed while archiving multiple conversations -->
415        <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> archived</item>
416    </plurals>
417
418    <plurals name="conversation_deleted">
419        <!-- Displayed while deleting one conversation -->
420        <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> deleted</item>
421        <!-- Displayed while deleting multiple conversations -->
422        <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> deleted</item>
423    </plurals>
424    <!-- Displayed when swiping away a single conversation to delete it [CHAR LIMIT=80] -->
425    <string name="deleted">Deleted</string>
426    <!-- Displayed when swiping away a single conversation to archive it [CHAR LIMIT=80] -->
427    <string name="archived">Archived</string>
428    <!-- Displayed when swiping away a single conversation to remove the currently displayed folder [CHAR LIMIT=80] -->
429    <string name="folder_removed">Removed from <xliff:g id="folderName">%1$s</xliff:g></string>
430
431    <plurals name="conversation_folder_changed">
432        <!-- Displayed while adding and removing folders to a single conversation. [CHAR LIMIT=100] -->
433        <item quantity="one">Changed folder</item>
434        <!-- Displayed while adding and removing folders to multiple conversations. [CHAR LIMIT=100] -->
435        <item quantity="other">Changed folders</item>
436    </plurals>
437
438    <!-- Displayed after moving a conversation to a different folder. [CHAR LIMIT=100] -->
439    <string name="conversation_folder_moved">Moved to <xliff:g id="folderName">%1$s</xliff:g></string>
440
441    <!-- Search Results: Text for header that is shown above search results [CHAR LIMIT=30] -->
442    <string name="search_results_header">Results</string>
443    <!-- Toast shown when the user taps the search hard key when viewing an account that does not support search [CHAR LIMIT=100] -->
444    <string name="search_unsupported">Search is not supported on this account.</string>
445    <!-- Accessibility description for the search suggestion item [CHAR LIMIT=100] -->
446    <string name="search_suggestion_desc">Suggestion: <xliff:g id="suggestion">%s</xliff:g></string>
447
448    <!-- Conversation view -->
449    <!--  Text anchor for control to add / change labels on a conversation when
450          viewing it. [CHAR LIMIT=40] -->
451    <string name="add_label">Add folder</string>
452
453    <!-- New Message notification text that appears over conversation view on incoming messages. [CHAR LIMIT=40] -->
454    <plurals name="new_incoming_messages">
455        <item quantity="one"><xliff:g id="count">%1$d</xliff:g> new message</item>
456        <item quantity="other"><xliff:g id="count">%1$d</xliff:g> new messages</item>
457    </plurals>
458
459    <!-- Conversation message header strings -->
460    <!--  Text for showing the date and expanding recipient details in a message when viewing it. [CHAR LIMIT=40] -->
461    <string name="date_and_view_details"><xliff:g id="date">%1$s</xliff:g> &lt;a href=\'http://www.example.com\'>View details&lt;/a></string>
462    <!--  Text for collapsing recipient details in a message when viewing it. [CHAR LIMIT=40] -->
463    <string name="hide_details">Hide details</string>
464    <!-- Shown to display the recipient(s) of the message [CHAR LIMIT=10] -->
465    <string name="to_message_header">to <xliff:g id="recipients">%1$s</xliff:g></string>
466    <!-- Shown to display the bcc recipient(s) of the message [CHAR LIMIT=10] -->
467    <string name="bcc_header_for_recipient_summary">bcc:\u0020</string>
468    <!--  Icon name for showing sender contact information. [CHAR LIMIT=100] -->
469    <string name="contact_info_string">Show contact information for <xliff:g id="name">%1$s</xliff:g></string>
470    <!--  Icon name for showing sender contact information when we cannot get sender info. [CHAR LIMIT=100] -->
471    <string name="contact_info_string_default">Show contact information</string>
472    <!-- Used for accessibility purposes when a conversation has several previously read
473         messages that are collapsed into a single touch target. Tapping on this touch target
474         expands these messages. [CHAR LIMIT=UNLIMITED] -->
475    <plurals name="show_messages_read">
476        <item quantity="other">Expand <xliff:g id="count" example="4">%1$d</xliff:g> older messages</item>
477    </plurals>
478    <!-- Used for accessibility purposes when a conversation has several previously read
479         messages that are collapsed into a single touch target to announce that the messages
480         have been expanded. [CHAR LIMIT=UNLIMITED] -->
481    <plurals name="super_collapsed_block_accessibility_announcement">
482        <item quantity="other">Expanded <xliff:g id="count" example="4">%1$d</xliff:g> older messages</item>
483    </plurals>
484    <!-- Shown to display the from address of the message [CHAR LIMIT=10] -->
485    <string name="from_heading">From:</string>
486    <!-- Shown to display the reply to address of the message [CHAR LIMIT=20] -->
487    <string name="replyto_heading">Reply-to:</string>
488    <!-- Shown to display the to recipient(s) of the message [CHAR LIMIT=10] -->
489    <string name="to_heading">To:\u0020</string>
490    <!-- Shown to display the to recipient(s) of the message [CHAR LIMIT=10] -->
491    <string name="to_heading_no_space">To:</string>
492    <!-- Shown to display the cc recipient(s) of the message [CHAR LIMIT=10] -->
493    <string name="cc_heading">Cc:</string>
494    <!-- Shown to display the bcc recipient(s) of the message [CHAR LIMIT=10] -->
495    <string name="bcc_heading">Bcc:</string>
496    <!-- Shown to display the date of the message [CHAR LIMIT=10] -->
497    <string name="date_heading">Date:</string>
498    <!-- Displayed above an HTML message to show the images in that message [CHAR LIMIT=40] -->
499    <string name="show_images">Show pictures</string>
500    <!-- Displayed above an HTML message to always show images in messages from that sender [CHAR LIMIT=40] -->
501    <string name="always_show_images">Always show pictures from this sender</string>
502    <!-- Shown in a toast to acknowledge always showing images for a sender [CHAR LIMIT=100] -->
503    <string name="always_show_images_toast">Pictures from this sender will be shown automatically.</string>
504    <!-- Display format of an email recipient, displayed in expanded message details [CHAR LIMIT=10] -->
505    <string name="address_display_format"><xliff:g id="name">%1$s</xliff:g> <xliff:g id="email">%2$s</xliff:g></string>
506    <!-- Display format of an email sender if the message has a via domain set, displayed in expanded message details [CHAR LIMIT=15] -->
507    <string name="address_display_format_with_via_domain"><xliff:g id="name">%1$s</xliff:g> <xliff:g id="email">%2$s</xliff:g> via <xliff:g id="via_domain">%3$s</xliff:g></string>
508    <!-- Displayed for one second after user saves message as draft [CHAR LIMIT=50]-->
509    <string name="message_saved">Message saved as draft.</string>
510    <!-- Displayed for one second while message is being sent [CHAR LIMIT=50]-->
511    <string name="sending_message">Sending message\u2026</string>
512    <!-- Displayed for one second after trying to send with invalid recipients [CHAR LIMIT=50]-->
513    <string name="invalid_recipient">The address <xliff:g id="wrongemail" example="foo@@gmail..com">%s</xliff:g> is invalid.</string>
514    <!-- Shown in HTML to allow the user to see quoted text; should match Gmail web UI. [CHAR LIMIT=50] -->
515    <string name="show_elided">Show quoted text</string>
516    <!-- Shown in HTML to allow the user to hide quoted text; should match Gmail web UI. 25BC is Unicode for a downward-pointing triangle. [CHAR LIMIT=50] -->
517    <string name="hide_elided">\u25BC Hide quoted text</string>
518    <!-- Shown as a heading in message view when a message contains a calendar invite [CHAR LIMIT=30]-->
519    <string name="message_invite_title">Calendar invite</string>
520    <!-- Shown as a button label in message view to launch calendar to see this invite [CHAR LIMIT=40]-->
521    <string name="message_invite_calendar_view">View in Calendar</string>
522    <!-- Shown as a text label in message view describing the choices of whether to attend an invite [CHAR LIMIT=20]-->
523    <string name="message_invite_label_attending">Going?</string>
524    <!-- Shown as a button label in message view to accept a calendar invite [CHAR LIMIT=20]-->
525    <string name="message_invite_accept">Yes</string>
526    <!-- Shown as a button label in message view to give a tentative response to a calendar invite [CHAR LIMIT=20]-->
527    <string name="message_invite_tentative">Maybe</string>
528    <!-- Shown as a button label in message view to decline a calendar invite [CHAR LIMIT=20]-->
529    <string name="message_invite_decline">No</string>
530
531    <!-- An enumeration comma for separating items in lists. [CHAR LIMIT=2] -->
532    <string name="enumeration_comma">,\u0020</string>
533
534    <!-- Button name, displayed in dialogs [CHAR LIMIT=20]-->
535    <string name="send_anyway">Send anyway</string>
536    <!-- Button name, displayed in dialogs [CHAR LIMIT=10] -->
537    <string name="ok">OK</string>
538    <!-- Button name, displayed in dialogs [CHAR LIMIT=10] -->
539    <string name="done">Done</string>
540    <!-- Button name, displayed in dialogs [CHAR LIMIT=10] -->
541    <string name="cancel">Cancel</string>
542    <!-- Button name, displayed in dialogs [CHAR LIMIT=10] -->
543    <string name="clear">Clear</string>
544    <!-- Button name, used as part of a multi-step process [CHAR LIMIT=10] -->
545    <string name="next">Next</string>
546    <!-- Button name, used as part of a multi-step process [CHAR LIMIT=10] -->
547    <string name="previous">Previous</string>
548
549    <!-- Sync status errors. Please do not change the order [CHAR LIMIT=100] -->
550    <string-array name="sync_status">
551        <item>Success</item>
552        <item>No connection</item>
553        <item>Couldn\'t sign in</item>
554        <item>Security error</item>
555        <item>Couldn\'t sync</item>
556        <item>Internal Error</item>
557        <item>Server Error</item>
558    </string-array>
559
560    <!-- Widget strings -->
561    <!-- Displayed when user adds a new widget. Tapping on the widget in this
562          mode will bring user to the account selection screen [CHAR LIMIT=35] -->
563    <string name="tap_to_configure">Touch to set up</string>
564
565    <!-- Displayed within a widget that was setup for a non-synced folder [CHAR LIMIT=60] -->
566    <string name="non_synced_folder_description">To view conversations, sync this folder.</string>
567
568    <!-- Displayed within a widget that was setup for a non-synced folder.  This is the text of the
569         button that will allow the user to configure sync for the folder [CHAR LIMIT=35] -->
570    <string name="tap_to_configure_folder_sync">Sync Folder</string>
571
572    <!-- Displayed in widget when unread count > 99. [CHAR LIMIT=4] -->
573    <string name="widget_large_unread_count">%d+</string>
574
575    <!-- Displayed when there are >99 unseen messages, see:unseen_count [CHAR LIMIT=3] -->
576    <string name="large_unseen_count"><xliff:g id="count" example="99">%d</xliff:g>+ new</string>
577
578    <!-- Displayed when there are unseen messages [CHAR LIMIT=3] [BACKUP_MESSAGE_ID: 3377106103106345367] -->
579    <string name="unseen_count"><xliff:g id="count" example="4">%d</xliff:g> new</string>
580
581    <plurals name="actionbar_unread_messages">
582        <!-- String for the actionbar subtitle when messages are unread [CHAR LIMIT=30] -->
583        <item quantity="other"><xliff:g id="count" example="4">%1$d</xliff:g> unread</item>
584    </plurals>
585
586    <!-- Displayed at the end of the conversation list in the widget. Tapping on this will open the default Inbox. [CHAR LIMIT=35] -->
587    <string name="view_more_conversations">View more conversations</string>
588
589    <!-- Displayed while we load a conversation. [CHAR LIMIT=100] -->
590    <string name="loading_conversation">Loading\u2026</string>
591
592    <!-- Name of the Mailboxes activity [CHAR LIMIT=30] -->
593    <string name="activity_mailbox_selection">Choose account</string>
594
595    <!-- Name of the Folders activity [CHAR LIMIT=30] -->
596    <string name="activity_folder_selection">Choose folder</string>
597
598    <!-- Name of the Folder shortcut widget. Should use "Email" to refer to the app. [CHAR LIMIT=30] -->
599    <string name="folder_shortcut_widget_label">Email folder</string>
600
601    <!-- Folder selection dialog -->
602    <!-- Title for change folders dialog [CHAR LIMIT=30] -->
603    <string name="change_folders_selection_dialog_title">Change folders</string>
604    <!-- Title for move to dialog [CHAR LIMIT=30] -->
605    <string name="move_to_selection_dialog_title">Move to</string>
606
607    <!-- Search -->
608    <!-- Title of the search dialog -->
609    <string name="search_title" translatable="false">Unified Email</string>
610    <!-- Shown in light gray in the Search box when no text has been entered [CHAR LIMIT=20]-->
611    <string name="search_hint">Search</string>
612    <!-- Search Results: Text for status of the search when the results are completely loaded [CHAR LIMIT=10] -->
613    <string name="search_results_loaded"><xliff:g id="searchCount">%1$d</xliff:g></string>
614    <!-- Voice search is not supported on this device [CHAR LIMIT=100] -->
615    <string name="voice_search_not_supported">Voice search is not supported on this device.</string>
616    <!-- Description of the back button [CHAR LIMIT=100] -->
617    <string name="search_back_desc">Close search</string>
618    <!-- Description of the voice icon [CHAR LIMIT=100] -->
619    <string name="search_voice_desc">Start voice search</string>
620    <!-- Description of the clear icon (clears the current input text in the search bar) [CHAR LIMIT=100] -->
621    <string name="search_clear_desc">Clear search text</string>
622
623    <!-- Shown in conversation list footer when application cannot make a connection [CHAR LIMIT=20]-->
624    <string name="network_error">No connection</string>
625    <!-- Button at bottom of conversation list screen if last attempt to load conversations failed [CHAR LIMIT=20]-->
626    <string name="retry">Retry</string>
627    <!-- Button at bottom of conversation list screen if the folder for which contents are being shown supports loading more on demand [CHAR LIMIT=20]-->
628    <string name="load_more">Load more</string>
629
630    <!-- Text for dummy attachments to load the actual attachment. This is not an ideal string, but it's too late to add a new string and get it translated -->
631    <string name="load_attachment">@string/load_more</string>
632
633    <!-- Shortcut strings -->
634    <!-- Title for shortcut naming dialog [CHAR LIMIT=100]-->
635    <string name="shortcut_name_title">Name folder shortcut</string>
636
637    <!-- Wait fragment strings -->
638    <!-- Displayed in title bar during the initial sync  [CHAR LIMIT=40] -->
639    <string name="wait_for_sync_title">Waiting for sync</string>
640    <!-- Title for the screen displayed during the initial sync [CHAR LIMIT=100]  -->
641    <string name="not_synced_title">Account not synced</string>
642    <!-- Displayed in the middle of the screen during the initial sync [CHAR LIMIT=300]-->
643    <string name="wait_for_manual_sync_body">This account isn\'t set up to sync automatically.\nTouch <b>Sync Now</b> to sync mail once, or <b>Change Sync Settings</b> to set up this account to sync mail automatically.</string>
644    <!-- Displayed at the bottom of the screen during the initial sync. If pressed will sync users mail for the selected account. [CHAR LIMIT=12]  -->
645    <string name="manual_sync">Sync now</string>
646    <!-- Displayed at the bottom of the screen during the initial sync. If pressed will open sync setting screen for accounts. [CHAR LIMIT=30]  -->
647    <string name="change_sync_settings">Change sync settings</string>
648
649    <!-- Displayed when we could not load a photo in the photo viewer. [CHAR LIMIT=30] -->
650    <string name="photo_load_failed">Couldn\'t load image</string>
651
652    <!--  The move message / change labels action can't be taken because the selected messages
653        come from different accounts -->
654    <string name="cant_move_or_change_labels">Can\'t move because selection contains multiple
655        accounts.</string>
656
657    <!-- Format string used when displaying a summary in a message summary in list notification that was triggered by several new conversations.
658         Extra space between sender and subject is intentional.  [CHAR LIMIT=120] -->
659    <string name="multiple_new_message_notification_item"><b><xliff:g id="sender">%1$s</xliff:g></b>\u0020\u0020\u0020<xliff:g id="subject">%2$s</xliff:g></string>
660
661    <!-- Format string used when displaying the big text of a notification that was triggered by a single new conversation. [CHAR LIMIT=120] -->
662    <string name="single_new_message_notification_big_text"><xliff:g id="subject">%1$s</xliff:g>\n<xliff:g id="snippet">%2$s</xliff:g></string>
663
664    <!-- Displayed in a message subheading. Ignore the current spam warning. [CHAR LIMIT=30] -->
665    <string name="ignore_spam_warning">Ignore, I trust this message</string>
666
667    <!-- Displayed in the message heading. Shown if the message was sent via another domain. [CHAR LIMIT=10] -->
668    <string name="via_domain">via <xliff:g id="viaDomain">%1$s</xliff:g></string>
669
670    <!-- Button text for the button to click to have the user sign in again or adjust their credentials. [CHAR LIMIT=20]-->
671    <string name="signin">Sign-in</string>
672    <!-- Button text for the button to click for more information. [CHAR LIMIT=20]-->
673    <string name="info">Info</string>
674    <!-- Button text for the button to click to report feedback. [CHAR LIMIT=20]-->
675    <string name="report">Report</string>
676    <!-- Button text for the button to click to show newly received messages in the active thread. [CHAR LIMIT=20]-->
677    <string name="show">Show</string>
678    <!-- Dialog title when a sync error occurs. [CHAR LIMIT=50]-->
679    <string name="sync_error">Couldn\'t sync.</string>
680    <!-- Dialog title when a sync error occurs. [CHAR LIMIT=100]-->
681    <string name="sync_error_message">Your device doesn\'t have enough storage space to sync.</string>
682    <!-- Button text for the button to click to go to the manage storage settings screen. [CHAR LIMIT=20]-->
683    <string name="storage">Storage</string>
684
685    <string translatable="false" name="hierarchical_folder_parent_top"><xliff:g id="topLevelParent">%1$s</xliff:g>\u2215<xliff:g id="parent">%2$s</xliff:g>\u2215</string>
686    <string translatable="false" name="hierarchical_folder_parent_top_ellip"><xliff:g id="topLevelParent">%1$s</xliff:g>\u2215\u2026\u2215<xliff:g id="parent">%2$s</xliff:g>\u2215</string>
687    <string translatable="false" name="hierarchical_folder_top"><xliff:g id="topLevelParent">%1$s</xliff:g>\u2215</string>
688
689    <!-- Token used as a divider between senders -->
690    <string name="senders_split_token">,\u00A0</string>
691    <string name="draft_count_format">\u00A0(<xliff:g id="count">%1$s</xliff:g>)</string>
692
693    <!-- Token to replace senders that are not visible -->
694    <string translatable="false" name="senders_elided">..</string>
695    <!-- Token used to space out elided senders that are not visible -->
696    <string translatable="false" name="elided_padding_token">\u00A0</string>
697    <!-- Token used to space out message count, draft text, and senders -->
698    <string translatable="false" name="message_count_spacer">\u00A0\u00A0</string>
699
700    <string translatable="false" name="quote_begin">&lt;div class=\"quote\"&gt;</string>
701
702    <!-- String used in the FolderListFragment to mark the start of user-defined folders -->
703    <string name="all_folders_heading">All folders</string>
704    <!-- String used in the FolderListFragment to mark the start of recent folders -->
705    <string name="recent_folders_heading">Recent folders</string>
706
707    <!-- Dialog title when showing message header details in a popup window. [CHAR LIMIT=100]-->
708    <string name="message_details_title">Message details</string>
709
710    <!-- General preference: Label of the setting for the direction to move to
711         when deleting the current message.
712         Options contain "newer message","older message", etc. [CHAR LIMIT=32] -->
713    <string name="preference_advance_to_title">Auto-advance</string>
714
715    <!-- The auto-advance modes -->
716    <string-array name="prefEntries_autoAdvance">
717        <!-- Newer conversation -->
718        <item>Newer</item>
719        <!-- Older conversation -->
720        <item>Older</item>
721        <!-- Conversation list -->
722        <item>Conversation list</item>
723    </string-array>
724
725    <!-- Description for each auto-advance option to display after the user has picked one -->
726    <!-- The entries here must correspond to the entries in prefEntries_autoAdvance [CHAR LIMIT=60] -->
727    <string-array name="prefSummaries_autoAdvance">
728        <!-- Newer conversation -->
729        <item>Show newer conversation after you delete</item>
730        <!-- Older conversation -->
731        <item>Show older conversation after you delete</item>
732        <!-- Conversation list -->
733        <item>Show conversation list after you delete</item>
734    </string-array>
735
736    <!-- Dialog title for the auto-advance list -->
737    <string name="prefDialogTitle_autoAdvance">Advance to</string>
738
739    <!-- TODO: these pref keys that are never user visible should probably be
740    moved to a donttranslate file -->
741    <!-- The default auto-advance mode -->
742    <string translatable="false" name="prefDefault_autoAdvance">list</string>
743
744    <!-- The auto-advance mode values -->
745    <string-array translatable="false" name="prefValues_autoAdvance">
746        <item>newer</item>
747        <item>older</item>
748        <item>list</item>
749    </string-array>
750
751    <!-- Settings screen, title of "Restore default for "Show pictures"" [CHAR LIMIT=1000]-->
752    <string name="clear_display_images_whitelist_title">Clear picture approvals</string>
753
754    <!-- Settings screen, title of dialog shown to confirm action when user taps
755    "Clear picture approvals" in preferences [CHAR LIMIT=200]-->
756    <string name="clear_display_images_whitelist_dialog_title">Clear picture approvals?</string>
757    <!-- Settings screen, message of dialog shown to confirm action when tapping
758    "Clear picture approvals" [CHAR LIMIT=1000]-->
759    <string name="clear_display_images_whitelist_dialog_message">Stop displaying inline images from senders you previously allowed.</string>
760
761    <!-- Message shown in toast when the user taps "Restore default for "Show pictures"" in Gmail general preferences. [CHAR LIMIT=50] -->
762    <string name="sender_whitelist_cleared">Pictures won\'t be shown automatically.</string>
763
764    <!-- Settings screen, name of the setting that lets the user choose their signature [CHAR LIMIT=50] -->
765    <string name="preferences_signature_title">Signature</string>
766    <!-- Settings screen, title of the dialog that lets the user configure their signature [CHAR LIMIT=50] -->
767    <string name="preferences_signature_dialog_title">Signature</string>
768    <!-- Settings screen, setting summary text when no signature set [CHAR LIMIT=100] -->
769    <string name="preferences_signature_summary_not_set">Not set</string>
770
771    <!-- Notification action for replying to a message. [CHAR LIMIT=20] -->
772    <string name="notification_action_reply">Reply</string>
773    <!-- Notification action for replying-all to a message. [CHAR LIMIT=20] -->
774    <string name="notification_action_reply_all">Reply all</string>
775    <!-- Notification action for archiving a message. [CHAR LIMIT=20] -->
776    <string name="notification_action_archive">Archive</string>
777    <!-- Notification action for removing a label from a message. [CHAR LIMIT=20] -->
778    <string name="notification_action_remove_label">Remove label</string>
779    <!-- Notification action for deleting a message. [CHAR LIMIT=20] -->
780    <string name="notification_action_delete">Delete</string>
781
782    <!-- Notification undo text after archiving a message. [CHAR LIMIT=30] -->
783    <string name="notification_action_undo_archive">Archived</string>
784    <!-- Notification undo text after removing a label from a message. [CHAR LIMIT=30] -->
785    <string name="notification_action_undo_remove_label">Label Removed</string>
786    <!-- Notification undo text after deleting a message. [CHAR LIMIT=30] -->
787    <string name="notification_action_undo_delete">Deleted</string>
788
789    <!-- Regex that specifies veiled addresses. These are all empty because this is disabled currently. -->
790    <string name="veiled_address"/>
791    <!-- String to be shown instead of a veiled addresses. [CHAR LIMIT=50] -->
792    <string name="veiled_alternate_text"/>
793    <!-- String to be shown instead of a veiled addresses. [CHAR LIMIT=50] -->
794    <string name="veiled_alternate_text_unknown_person"/>
795    <!-- Summary string to be shown instead of a veiled recipient. [CHAR LIMIT=50] -->
796    <string name="veiled_summary_unknown_person"/>
797
798    <!-- Notification ticker text for per-label notification [CHAR LIMIT=30]-->
799    <string name="label_notification_ticker">"<xliff:g id="label">%s</xliff:g>: <xliff:g id="notification">%s</xliff:g>"</string>
800
801    <!-- Notification message to the user upon new messages for a conversation. [CHAR LIMIT=120] -->
802    <plurals name="new_messages">
803        <item quantity="one"><xliff:g id="count">%1$d</xliff:g> new message</item>
804        <item quantity="other"><xliff:g id="count">%1$d</xliff:g> new messages</item>
805    </plurals>
806
807    <!-- Format string used when displaying the title of a notification that was triggered by a single new conversation. [CHAR LIMIT=120] -->
808    <string name="single_new_message_notification_title"><xliff:g id="sender">%1$s</xliff:g>: <xliff:g id="subject">%2$s</xliff:g></string>
809
810    <!-- Settings screen, what to display for Ringtone when the user chooses "silent" [CHAR LIMIT=100]-->
811    <string name="silent_ringtone">Silent</string>
812
813    <!-- Settings screen, preference name for archive vs. delete [CHAR LIMIT=50] -->
814    <string name="preference_removal_action_title">Default action</string>
815    <!-- Options to select from for whether to have archive or delete as the remove action [CHAR LIMIT=50] -->
816    <string-array name="prefEntries_removal_action">
817        <item>Archive</item>
818        <item>Delete</item>
819    </string-array>
820    <!-- Description of currently selected option of whether to use archive or delete as remove action [CHAR LIMIT=200] -->
821    <string-array name="prefSummaries_removal_action_summary">
822        <item>Archive</item>
823        <item>Delete</item>
824    </string-array>
825    <string-array translatable="false" name="prefValues_removal_action">
826        <item>archive</item>
827        <item>delete</item>
828    </string-array>
829    <!-- Dialog title for the choosing whether to use archive or delete as remove action [CHAR LIMIT=150] -->
830    <string name="prefDialogTitle_removal_action">Default action</string>
831    <!-- The default value -->
832    <string translatable="false" name="prefDefault_removal_action">archive</string>
833
834    <!--  Settings screen, Reply to all default setting title  [CHAR LIMIT=30] -->
835    <string name="preferences_default_reply_all_title">Reply all</string>
836    <!--  Settings screen, Reply to all default setting summary [CHAR LIMIT=70] -->
837    <string name="preferences_default_reply_all_summary_impl">Use as default for message replies</string>
838    <!--  DO NOT TRANSLATE THE BELOW STRING - In order to allow overriding of this for K tablets (but not pre-K tablets), we use an indirection with the actual string defined above. -->
839    <string name="preferences_default_reply_all_summary" translatable="false">@string/preferences_default_reply_all_summary_impl</string>
840
841    <!-- Preference name for swipe actions preference [CHAR LIMIT=100]-->
842    <string name="preference_swipe_title">Swipe actions</string>
843    <!-- Preference description swiping in conversation list option [CHAR LIMIT=100] -->
844    <string name="preference_swipe_description">In conversation list</string>
845
846    <!-- Preference name for whether to display sender images in conversation list [CHAR LIMIT=100] -->
847    <string name="preference_sender_image_title">Sender image</string>
848    <!-- Preference description for whether to display sender image option [CHAR LIMIT=200] -->
849    <string name="preference_sender_image_description">Show beside name in conversation list</string>
850
851    <!-- Conversation list screen overflow menu in trash folder [CHAR LIMIT=50]  -->
852    <string name="empty_trash">Empty Trash</string>
853
854    <!-- Conversation list screen overflow menu in spam folder [CHAR LIMIT=50]  -->
855    <string name="empty_spam">Empty Spam</string>
856
857    <!-- Dialog title for empty trash confirmation dialog [CHAR LIMIT=100] -->
858    <string name="empty_trash_dialog_title">Empty Trash?</string>
859
860    <!-- Dialog title for empty spam confirmation dialog [CHAR LIMIT=100] -->
861    <string name="empty_spam_dialog_title">Empty Spam?</string>
862
863    <!-- Dialog message for empty folder confirmation dialog [CHAR LIMIT=300] -->
864    <plurals name="empty_folder_dialog_message">
865        <item quantity="one"><xliff:g id="count">%1$d</xliff:g> message will be permanently deleted.</item>
866        <item quantity="other"><xliff:g id="count">%1$d</xliff:g> messages will be permanently deleted.</item>
867    </plurals>
868
869    <!-- Strings used for accessibility for the items that toggles the drawer action  -->
870    <string name="drawer_open">Open navigation drawer</string>
871    <string name="drawer_close">Close navigation drawer</string>
872
873    <string name="conversation_photo_welcome_text">Touch a sender image to select that conversation.</string>
874
875    <string name="long_press_to_select_tip">Touch &amp; hold to select one conversation, then touch to select more.</string>
876
877    <!-- Content description for the folder icon for nested folders. -->
878    <string name="folder_icon_desc">Folder icon</string>
879
880    <!--  Button, "Add account" in the preference screen [CHAR LIMIT=30] -->
881    <string name="add_account">Add account</string>
882
883    <!-- Content Provider Authority for Eml Attachments -->
884    <string name="eml_attachment_provider" translatable="false">com.android.mail.provider.eml.attachment</string>
885
886    <!-- Content description for the "X" image icon for dismissing a tip. This is used for spoken description of the icon when touch explore is enabled. [CHAR LIMIT=50] -->
887    <string name="dismiss_tip_hover_text">Dismiss tip</string>
888
889    <!-- Tip for letting user know that their device auto-sync setting
890        is turned off, in case they are wondering why they are not
891        receiving any new mail. [CHAR LIMIT=250] -->
892    <string name="auto_sync_off">Auto-sync is off. Touch to turn on.</string>
893
894    <!-- Tip for letting user know that their account level sync setting
895        is turned off, in case they are wondering why they are not
896        receiving any new mail. Then prompts the user to enable sync in Gmail's
897        account settings. [CHAR LIMIT=250] -->
898    <string name="account_sync_off">Account sync is off. Turn on in &lt;a href=\'http://www.example.com\'>Account\u00A0settings.&lt;/a></string>
899
900    <!-- Hint text that there are X number of unsent messages users
901    Outbox. [CHAR LIMIT=250] -->
902    <string name="unsent_messages_in_outbox"><xliff:g id="number">%1$s</xliff:g>
903    unsent in <xliff:g id="outbox">%2$s</xliff:g></string>
904
905    <!-- Title of dialog to turn auto-sync on [CHAR LIMIT=100] -->
906    <string name="turn_auto_sync_on_dialog_title">Turn auto-sync on?</string>
907
908    <!-- Text of dialog to turn auto-sync on [CHAR LIMIT=500] -->
909    <string name="turn_auto_sync_on_dialog_body">Changes you make to
910    all apps and accounts, not just Gmail, will be synchronized
911    between the web, your other devices, and your <xliff:g
912    id="phone_or_tablet">%1$s</xliff:g>.</string>
913
914    <!-- Phone (vs. tablet) for describing this device [CHAR LIMIT=30] -->
915    <string name="phone">phone</string>
916
917    <!-- Tablet (vs. phone) for describing this device [CHAR LIMIT=30] -->
918    <string name="tablet">tablet</string>
919
920    <!-- Confirm button text for dialog to turn auto-sync on [CHAR
921         LIMIT=30] -->
922    <string name="turn_auto_sync_on_dialog_confirm_btn">Turn on</string>
923
924    <!-- Button in conversation list to show more folders [CHAR LIMIT=50] -->
925    <string name="show_n_more_folders">Show <xliff:g id="number">%1$s</xliff:g> folders</string>
926    <!-- Button in conversation list to hide folders [CHAR LIMIT=50] -->
927    <string name="hide_folders">Hide folders</string>
928
929    <!-- Menu item text to that when clicked will allow a user to print an email message. [CHAR LIMIT=25] -->
930    <string name="print">Print</string>
931    <!-- Menu item text to that when clicked will allow a user to print an email conversation. [CHAR LIMIT=25] -->
932    <string name="print_all">Print all</string>
933    <!-- Number of messages in a conversation [CHAR LIMIT=30]-->
934    <plurals name="num_messages">
935        <item quantity="one"><xliff:g id="count">%1$d</xliff:g> message</item>
936        <item quantity="other"><xliff:g id="count">%1$d</xliff:g> messages</item>
937    </plurals>
938
939    <!-- Display format of an email recipient, displayed in printed message details [CHAR LIMIT=10] -->
940    <string name="address_print_display_format" translatable="false"><xliff:g id="name">%1$s</xliff:g> &amp;lt;<xliff:g id="email">%2$s</xliff:g>&amp;gt;</string>
941    <!-- Shown to display the date of the message [CHAR LIMIT=50] -->
942    <string name="date_message_received_print"><xliff:g id="day_and_date">%1$s</xliff:g> at <xliff:g id="time">%2$s</xliff:g></string>
943    <!-- Shown to display the to recipient(s) of the message if the message is a draft [CHAR LIMIT=20] -->
944    <string name="draft_to_heading">Draft To:</string>
945
946    <!-- Shown to display in the message header if the message is a draft and there are no "to" addresses in the draft [CHAR LIMIT=10] -->
947    <string name="draft_heading">Draft</string>
948    <!-- Shown to inform the user that the quoted text for this message has been hidden. [CHAR LIMIT=50] -->
949    <string name="quoted_text_hidden_print">Quoted text hidden</string>
950    <!-- Number of attachments in a message [CHAR LIMIT=30]-->
951    <plurals name="num_attachments">
952        <item quantity="one"><xliff:g id="count">%1$d</xliff:g> attachment</item>
953        <item quantity="other"><xliff:g id="count">%1$d</xliff:g> attachments</item>
954    </plurals>
955
956    <!-- Provider name for widgets -->
957    <string name="widget_provider" translatable="false">com.android.mail.widget.WidgetProvider</string>
958
959    <string name="print_job_name" translatable="false">Unified Email - <xliff:g id="subject">%1$s</xliff:g></string>
960    <!-- Title to display when an email has no subject. [CHAR LIMIT=50]-->
961    <string name="no_subject">(no subject)</string>
962
963    <!-- Action bar title for the screen to set a vacation responder (out-of-office) message. [CHAR LIMIT=50] -->
964    <string name="vacation_responder">Vacation responder</string>
965    <!-- Account preference: Title of the setting to set a vacation responder (out-of-office) message. [CHAR LIMIT=50]-->
966    <string name="preferences_vacation_responder_title">Vacation responder</string>
967    <!-- Shown in vacation responder; the body of the message [CHAR LIMIT=100] -->
968    <string name="vacation_responder_body_hint_text">Message</string>
969    <!-- Shown in vacation responder; accompanies a checkbox that, if checked, causes vacation responses to be sent to people in the user's contacts [CHAR LIMIT=75] -->
970    <string name="send_to_contacts_text">Send only to my Contacts</string>
971    <!-- Shown in vacation responder; accompanies a checkbox that, if checked, causes vacation responses to be sent to people in the user's corporate domain [CHAR LIMIT=75] -->
972    <string name="send_to_domain_text">Send only to <xliff:g id="domain">%1$s</xliff:g></string>
973    <!-- Title text for the button to be pressed if the user wishes to change the start date of the vacation responder. [CHAR LIMIT=25]-->
974    <string name="pick_start_date_title">Starts</string>
975    <!-- Title text for the button to be pressed if the user wishes to change the end date of the vacation responder.
976            This text should include a note that this field is optional to set. [CHAR LIMIT=25]-->
977    <string name="pick_end_date_title">Ends (Optional)</string>
978    <!-- Shown to display that an end date in the vacation responder has not been set. [CHAR LIMIT=25]-->
979    <string name="date_not_set">Not set</string>
980    <!-- Title text for the dialog that appears when the user wishes to change the end date of the vacation responder.
981            This text should include a note that this field is optional to set. [CHAR LIMIT=35]-->
982    <string name="set_end_date_dialog_title">End date (optional)</string>
983    <!-- Shown as an option in a dialog to set a custom end date for a vacation responder message.  [CHAR LIMIT=30] -->
984    <string name="custom_date">Custom</string>
985    <!-- Shown as an option in a dialog to set no end date for a vacation responder message. [CHAR LIMIT=30]-->
986    <string name="date_none">None</string>
987    <!-- Asks the user whether they wish to discard changes. [CHAR LIMIT=50]-->
988    <string name="discard_changes">Discard changes?</string>
989    <!-- Toast, vacation responder changes were saved. [CHAR LIMIT=100]-->
990    <string name="vacation_responder_changes_saved">Vacation responder changes saved</string>
991    <!-- Toast, vacation responder changes were discarded. [CHAR LIMIT=100]-->
992    <string name="vacation_responder_changes_discarded">Vacation responder changes discarded</string>
993    <!-- Account preference: Subtitle of the setting to set a vacation responder (out-of-office) message
994            when the vacation responder is off. [CHAR LIMIT=50]-->
995    <string name="vacation_responder_off">Off</string>
996    <!-- Account preference: Subtitle of the setting to set a vacation responder (out-of-office) message
997            when the vacation responder is on but does not have an end date set (only a start date). [CHAR LIMIT=50]-->
998    <string name="vacation_responder_on">On, from <xliff:g id="date">%1$s</xliff:g></string>
999    <!-- Account preference: Subtitle of the setting to set a vacation responder (out-of-office) message
1000            when the vacation responder is on and has both a start and end date set. [CHAR LIMIT=50]-->
1001    <string name="vacation_responder_on_with_end_date">On, from <xliff:g id="start-date">%1$s</xliff:g> to <xliff:g id="end-date">%2$s</xliff:g></string>
1002    <!-- Informs the user that both the subject and body of the vacation responder are empty
1003         when they try to enable the responder. [CHAR LIMIT=50]-->
1004    <string name="vacation_responder_empty_subject_and_body_warning">Add a subject or message</string>
1005
1006    <!-- Content description for the attach button that appears in compose for tablet layouts.
1007         This is not to be confused with the menu items, this is an actual button in the layout.
1008         On v18 and below devices, this button is used to attach photos only and so the text
1009         is for adding a photo attachment. On v19, it is used to attach an arbitrary file
1010         and so this string is overridden to use the "attach file" text. The drawable used
1011         for this button is overridden similarly. -->
1012    <string name="attach_file_content_description" translatable="false">@string/add_photo_attachment</string>
1013
1014    <!-- Displayed below a message that has been truncated to show the full message. [CHAR LIMIT=50] -->
1015    <string name="view_entire_message">View entire message</string>
1016
1017    <!-- Toast text for error loading an eml file -->
1018    <string name="eml_loader_error_toast">Can\'t open this file</string>
1019
1020    <!-- String tag identifying the drawer pullout view -->
1021    <string name="drawer_pullout_tag" translatable="false">drawer_pullout</string>
1022
1023    <!-- Menu item that displays the help page. [CHAR LIMIT=50]-->
1024    <string name="help_and_info">Help</string>
1025
1026    <!-- Menu item that displays the help page. [CHAR LIMIT=50]-->
1027    <string name="help_and_feedback">Help &amp; feedback</string>
1028
1029    <!-- URI to display the help content; this must be overlayed -->
1030    <string name="help_uri" translatable="false"></string>
1031
1032    <!-- Solicit feedback string in about screen [CHAR LIMIT=50]-->
1033    <string name="feedback">Send feedback</string>
1034
1035    <!-- Copyright text [CHAR LIMIT=50] -->
1036    <string name="copyright">&#169;<xliff:g id="year" example="2010">%1$d</xliff:g> Google Inc.</string>
1037
1038    <!-- Version text [CHAR LIMIT=50] -->
1039    <string name="version"><xliff:g id="app_name" example="Email">%1$s</xliff:g> version <xliff:g id="version" example="2.2.1">%2$s</xliff:g></string>
1040
1041    <!-- Menu item: view a webpage about this application [CHAR LIMIT=50]; this MUST be overlayed -->
1042    <string name="view_app_page"></string>
1043
1044    <!-- URL to a webpage about this application; this MUST be overlayed -->
1045    <string name="app_url" translatable="false"></string>
1046
1047    <!-- Menu item: print... [CHAR LIMIT=25] -->
1048    <string name="print_dialog">Print\u2026</string>
1049
1050    <!-- Menu item: copyright information [CHAR LIMIT=25] -->
1051    <string name="copyright_information">Copyright information</string>
1052
1053    <!-- Menu item: privacy policy [CHAR LIMIT=25] -->
1054    <string name="privacy_policy">Privacy policy</string>
1055
1056    <!-- URI to display the privacy; this must be overlayed -->
1057    <string name="privacy_policy_uri" translatable="false"></string>
1058
1059    <!-- Menu item: open source licenses [CHAR LIMIT=25] -->
1060    <string name="open_source_licenses">Open source licenses</string>
1061
1062    <!-- Activity class name for showing a full message url.
1063         Empty by default since this should be overridden by implementing apps. -->
1064    <string name="full_message_activity" translatable="false"></string>
1065
1066    <!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
1067    <string name="reply_choice_yes">Yes</string>
1068    <!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
1069    <string name="reply_choice_no">No</string>
1070    <!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
1071    <string name="reply_choice_ok">OK</string>
1072    <!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
1073    <string name="reply_choice_hehe">Hehe</string>
1074    <!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
1075    <string name="reply_choice_thanks">Thanks</string>
1076    <!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
1077    <string name="reply_choice_i_agree">I agree</string>
1078    <!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
1079    <string name="reply_choice_nice">Nice</string>
1080    <!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
1081    <string name="reply_on_my_way">On my way</string>
1082    <!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
1083    <string name="reply_choice_later">OK, let me get back to you</string>
1084    <!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
1085    <string name="reply_choice_smiling_face">:)</string>
1086    <!-- One of the default canned responses used when replying to an email on a wearable device [CHAR LIMIT=30] -->
1087    <string name="reply_choice_frowning_face">:(</string>
1088
1089    <array name="reply_choices">
1090        <item>@string/reply_choice_yes</item>
1091        <item>@string/reply_choice_no</item>
1092        <item>@string/reply_choice_ok</item>
1093        <item>@string/reply_choice_hehe</item>
1094        <item>@string/reply_choice_thanks</item>
1095        <item>@string/reply_choice_i_agree</item>
1096        <item>@string/reply_choice_nice</item>
1097        <item>@string/reply_on_my_way</item>
1098        <item>@string/reply_choice_later</item>
1099        <item>@string/reply_choice_smiling_face</item>
1100        <item>@string/reply_choice_frowning_face</item>
1101    </array>
1102
1103    <!-- Settings screen, heading for grouping action confirmation related  settings together [CHAR LIMIT=100] -->
1104    <string name="preference_header_action_confirmations">Action Confirmations</string>
1105    <!--  Settings screen, confirm on action option title [CHAR LIMIT=150] -->
1106    <string name="preference_confirm_before_delete_title">Confirm before deleting</string>
1107    <!--  Settings screen, confirm on action option title [CHAR LIMIT=150] -->
1108    <string name="preference_confirm_before_archive_title">Confirm before archiving</string>
1109    <!--  Settings screen, confirm on action option title [CHAR LIMIT=150] -->
1110    <string name="preference_confirm_before_send_title">Confirm before sending</string>
1111
1112    <!--  Settings screen, Conversation mode setting titile  [CHAR LIMIT=30] -->
1113    <string name="preferences_conversation_mode_title">Auto-fit messages</string>
1114    <!--  Settings screen, Conversation mode setting summary [CHAR LIMIT=70] -->
1115    <string name="preferences_conversation_mode_summary">Shrink messages to fit the screen</string>
1116
1117    <!--  Settings screen, disable snap headers setting title  [CHAR LIMIT=30] -->
1118    <string name="preferences_disable_snap_headers_title">Message actions</string>
1119
1120    <!-- The snap header summaries -->
1121    <string-array name="prefSummaries_snapHeader">
1122        <item>Always show message actions at the top of the screen</item>
1123        <item>Only show message actions at the top of the screen when rotated to portrait</item>
1124        <item>Don\'t show message actions outside the message header</item>
1125    </string-array>
1126
1127    <!-- The snap header modes -->
1128    <string-array name="prefEntries_snapHeader">
1129        <item>Always show</item>
1130        <item>Only show in portrait</item>
1131        <item>Don\'t show</item>
1132    </string-array>
1133
1134    <!-- The snap header values -->
1135    <string-array translatable="false" name="prefValues_snapHeader">
1136        <item>always</item>
1137        <item>portrait</item>
1138        <item>never</item>
1139    </string-array>
1140
1141    <!-- Settings screen, title of "Clear search history" menu item -->
1142    <string name="clear_history_title">Clear search history</string>
1143    <!-- Message shown in toast when the user taps "clear search history" in general preferences. [CHAR LIMIT=50] -->
1144    <string name="search_history_cleared">Search history cleared.</string>
1145    <!-- Settings screen, title of dialog shown to confirm action when user taps
1146    "Clear search history" in preferences [CHAR LIMIT=200]-->
1147    <string name="clear_history_dialog_title">Clear search history?</string>
1148    <!-- Settings screen, message of dialog shown to confirm action when user taps
1149    "Clear search history" in preferences [CHAR LIMIT=1000]-->
1150    <string name="clear_history_dialog_message">All the searches you\'ve previously performed will be removed.</string>
1151
1152    <!-- Settings screen, preference item to launch into Settings [CHAR LIMIT=50] -->
1153    <string name="manage_accounts_menu_item">Manage Accounts</string>
1154
1155    <!-- Settings screen, main title of the screen, big font [CHAR LIMIT=50]-->
1156    <string name="general_preferences_title">General settings</string>
1157
1158    <!-- Settings screen title -->
1159    <!-- Name of the Settings activity -->
1160    <string name="activity_preferences">Settings</string>
1161
1162    <!-- Content description for the action menu overflow button. [CHAR LIMIT=NONE] -->
1163    <string name="overflow_description">More options</string>
1164
1165    <string name="user_agent_format" translatable="false">%1$s AndroidUnifiedEmail/%2$s</string>
1166
1167    <!-- Text when there is a security hold on an account that needs to be accepted. The email address param takes the for "abc@xyz.com" -->
1168    <string name="security_hold_required_text">Security update required for <xliff:g id="email_address">%1$s</xliff:g></string>
1169
1170    <!-- Text to go to the dialog to accept the security hold -->
1171    <string name="update_security_text">update now</string>
1172    <!-- Shown when user submits a form. [CHAR LIMIT=40] -->
1173    <string name="forms_are_disabled">Forms are disabled in Gmail</string>
1174
1175    <!-- activity name of the photoviewer -->
1176    <string name="photo_view_activity" translatable="false">com.android.mail.photo.MailPhotoViewActivity</string>
1177</resources>
1178