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