blob: 0bd8e4591beb61b866d608b3c1a6819ff0ee2c49 [file] [log] [blame]
Mindy Pereira0b2aaf42011-12-12 10:02:12 -08001<?xml version="1.0" encoding="utf-8"?>
Mindy Pereira1a73ea82011-12-13 10:12:27 -08002<!--
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -08003 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.
Mindy Pereira1a73ea82011-12-13 10:12:27 -080017-->
Mindy Pereira0b2aaf42011-12-12 10:02:12 -080018<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Vikram Aggarwal6fb95742012-04-03 10:46:21 -070019 <!-- Names of packages and authorities that are common to all apps
20 and read from resources -->
21
22 <!-- Name of the search suggestions authority that looks up recent suggestions. This
23 needs to be modified in AndroidManifest.xml and res/xml/searchable.xml as well. -->
24 <string name="suggestions_authority" translatable="false">com.android.mail.suggestionsprovider</string>
Mindy Pereirafdd984b2011-12-29 09:43:45 -080025
26 <!-- Layout tests strings -->
Paul Westbrook79688d52012-02-23 15:56:56 -080027 <string name="mock_content_provider" translatable="false">Mock Content Provider</string>
28 <string name="conversation_content_provider" translatable="false">Conversation Content Provider</string>
29 <string name="account_cache_provider" translatable="false">Account Cache Provider</string>
30 <string name="dummy_gmail_provider" translatable="false">Dummy Gmail Provider</string>
Paul Westbrook688795d2012-02-23 16:14:17 -080031 <string name="test_application" translatable="false">Test Application</string>
Mindy Pereirafdd984b2011-12-29 09:43:45 -080032
Mindy Pereira040afee2012-02-27 13:33:33 -080033 <string name="app_name" translatable="false">Unified Email</string>
Mindy Pereira5eaa2b92011-12-13 11:37:05 -080034
35 <!-- Compose -->
Mindy Pereira0b2aaf42011-12-12 10:02:12 -080036 <!-- Shown in Compose; the recipient(s) of the message [CHAR LIMIT=10] -->
37 <string name="to">To</string>
38 <!-- Shown in Compose; the cc recipient(s) of the message [CHAR LIMIT=10] -->
39 <string name="cc">Cc</string>
40 <!-- Shown in Compose; the bcc recipient(s) of the message [CHAR LIMIT=10] -->
41 <string name="bcc">Bcc</string>
Mindy Pereira1a73ea82011-12-13 10:12:27 -080042 <!-- Shown in Compose; the subject of the message [CHAR LIMIT=100] -->
Mindy Pereira0b2aaf42011-12-12 10:02:12 -080043 <string name="subject_hint">Subject</string>
Mindy Pereira1a73ea82011-12-13 10:12:27 -080044 <!-- Shown in Compose; the subject of the message [CHAR LIMIT=100] -->
45 <string name="body_hint">Compose email</string>
Mindy Pereira02e4e6e2011-12-13 13:32:31 -080046 <!-- Compose screen, button: add bcc fields [CHAR LIMIT=1]-->
Mindy Pereira30fd47b2012-03-09 09:24:00 -080047 <string name="plus_bcc_folder">+</string>
Mindy Pereira02e4e6e2011-12-13 13:32:31 -080048 <!-- Compose screen button. Add an attachment to this message [CHAR LIMIT=20] -->
49 <string name="add_file_attachment">Attach file</string>
Mindy Pereira2db7d4a2012-08-15 11:00:02 -070050 <!-- Compose screen button. Add a photo attachment to this message [CHAR LIMIT=20] -->
Mark Wei47a0f7f2012-09-07 11:32:50 -070051 <string name="add_photo_attachment">Attach picture</string>
Mindy Pereira2db7d4a2012-08-15 11:00:02 -070052 <!-- Compose screen button. Add a video attachment to this message [CHAR LIMIT=20] -->
Mark Wei47a0f7f2012-09-07 11:32:50 -070053 <string name="add_video_attachment">Attach video</string>
Mindy Pereirab47f3e22011-12-13 14:25:04 -080054 <!-- Button name: save this message as draft [CHAR LIMIT=25]-->
55 <string name="save_draft">Save draft</string>
Mindy Pereira326c6602012-01-04 15:32:42 -080056 <!-- Button name: discard this message [CHAR LIMIT=15] -->
Mindy Pereirab47f3e22011-12-13 14:25:04 -080057 <string name="discard">Discard</string>
Mindy Pereira326c6602012-01-04 15:32:42 -080058 <!-- The possible ways to reply to a message [CHAR LIMIT=15] -->
59 <string name="compose">Compose</string>
60 <!-- The possible ways to reply to a message [CHAR LIMIT=15] -->
61 <string-array name="compose_modes">
62 <!-- Reply -->
63 <item>Reply</item>
64 <!-- Reply all -->
65 <item>Reply all</item>
66 <!-- Forward -->
67 <item>Forward</item>
68 </string-array>
Mindy Pereira46ce0b12012-01-05 10:32:15 -080069 <!-- Formatting string for the subject when it contains a reply or forward identifier. Do not translate.-->
Paul Westbrookd9f88af2013-02-27 22:55:22 -080070 <string name="formatted_subject" translatable="false"><xliff:g id="prefix">%1$s</xliff:g> <xliff:g id="subject">%2$s</xliff:g></string>
Mindy Pereira46ce0b12012-01-05 10:32:15 -080071 <!-- Compose screen, prefixed to the subject of a message when replying to it (if not already present). Do not translate. -->
72 <string name="reply_subject_label" translatable="false">Re:</string>
73 <!-- Compose screen, Prefix to forwarded message subject. Do not translate. -->
74 <string name="forward_subject_label" translatable="false">Fwd:</string>
75 <!-- 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]-->
76 <string name="reply_attribution">On <xliff:g id="date">%s</xliff:g>, <xliff:g id="person">%s</xliff:g> wrote:</string>
77 <!-- Compose screen, displayed at the top of a message being forwarded. Please preserve the HTML entities (surrounded by & and ;). [CHAR LIMIT=1000] -->
78 <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>
79 <!-- 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]-->
80 <string name="cc_attribution">Cc: <xliff:g id="cc">%1$s</xliff:g>&lt;br&gt;</string>
Mindy Pereira013194c2012-01-06 15:09:33 -080081 <!-- Dialog text: select the type of an attachment while composing [CHAR LIMIT=100]-->
82 <string name="select_attachment_type">Choose type of attachment</string>
Mark Wei434f2942012-08-24 11:54:02 -070083 <!-- Toast, attachment too large for single file [CHAR LIMIT=100] -->
84 <string name="too_large_to_attach_single">Can\'t attach file over <xliff:g id="maxSize">%1$s</xliff:g>.</string>
85 <!-- Toast, attachment too large for multiple files [CHAR LIMIT=100] -->
86 <string name="too_large_to_attach_multiple">One or more files not attached. Limit <xliff:g id="maxSize">%1$s</xliff:g>.</string>
87 <!-- Toast, attachment too large when existing attachments exist [CHAR LIMIT=100] -->
88 <string name="too_large_to_attach_additional">File not attached. <xliff:g id="maxSize">%1$s</xliff:g> limit reached.</string>
Mindy Pereira013194c2012-01-06 15:09:33 -080089 <!-- Toast, problem attaching file [CHAR LIMIT=100] -->
90 <string name="generic_attachment_problem">Couldn\'t attach file.</string>
Mindy Pereira82cc5662012-01-09 17:29:30 -080091 <!-- Displayed for one second after trying to send with no recipients in To field [CHAR LIMIT=200]-->
92 <string name="recipient_needed">Add at least one recipient.</string>
93 <!-- Title for recipient error dialog [CHAR LIMIT=200]-->
94 <string name="recipient_error_dialog_title">Recipient error</string>
95 <!-- Title for send confirmation dialog [CHAR LIMIT=200]-->
96 <string name="confirm_send_title">Send message?</string>
97 <!-- Messages for send confirmation dialog [CHAR LIMIT=100]-->
98 <string name="confirm_send_message_with_no_subject">There\'s no text in the message subject.</string>
99 <string name="confirm_send_message_with_no_body">There\'s no text in the message body.</string>
100 <string name="confirm_send_message">Send this message?</string>
101 <!-- Displayed for one second after discarding draft message [CHAR LIMIT=50]-->
102 <string name="message_discarded">Message discarded.</string>
Mindy Pereirabdf7a402012-03-01 15:23:26 -0800103 <!-- Formatting string for the user's signaure. [CHAR LIMIT=10] -->
104 <string name="signature">\n\n<xliff:g id="signature">%s</xliff:g></string>
Mindy Pereira92551d02012-04-05 11:31:12 -0700105 <!-- Shown in the from dropdown in front of custom from addresses. [CHAR LIMIT=15] -->
106 <string name="custom_from_account_label">Send mail as:</string>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -0800107
Mindy Pereirab47f3e22011-12-13 14:25:04 -0800108 <!-- Menu item: send this message -->
109 <string name="send">Send</string>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -0800110 <!-- Menu item: mark this conversation as read -->
111 <string name="mark_read">Mark read</string>
112 <!-- Menu item: mark this conversation as unread -->
113 <string name="mark_unread">Mark unread</string>
114 <!-- Menu item: mute this conversation -->
115 <string name="mute">Mute</string>
116 <!-- Menu item: add a star to this conversation -->
117 <string name="add_star">Add star</string>
118 <!-- Menu item: remove the star from this conversation -->
119 <string name="remove_star">Remove star</string>
Mindy Pereirac1e93c72012-07-24 14:00:38 -0700120 <!-- Remove the folder from this conversation [CHAR LIMIT = 30]-->
Mindy Pereirabcd784c2012-08-10 09:53:24 -0700121 <string name="remove_folder">Remove from <xliff:g id="folderName">%1$s</xliff:g></string>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -0800122 <!-- Menu item: archive this conversation -->
123 <string name="archive">Archive</string>
Paul Westbrook77eee622012-07-10 13:41:57 -0700124 <!-- Menu item: report this conversation as spam [CHAR LIMIT = 30] -->
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -0800125 <string name="report_spam">Report spam</string>
Paul Westbrook77eee622012-07-10 13:41:57 -0700126 <!-- Menu item: report this conversation not as spam [CHAR LIMIT = 30] -->
Paul Westbrook76b20622012-07-12 11:45:43 -0700127 <string name="mark_not_spam">Report not spam</string>
128 <!-- Menu item: report this conversation as phishing [CHAR LIMIT = 30] -->
129 <string name="report_phishing">Report phishing</string>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -0800130 <!-- Menu item: delete this conversation -->
131 <string name="delete">Delete</string>
Paul Westbrookef362542012-08-27 14:53:32 -0700132 <!-- Menu item: discard the drafts in this conversation [CHAR LIMIT = 30] -->
133 <string name="discard_drafts">Discard drafts</string>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -0800134 <!-- Menu item: next conversation -->
135 <string name="next">Older</string>
136 <!-- Menu item: previous conversation -->
137 <string name="previous">Newer</string>
138 <!-- Menu item: refresh the inbox -->
139 <string name="refresh">Refresh</string>
140 <!-- Menu item: reply to this message -->
141 <string name="reply">Reply</string>
Mindy Pereira040afee2012-02-27 13:33:33 -0800142 <!-- Menu item: reply to all recipients in this message [CHAR LIMIT=18] -->
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -0800143 <string name="reply_all">Reply all</string>
144 <!-- Menu item: resume a draft message [CHAR LIMIT=12] -->
145 <string name="resume_draft">Edit</string>
146 <!-- Menu item: forward this message -->
147 <string name="forward">Forward</string>
148 <!-- Menu item: compose a new email -->
149 <string name="menu_compose">Compose</string>
Mindy Pereira30fd47b2012-03-09 09:24:00 -0800150 <!-- Menu item: change the folders for this conversation. -->
Mindy Pereira8a17d6e2012-02-23 15:23:21 -0800151 <string name="menu_change_folders">Change folders</string>
Rohan Shahaab9bc72013-02-07 14:18:05 -0800152 <!-- Menu item: moves to folders for selected conversation(s). [CHAR LIMIT = 30] -->
153 <string name="menu_move_to">Move to</string>
Scott Kennedydd2ec682013-06-03 19:16:13 -0700154 <!-- Menu item: moves current or selected conversation(s) to Inbox. [CHAR LIMIT = 30] -->
155 <string name="menu_move_to_inbox">Move to Inbox</string>
Mindy Pereira30fd47b2012-03-09 09:24:00 -0800156 <!-- Menu item: manages the folders for this account. [CHAR LIMIT = 30] -->
Mindy Pereira8aa913b2012-07-17 10:58:39 -0700157 <string name="menu_manage_folders">Folder settings</string>
Alice Yang1ebc2db2013-03-14 21:21:44 -0700158 <!-- Menu item: report an email was not readable or poorly rendered -->
159 <string name="report_rendering_problem" translatable="false">Looks bad</string>
160 <!-- Menu item: report an email's readability has improved -->
161 <string name="report_rendering_improvement" translatable="false">Looks good</string>
162 <!-- Temporary text used for reporting rendering issues Googlers see in testing -->
163 <string name="report_rendering_problem_desc" translatable="false">
164 This message looks bad.
165 </string>
166 <!-- Temporary text used for reporting rendering improvements Googlers see in testing -->
167 <string name="report_rendering_improvement_desc" translatable="false">
168 This message looks good.
169 </string>
Andy Huang2308be12013-04-25 17:37:16 -0700170 <!-- Menu item text to show the original version of an email conversation, before message manipulation [CHAR LIMIT=25] -->
171 <string name="menu_show_original">Revert auto-sizing</string>
Andy Huangac51b692013-04-19 17:43:14 -0700172 <!-- After message manipulation, this small disclaimer text appears above a re-formatted message [CHAR LIMIT=200] -->
173 <string name="message_modified">(This message has been modified from its original version to fit this screen.)</string>
Mindy Pereira30fd47b2012-03-09 09:24:00 -0800174 <!-- Title for the Folder list screen. [CHAR LIMIT = 30] -->
175 <string name="folder_list_title">Folders</string>
Rohan Shahad4c1852013-03-14 17:14:46 -0700176 <!-- Folder list item: show more folders. [CHAR LIMIT = 30] -->
177 <string name="folder_list_more">More</string>
178 <!-- Folder list item: show all accounts. [CHAR LIMIT = 30] -->
179 <string name="folder_list_show_all_accounts">More accounts</string>
Mindy Pereira30fd47b2012-03-09 09:24:00 -0800180 <!-- action bar sub title for manage folder mode. [CHAR LIMIT = 30] -->
181 <string name="manage_folders_subtitle">Sync &amp; notify</string>
182 <!-- Menu item: options for this folder. When source text cannot be translated within the char limit, please translate the shorter "Folder options" instead. [CHAR LIMIT = 30] -->
183 <string name="menu_folder_options">Folder settings</string>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -0800184 <!-- Menu item: launch the Global Account Settings activity -->
Mindy Pereira1f936682012-03-02 11:30:33 -0800185 <string name="menu_account_settings">Account settings</string>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -0800186 <!-- Menu item: launch the Settings activity -->
Mindy Pereira1f936682012-03-02 11:30:33 -0800187 <string name="menu_settings">Settings</string>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -0800188 <!-- Menu item: search through the Gmail inbox -->
189 <string name="menu_search">Search</string>
190 <!-- Menu item: show more menu options in a popup. Portrait mode string. [CHAR LIMIT=15] -->
191 <string name="more">More</string>
192 <!-- Menu item: show message number out of total in conversation view [CHAR LIMIT=50]-->
193 <string name="message_count"><xliff:g id="count">%1$s</xliff:g> of <xliff:g id="total">%2$s</xliff:g></string>
194 <!-- Menu item: shown in conversation menu. Tap this to move to a newer message. [CHAR LIMIT=20] -->
195 <string name="newer">Newer</string>
196 <!-- Menu item: shown in conversation menu. Tap this to move to an older message. [CHAR LIMIT=20] -->
197 <string name="older">Older</string>
198 <!-- Menu item: shown in conversation menu. Tap this to move to mark conversation as important [CHAR LIMIT=30] -->
199
200 <!-- Menu item: shown in conversation menu. Tap this to move to mark conversation as important [CHAR LIMIT=30] -->
201 <string name="mark_important">Mark important</string>
202 <!-- Menu item: shown in conversation menu. Tap this to move to mark conversation as not important [CHAR LIMIT=30] -->
203 <string name="mark_not_important">Mark not important</string>
204
Mindy Pereirab47f3e22011-12-13 14:25:04 -0800205 <!-- Compose screen, menu item: add Cc/Bcc fields -->
206 <string name="add_cc_label">Add Cc/Bcc</string>
207 <!-- Compose screen, menu item: add Bcc field [CHAR_LIMIT=20]-->
208 <string name="add_bcc_label">Add Bcc</string>
209 <!-- Solicit feedback string in about screen [CHAR LIMIT=50]-->
210 <string name="feedback">Send feedback</string>
Mindy Pereira8b99ba42011-12-16 09:57:18 -0800211 <!-- Menu item that displays the help page for Gmail. [CHAR LIMIT=50]-->
Mindy Pereirab47f3e22011-12-13 14:25:04 -0800212 <string name="help_and_info">Help</string>
Mindy Pereira8b99ba42011-12-16 09:57:18 -0800213 <!-- Compose screen, Prefix to quoted text in forwarded/replied message [CHAR LIMIT=50]-->
214 <string name="quoted_text">Include quoted text</string>
Mindy Pereira30fd47b2012-03-09 09:24:00 -0800215 <!-- Compose screen, Prefix to quoted text in forwarded/replied message; folder for the quoted text area. [CHAR LIMIT=25] -->
Mindy Pereira8b99ba42011-12-16 09:57:18 -0800216 <string name="quoted_text_label">Quote text</string>
217 <!-- Button for including inline responses. [CHAR LIMIT=25] -->
218 <string name="respond_inline">Respond inline</string>
Mindy Pereiracd970dd2012-05-31 10:07:47 -0700219 <!-- Format string for email addresses -->
220 <string name="formatted_email_address" translate="false">&lt;<xliff:g id="email">%1$s</xliff:g>&gt;</string>
Mindy Pereira43d62dc2011-12-13 10:41:19 -0800221
Mindy Pereira7b56a612011-12-14 12:32:28 -0800222 <!-- Attachments -->
223 <!-- Size unit, displayed in a button next to an attachment [CHAR LIMIT=5]-->
Mark Wei14693432013-01-08 14:43:18 -0800224 <string name="bytes"><xliff:g id="count">%s</xliff:g>&#160;B</string>
Mindy Pereira7b56a612011-12-14 12:32:28 -0800225 <!-- Size unit, displayed in a button next to an attachment [CHAR LIMIT=5] -->
Mark Wei14693432013-01-08 14:43:18 -0800226 <string name="kilobytes"><xliff:g id="count">%s</xliff:g>&#160;KB</string>
Mindy Pereira7b56a612011-12-14 12:32:28 -0800227 <!-- Size unit, displayed in a button next to an attachment [CHAR LIMIT=5]-->
Mark Wei14693432013-01-08 14:43:18 -0800228 <string name="megabytes"><xliff:g id="count">%s</xliff:g>&#160;MB</string>
Mindy Pereira7b56a612011-12-14 12:32:28 -0800229 <!-- Attachment description for image files [CHAR LIMIT=30] -->
230 <string name="attachment_image">Image</string>
231 <!-- Attachment description for video files [CHAR LIMIT=30] -->
232 <string name="attachment_video">Video</string>
233 <!-- Attachment description for audio files [CHAR LIMIT=30] -->
234 <string name="attachment_audio">Audio</string>
235 <!-- Attachment description for text files [CHAR LIMIT=30] -->
236 <string name="attachment_text">Text</string>
237 <!-- Attachment description for .doc files [CHAR LIMIT=30] -->
238 <string name="attachment_application_msword">Document</string>
239 <!-- Attachment description for .ppt files [CHAR LIMIT=30] -->
240 <string name="attachment_application_vnd_ms_powerpoint">Presentation</string>
241 <!-- Attachment description for .pdf files [CHAR LIMIT=30] -->
242 <string name="attachment_application_vnd_ms_excel">Spreadsheet</string>
243 <!-- Attachment description for .pdf files [CHAR LIMIT=30] -->
244 <string name="attachment_application_pdf">PDF</string>
245 <!-- Attachment description for unknown files [CHAR LIMIT=30]-->
246 <string name="attachment_unknown"><xliff:g id="attachmentExtension">%s</xliff:g> File</string>
Andy Huangf0ad2962012-03-20 13:53:37 -0700247 <!-- Read email screen, button name. Preview an attachment by Gview. [CHAR LIMIT=18] -->
Andy Huang88fc42e2012-03-08 15:02:43 -0800248 <string name="preview_attachment">Preview</string>
Andy Huang88fc42e2012-03-08 15:02:43 -0800249 <!-- Read email screen, button name. Save an attachment to sd card. [CHAR LIMIT=10] -->
250 <string name="save_attachment">Save</string>
251 <!-- Read email screen, button name. Open a dialog to explain that no application found to view the attachment. [CHAR LIMIT=10] -->
252 <string name="info_attachment">Info</string>
Andy Huang88fc42e2012-03-08 15:02:43 -0800253 <!-- Read email screen, button name. Cancel a downloading attachment. [CHAR LIMIT=10] -->
254 <string name="cancel_attachment">Cancel</string>
Mark Wei47ca4e22012-10-17 16:20:15 -0700255 <!-- Read email screen, button name. Redownload an attachment [CHAR LIMIT=20]-->
256 <string name="download_again">Download again</string>
Andy Huang88fc42e2012-03-08 15:02:43 -0800257 <!-- Dialog box title [CHAR LIMIT=30] -->
258 <string name="more_info_attachment">Info</string>
259 <!-- Dialog box message, displayed when we block downloading an attachment due to security concerns. [CHAR LIMIT=200]-->
Andy Huangfcf9e692012-04-27 13:40:18 -0700260 <string name="attachment_type_blocked">Unfortunately, you can\'t save or open this type of attachment.</string>
Andy Huang88fc42e2012-03-08 15:02:43 -0800261 <!-- Dialog box message, displayed when we could not view an attachment. [CHAR LIMIT=200]-->
262 <string name="no_application_found">No app can open this attachment for viewing.</string>
263 <!-- Dialog box title. [CHAR LIMIT=30] -->
264 <string name="fetching_attachment">Fetching attachment</string>
265 <!-- Dialog box message. [CHAR LIMIT=80] -->
266 <string name="please_wait">Please wait\u2026</string>
Andy Huangf0ad2962012-03-20 13:53:37 -0700267 <!-- Displayed in the conversation view, next to a file's size and type. Status of a saved attachment. [CHAR LIMIT=20]-->
Mark Wei14693432013-01-08 14:43:18 -0800268 <string name="saved">Saved,&#160;<xliff:g id="size">%s</xliff:g></string>
Paul Westbrook36e96db2013-02-04 08:26:28 -0800269 <!-- Displayed in the conversation view. Status of a failed attachment. [CHAR LIMIT=50]-->
Mark Weib5ef9a92013-01-30 17:32:37 -0800270 <string name="download_failed">Couldn\'t download. Touch to retry.</string>
Andrew Sappersteine4798f52012-06-05 15:08:33 -0700271 <!-- Displayed in the conversation view, as a header informing
Andrew Sapperstein4c7d8b52012-06-11 18:44:42 -0700272 the user that the following is the attachments. [CHAR LIMIT=100] -->
Andrew Sappersteine4798f52012-06-05 15:08:33 -0700273 <string name="attachments_header">Attachments</string>
Andrew Sapperstein1a6e6092012-06-18 11:13:12 -0700274 <!-- Photo view screen, button name. Save all attachments to sd card. [CHAR LIMIT=17] -->
Andrew Sapperstein4c7d8b52012-06-11 18:44:42 -0700275 <string name="menu_photo_save_all">Save all</string>
276 <!-- Photo view screen, button name. Share attachment. [CHAR LIMIT=10] -->
277 <string name="menu_photo_share">Share</string>
Alice Yangc7f50ea2013-04-17 18:29:49 -0700278 <!-- Photo view screen, button name. Share all attachments. [CHAR LIMIT=20] -->
Andrew Sapperstein4c7d8b52012-06-11 18:44:42 -0700279 <string name="menu_photo_share_all">Share all</string>
Andrew Sapperstein532f4822012-06-14 12:48:35 -0700280 <!-- Displayed in the action bar as a subtitle. Save in progress. [CHAR LIMIT=15] -->
281 <string name="saving">Saving&#8230;</string>
Andrew Sapperstein8f1c01e2012-06-18 18:15:30 -0700282 <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog [CHAR LIMIT=20] -->
Andrew Sapperstein2ea06182012-06-19 17:23:29 -0700283 <string name="attach_image">Picture</string>
Andrew Sapperstein8f1c01e2012-06-18 18:15:30 -0700284 <!-- Attachment Type Selector Adapter. This string is an option in the "Attach" dialog [CHAR LIMIT=20] -->
Andrew Sapperstein2ea06182012-06-19 17:23:29 -0700285 <string name="attach_video">Video</string>
286 <plurals name="number_of_attachments">
287 <item quantity="one">%d attachment</item>
288 <item quantity="other">%d attachments</item>
289 </plurals>
Mindy Pereira7b56a612011-12-14 12:32:28 -0800290
Mindy Pereira43d62dc2011-12-13 10:41:19 -0800291 <!-- Webview Context Menu Strings -->
292 <!-- Title of dialog for choosing which activity to share a link with. [CHAR LIMIT=50]-->
293 <string name="choosertitle_sharevia">Share via</string>
Mindy Pereira43d62dc2011-12-13 10:41:19 -0800294 <!-- Menu item to open a link [CHAR LIMIT=50]-->
295 <string name="contextmenu_openlink">Open in Browser</string>
296 <!-- Menu item to copy the selection [CHAR LIMIT=50]-->
297 <string name="contextmenu_copy">Copy</string>
298 <!-- Menu item to copy a link [CHAR LIMIT=50]-->
299 <string name="contextmenu_copylink">Copy link URL</string>
300 <!-- Menu item to dial a number [CHAR LIMIT=50]-->
301 <string name="contextmenu_dial_dot">Dial\u2026</string>
302 <!-- Menu item to send an SMS [CHAR LIMIT=50]-->
303 <string name="contextmenu_sms_dot">SMS\u2026</string>
304 <!-- Menu item to add a contact [CHAR LIMIT=50]-->
305 <string name="contextmenu_add_contact">Add contact</string>
306 <!-- Menu item to send an email [CHAR LIMIT=50] -->
307 <string name="contextmenu_send_mail">Send email</string>
308 <!-- Menu item to show a map [CHAR LIMIT=50]-->
309 <string name="contextmenu_map">Map</string>
310 <!-- Menu item to share link [CHAR LIMIT=50]-->
311 <string name="contextmenu_sharelink">Share link</string>
Mindy Pereira43d62dc2011-12-13 10:41:19 -0800312 <!-- Menu item that displays the help page for Gmail. [CHAR LIMIT=50]-->
313 <string name="contextmenu_help">Help</string>
Mindy Pereira43d62dc2011-12-13 10:41:19 -0800314 <!-- Solicit feedback string in about screen [CHAR LIMIT=50]-->
315 <string name="contextmenu_feedback">Send feedback</string>
Mindy Pereira5eaa2b92011-12-13 11:37:05 -0800316
Mindy Pereira6f92de62011-12-19 11:31:48 -0800317 <!-- Browse list item strings -->
Mindy Pereira11b0bbd2012-01-24 10:06:17 -0800318 <!-- Text indicating how many messages are selected in the top action bar
319 [CHAR LIMIT=40] -->
Vikram Aggarwal19b0e3c2013-03-22 15:35:20 -0700320 <string name="num_selected"><xliff:g id="number" example="7">%d</xliff:g></string>
Mindy Pereira6f92de62011-12-19 11:31:48 -0800321 <!-- Displayed when drag and drop conversations "Move ? conversations" [CHAR LIMIT=50] -->
322 <plurals name="move_conversation">
323 <!-- Move 1 conversation -->
324 <item quantity="one">Move conversation</item>
325 <!-- Move several conversations -->
326 <item quantity="other">Move <xliff:g>%1$d</xliff:g> conversations</item>
327 </plurals>
Yu Ping Huaccc4bb2013-01-30 12:06:30 -0800328 <!-- Formatting string for the content description field of the unread mail count [CHAR LIMIT=100] -->
329 <plurals name="unread_mail_count">
330 <!-- 1 unread mail -->
331 <item quantity="one">1 unread mail</item>
332 <!-- Several unread mails -->
333 <item quantity="other"><xliff:g>%1$d</xliff:g> unread mails</item>
334 </plurals>
335 <!-- Formatting string for the content description field of a conversation list item when device is in accessibility mode. [CHAR LIMIT=250] -->
mindyp842aa192012-12-19 10:35:24 -0800336 <string name="content_description"><xliff:g id="sender">%1$s</xliff:g> about <xliff:g id="subject">%2$s</xliff:g>, <xliff:g id="snippet">%3$s</xliff:g> on <xliff:g id="date">%4$s</xliff:g>, <xliff:g id="readstate">%5$s</xliff:g></string>
mindypdc0617f2012-08-31 14:30:18 -0700337 <!-- 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] -->
mindyp842aa192012-12-19 10:35:24 -0800338 <string name="content_description_today"><xliff:g id="sender">%1$s</xliff:g> about <xliff:g id="subject">%2$s</xliff:g>, <xliff:g id="snippet">%3$s</xliff:g> at <xliff:g id="time">%4$s</xliff:g>, <xliff:g id="readstate">%5$s</xliff:g></string>
339 <!-- 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] -->
340 <string name="read_string">conversation read</string>
341 <!-- 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] -->
342 <string name="unread_string">conversation unread</string>
Mindy Pereira6f92de62011-12-19 11:31:48 -0800343 <!-- Formatting string. If the subject contains the tag of a mailing-list (text surrounded with
344 return the subject with that tag ellipsized, e.g. "[android-gmail-team] Hello" -> "[andr...] Hello" [CHAR LIMIT=100] -->
345 <string name="filtered_tag"> [<xliff:g id="tag">%1$s</xliff:g>]<xliff:g id="subject">%2$s</xliff:g></string>
346 <!-- Displayed in Conversation Header View and Widget in the form of "subject - snippet"
347 [CHAR LIMIT=5] -->
348 <string name="subject_and_snippet"><xliff:g>%s</xliff:g> \u2014 <xliff:g>%s</xliff:g></string>
Mark Weia2fb3202013-07-11 17:11:10 -0700349 <!-- Displayed in attachment previews in conversation list [CHAR LIMIT=2] -->
Mark Wei479505d2013-03-21 06:04:46 -0700350 <string name="ap_overflow_format">+<xliff:g>%d</xliff:g></string>
Mindy Pereira6f92de62011-12-19 11:31:48 -0800351 <!-- Displayed in browse list item when the list item is a draft message instead of showing the subject [CHAR LIMIT=100] -->
352 <plurals name="draft">
353 <!-- Title of the screen when there is exactly one draft -->
354 <item quantity="one">Draft</item>
355 <!-- Title of the screen when there are more than one draft -->
356 <item quantity="other">Drafts</item>
357 </plurals>
358 <!-- Message displayed in a browse list item for one second when message is being sent [CHAR LIMIT=20]-->
359 <string name="sending">Sending\u2026</string>
Mindy Pereira040afee2012-02-27 13:33:33 -0800360 <!-- Message displayed in a browse list item for one second after a send failed [CHAR LIMIT=26]-->
Mindy Pereira6f92de62011-12-19 11:31:48 -0800361 <string name="send_failed">Message wasn\'t sent.</string>
Paul Westbrookd4de4aa2013-06-18 14:15:54 -0700362 <!-- String used to represent "me" when used as an object pronoun. This string is used when
363 showing the list of recipients of a message [CHAR LIMIT=15] -->
364 <string name="me_object_pronun">me</string>
365 <!-- String used to represent "me"/"I" when used as an subject pronoun. This string is use when
366 showing the list of senders for a conversation list item. [CHAR LIMIT=15] -->
367 <string name="me_subject_pronun">me</string>
Rohan Shahb905f0e2013-04-26 09:17:37 -0700368 <!-- Header for list of inboxes in the drawer (Inbox, Priority) [CHAR LIMIT=50] -->
369 <string name="inbox_folders_heading">Inbox</string>
Mindy Pereira6f92de62011-12-19 11:31:48 -0800370
Mindy Pereiraefe3d252012-03-01 14:20:44 -0800371 <plurals name="confirm_delete_conversation">
372 <!-- Dialog message to confirm deletion of one conversation -->
373 <item quantity="one">Delete this conversation?</item>
374 <!-- Dialog message to confirm deletion of several conversations -->
375 <item quantity="other">Delete these <xliff:g id="count">%1$d</xliff:g> conversations?</item>
376 </plurals>
377 <plurals name="confirm_archive_conversation">
378 <!-- Dialog message to confirm archival of one conversation -->
379 <item quantity="one">Archive this conversation?</item>
380 <!-- Dialog message to confirm archival of several conversations -->
381 <item quantity="other">Archive these <xliff:g id="count">%1$d</xliff:g> conversations?</item>
382 </plurals>
Paul Westbrookef362542012-08-27 14:53:32 -0700383 <plurals name="confirm_discard_drafts_conversation">
384 <!-- Dialog message to confirm discarding drafts from one conversation [CHAR LIMIT=50] -->
385 <item quantity="one">Discard drafts from this conversation?</item>
386 <!-- Dialog message to confirm discarding drafts from several conversations [CHAR LIMIT=50] -->
387 <item quantity="other">Discard drafts from these <xliff:g id="count">%1$d</xliff:g> conversations?</item>
388 </plurals>
Mindy Pereiraefe3d252012-03-01 14:20:44 -0800389
390 <!-- Dialog text: confirm discard -->
391 <string name="confirm_discard_text">Discard this message?</string>
392
Mark Wei5707f532012-11-06 01:37:20 -0800393 <!-- Conversation list shared between the Activity and Widget -->
394 <!-- Displayed in the middle of the screen when conversations are being loaded [CHAR LIMIT 100]-->
395 <string name="loading_conversations">Loading\u2026</string>
Mindy Pereirafdd984b2011-12-29 09:43:45 -0800396 <!-- Displayed in the middle of the screen when the inbox is empty [CHAR LIMIT 100]-->
397 <string name="no_conversations">No conversations.</string>
Mark Wei5707f532012-11-06 01:37:20 -0800398
399 <!-- Undo bar strings -->
Mindy Pereirafdd984b2011-12-29 09:43:45 -0800400 <!-- Menu item: undo latest action [CHAR LIMIT=12]-->
401 <string name="undo">Undo</string>
Mindy Pereira6c72a782012-04-07 14:29:15 -0700402
Mindy Pereirafd45af52012-06-20 14:59:23 -0700403 <plurals name="conversation_unstarred">
Mindy Pereirafdd984b2011-12-29 09:43:45 -0800404 <item quantity="one">Unstarring <xliff:g id="count">%1$d</xliff:g> conversation.</item>
405 <item quantity="other">Unstarring <xliff:g id="count">%1$d</xliff:g> conversations.</item>
406 </plurals>
407
Mindy Pereirafdd984b2011-12-29 09:43:45 -0800408 <!-- The following are shown as a toast after the operation has completed --><skip />
409 <plurals name="conversation_muted">
410 <!-- Displayed while muting one conversation -->
411 <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> muted.</item>
412 <!-- Displayed while muting several conversations -->
413 <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> muted.</item>
414 </plurals>
415
416 <plurals name="conversation_spammed">
417 <!-- Displayed while reporting one conversation as spam -->
418 <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> reported as spam.</item>
419 <!-- Displayed while reporting several conversations as spam -->
420 <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> reported as spam.</item>
421 </plurals>
422
Andrew Sappersteinb40cf462012-07-25 14:32:25 -0700423 <plurals name="conversation_not_spam">
424 <!-- Displayed while reporting one conversation as not spam -->
425 <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> reported as not spam.</item>
426 <!-- Displayed while reporting several conversations as not spam -->
427 <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> reported as not spam.</item>
428 </plurals>
429
Mindy Pereira445be212012-08-15 08:50:10 -0700430 <plurals name="conversation_not_important">
431 <!-- Displayed while reporting one conversation as not important in the important folder -->
432 <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> marked not important.</item>
433 <!-- Displayed while reporting several conversations as not important in the important folder -->
434 <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> marked not important.</item>
435 </plurals>
436
Andrew Sappersteinca125ae2012-07-25 14:19:32 -0700437 <plurals name="conversation_phished">
438 <!-- Displayed while reporting one conversation as phishing -->
439 <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> reported as phishing.</item>
440 <!-- Displayed while reporting several conversations as phishing -->
441 <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> reported as phishing.</item>
442 </plurals>
443
Mindy Pereirafdd984b2011-12-29 09:43:45 -0800444 <plurals name="conversation_archived">
445 <!-- Displayed while archiving one conversation -->
446 <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> archived.</item>
447 <!-- Displayed while archiving multiple conversations -->
448 <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> archived.</item>
449 </plurals>
450
Mindy Pereirafdd984b2011-12-29 09:43:45 -0800451 <plurals name="conversation_deleted">
452 <!-- Displayed while deleting one conversation -->
453 <item quantity="one">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> deleted.</item>
454 <!-- Displayed while deleting multiple conversations -->
455 <item quantity="other">&lt;b><xliff:g id="count">%1$d</xliff:g>&lt;/b> deleted.</item>
456 </plurals>
Mindy Pereira350acdc2012-07-25 16:33:51 -0700457 <!-- Displayed when swiping away a single conversation to delete it [CHAR LIMIT=80] -->
458 <string name="deleted">Deleted</string>
459 <!-- Displayed when swiping away a single conversation to archive it [CHAR LIMIT=80] -->
460 <string name="archived">Archived</string>
461 <!-- Displayed when swiping away a single conversation to remove the currently displayed folder [CHAR LIMIT=80] -->
Mindy Pereirabcd784c2012-08-10 09:53:24 -0700462 <string name="folder_removed">Removed from <xliff:g id="folderName">%1$s</xliff:g></string>
Andy Huang2308be12013-04-25 17:37:16 -0700463
Mindy Pereiraf98b3182012-02-22 11:07:13 -0800464 <plurals name="conversation_folder_changed">
465 <!-- Displayed while adding and removing folders to a single conversation. [CHAR LIMIT=100] -->
466 <item quantity="one">Changed folder.</item>
467 <!-- Displayed while adding and removing folders to multiple conversations. [CHAR LIMIT=100] -->
468 <item quantity="other">Changed folders.</item>
Mindy Pereirafdd984b2011-12-29 09:43:45 -0800469 </plurals>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -0800470
Scott Kennedy6a3d5ce2013-03-15 17:33:14 -0700471 <!-- Displayed after moving a conversation to a different folder. [CHAR LIMIT=100] -->
472 <string name="conversation_folder_moved">Moved to <xliff:g id="folderName">%1$s</xliff:g></string>
473
Vikram Aggarwalb9e1a352012-01-24 15:23:38 -0800474 <!-- Search Results: Text for header that is shown above search results [CHAR LIMIT=30] -->
475 <string name="search_results_header">Results</string>
Mindy Pereirafd0c2972012-03-27 13:50:39 -0700476 <!-- Toast shown when the user taps the search hard key when viewing an account that does not support search [CHAR LIMIT=100] -->
477 <string name="search_unsupported">Search is not supported on this account.</string>
Vikram Aggarwalb9e1a352012-01-24 15:23:38 -0800478
Eric Fischere0056ef2012-02-28 14:27:11 -0800479 <string name="searchMode" translate="false">Search Mode</string>
480 <string name="searchConversationMode" translate="false">Search Conversation Mode</string>
481 <string name="setBackButton" translate="false">Set Back Button</string>
482 <string name="removeBackButton" translate="false">Remove Back Button</string>
483 <string name="normalMode" translate="false">Set Normal Mode</string>
484 <string name="searchResultMode" translate="false">Search Result Mode</string>
Mindy Pereira30fd47b2012-03-09 09:24:00 -0800485 <string name="folderMode" translate="false">Set Folder Mode</string>
Vikram Aggarwalb9e1a352012-01-24 15:23:38 -0800486 <!-- Search Results: Text for header that is shown above search results, while waiting for search results from the server [CHAR LIMIT=30] -->
487 <string name="search_results_searching_header">Searching\u2026</string>
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -0800488
Mindy Pereira30fd47b2012-03-09 09:24:00 -0800489 <!-- List header for recent folders for current account in account dropdown [CHAR LIMIT=100] -->
490 <string name="recent_folders">Recent</string>
Mindy Pereira326c6602012-01-04 15:32:42 -0800491
Andy Huangc0320872012-03-13 23:13:53 -0700492 <!-- Conversation view -->
493 <!-- Text anchor for control to add / change labels on a conversation when
494 viewing it. [CHAR LIMIT=40] -->
495 <string name="add_label">Add label</string>
Andy Huang22ecc772012-05-16 16:11:54 -0700496 <!-- position bar label in conversation view: number out of total [CHAR LIMIT=50]-->
497 <string name="conversation_count"><xliff:g id="count">%1$s</xliff:g> of <xliff:g id="total">%2$s</xliff:g></string>
498 <!-- position bar label in conversation view: label for a newer conversation [CHAR LIMIT=20]-->
499 <string name="conversation_newer">Newer</string>
500 <!-- position bar label in conversation view: label for an older conversation [CHAR LIMIT=20]-->
501 <string name="conversation_older">Older</string>
Andy Huangc0320872012-03-13 23:13:53 -0700502
Andy Huang47aa9c92012-07-31 15:37:21 -0700503 <!-- New Message notification text that appears over conversation view on incoming message. [CHAR LIMIT=30] -->
mindypad0c30d2012-09-25 12:09:13 -0700504 <string name="new_incoming_messages_one">New message from <xliff:g id="sender">%s</xliff:g>.</string>
505 <!-- New Message notification text that appears over conversation view on incoming messages. [CHAR LIMIT=30] -->
506 <string name="new_incoming_messages_many"><xliff:g id="count">%1$d</xliff:g> new messages</string>
Andy Huang47aa9c92012-07-31 15:37:21 -0700507
Andy Huang4ff87c92012-08-07 17:27:31 -0700508 <!-- Anchor text for a control to show new messages when viewing a
509 conversation. [CHAR LIMIT=20] -->
510 <string name="show">Show</string>
511
Mindy Pereira326c6602012-01-04 15:32:42 -0800512 <!-- Conversation message header strings -->
513 <!-- Icon name for expanding recipient details in a message when viewing it. [CHAR LIMIT=40] -->
514 <string name="expand_recipient_details">Expand recipient details</string>
515 <!-- Icon name for collapsing recipient details in a message when viewing it. [CHAR LIMIT=40] -->
516 <string name="collapse_recipient_details">Collapse recipient details</string>
517 <!-- Icon name for showing sender contact information. [CHAR LIMIT=100] -->
518 <string name="contact_info_string">Show contact information for <xliff:g id="name">%1$s</xliff:g></string>
519 <!-- Icon name for showing sender contact information when we cannot get sender info. [CHAR LIMIT=100] -->
520 <string name="contact_info_string_default">Show contact information</string>
Mindy Pereira326c6602012-01-04 15:32:42 -0800521 <!-- Shown in collapsed mode when a conversation has more than one read message.
522 The message count is shown to the right of this text. [CHAR LIMIT=70] -->
Andrew Sappersteinfa13f132013-07-09 17:46:25 -0700523 <plurals name="show_messages_read">
Andrew Sapperstein35c3bb72013-07-11 11:28:16 -0700524 <item quantity="other"><xliff:g id="count" example="4">%1$d</xliff:g> older messages</item>
Andrew Sappersteinfa13f132013-07-09 17:46:25 -0700525 </plurals>
Andrew Sapperstein4b073942013-07-11 16:11:59 -0700526
527 <!-- Shown in HTML to display the recipient(s) of the message [CHAR LIMIT=10] -->
528 <string name="to_heading">To:</string>
529 <!-- Shown in HTML to display the recipient(s) of the message [CHAR LIMIT=10] -->
530 <string name="cc_heading">Cc:</string>
531 <!-- Shown in HTML to display the recipient(s) of the message [CHAR LIMIT=10] -->
532 <string name="bcc_heading">Bcc:</string>
Andrew Sappersteind5b369b2012-07-13 12:38:46 -0700533 <!-- Shown to display the from address of the message [CHAR LIMIT=10] -->
Andrew Sapperstein35c3bb72013-07-11 11:28:16 -0700534 <string name="from_details">From: <xliff:g id="display_address" example="John Doe jdoe@example.com">%1$s</xliff:g></string>
Mindy Pereira040afee2012-02-27 13:33:33 -0800535 <!-- Shown to display the reply to address of the message [CHAR LIMIT=20] -->
Andrew Sapperstein35c3bb72013-07-11 11:28:16 -0700536 <string name="replyto_details">Reply-to: <xliff:g id="display_address" example="John Doe jdoe@example.com">%1$s</xliff:g></string>
Mindy Pereira326c6602012-01-04 15:32:42 -0800537 <!-- Shown to display the recipient(s) of the message [CHAR LIMIT=10] -->
Andrew Sapperstein35c3bb72013-07-11 11:28:16 -0700538 <string name="to_details">To: <xliff:g id="display_address(es)" example="John Doe jdoe@example.com">%1$s</xliff:g></string>
Mindy Pereira326c6602012-01-04 15:32:42 -0800539 <!-- Shown to display the recipient(s) of the message [CHAR LIMIT=10] -->
Andrew Sapperstein35c3bb72013-07-11 11:28:16 -0700540 <string name="cc_details">Cc: <xliff:g id="display_address(es)" example="John Doe jdoe@example.com">%1$s</xliff:g></string>
Mindy Pereira326c6602012-01-04 15:32:42 -0800541 <!-- Shown to display the recipient(s) of the message [CHAR LIMIT=10] -->
Andrew Sapperstein35c3bb72013-07-11 11:28:16 -0700542 <string name="bcc_details">Bcc: <xliff:g id="display_address(es)" example="John Doe jdoe@example.com">%1$s</xliff:g></string>
Mindy Pereira326c6602012-01-04 15:32:42 -0800543 <!-- Displayed above an HTML message to show the images in that message [CHAR LIMIT=40] -->
544 <string name="show_images">Show pictures</string>
545 <!-- Displayed above an HTML message to always show images in messages from that sender [CHAR LIMIT=40] -->
546 <string name="always_show_images">Always show pictures from this sender</string>
547 <!-- Shown in a toast to acknowledge always showing images for a sender [CHAR LIMIT=100] -->
548 <string name="always_show_images_toast">Pictures from this sender will be shown automatically.</string>
549 <!-- Display format of an email recipient, displayed in expanded message details [CHAR LIMIT=10] -->
Mark Wei3a087a72012-08-22 16:54:25 -0700550 <string name="address_display_format"><xliff:g id="name">%1$s</xliff:g> <xliff:g id="email">%2$s</xliff:g></string>
Andrew Sappersteind5b369b2012-07-13 12:38:46 -0700551 <!-- Display format of an email sender if the message has a via domain set, displayed in expanded message details [CHAR LIMIT=15] -->
Mark Wei3a087a72012-08-22 16:54:25 -0700552 <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>
Mindy Pereira82cc5662012-01-09 17:29:30 -0800553 <!-- Displayed for one second after user saves message as draft [CHAR LIMIT=50]-->
554 <string name="message_saved">Message saved as draft.</string>
555 <!-- Displayed for one second while message is being sent [CHAR LIMIT=50]-->
Mark Weifdfaee92012-09-10 01:55:41 -0700556 <string name="sending_message">Sending message\u2026</string>
Mindy Pereira82cc5662012-01-09 17:29:30 -0800557 <!-- Displayed for one second after trying to send with invalid recipients [CHAR LIMIT=50]-->
558 <string name="invalid_recipient">The address <xliff:g id="wrongemail" example="foo@@gmail..com">%s</xliff:g> is invalid.</string>
Andy Huangf70fc402012-02-17 15:37:42 -0800559 <!-- Shown in HTML to allow the user to see quoted text; should match Gmail web UI. 25B6 is Unicode for a right-pointing triangle. [CHAR LIMIT=50] -->
560 <string name="show_elided">\u25B6 Show quoted text</string>
561 <!-- 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] -->
562 <string name="hide_elided">\u25BC Hide quoted text</string>
Andy Huanga71f1f32012-04-24 20:17:22 -0700563 <!-- Shown as a heading in message view when a message contains a calendar invite [CHAR LIMIT=30]-->
564 <string name="message_invite_title">Calendar invite</string>
565 <!-- Shown as a button label in message view to launch calendar to see this invite [CHAR LIMIT=40]-->
566 <string name="message_invite_calendar_view">View in Calendar</string>
567 <!-- Shown as a text label in message view describing the choices of whether to attend an invite [CHAR LIMIT=20]-->
568 <string name="message_invite_label_attending">Going?</string>
569 <!-- Shown as a button label in message view to accept a calendar invite [CHAR LIMIT=20]-->
570 <string name="message_invite_accept">Yes</string>
571 <!-- Shown as a button label in message view to give a tentative response to a calendar invite [CHAR LIMIT=20]-->
572 <string name="message_invite_tentative">Maybe</string>
573 <!-- Shown as a button label in message view to decline a calendar invite [CHAR LIMIT=20]-->
574 <string name="message_invite_decline">No</string>
Mindy Pereira326c6602012-01-04 15:32:42 -0800575
576 <!-- An enumeration comma for separating items in lists. [CHAR LIMIT=2] -->
577 <string name="enumeration_comma">,\u0020</string>
Mindy Pereira82cc5662012-01-09 17:29:30 -0800578
579 <!-- Button name, displayed in dialogs [CHAR LIMIT=10]-->
Scott Kennedyfafcd172012-11-01 17:23:33 -0700580 <string name="yes">Yes</string>
Scott Kennedya85831d2013-04-12 15:54:22 -0700581 <!-- Button name, displayed in dialogs [CHAR LIMIT=10]-->
Scott Kennedyfafcd172012-11-01 17:23:33 -0700582 <string name="no">No</string>
Scott Kennedya85831d2013-04-12 15:54:22 -0700583 <!-- Button name, displayed in dialogs [CHAR LIMIT=10] -->
584 <string name="ok">OK</string>
585 <!-- Button name, displayed in dialogs [CHAR LIMIT=10] -->
586 <string name="done">Done</string>
587 <!-- Button name, displayed in dialogs [CHAR LIMIT=10] -->
Scott Kennedya85831d2013-04-12 15:54:22 -0700588 <string name="cancel">Cancel</string>
589 <!-- Button name, displayed in dialogs [CHAR LIMIT=10] -->
590 <string name="clear">Clear</string>
591 <!-- Button name, displayed in dialogs [CHAR LIMIT=10]-->
592 <string name="close">Close</string>
Mindy Pereiraf6452882012-02-14 18:13:13 -0800593
594 <!-- Folders -->
595 <!-- Displayed in the middle of the Folders screen when no folders have been defined -->
596 <string name="folders_activity_instructions">No folders have been set for this account.</string>
Mindy Pereira28beb842012-02-23 09:27:07 -0800597
Andrew Sapperstein00179f12012-08-09 15:15:40 -0700598 <!-- Sync status errors. Please do not change the order [CHAR LIMIT=100] -->
Mindy Pereira28beb842012-02-23 09:27:07 -0800599 <string-array name="sync_status">
600 <item>Success</item>
Andrew Sapperstein00179f12012-08-09 15:15:40 -0700601 <item>No connection.</item>
602 <item>Couldn\'t sign in.</item>
603 <item>Security error.</item>
604 <item>Couldn\'t sync.</item>
Paul Westbrook17beb0b2012-08-20 13:34:37 -0700605 <item>Internal Error</item>
Mindy Pereira28beb842012-02-23 09:27:07 -0800606 </string-array>
Mindy Pereira8a8c50d2012-02-23 11:09:03 -0800607
608 <!-- Widget strings -->
609 <!-- Displayed when user adds a new widget. Tapping on the widget in this
610 mode will bring user to the account selection screen [CHAR LIMIT=35] -->
611 <string name="tap_to_configure">Touch to set up</string>
612
Mindy Pereira30fd47b2012-03-09 09:24:00 -0800613 <!-- Displayed within a widget that was setup for a non-synced folder [CHAR LIMIT=60] -->
Mindy Pereira8a8c50d2012-02-23 11:09:03 -0800614 <string name="non_synced_folder_description">To view conversations, sync this folder.</string>
615
616 <!-- Displayed within a widget that was setup for a non-synced folder. This is the text of the
617 button that will allow the user to configure sync for the folder [CHAR LIMIT=35] -->
618 <string name="tap_to_configure_folder_sync">Sync Folder</string>
619
620 <!-- Displayed in widget when unread count > 100. [CHAR LIMIT=4] -->
621 <string name="widget_large_unread_count">%d+</string>
622
Tony Mantlerb6d3b882013-07-03 14:10:48 -0700623 <plurals name="actionbar_unread_messages">
624 <!-- String for the actionbar subtitle when messages are unread [CHAR LIMIT=30] -->
625 <item quantity="other"><xliff:g id="count" example="4">%1$d</xliff:g> unread</item>
626 </plurals>
Paul Westbrook04167662013-04-22 13:53:59 -0700627
Vikram Aggarwal75d1bb12013-04-12 17:17:00 -0700628 <!-- Displayed in the actionbar when unread count > 999. [CHAR LIMIT=30] -->
Paul Westbrook04167662013-04-22 13:53:59 -0700629 <string name="actionbar_large_unread_count"><xliff:g id="count">%1$d</xliff:g>+ unread</string>
Vikram Aggarwal75d1bb12013-04-12 17:17:00 -0700630
Mindy Pereira8a8c50d2012-02-23 11:09:03 -0800631 <!-- Displayed at the end of the conversation list in the widget. Tapping on this will open the default Inbox. [CHAR LIMIT=35] -->
632 <string name="view_more_conversations">View more conversations</string>
633
634 <!-- Displayed while we load a conversation. [CHAR LIMIT=100] -->
635 <string name="loading_conversation">Loading\u2026</string>
636
637 <!-- Name of the Mailboxes activity [CHAR LIMIT=30] -->
638 <string name="activity_mailbox_selection">Choose account</string>
639
640 <!-- Name of the Folders activity [CHAR LIMIT=30] -->
641 <string name="activity_folder_selection">Choose folder</string>
642
643 <!-- Manange folders mode, sync option: synchronize all conversations with this folder. [CHAR LIMIT=100] -->
644 <string name="sync_all">Sync: All</string>
645 <plurals name="sync_recent">
646 <!-- Manage folders mode, sync option: synchronize conversations in the last day with this folder [CHAR LIMIT=100] -->
647 <item quantity="one">Sync: Last <xliff:g id="count" example="1">%1$d</xliff:g> day</item>
648 <!-- Manage folders mode, sync option: synchronize conversations in the last 2+ day with this folder [CHAR LIMIT=100] -->
649 <item quantity="other">Sync: Last <xliff:g id="count" example="4">%1$d</xliff:g> days</item>
650 </plurals>
651 <!-- Manage folders mode, sync option: don't synchronize any conversation with this folder [CHAR LIMIT=100] -->
652 <string name="sync_none">Sync: None</string>
Mindy Pereira8a17d6e2012-02-23 15:23:21 -0800653
654 <!-- Folder selection dialog -->
655 <!-- Title for change folders dialog [CHAR LIMIT=30] -->
Rohan Shahf907c692013-04-12 10:51:08 -0700656 <string name="change_folders_selection_dialog_title">Change folders</string>
657 <!-- Title for move to dialog [CHAR LIMIT=30] -->
658 <string name="move_to_selection_dialog_title">Move to</string>
Mindy Pereira68f2e222012-03-07 10:36:54 -0800659
660 <!-- Search -->
661 <!-- Title of the search dialog -->
662 <string name="search_title" translatable="false">Unified Email</string>
663 <!-- Shown in light gray in the Search box when no text has been entered [CHAR LIMIT=20]-->
664 <string name="search_hint">Search mail</string>
665 <!-- Search Results: Text for status of the search when the results are completely loaded [CHAR LIMIT=10] -->
666 <string name="search_results_loaded"><xliff:g id="searchCount">%1$d</xliff:g></string>
Mindy Pereira59074602012-03-09 11:25:25 -0800667
668 <!-- Show in the actionbar -->
Mindy Pereira40f26592012-06-28 11:33:41 -0700669 <string name="folders">Folders</string>
Mindy Pereira6681f6b2012-03-09 13:55:54 -0800670
671 <!-- Shown in conversation list footer when application cannot make a connection [CHAR LIMIT=20]-->
672 <string name="network_error">No connection</string>
Andy Huangf0ad2962012-03-20 13:53:37 -0700673 <!-- Message at the bottom of the conversation list screen if all conversations haven't been loaded yet [CHAR LIMIT=30]-->
Mindy Pereira6681f6b2012-03-09 13:55:54 -0800674 <string name="loading">Loading conversations\u2026</string>
675 <!-- Button at bottom of conversation list screen if last attempt to load conversations failed [CHAR LIMIT=20]-->
676 <string name="retry">Retry</string>
Mindy Pereira11dd5ef2012-03-10 15:10:18 -0800677 <!-- Button at bottom of conversation list screen if the folder for which contents are being shown supports loading more on demand [CHAR LIMIT=20]-->
678 <string name="load_more">Load more</string>
Mindy Pereirac7968872012-04-02 13:53:35 -0700679
680 <!-- Shortcut strings -->
681 <!-- Title for shortcut naming dialog [CHAR LIMIT=100]-->
682 <string name="shortcut_name_title">Name folder shortcut</string>
Paul Westbrook2d50bcd2012-04-10 11:53:47 -0700683
684 <!-- Wait fragment strings -->
685 <!-- Displayed in title bar during the initial sync [CHAR LIMIT=40] -->
686 <string name="wait_for_sync_title">Waiting for sync</string>
687 <!-- Displayed in the middle of the screen during the initial sync [CHAR LIMIT=40] -->
688 <string name="wait_for_sync_body">Your email will appear shortly.</string>
689 <!-- Title for the screen displayed during the initial sync [CHAR LIMIT=100] -->
690 <string name="not_synced_title">Account not synced</string>
691 <!-- Displayed in the middle of the screen during the initial sync [CHAR LIMIT=300]-->
692 <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>
693 <!-- Displayed at the bottom of the screen during the initial sync. If pressed will sync users mail for the selected account. [CHAR LIMIT=12] -->
694 <string name="manual_sync">Sync now</string>
695 <!-- Displayed at the bottom of the screen during the initial sync. If pressed will open sync setting screen for accounts. [CHAR LIMIT=30] -->
696 <string name="change_sync_settings">Change sync settings</string>
Alice Yang0d74a662013-03-25 14:01:24 -0700697 <!-- Displayed above the conversation list view if the result of manual sync did not find any new messages. [CHAR LIMIT=60] -->
698 <string name="no_new_messages">No new messages</string>
Paul Westbrook2d50bcd2012-04-10 11:53:47 -0700699
Andrew Sappersteina41d3032012-08-03 13:39:27 -0700700 <!-- Displayed when we could not load a photo in the photo viewer. [CHAR LIMIT=30] -->
701 <string name="photo_load_failed">Couldn\'t load image</string>
Marc Blanka6b671d2012-05-25 12:52:02 -0700702
703 <!-- The move message / change labels action can't be taken because the selected messages
704 come from different accounts -->
705 <string name="cant_move_or_change_labels">Can\'t move because selection contains multiple
706 accounts.</string>
Mindy Pereira8fea7b42012-06-12 13:13:15 -0700707
708 <!-- Format string used when displaying a summary in a message summary in list notification that was triggered by several new conversations.
709 Extra space between sender and subject is intentional. [CHAR LIMIT=120] -->
710 <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>
711
712 <!-- Format string used when displaying the big text of a notification that was triggered by a single new conversation. [CHAR LIMIT=120] -->
713 <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>
714
Andrew Sapperstein3b08c512012-07-11 16:51:07 -0700715 <!-- Displayed in a message subheading. Ignore the current spam warning. [CHAR LIMIT=30] -->
716 <string name="ignore_spam_warning">Ignore, I trust this message</string>
Andrew Sapperstein3b08c512012-07-11 16:51:07 -0700717
Andrew Sappersteind5b369b2012-07-13 12:38:46 -0700718 <!-- Displayed in the message heading. Shown if the message was sent via another domain. [CHAR LIMIT=10] -->
719 <string name="via_domain">via <xliff:g id="viaDomain">%1$s</xliff:g></string>
720
Mindy Pereira5650bb52012-06-26 09:57:44 -0700721 <!-- The section headers for the move to folder dialog [CHAR LIMIT=15] -->
722 <string-array name="moveto_folder_sections">
723 <item>System</item>
724 <item>Frequently Used</item>
725 <item>All Folders</item>
726 </string-array>
Mindy Pereira61cea952012-06-26 14:02:20 -0700727
Andrew Sapperstein00179f12012-08-09 15:15:40 -0700728 <!-- Button text for the button to click to have the user sign in again. [CHAR LIMIT=20]-->
729 <string name="signin">Sign-in</string>
730 <!-- Button text for the button to click for more information. [CHAR LIMIT=20]-->
731 <string name="info">Info</string>
732 <!-- Button text for the button to click to report feedback. [CHAR LIMIT=20]-->
733 <string name="report">Report</string>
734 <!-- Dialog title when a sync error occurs. [CHAR LIMIT=50]-->
735 <string name="sync_error">Couldn\'t sync.</string>
736 <!-- Dialog title when a sync error occurs. [CHAR LIMIT=100]-->
737 <string name="sync_error_message">Your device doesn\'t have enough storage space to sync.</string>
738 <!-- Button text for the button to click to go to the manage storage settings screen. [CHAR LIMIT=20]-->
739 <string name="storage">Storage</string>
740
Mindy Pereiraf3065512012-06-27 12:58:46 -0700741 <string translate="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>
742 <string translate="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>
743 <string translate="false" name="hierarchical_folder_top"><xliff:g id="topLevelParent">%1$s</xliff:g>\u2215</string>
Mindy Pereira830bdaf2012-07-11 12:59:55 -0700744
Mindy Pereira24538e82012-07-27 10:26:06 -0700745 <!-- Token used as a divider between senders -->
Paul Westbrook38c75642012-08-31 15:51:38 -0700746 <string name="senders_split_token">,\u00A0</string>
747 <string name="draft_count_format">\u00A0(<xliff:g id="count">%1$s</xliff:g>)</string>
Mindy Pereirab1cbb892012-07-31 14:36:55 -0700748
749 <!-- Token to replace senders that are not visible -->
750 <string translatable="false" name="senders_elided">..</string>
751 <!-- Token used to space out elided senders that are not visible -->
752 <string translatable="false" name="elided_padding_token">\u00A0</string>
Mindy Pereira0c2e5672012-08-01 11:08:34 -0700753 <!-- Token used to space out message count, draft text, and senders -->
754 <string translatable="false" name="message_count_spacer">\u00A0\u00A0</string>
Mindy Pereira84cef5e2012-08-01 14:30:01 -0700755 <string translatable="false" name="ellipsis">\u2026</string>
Mindy Pereirad0f67252012-08-03 11:45:08 -0700756
757 <string translatable="false" name="quote_begin">&lt;div class=\"quote\"&gt;</string>
Vikram Aggarwal58cad2e2012-08-28 16:18:23 -0700758
759 <!-- String used in the FolderListFragment to mark the start of user-defined folders -->
760 <string name="all_folders_heading">All folders</string>
761 <!-- String used in the FolderListFragment to mark the start of recent folders -->
762 <string name="recent_folders_heading">Recent folders</string>
Vikram Aggarwal9312ea32012-09-13 17:08:16 -0700763
mindyp77a46052012-09-18 09:31:06 -0700764 <!-- Dialog title when showing message header details in a popup window. [CHAR LIMIT=100]-->
765 <string name="message_details_title">Message details</string>
Scott Kennedy0d0f8b02012-10-12 15:18:18 -0700766
Vikram Aggarwal284988f2012-11-06 15:26:21 -0800767 <!-- General preference: Label of the setting for the direction to move to
768 when deleting the current message.
769 Options contain "newer message","older message", etc. [CHAR LIMIT=32] -->
770 <string name="auto_advance_label">Auto-advance</string>
771
772 <!-- General preference: Description of the setting for the direction to move to
773 when deleting the current message.
774 Options contain "newer message","older message", etc. [CHAR LIMIT=64] -->
775 <string name="auto_advance_summary">Choose which screen to show after you
776 delete a message</string>
777
Scott Kennedy0d0f8b02012-10-12 15:18:18 -0700778 <!-- Title of the dialog that appears the first time they perform an action that would cause
779 auto advance logic to fire [CHAR LIMIT=70] -->
780 <string name="auto_advance_help_title">Set auto-advance preference\n(after you delete, etc.)</string>
781
782 <!-- The auto-advance modes -->
783 <string-array name="prefEntries_autoAdvance">
784 <!-- Newer conversation -->
785 <item>Newer</item>
786 <!-- Older conversation -->
787 <item>Older</item>
788 <!-- Conversation list -->
789 <item>Conversation list</item>
790 </string-array>
791
792 <!-- Description for each auto-advance option to display after the user has picked one -->
793 <!-- The entries here must correspond to the entries in prefEntries_autoAdvance [CHAR LIMIT=60] -->
794 <string-array name="prefSummaries_autoAdvance">
795 <!-- Newer conversation -->
796 <item>Show newer conversation after you delete</item>
797 <!-- Older conversation -->
798 <item>Show older conversation after you delete</item>
799 <!-- Conversation list -->
800 <item>Show conversation list after you delete</item>
801 </string-array>
802
803 <!-- TODO: these pref keys that are never user visible should probably be
804 moved to a donttranslate file -->
805 <!-- The default auto-advance mode -->
806 <string translatable="false" name="prefDefault_autoAdvance">list</string>
807
808 <!-- The auto-advance mode values -->
809 <string-array translatable="false" name="prefValues_autoAdvance">
810 <item>newer</item>
811 <item>older</item>
812 <item>list</item>
813 </string-array>
Scott Kennedyfafcd172012-11-01 17:23:33 -0700814
Paul Westbrook0a991532013-06-07 17:26:37 -0700815 <!-- Settings screen, title of "Restore default for "Show pictures"" [CHAR LIMIT=1000]-->
816 <string name="clear_display_images_whitelist_title">Clear picture approvals</string>
817
818 <!-- Settings screen, title of dialog shown to confirm action when user taps
819 "Clear picture approvals" in preferences [CHAR LIMIT=200]-->
820 <string name="clear_display_images_whitelist_dialog_title">Clear picture approvals?</string>
821 <!-- Settings screen, message of dialog shown to confirm action when tapping
822 "Clear picture approvals" [CHAR LIMIT=1000]-->
823 <string name="clear_display_images_whitelist_dialog_message">Stop displaying inline images from senders you previously allowed.</string>
824
825 <!-- Message shown in toast when the user taps "Restore default for "Show pictures"" in Gmail general preferences. [CHAR LIMIT=50] -->
826 <string name="sender_whitelist_cleared">Pictures won\'t be shown automatically.</string>
827
Paul Westbrookea85f0d2013-06-18 14:45:57 -0700828 <!-- Settings screen, name of the setting that lets the user choose their signature [CHAR LIMIT=50] -->
829 <string name="preferences_signature_title">Signature</string>
830 <!-- Settings screen, title of the dialog that lets the user configure their signature [CHAR LIMIT=50] -->
831 <string name="preferences_signature_dialog_title">Signature</string>
832 <!-- Settings screen, setting summary text when no signature set [CHAR LIMIT=100] -->
833 <string name="preferences_signature_summary_not_set">Not set</string>
834
Scott Kennedy3168c2a2012-11-30 18:05:52 -0800835 <!-- Notification action for replying to a message. [CHAR LIMIT=20] -->
836 <string name="notification_action_reply">Reply</string>
837 <!-- Notification action for replying-all to a message. [CHAR LIMIT=20] -->
838 <string name="notification_action_reply_all">Reply all</string>
Scott Kennedy3168c2a2012-11-30 18:05:52 -0800839 <!-- Notification action for archiving a message. [CHAR LIMIT=20] -->
840 <string name="notification_action_archive">Archive</string>
841 <!-- Notification action for removing a label from a message. [CHAR LIMIT=20] -->
842 <string name="notification_action_remove_label">Remove label</string>
843 <!-- Notification action for deleting a message. [CHAR LIMIT=20] -->
844 <string name="notification_action_delete">Delete</string>
Scott Kennedy3168c2a2012-11-30 18:05:52 -0800845
846 <!-- Notification undo text after archiving a message. [CHAR LIMIT=30] -->
847 <string name="notification_action_undo_archive">Archived</string>
848 <!-- Notification undo text after removing a label from a message. [CHAR LIMIT=30] -->
849 <string name="notification_action_undo_remove_label">Label Removed</string>
850 <!-- Notification undo text after deleting a message. [CHAR LIMIT=30] -->
851 <string name="notification_action_undo_delete">Deleted</string>
Scott Kennedy061f4052012-12-17 17:43:51 -0800852
Vikram Aggarwala8dc86f2013-01-07 16:15:13 -0800853 <!-- Regex that specifies veiled addresses. These are all empty because this is disabled currently. -->
Vikram Aggarwal766f8dc2013-03-06 14:57:12 -0800854 <string name="veiled_address"/>
Vikram Aggarwal7faa4d02013-01-15 13:26:27 -0800855 <!-- String to be shown instead of a veiled addresses. [CHAR LIMIT=50] -->
Vikram Aggarwal766f8dc2013-03-06 14:57:12 -0800856 <string name="veiled_alternate_text"/>
Vikram Aggarwal7faa4d02013-01-15 13:26:27 -0800857 <!-- String to be shown instead of a veiled addresses. [CHAR LIMIT=50] -->
Vikram Aggarwal766f8dc2013-03-06 14:57:12 -0800858 <string name="veiled_alternate_text_unknown_person"/>
Vikram Aggarwal7faa4d02013-01-15 13:26:27 -0800859 <!-- Summary string to be shown instead of a veiled recipient. [CHAR LIMIT=50] -->
Vikram Aggarwal766f8dc2013-03-06 14:57:12 -0800860 <string name="veiled_summary_unknown_person"/>
Scott Kennedyd5edd2d2012-12-05 11:11:32 -0800861
862 <!-- Notification ticker text for per-label notification [CHAR LIMIT=30]-->
863 <string name="label_notification_ticker">"<xliff:g id="label">%s</xliff:g>: <xliff:g id="notification">%s</xliff:g>"</string>
864
865 <!-- Notification message to the user upon new messages for a conversation. [CHAR LIMIT=120] -->
866 <string name="new_messages"><xliff:g id="count">%1$d</xliff:g> new messages</string>
867
868 <!-- Format string used when displaying the title of a notification that was triggered by a single new conversation. [CHAR LIMIT=120] -->
869 <string name="single_new_message_notification_title"><xliff:g id="sender">%1$s</xliff:g>: <xliff:g id="subject">%2$s</xliff:g></string>
870
871 <!-- Settings screen, what to display for Ringtone when the user chooses "silent" [CHAR LIMIT=100]-->
872 <string name="silent_ringtone">Silent</string>
Scott Kennedy61bd0e82012-12-10 18:18:17 -0800873
Alice Yang9cdec5d2013-04-22 16:56:55 -0700874 <!-- Settings screen, preference name for archive vs. delete [CHAR LIMIT=50] -->
Andrew Sapperstein43a1cc12013-05-03 10:21:02 -0700875 <string name="preference_removal_action_title">Archive &amp; delete actions</string>
Andrew Sappersteina1322812013-04-28 11:16:53 -0700876 <!-- Options to select from for whether to have archive or delete as the remove action [CHAR LIMIT=50] -->
Andrew Sapperstein43a1cc12013-05-03 10:21:02 -0700877 <string-array name="prefEntries_removal_action">
878 <item>Show archive only</item>
879 <item>Show delete only</item>
880 <item>Show archive &amp; delete</item>
Andrew Sappersteina1322812013-04-28 11:16:53 -0700881 </string-array>
882 <!-- Description of currently selected option of whether to use archive or delete as remove action [CHAR LIMIT=200] -->
Andrew Sapperstein43a1cc12013-05-03 10:21:02 -0700883 <string-array name="prefSummaries_removal_action_summary">
884 <item>Show archive only</item>
885 <item>Show delete only</item>
886 <item>Show archive &amp; delete</item>
Andrew Sappersteina1322812013-04-28 11:16:53 -0700887 </string-array>
Andrew Sapperstein43a1cc12013-05-03 10:21:02 -0700888 <string-array translatable="false" name="prefValues_removal_action">
Andrew Sappersteina1322812013-04-28 11:16:53 -0700889 <item>archive</item>
890 <item>delete</item>
Andrew Sapperstein43a1cc12013-05-03 10:21:02 -0700891 <item>archive-and-delete</item>
Andrew Sappersteina1322812013-04-28 11:16:53 -0700892 </string-array>
893 <!-- Dialog title for the choosing whether to use archive or delete as remove action [CHAR LIMIT=150] -->
Andrew Sapperstein43a1cc12013-05-03 10:21:02 -0700894 <string name="prefDialogTitle_removal_action">Archive &amp; delete actions</string>
Andrew Sappersteina1322812013-04-28 11:16:53 -0700895 <!-- The default value -->
Andrew Sapperstein43a1cc12013-05-03 10:21:02 -0700896 <string translatable="false" name="prefDefault_removal_action">archive</string>
Alice Yang9cdec5d2013-04-22 16:56:55 -0700897
Scott Kennedy43645c02013-04-24 17:55:47 -0700898 <!-- Settings screen, Reply to all default setting title [CHAR LIMIT=30] -->
899 <string name="preferences_default_reply_all_title">Reply all</string>
900 <!-- Settings screen, Reply to all default setting summary [CHAR LIMIT=70] -->
901 <string name="preferences_default_reply_all_summary">Use as default for message replies</string>
902
Andrew Sapperstein43a1cc12013-05-03 10:21:02 -0700903 <!-- Preference name for swipe action when action is archive [CHAR LIMIT=100]-->
904 <string name="preference_swipe_title_archive">Swipe to archive</string>
905 <!-- Preference name for swipe action when action is delete [CHAR LIMIT=100]-->
906 <string name="preference_swipe_title_delete">Swipe to delete</string>
Scott Kennedy26f2b302013-04-22 17:47:17 -0700907 <!-- Preference description swiping in conversation list option [CHAR LIMIT=100] -->
908 <string name="preference_swipe_description">In conversation list</string>
Alice Yang20323162013-04-17 10:37:41 -0700909
Alice Yang4a53f5b2013-05-02 16:10:48 -0700910 <!-- Preference name for whether to display sender images in conversation list [CHAR LIMIT=100] -->
911 <string name="preference_sender_image_title">Sender image</string>
912 <!-- Preference description for whether to display sender image option [CHAR LIMIT=200] -->
913 <string name="preference_sender_image_description">Show beside name in conversation list</string>
914
Alice Yang20323162013-04-17 10:37:41 -0700915 <!-- In conversation list, when user initiates a downward swipe,
916 this text is displayed in the action bar as a hint that they can trigger a
917 sync/refresh by continuing the downward swipe. [CHAR LIMIT=60] -->
918 <string name="swipe_down_to_refresh">Swipe down to refresh</string>
919
920 <!-- In conversation list, when user has triggered a sync via a downward swipe,
921 this text is displayed in the action bar for a brief moment to
Andy Huang2308be12013-04-25 17:37:16 -0700922 indicate that a sync is in progress. [CHAR LIMIT=60] -->
Alice Yang20323162013-04-17 10:37:41 -0700923 <string name="checking_for_mail">Checking for mail</string>
924
Scott Kennedy7ee089e2013-03-25 17:05:44 -0400925 <!-- Conversation list screen overflow menu in trash folder [CHAR LIMIT=50] -->
Andrew Sappersteined5b52d2013-04-30 13:40:18 -0700926 <string name="empty_trash">Empty Trash</string>
Scott Kennedy7ee089e2013-03-25 17:05:44 -0400927
928 <!-- Conversation list screen overflow menu in spam folder [CHAR LIMIT=50] -->
Andrew Sappersteined5b52d2013-04-30 13:40:18 -0700929 <string name="empty_spam">Empty Spam</string>
930
931 <!-- Dialog title for empty trash confirmation dialog [CHAR LIMIT=100] -->
932 <string name="empty_trash_dialog_title">Empty Trash?</string>
933
934 <!-- Dialog title for empty spam confirmation dialog [CHAR LIMIT=100] -->
935 <string name="empty_spam_dialog_title">Empty Spam?</string>
936
937 <!-- Dialog message for empty folder confirmation dialog [CHAR LIMIT=300] -->
938 <plurals name="empty_folder_dialog_message">
Andrew Sapperstein61f352b2013-05-01 10:17:19 -0700939 <item quantity="one"><xliff:g id="count">%1$d</xliff:g> message will be permanently deleted.</item>
940 <item quantity="other"><xliff:g id="count">%1$d</xliff:g> messages will be permanently deleted.</item>
Andrew Sappersteined5b52d2013-04-30 13:40:18 -0700941 </plurals>
Paul Westbrook57246a42013-04-21 09:40:22 -0700942
943 <!-- Strings used for accessibility for the items that toggles the drawer action -->
944 <string name="drawer_open">Open navigation drawer</string>
945 <string name="drawer_close">Close navigation drawer</string>
946
Mark Wei2102b2c2013-05-02 17:15:30 -0700947 <string name="conversation_photo_welcome_text">Touch a sender image to select that conversation.</string>
Andrew Sappersteinbd99f342013-06-17 17:57:13 -0700948
Vikram Aggarwal37a20ca2013-06-06 11:19:49 -0700949 <!-- Content description for the folder icon for nested folders. -->
950 <string name="folder_icon_desc">Folder icon</string>
Paul Westbrook555bd802013-06-12 23:53:22 -0700951
952 <!-- Button, "Add account" in the preference screen [CHAR LIMIT=30] -->
953 <string name="add_account">Add account</string>
Andrew Sapperstein7434e802013-06-21 11:26:49 -0700954
955 <!-- Content Provider Authority for Eml Attachments -->
956 <string name="eml_attachment_provider" translatable="false">com.android.mail.provider.eml.attachment</string>
Andrew Sapperstein7638a102013-06-25 13:54:52 -0700957
958 <!-- Action bar title for viewing messages that are attached to another message. -->
959 <string name="attached_message">Attached message</string>
Andrew Sapperstein35c3bb72013-07-11 11:28:16 -0700960
961 <!-- Shown to display the date of the message [CHAR LIMIT=50] -->
962 <string name="date_message_received"><xliff:g id="day_and_date">%1$s</xliff:g>, <xliff:g id="time">%2$s</xliff:g></string>
963
964 <!-- Shown to display the date of the message when the message was received today. [CHAR LIMIT=50] -->
965 <string name="date_message_received_today">Today, <xliff:g id="time">%1$s</xliff:g></string>
966
967 <!-- Shown to display the date of the message when the message was received yesterday. [CHAR LIMIT=50] -->
968 <string name="date_message_received_yesterday">Yesterday, <xliff:g id="time">%1$s</xliff:g></string>
969
Vikram Aggarwal5e5ac742011-12-19 08:14:16 -0800970</resources>