1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2008 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <!-- Names of packages and authorities that are common to all apps 19 and read from resources --> 20 <!-- Name of the search suggestions authority that looks up recent suggestions. This 21 needs to be modified in AndroidManifest.xml and res/xml/searchable.xml as well. --> 22 <string name="suggestions_authority" translatable="false">com.android.email.suggestionsprovider</string> 23 24 <!-- Permissions label for reading attachments --> 25 <string name="permission_read_attachment_label">Read email attachments</string> 26 <!-- Permissions description for reading attachments --> 27 <string name="permission_read_attachment_desc">Allows the app to read your email 28 attachments.</string> 29 <!-- Permissions label for accessing the main provider --> 30 <string name="permission_access_provider_label">Access email provider data</string> 31 <!-- Permissions description for accessing the main provider --> 32 <string name="permission_access_provider_desc">Allows the app to access your email 33 database, including received messages, sent messages, usernames, and passwords.</string> 34 35 <!-- Name of application on Home screen --> 36 <string name="app_name">Email</string> 37 <!-- Title of debug screen --> 38 <string name="debug_title">Debug</string> 39 40 <!-- Actions will be used as buttons and in menu items --> 41 <skip /> 42 43 <!-- Menu item used to create a new quick response [CHAR_LIMIT=16] --> 44 <string name="create_action">Create new</string> 45 <!-- Message informing user when a list that would contain quick responses 46 is empty [CHAR_LIMIT=80] --> 47 <string name="quick_responses_empty_view">No quick responses.</string> 48 <!-- Menu item --> 49 <string name="account_settings_action">Account settings</string> 50 <!-- Appears in message list view when there's a network error. --> 51 <!-- Also appears in a toast, in the message viewer, when there's a network error. --> 52 <string name="status_network_error">Connection problem.</string> 53 <!-- Text shown with dragged messages to indicate how many are being dragged [CHAR LIMIT=40]--> 54 <plurals name="move_messages"> 55 <item quantity="one">Move message</item> 56 <item quantity="other">Move messages</item> 57 </plurals> 58 <!-- Toast shown when a message(s) can't be moved because it's not supported by the POP3 59 protocol. [CHAR LIMIT=none]--> 60 <string name="cannot_move_protocol_not_supported_toast">Move isn\'t supported on POP3 accounts. 61 </string> 62 <!-- Toast shown when messages can't be moved because the selection contains multiple accounts' 63 messages. [CHAR LIMIT=none]--> 64 <string name="cannot_move_multiple_accounts_toast">Can\'t move because selection contains multiple 65 accounts.</string> 66 <!-- Toast shown when messages can't be moved because they're in a special mailbox. "Drafts", 67 "Outbox" and "Sent". [CHAR LIMIT=none]--> 68 <string name="cannot_move_special_mailboxes_toast">Messages in Drafts, Outbox, and Sent can\'t be 69 moved.</string> 70 71 <!-- The next set of strings are used in local display and may be localized. --> 72 <!-- In the UI, the inbox will be displayed with this name --> 73 <string name="mailbox_name_display_inbox">Inbox</string> 74 <!-- In the UI, the outbox will be displayed with this name --> 75 <string name="mailbox_name_display_outbox">Outbox</string> 76 <!-- In the UI, the drafts will be displayed with this name --> 77 <string name="mailbox_name_display_drafts">Drafts</string> 78 <!-- In the UI, the trash will be displayed with this name --> 79 <string name="mailbox_name_display_trash">Trash</string> 80 <!-- In the UI, the sent will be displayed with this name --> 81 <string name="mailbox_name_display_sent">Sent</string> 82 <!-- In the UI, the junk will be displayed with this name --> 83 <string name="mailbox_name_display_junk">Junk</string> 84 <!-- In the UI, the starred will be displayed with this name --> 85 <string name="mailbox_name_display_starred">Starred</string> 86 <!-- In the UI, the unread will be displayed with this name [CHAR LIMIT=15] --> 87 <string name="mailbox_name_display_unread">Unread</string> 88 89 <!-- Do Not Translate. Checkbox label, shown only on debug screen --> 90 <string name="debug_enable_debug_logging_label" translatable="false"> 91 Enable extra debug logging?</string> 92 <!-- Do Not Translate. Checkbox label, shown only on debug screen --> 93 <string name="debug_enable_verbose_logging_label" translatable="false"> 94 Enable extremely verbose logging?</string> 95 <!-- Do Not Translate. Checkbox label, shown only on debug screen --> 96 <string name="debug_enable_file_logging_label" translatable="false"> 97 Enable sd card logging?</string> 98 <!-- Do Not Translate. Button label, shown only on debug screen --> 99 <string name="debug_clear_webview_cache" translatable="false"> 100 Clear WebView cache</string> 101 <!-- Do Not Translate. Checkbox label, shown on debug screen. --> 102 <string name="debug_disable_graphics_acceleration_label" translatable="false"> 103 Disable hardware graphics acceleration</string> 104 <!-- Do Not Translate. Checkbox label, shown on debug screen. --> 105 <string name="debug_force_one_minute_refresh_label" translatable="false"> 106 Force 1-minute refresh for POP/IMAP</string> 107 <!-- Do Not Translate. Checkbox label, shown on debug screen. --> 108 <string name="debug_enable_strict_mode_label" translatable="false"> 109 Enable strict mode (with logging)</string> 110 111 <!-- The summary section entry in the AccountFolder list to display all inboxes --> 112 <string name="account_folder_list_summary_inbox">Inbox</string> 113 <!-- The summary section entry in the AccountFolder list to display all starred 114 [CHAR LIMIT=200dip] --> 115 <string name="account_folder_list_summary_starred">Starred</string> 116 <!-- The summary section entry in the AccountFolder list to display all drafts 117 [CHAR LIMIT=200dip] --> 118 <string name="account_folder_list_summary_drafts">Drafts</string> 119 <!-- The summary section entry in the AccountFolder list to display all outboxes 120 [CHAR LIMIT=200dip] --> 121 <string name="account_folder_list_summary_outbox">Outbox</string> 122 123 <!-- Label shown in the account selector to select "Combined view", which contains 124 Combined Inbox, Combined Outbox, etc. [CHAR LIMIT=30] --> 125 <string name="mailbox_list_account_selector_combined_view">Combined view</string> 126 127 <!-- Header for forwarded original messages --> 128 <string name="message_compose_fwd_header_fmt">\n\n-------- Original Message --------\nSubject: <xliff:g id="subject">%1$s</xliff:g>\nFrom: <xliff:g id="sender">%2$s</xliff:g>\nTo: <xliff:g id="to">%3$s</xliff:g>\nCC: <xliff:g id="cc">%4$s</xliff:g>\n\n</string> 129 <!-- Title for dialog containing list of quick responses that user may insert 130 into message body. [CHAR_LIMIT=30] --> 131 <string name="message_compose_insert_quick_response_list_title">Insert quick response</string> 132 <!-- Menu item for inserting quick responses into email compose activity. [CHAR_LIMIT=30] --> 133 <string name="message_compose_insert_quick_response_menu_title">Insert quick response</string> 134 <!-- Toast upon using "send" when one or more attachments will need to be background loaded 135 [CHAR LIMIT=none]--> 136 <string name="message_view_attachment_background_load">One or more attachments in your 137 forwarded message will be downloaded prior to sending.</string> 138 139 <!-- Error banner when an attachment could not be downloaded due to a problem at the server 140 [CHAR LIMIT=100] --> 141 <string name="attachment_not_found">Couldn\'t download the attachment.</string> 142 143 <!-- String used in place of a message that could not be properly decoded (e.g. bad base64 144 data was received.) [CHAR LIMIT=none] --> 145 <string name="message_decode_error">There was an error while decoding the message.</string> 146 147 <!-- Notification ticker when a forwarded attachment couldn't be sent [CHAR LIMIT=none] --> 148 <string name="forward_download_failed_ticker">Couldn\'t forward one or more attachments.</string> 149 <!-- Notification title when a forwarded attachment couldn't be sent [CHAR LIMIT=30]--> 150 <string name="forward_download_failed_title">Attachment not forwarded</string> 151 152 <!-- Notification ticker when email account authentication fails [CHAR LIMIT=none] --> 153 <string name="login_failed_ticker"> 154 <xliff:g id="account_name">%s</xliff:g> signin unsuccessful.</string> 155 <!-- Notification title when email account authentication fails [CHAR LIMIT=30]--> 156 <string name="login_failed_title">Couldn\'t sign in</string> 157 158 <!-- Size unit for bytes for attachments [CHAR LIMIT=10] --> 159 <plurals name="message_view_attachment_bytes"> 160 <item quantity="one" ><xliff:g id="size_in_bytes" example="1" >%d</xliff:g>B</item> 161 <item quantity="other"><xliff:g id="size_in_bytes" example="279">%d</xliff:g>B</item> 162 </plurals> 163 <!-- Size unit for kilo bytes for attachments [CHAR LIMIT=10] --> 164 <plurals name="message_view_attachment_kilobytes"> 165 <item quantity="one" ><xliff:g id="size_in_kilobytes" example="1" >%d</xliff:g>KB</item> 166 <item quantity="other"><xliff:g id="size_in_kilobytes" example="279">%d</xliff:g>KB</item> 167 </plurals> 168 <!-- Size unit for mega bytes for attachments [CHAR LIMIT=10] --> 169 <plurals name="message_view_attachment_megabytes"> 170 <item quantity="one" ><xliff:g id="size_in_megabytes" example="1" >%d</xliff:g>MB</item> 171 <item quantity="other"><xliff:g id="size_in_megabytes" example="279">%d</xliff:g>MB</item> 172 </plurals> 173 <!-- Size unit for giga bytes for attachments [CHAR LIMIT=10] --> 174 <plurals name="message_view_attachment_gigabytes"> 175 <item quantity="one" ><xliff:g id="size_in_gigabytes" example="1" >%d</xliff:g>GB</item> 176 <item quantity="other"><xliff:g id="size_in_gigabytes" example="279">%d</xliff:g>GB</item> 177 </plurals> 178 179 <!-- Title of screen when setting up new email account [CHAR LIMIT=45] --> 180 <string name="account_setup_basics_title">Account setup</string> 181 <!-- Title of screen when trying to get oauth authentication --> 182 <string name="oauth_authentication_title">Requesting authorization</string> 183 <!-- Title of screen to choose with authentication to use --> 184 <string name="sign_in_title">Sign in</string> 185 186 <!-- Warning if there is a problem authenticating with oauth --> 187 <string name="oauth_error_description">Unable to authenticate</string> 188 <!-- Warning label displayed when the email address or password are incorrect --> 189 <string name="password_warning_label">Email address or password are incorrect</string> 190 <!-- Label displayed to confirm what email address we are trying to validate --> 191 <string name="email_confirmation_label">Email address:</string> 192 <!-- Headline of screen when setting up new email account (large text over divider) 193 [CHAR LIMIT=none] --> 194 <string name="account_setup_basics_headline">Email account</string> 195 <!-- On "Set up email" screen, enthusiastic welcome message. --> 196 <string name="accounts_welcome">You can set up your account in just a few steps. 197 </string> 198 <!-- On "Set up email" screen, hint for account email address text field --> 199 <string name="account_setup_basics_email_label">Email address</string> 200 201 <!-- Label between OAuth and password authentication, indicating the user must do one or the other [CHAR LIMIT=40] --> 202 <string name="or_label">OR</string> 203 <!-- Label for signing in with Google using OAuth --> 204 <string name="sign_in_with_google">Sign in with Google</string> 205 <!-- On "Set up email" screen, hint for account email password text field, should be uppercase where applicable --> 206 <string name="account_setup_basics_password_label">PASSWORD</string> 207 <!-- hint for account email password text field --> 208 <string name="password_hint">Password</string> 209 <!-- On the "Setup up email" screen, label indicating what service we are signed in with [CHAR LIMIT=40] --> 210 <string name="signed_in_with_service_label">Signed in with %s</string> 211 <!-- Label for the authentication section, should be uppercase where applicable [CHAR LIMIT=20] --> 212 <string name="authentication_label">AUTHENTICATION</string> 213 <!-- Label for the add authentication icon [CHAR LIMIT=40] --> 214 <string name="add_authentication_label">Add authentication</string> 215 <!-- Label for the add authentication icon [CHAR LIMIT=40] --> 216 <string name="clear_authentication_label">Clear authentication</string> 217 <!-- Button name on "Set up email" screen, with action underlined using html [CHAR LIMIT=20] --> 218 <string name="account_setup_basics_manual_setup_action">Manual setup</string> 219 <!-- Do not translate. Button name on "Set up email" screen [CHAR LIMIT=20] TODO: This is a temporary workaround 220 to allow initiating the OAuth setup flow before we have the real design working. This string 221 should be removed. --> 222 <string name="account_setup_basics_oauth_setup_action" translatable="false">OAuth</string> 223 <!-- Toast when we can't build a URI from the given email & password --> 224 <!-- Note, the error message in the toast is purposefully vague, because I *don't* know 225 exactly what's wrong. --> 226 <string name="account_setup_username_password_toast"> 227 Type a valid email address and password.</string> 228 <!-- Title of dialog shown when a duplicate account is created --> 229 <string name="account_duplicate_dlg_title">Duplicate account</string> 230 <!-- Message of dialog shown when a duplicate account is created. The display name of 231 the duplicate account is displayed. --> 232 <string name="account_duplicate_dlg_message_fmt"> 233 You\'re already using this username for the account \"<xliff:g id="duplicate">%s</xliff:g>\". 234 </string> 235 <!-- String that is displayed as error text for passwords with leading or trailing 236 spaces. [CHAR LIMIT=none] --> 237 <string name="account_password_spaces_error">This password starts or ends with one or more 238 space characters. Many servers don\'t support passwords with spaces.</string> 239 240 <!-- On check-settings screen, this is the initially-displayed message. --> 241 <string name="account_setup_check_settings_retr_info_msg"> 242 Retrieving account information\u2026</string> 243 <!-- Appears on screen while system is checking incoming server settings --> 244 <string name="account_setup_check_settings_check_incoming_msg"> 245 Validating server settings\u2026</string> 246 <!-- Appears on screen while system is checking outgoing server settings --> 247 <string name="account_setup_check_settings_check_outgoing_msg"> 248 Validating smtp settings\u2026</string> 249 <!-- Appears on screen while system is creating the account --> 250 <string name="account_setup_creating_account_msg"> 251 Creating account\u2026</string> 252 253 <!-- Headline text that appears on "Confirm account type" screen [CHAR LIMIT=none] --> 254 <string name="account_setup_ab_headline">Confirm account type</string> 255 <!-- Explanatory text that appears on the "Confirm account type" screen [CHAR LIMIT=none] --> 256 <string name="account_setup_ab_instructions_format">You indicated <xliff:g id="email">%1$s</xliff:g> uses <xliff:g id="userProtocol">%2$s</xliff:g>, but the account may use <xliff:g id="providerProtocol">%3$s</xliff:g></string> 257 258 <!-- Title of "Set up email" screen after success [CHAR LIMIT=45] --> 259 <string name="account_setup_names_title">Account setup</string> 260 <!-- Text that appears on "Set up email" screen after successfully setting up an account 261 [CHAR LIMIT=none] --> 262 <string name="account_setup_names_headline"> 263 Your account is set up and email is on its way!</string> 264 <!-- On "Set up email" screen, label of text field --> 265 <string name="account_setup_names_account_name_label"> 266 Give this account a name (optional)</string> 267 <!-- On "Set up email" screen, label of text field --> 268 <string name="account_setup_names_user_name_label"> 269 Your name (displayed on outgoing messages)</string> 270 <!-- On "Set up email" screen, error pop-up when user_name field is empty [CHAR LIMIT=none] --> 271 <string name="account_setup_names_user_name_empty_error">This field can\'t be blank.</string> 272 273 <!-- Activity Title for the account type selector (IMAP or POP3 or EAS) [CHAR LIMIT=45] --> 274 <string name="account_setup_account_type_title">Account setup</string> 275 <!-- Headline for the the account type selector (IMAP or POP3 or EAS) [CHAR LIMIT=none] --> 276 <string name="account_setup_account_type_headline">Account type</string> 277 <!-- "Add new email account" screen, text that appears on screen --> 278 <string name="account_setup_account_type_instructions">What type of account is this?</string> 279 280 <!-- "Incoming server settings" screen, title [CHAR LIMIT=45] --> 281 <string name="account_setup_incoming_title">Account setup</string> 282 <!-- "Incoming server settings" screen, headline (text over divider) [CHAR LIMIT=none] --> 283 <string name="account_setup_incoming_headline">Incoming server settings</string> 284 <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable --> 285 <string name="account_setup_incoming_username_label">USERNAME</string> 286 <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable --> 287 <string name="account_setup_incoming_password_label">PASSWORD</string> 288 <!-- "Incoming server settings" screen, label for text field --> 289 <string name="account_setup_password_subheading">Password</string> 290 <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable --> 291 <string name="account_setup_incoming_server_label">SERVER</string> 292 <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable --> 293 <string name="account_setup_incoming_port_label">PORT</string> 294 <!-- "Incoming server settings" screen, label for pop-up menu, should be uppercase where applicable --> 295 <string name="account_setup_incoming_security_label">SECURITY TYPE</string> 296 <!-- "Incoming server settings" screen, option for "Security type" pop-up menu indicating 297 the desire for an unencrypted session --> 298 <string name="account_setup_incoming_security_none_label">None</string> 299 <!-- "Incoming server settings" screen, option for "Security type" pop-up menu indicating 300 the desire for an encrypted session on the selected port, accepting all SSL certificates --> 301 <string name="account_setup_incoming_security_ssl_trust_certificates_label"> 302 SSL/TLS (Accept all certificates)</string> 303 <!-- "Incoming server settings" screen, option for "Security type" pop-up menu indicating 304 the desire for an encrypted session on the selected port, including SSL certificate 305 checks --> 306 <string name="account_setup_incoming_security_ssl_label">SSL/TLS</string> 307 <!-- "Incoming server settings" screen, option for "Security type" pop-up menu indicating 308 the desire for an encrypted session overlaid on a plain text session using the selected 309 port, accepting all SSL certificates --> 310 <string name="account_setup_incoming_security_tls_trust_certificates_label"> 311 STARTTLS (accept all certificates)</string> 312 <!-- "Incoming server settings" screen, option for "Security type" pop-up menu indicating 313 the desire for an encrypted session overlaid on a plain text session on the selected 314 port, including SSL certificate checks --> 315 <string name="account_setup_incoming_security_tls_label">STARTTLS</string> 316 <!-- "Incoming server settings" screen, label for pop-up menu --> 317 <string name="account_setup_incoming_delete_policy_label">Delete email from server</string> 318 <!-- "Incoming server settings" screen, options in pop-up menu for Delete email from server: --> 319 <!-- "Incoming server settings" screen, options in pop-up menu for Delete email from server: --> 320 <string name="account_setup_incoming_delete_policy_never_label">Never</string> 321 <!-- "Incoming server settings" screen, options in pop-up menu for Delete email from server: --> 322 <string name="account_setup_incoming_delete_policy_delete_label"> 323 When I delete from Inbox</string> 324 <!-- "Incoming server settings" screen, label for setting IMAP path prefix: --> 325 <string name="account_setup_incoming_imap_path_prefix_label">IMAP path prefix</string> 326 <!-- "Incoming server settings" screen, hint for setting IMAP path prefix: --> 327 <string name="account_setup_incoming_imap_path_prefix_hint">Optional</string> 328 329 <!-- "Outgoing server settings" screen, title [CHAR LIMIT=45] --> 330 <string name="account_setup_outgoing_title">Account setup</string> 331 <!-- "Outgoing server settings" screen, headline (text over divider) [CHAR LIMIT=none] --> 332 <string name="account_setup_outgoing_headline">Outgoing server settings</string> 333 <!-- On "Outgoing server settings" screen, label for text field, should be uppercase where applicable --> 334 <string name="account_setup_outgoing_smtp_server_label">SMTP SERVER</string> 335 <!-- On "Outgoing server settings" screen, label for text field, should be uppercase where applicable --> 336 <string name="account_setup_outgoing_port_label">PORT</string> 337 <!-- On "Outgoing server settings" screen, label for pop-up menu, should be uppercase where applicable --> 338 <string name="account_setup_outgoing_security_label">SECURITY TYPE</string> 339 <!-- On "Outgoing server settings" screen, label for check box, should be uppercase where applicable --> 340 <string name="account_setup_outgoing_require_login_label">Require signin</string> 341 <!-- On "Outgoing server settings" screen, label for text field, should be uppercase where applicable--> 342 <string name="account_setup_outgoing_username_label">USERNAME</string> 343 <!-- On "Outgoing server settings" screen, label for text field, should be uppercase where applicable --> 344 <string name="account_setup_outgoing_password_label">PASSWORD</string> 345 346 <!-- On "Exchange" setup screen, a heading title for the current client certificate, should be uppercase where applicable [CHAR LIMIT=50] --> 347 <string name="account_setup_exchange_certificate_title">CLIENT CERTIFICATE</string> 348 <!-- On "Exchange" setup screen, a button label to include a client certificate [CHAR LIMIT=35] --> 349 <string name="account_setup_exchange_select_certificate">Select</string> 350 <!-- On "Exchange" setup screen, a button label to include a client certificate [CHAR LIMIT=35] --> 351 <string name="account_setup_exchange_use_certificate">Use client certificate</string> 352 <!-- On "Exchange" setup screen, a button label to remove the currently used client certificate [CHAR LIMIT=35] --> 353 <string name="account_setup_exchange_remove_certificate">Remove</string> 354 <!-- On "Exchange" setup screen, placeholder text to indicate no client 355 certificate is used [CHAR LIMIT=50] --> 356 <string name="account_setup_exchange_no_certificate">None</string> 357 <!-- On "Exchange" setup screen, the exchange device-id label, should be uppercase where applicable [CHAR LIMIT=30] --> 358 <string name="account_setup_exchange_device_id_label">MOBILE DEVICE ID</string> 359 360 <!-- In Account setup options screen, Activity title [CHAR LIMIT=45] --> 361 <string name="account_setup_options_title">Account settings</string> 362 <!-- In Account setup options screen, Activity headline [CHAR LIMIT=none] --> 363 <string name="account_setup_options_headline">Account options</string> 364 <!-- In Account setup options screen, label for email check frequency selector --> 365 <string name="account_setup_options_mail_check_frequency_label">Sync frequency:</string> 366 <!-- In Account setup options & Account Settings screens, label for email check frequency option --> 367 <string name="account_setup_options_mail_check_frequency_never">Never</string> 368 <!-- In Account setup options & Account Settings screens, label for email check frequency option --> 369 <string name="account_setup_options_mail_check_frequency_push">Automatic (Push)</string> 370 <!-- In Account setup options & Account Settings screens, email check frequency option --> 371 <string name="account_setup_options_mail_check_frequency_5min">Every 5 minutes</string> 372 <!-- In Account setup options & Account Settings screens, email check frequency option --> 373 <string name="account_setup_options_mail_check_frequency_10min">Every 10 minutes</string> 374 <!-- In Account setup options & Account Settings screens, email check frequency option --> 375 <string name="account_setup_options_mail_check_frequency_15min">Every 15 minutes</string> 376 <!-- In Account setup options & Account Settings screens, email check frequency option --> 377 <string name="account_setup_options_mail_check_frequency_30min">Every 30 minutes</string> 378 <!-- In Account setup options & Account Settings screens, email check frequency option --> 379 <string name="account_setup_options_mail_check_frequency_1hour">Every hour</string> 380 <!-- In Account setup options & Account Settings screens, check box for new-mail notification --> 381 <string name="account_setup_options_notify_label">Notify me when email arrives</string> 382 <!-- In Account setup options screen, optional check box to also sync contacts --> 383 <string name="account_setup_options_sync_contacts_label">Sync contacts from this account</string> 384 <!-- In Account setup options screen, optional check box to also sync contacts --> 385 <string name="account_setup_options_sync_calendar_label">Sync calendar from this account</string> 386 <!-- In Account setup options screen, check box to sync email --> 387 <string name="account_setup_options_sync_email_label">Sync email from this account</string> 388 <!-- In Account setup options screen, check box to auto-download attachments [CHAR LIMIT=none] --> 389 <string name="account_setup_options_background_attachments_label"> 390 Automatically download attachments when connected to Wi-Fi</string> 391 <!-- Dialog title when "setup" could not finish --> 392 <string name="account_setup_failed_dlg_title">Couldn\'t finish</string> 393 <!-- In Account setup options screen, label for email lookback selector --> 394 <string name="account_setup_options_mail_window_label">Sync emails from:</string> 395 <!-- In account setup options & account settings screens (exchange), sync window length; this 396 implies loading a 'reasonable' number of messages [CHAR LIMIT=25] --> 397 <string name="account_setup_options_mail_window_auto">Automatic</string> 398 <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25] --> 399 <string name="account_setup_options_mail_window_1day">Last day</string> 400 <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25] --> 401 <string name="account_setup_options_mail_window_3days">Last three days</string> 402 <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25] --> 403 <string name="account_setup_options_mail_window_1week">Last week</string> 404 <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25] --> 405 <string name="account_setup_options_mail_window_2weeks">Last two weeks</string> 406 <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25] --> 407 <string name="account_setup_options_mail_window_1month">Last month</string> 408 <!-- A sync window length setting (i.e. load messages this far back) [CHAR LIMIT=25] --> 409 <string name="account_setup_options_mail_window_all">All</string> 410 <!-- Per-mailbox sync window setting. This means "use the account's sync window setting" [CHAR LIMIT=40] --> 411 <string name="account_setup_options_mail_window_default">Use account default</string> 412 413 <!-- "Setup could not finish" dialog text; e.g., Username or password incorrect --> 414 <string name="account_setup_failed_dlg_auth_message">Username or password is incorrect.</string> 415 <!-- "Setup could not finish" dialog text; e.g., Username or password incorrect\n(ERR01 Account does not exist) --> 416 <string name="account_setup_failed_dlg_auth_message_fmt">Login failed.\n(<xliff:g id="error">%s</xliff:g>)</string> 417 418 <!-- Account setup autodiscover auth failure dialog title. This is shown when autodiscover hits 419 an "access denied" server error, which could imply incorrect username/password or that no 420 autodiscover service has been configured for the domain [CHAR LIMIT=40] --> 421 <string name="account_setup_autodiscover_dlg_authfail_title">Problem with account setup</string> 422 <!-- Account setup autodiscover auth failure dialog message. This is shown when autodiscover hits 423 an "access denied" server error, which could imply incorrect username/password or that no 424 autodiscover service has been configured for the domain [CHAR LIMIT=NONE] --> 425 <string name="account_setup_autodiscover_dlg_authfail_message">Confirm username, password, and account settings are correct.</string> 426 427 <!-- An error message presented to the user when the server's identity 428 cannot be established or trusted [CHAR LIMIT=NONE] --> 429 <string name="account_setup_failed_dlg_certificate_message" 430 >Can\'t safely connect to server.</string> 431 <!-- An error message presented to the user when the server's identity 432 cannot be established or trusted [CHAR LIMIT=NONE] --> 433 <string name="account_setup_failed_dlg_certificate_message_fmt" 434 >Can\'t safely connect to server.\n(<xliff:g id="error">%s</xliff:g>)</string> 435 <!-- An error message presented to the user when the server requires a 436 client certificate to connect [CHAR LIMIT=NONE] --> 437 <string name="account_setup_failed_certificate_required" 438 >A client certificate is required. Do you want to connect to the server with a client certificate?</string> 439 <!-- An error message presented to the user when the certificate they 440 specified for connecting to a server is inaccessible [CHAR LIMIT=NONE] --> 441 <string name="account_setup_failed_certificate_inaccessible" 442 >The certificate is invalid or inaccessible.</string> 443 444 <!-- Dialog text for ambiguous setup failure; server error/bad credentials [CHAR LIMIT=none] --> 445 <string name="account_setup_failed_check_credentials_message"> 446 The server responded with an error. Check your username and password, then try again.</string> 447 448 <!-- "Setup could not finish" dialog text; e.g., Cannot connect to server --> 449 <string name="account_setup_failed_dlg_server_message">Can\'t connect to server.</string> 450 <!-- "Setup could not finish" dialog text; e.g., Cannot connect to server\n(Connection timed out) --> 451 <string name="account_setup_failed_dlg_server_message_fmt">Can\'t connect to server.\n(<xliff:g id="error">%s</xliff:g>)</string> 452 453 <!-- Additional diagnostic text when TLS was required but the server doesn't support it --> 454 <string name="account_setup_failed_tls_required">TLS required but not supported by server.</string> 455 <!-- Additional diagnostic text when server does not support any of our authentication methods --> 456 <string name="account_setup_failed_auth_required">Authentication methods aren\'t supported by server.</string> 457 <!-- Additional diagnostic text when server connection failed due to security error --> 458 <string name="account_setup_failed_security">Couldn\'t open connection to server due to security error.</string> 459 <!-- Additional diagnostic text when server connection failed due to io error (connection) --> 460 <string name="account_setup_failed_ioerror">Couldn\'t open connection to server.</string> 461 <!-- Additional diagnostic text when server connection failed due to our inability to support a 462 required EAS protocol version [CHAR LIMIT=none] --> 463 <string name="account_setup_failed_protocol_unsupported"> 464 You typed an incorrect server address or the server requires a protocol version that 465 Email doesn\'t support.</string> 466 <!-- Additional diagnostic text when server access was denied; the user should contact the 467 administrator of the server for more information [CHAR LIMIT=none] --> 468 <string name="account_setup_failed_access_denied"> 469 You don\'t have permission to sync with this server. Contact your server\'s 470 administrator for more information.</string> 471 472 <!-- Dialog title when validation requires security provisioning (e.g. support 473 for device lock PIN, or remote wipe.) and we ask the user permission before continuing --> 474 <string name="account_setup_security_required_title">Remote security administration</string> 475 <!-- Additional diagnostic text when validation requires security provisioning (e.g. support 476 for device lock PIN, or remote wipe.) and we ask the user permission before continuing. 477 [CHAR LIMIT=none] --> 478 <string name="account_setup_security_policies_required_fmt"> 479 The server <xliff:g id="server">%s</xliff:g> requires that you allow it to remotely control 480 some security features of your Android device. Do you want to finish setting up this 481 account?</string> 482 <!-- Additional diagnostic text when validation failed due to required provisioning not 483 being supported [CHAR LIMIT=none] --> 484 <string name="account_setup_failed_security_policies_unsupported"> 485 This server requires security features that your Android device doesn\'t support, 486 including: <xliff:g id="error">%s</xliff:g></string> 487 <!-- The user name can only be changed during initial account setup. [CHAR LIMIT=none] --> 488 <string name="account_setup_username_uneditable_error">You can\'t change an account\'s username. 489 To add an account with a different username, touch Add Account.</string> 490 <!-- Warning given to users when they request disabling device administration (i.e. that their 491 administered accounts will be deleted) [CHAR LIMIT=none] --> 492 <string name="disable_admin_warning">WARNING: Deactivating the Email app\'s authority 493 to administer your device will delete all email accounts that require it, along with their 494 email, contacts, calendar events, and other data.</string> 495 496 <!-- Dialog shown when the account requires some amount of device security provisioning, 497 just before jumping into system settings such as Device Policy grant, PIN/password, 498 or encryption setup. [CHAR_LIMIT=40] --> 499 <string name="account_security_dialog_title">Security update</string> 500 <!-- Additional diagnostic text when the account requires some amount of device security 501 provisioning, just before jumping into system settings such as Device Policy grant, 502 PIN/password, or encryption setup. [CHAR LIMIT=none] --> 503 <string name="account_security_dialog_content_fmt"> 504 <xliff:g id="account">%s</xliff:g> requires that you update your security 505 settings.</string> 506 507 <!-- Notification ticker when device security required (note: unused in Holo XL) --> 508 <string name="security_unsupported_ticker_fmt"> 509 Account \"<xliff:g id="account">%s</xliff:g>\" can\'t be synced due to security 510 requirements.</string> 511 <!-- Notification ticker when device security required (note: unused in Holo XL) --> 512 <string name="security_needed_ticker_fmt"> 513 Account \"<xliff:g id="account">%s</xliff:g>\" requires security settings update. 514 </string> 515 <!-- Notification ticker when device security required (note: unused in Holo XL) --> 516 <string name="security_changed_ticker_fmt"> 517 Account \"<xliff:g id="account">%s</xliff:g>\" changed its security settings; no user 518 action is required. 519 </string> 520 <!-- Notification content title when device security required [CHAR_LIMIT=30] --> 521 <string name="security_notification_content_update_title">Security update required</string> 522 <!-- Notification content title when device security policies have changed [CHAR_LIMIT=36] --> 523 <string name="security_notification_content_change_title">Security policies have 524 changed</string> 525 <!-- Notification content title when device security policies cannot be met [CHAR_LIMIT=30] --> 526 <string name="security_notification_content_unsupported_title">Security policies can\'t be 527 met</string> 528 <!-- Title of the activity that dispatches changes to device security. Not normally seen. --> 529 <string name="account_security_title">Device security</string> 530 <!-- Additional diagnostic text when the email app asserts control of the phone. 531 [CHAR LIMIT=none] --> 532 <string name="account_security_policy_explanation_fmt"> 533 The server <xliff:g id="server">%s</xliff:g> requires that you allow it to remotely control 534 some security features of your Android device.</string> 535 536 <!-- "Setup could not finish" dialog action button --> 537 <string name="account_setup_failed_dlg_edit_details_action">Edit details</string> 538 539 <!-- Notification ticker when device password is getting ready to expire [CHAR_LIMIT=80] --> 540 <string name="password_expire_warning_ticker_fmt"> 541 \"<xliff:g id="account">%s</xliff:g>\" requires that you change your lock screen 542 PIN or password.</string> 543 <!-- Notification content title when device password is getting ready to expire 544 [CHAR_LIMIT=30] --> 545 <string name="password_expire_warning_content_title">Lock screen password expiring</string> 546 547 <!-- Notification ticker when device password has expired [CHAR_LIMIT=80] --> 548 <string name="password_expired_ticker">Your lock screen PIN or password has expired.</string> 549 <!-- Notification content title when device password has expired [CHAR_LIMIT=28] --> 550 <string name="password_expired_content_title">Lock screen password expired</string> 551 552 <!-- Dialog title if device pin/password is going to expire soon. [CHAR_LIMIT=40] --> 553 <string name="password_expire_warning_dialog_title">Lock screen password expiring</string> 554 <!-- Dialog content device pin/password is going to expire soon. [CHAR_LIMIT=none] --> 555 <string name="password_expire_warning_dialog_content_fmt"> 556 You need to change your lock screen PIN or password soon, or the data for 557 <xliff:g id="account">%s</xliff:g> will be erased. Do you want to change it now?</string> 558 559 <!-- Dialog title if device pin/password has already expired. [CHAR_LIMIT=40] --> 560 <string name="password_expired_dialog_title">Lock screen password expired</string> 561 <!-- Dialog content device pin/password has already expired. [CHAR_LIMIT=none] --> 562 <string name="password_expired_dialog_content_fmt"> 563 The data for <xliff:g id="account">%s</xliff:g> is being erased from your device. 564 You can restore it by changing your lock screen PIN or password. Do you want to change it now?</string> 565 566 <!-- On AccountSettingsXL, dialog text if you try to exit in/out/eas fragment (server settings) 567 without checking/saving [CHAR LIMIT=none]--> 568 <string name="account_settings_exit_server_settings">Discard unsaved changes?</string> 569 570 <!-- On AccountSettingsXL, dialog title if you were brought here due to a login failure. 571 [CHAR_LIMIT=40] --> 572 <string name="account_settings_login_dialog_title">Couldn\'t sign in</string> 573 <!-- Dialog content if you were brought here due to a login failure. 574 [CHAR_LIMIT=none] --> 575 <string name="account_settings_login_dialog_content_fmt"> 576 The username or password for <xliff:g id="account">%s</xliff:g> is incorrect. 577 Do you want to update them now?</string> 578 <!-- Dialog content if you were brought here due to a login failure, and the server provided a reason 579 [CHAR_LIMIT=none] --> 580 <string name="account_settings_login_dialog_reason_fmt"> 581 Your login to <xliff:g id="account">%s</xliff:g> failed; the server said: <xliff:g id="reason">%s</xliff:g> 582 Do you want to update your username and/or password?</string> 583 584 <!-- On Settings screen, setting option name --> 585 <!-- Title of account preference for downloading attachments in background [CHAR LIMIT=32] --> 586 <string name="account_settings_background_attachments_label"> 587 Download attachments</string> 588 <!-- Summary of account preference for downloading attachments in background [CHAR LIMIT=64] --> 589 <string name="account_settings_background_attachments_summary"> 590 Auto-download attachments to recent messages via Wi-Fi</string> 591 <string name="account_settings_notify_label">Email notifications</string> 592 <!-- On Settings screen, summary line when called via AccountManager for Exchange accounts 593 [CHAR LIMIT=50] --> 594 <string name="account_settings_summary">Sync frequency, notifications, etc.</string> 595 <!-- On Settings screen, setting summary text --> 596 <string name="account_settings_notify_summary">Send notification when email arrives</string> 597 <!-- On Settings screen, setting option name and title of dialog box that opens --> 598 <string name="account_settings_mail_check_frequency_label">Sync frequency</string> 599 <!-- On Settings screen, setting option name --> 600 <string name="account_settings_incoming_label">Incoming settings</string> 601 <!-- On Settings screen, setting option summary [CHAR LIMIT=64] --> 602 <string name="account_settings_incoming_summary"> 603 Username, password, and other incoming server settings</string> 604 <!-- On Settings screen, setting option name --> 605 <string name="account_settings_outgoing_label">Outgoing settings</string> 606 <!-- On Settings screen, setting option summary [CHAR LIMIT=64] --> 607 <string name="account_settings_outgoing_summary"> 608 Username, password, and other outgoing server settings</string> 609 <!-- On Settings screen, setting option name --> 610 <string name="account_settings_enforced_label">Policies enforced</string> 611 <!-- On Settings screen, setting option summary [CHAR LIMIT=64] --> 612 <string name="account_settings_enforced_summary">None</string> 613 <!-- On Settings screen, setting option name --> 614 <string name="account_settings_unsupported_label">Unsupported policies</string> 615 <!-- On Settings screen, setting option summary [CHAR LIMIT=64] --> 616 <string name="account_settings_unsupported_summary">None</string> 617 <!-- On Settings screen, label for button that attempts to sync the account --> 618 <string name="account_settings_retry_label">Attempt sync</string> 619 <!-- On Settings screen, summmary for button that attempts to sync an account [CHAR LIMIT=64] --> 620 <string name="account_settings_retry_summary">Touch here to sync this account</string> 621 <!-- On Settings screen, setting option name --> 622 <string name="account_settings_description_label">Account name</string> 623 <!-- On Settings screen, setting option name --> 624 <string name="account_settings_name_label">Your name</string> 625 <!-- On Settings screen, setting option name. Allows user to modify saved quick responses 626 for insertion in message body. [CHAR_LIMIT=24]--> 627 <string name="account_settings_edit_quick_responses_label">Quick responses</string> 628 <!-- On Settings screen, setting option summary [CHAR LIMIT=64] --> 629 <string name="account_settings_edit_quick_responses_summary"> 630 Edit text that you frequently insert when composing email</string> 631 <!-- On Settings screen, section heading --> 632 <string name="account_settings_notifications">Notification settings</string> 633 <!-- On Settings screen, section heading for data usage [CHAR LIMIT=70] --> 634 <string name="account_settings_data_usage">Data usage</string> 635 <!-- On Settings screen, section heading --> 636 <string name="account_settings_policies">Security policies</string> 637 638 <string name="system_folders_title">System folders</string> 639 <string name="system_folders_trash_title">Trash folder</string> 640 <string name="system_folders_trash_summary">Select your server\'s trash folder</string> 641 <string name="system_folders_trash_dlg">Select your server\'s trash folder</string> 642 <string name="system_folders_sent_title">Sent items folder</string> 643 <string name="system_folders_sent_summary">Select your server\'s sent items folder</string> 644 <string name="system_folders_sent_dlg">Select your server\'s sent items folder</string> 645 646 <!-- On settings screen, dialog heading informing user to create or edit a quick response --> 647 <string name="edit_quick_response_dialog">Quick response</string> 648 <!-- On settings screen, edit quick response dialog's "save" button --> 649 <string name="save_action">Save</string> 650 651 <!-- On settings screen, sync contacts check box label [CHAR LIMIT=20]--> 652 <string name="account_settings_sync_contacts_enable">Sync contacts</string> 653 <!-- On settings screen, sync contacts summary text [CHAR LIMIT=35] --> 654 <string name="account_settings_sync_contacts_summary">Sync contacts for this account</string> 655 <!-- On settings screen, sync calendar check box label [CHAR LIMIT=20]--> 656 <string name="account_settings_sync_calendar_enable">Sync calendar</string> 657 <!-- On settings screen, sync calendar summary text [CHAR LIMIT=50] --> 658 <string name="account_settings_sync_calendar_summary">Sync calendar event for this account</string> 659 <!-- On settings screen, sync email check box label [CHAR LIMIT=20]--> 660 <string name="account_settings_sync_email_enable">Sync email</string> 661 <!-- On settings screen, sync email summary text [CHAR LIMIT=35] --> 662 <string name="account_settings_sync_email_summary">Sync email for this account</string> 663 664 <!-- On Settings screen, vibrate pop-up menu label --> 665 <string name="account_settings_vibrate_when_label">Vibrate</string> 666 667 <!-- On Settings screen, setting option name --> 668 <string name="account_settings_ringtone">Choose ringtone</string> 669 <!-- On Settings screen, section heading --> 670 <string name="account_settings_servers">Server settings</string> 671 672 <!-- Mailbox settings activity title [CHAR LIMIT=none] --> 673 <string name="mailbox_settings_activity_title">Sync options</string> 674 <!-- Mailbox settings activity title, with the target folder name [CHAR LIMIT=none] --> 675 <string name="mailbox_settings_activity_title_with_mailbox">Sync options (<xliff:g id="mailboxx_name" example="Family">%s</xliff:g>)</string> 676 <!-- On mailbox settings screen: Whether to sync this mailbox when the account syncs. --> 677 <string name="mailbox_settings_sync_enabled_label">Sync this folder</string> 678 <!-- On mailbox settings screen: Explanatory text for what it means to "sync this folder". --> 679 <string name="mailbox_settings_sync_enabled_summary">Messages will download when connected</string> 680 <!-- On mailbox settings screen: Mailbox sync window (the number of days to synchronize email for) setting label [CHAR LIMIT=none] --> 681 <string name="mailbox_settings_mailbox_sync_window_label">Days of mail to sync</string> 682 683 <!-- Dialog title for the choosing whether to show checkboxes or sender image [CHAR LIMIT=200] --> 684 <string name="prefDialogTitle_conversationListIcon">Sender image</string> 685 686 <!-- Message that appears when adding a Windows Live Hotmail Plus account --> 687 <string name="provider_note_live">Only some \"Plus\" accounts include POP access 688 allowing this program to connect. If you\'re not able to sign in with 689 your correct email address and password, you may not have a paid 690 \"Plus\" account. Launch the web browser to gain access to 691 these email accounts.</string> 692 <!-- Message that appears when adding a T-Online account --> 693 <string name="provider_note_t_online">Before setting up this email account, visit the T-Online website and create a password for POP3 email access.</string> 694 695 <!-- Name of Microsoft Exchange account type; used by AccountManager --> 696 <string name="exchange_name">Corporate</string> 697 <!-- Name of Microsoft Exchange account type; used by AccountManager --> 698 <string name="exchange_name_alternate">Microsoft Exchange ActiveSync</string> 699 700 <!-- Message that appears if the AccountManager cannot create the system Account --> 701 <string name="system_account_create_failed">Couldn\'t create the account. Try again.</string> 702 703 <!-- Strings that support the DeviceAdmin / DevicePolicyManager API --> 704 <!-- Name of the DeviceAdmin (seen in settings & in user confirmation screen) --> 705 <string name="device_admin_label">Email</string> 706 <!-- Long-form description of the DeviceAdmin (2nd line in settings & in user conf. screen) --> 707 <string name="device_admin_description">Enables server-specified security policies</string> 708 709 <!-- Settings activity title [CHAR LIMIT=40]--> 710 <string name="settings_activity_title">Settings</string> 711 712 <!-- General Preferences Screen --> 713 <!-- Label in preferences header to describe general preferences [CHAR LIMIT=32] --> 714 <string name="header_label_general_preferences">General settings</string> 715 716 <!-- General preference: Label of the setting for requiring confirmation before 717 message deletion [CHAR LIMIT=32] --> 718 <string name="general_preference_confirm_delete_label">Confirm before deleting</string> 719 <!-- General preference: Description of the setting for requiring confirmation before 720 message deletion [CHAR LIMIT=64] --> 721 <!-- General preference: Label of the setting for requiring confirmation before 722 message sending [CHAR LIMIT=32] --> 723 <string name="general_preference_confirm_send_label">Confirm before sending</string> 724 <!-- General preference: Description of the setting for requiring confirmation before 725 message sending [CHAR LIMIT=32] --> 726 727 <!-- Generic string shown instead of regular numbers, when a number is larger than 999. 728 This should not be altered if the original string ("999+") makes sense in the 729 target language. Typical alternatives include "+999" and ">999". [CHAR_LIMIT=4] --> 730 <string name="more_than_999">999+</string> 731 732 <!-- The hint used in the search box when searching all mailboxes [CHAR LIMIT=35] --> 733 <string name="search_hint">Search email</string> 734 735 <!-- A policy disallowing the user of the device's camera [CHAR LIMIT=50] --> 736 <string name="policy_dont_allow_camera">Disallow use of the device\'s camera</string> 737 <!-- A policy requiring a device lock screen password [CHAR LIMIT=50] --> 738 <string name="policy_require_password">Require device password</string> 739 <!-- A policy disallowing the reuse of recent passwords [CHAR LIMIT=50] --> 740 <string name="policy_password_history">Restrict the reuse of recent passwords</string> 741 <!-- A policy that forces a password to expire after a set period of time [CHAR LIMIT=50] --> 742 <string name="policy_password_expiration">Require passwords to expire</string> 743 <!-- A policy requiring a maximum amount of time the device can sit idle before the lock screen 744 is activated [CHAR LIMIT=50] --> 745 <string name="policy_screen_timeout">Require an idle device to lock its screen</string> 746 <!-- A policy limiting the number of old calendar events synced [CHAR LIMIT=50] --> 747 <string name="policy_calendar_age">Limit the number of calendar events synced</string> 748 <!-- A policy limiting the number of emails synced [CHAR LIMIT=50] --> 749 <string name="policy_email_age">Limit the number of emails synced</string> 750 751 <!-- The four strings below represent "quick responses" which the user can insert into a 752 message being composed with just a couple of taps. These four responses MUST be defined, 753 but need not include a string (i.e. they are optional). Further, the responses can be 754 customized as necessary by the translator, in case one or more of these is inappropriate in 755 a particular locale or if there are better options available. --> 756 <!-- A "quick response", i.e. a quick reply to a received mail [CHAR LIMIT=NONE] --> 757 <string name="quick_1">Thanks!</string> 758 <!-- A "quick response", i.e. a quick reply to a received mail [CHAR LIMIT=NONE] --> 759 <string name="quick_2">Sounds good to me!</string> 760 <!-- A "quick response", i.e. a quick reply to a received mail [CHAR LIMIT=NONE] --> 761 <string name="quick_3">I\'ll read this later and get back to you.</string> 762 <!-- A "quick response", i.e. a quick reply to a received mail [CHAR LIMIT=NONE] --> 763 <string name="quick_4">Let\'s set up a meeting to discuss this.</string> 764 765 <!-- This is the message warning the user that they must sync manually when roaming. [CHAR LIMIT=none]--> 766 <string name="require_manual_sync_message">Background sync for this account is disabled while\ 767 roaming.</string> 768 769 <!-- This is shown when a user responds to a meeting invitation [CHAR LIMIT=none]--> 770 <string name="confirm_response">Sending response…</string> 771 772 <!-- Displayed in the middle of the screen when the inbox is empty [CHAR LIMIT 100]--> 773 <string name="no_conversations">No messages.</string> 774 775 <!-- Used by AccountManager --> 776 <string name="imap_name">IMAP</string> 777 <string name="pop3_name">POP3</string> 778 779 <string name="folder_picker_title">Folder picker</string> 780 <!-- Displayed when the user must pick his server's trash folder from a list [CHAR LIMIT 30]--> 781 <string name="trash_folder_selection_title">Select server trash folder for <xliff:g id="account">%s</xliff:g></string> 782 <!-- Displayed when the user must pick his server's sent items folder from a list [CHAR LIMIT 30]--> 783 <string name="sent_folder_selection_title">Select server sent items folder for <xliff:g id="account">%s</xliff:g></string> 784 <string name="account_waiting_for_folders_msg">Loading folder list…</string> 785 786 <!-- Feedback uri to be used when feedback is enabled --> 787 <string name="email_feedback_uri" translatable="false"></string> 788 789 <string name="account_manager_type_exchange" translatable="false">com.android.exchange</string> 790 <string name="account_manager_type_pop3" translatable="false">com.android.email</string> 791 <string name="account_manager_type_imap" translatable="false">com.android.email</string> 792 <string name="account_manager_type_legacy_imap" translatable="false">com.android.email</string> 793 <string name="intent_exchange_action" translatable="false">com.android.email.EXCHANGE_INTENT</string> 794 <string name="intent_exchange_cert_action" translatable="false">com.android.email.EXCHANGE_REQUEST_CERT</string> 795 <string name="intent_exchange_package" translatable="false">com.android.exchange</string> 796 <string name="intent_account_manager_entry" translatable="false">com.android.email.activity.setup.ACCOUNT_MANAGER_ENTRY</string> 797 <string name="intent_force_create_email_account" translatable="false">com.android.email.FORCE_CREATE_ACCOUNT</string> 798 <string name="intent_create_email_account" translatable="false">com.android.email.CREATE_NEW_ACCOUNT</string> 799 <string name="authority_email_provider" translatable="false">com.android.email.provider</string> 800 <string name="authority_conversation_provider" translatable="false">com.android.email.conversation.provider</string> 801 <string name="authority_account_cache_provider" translatable="false">com.android.email.accountcache</string> 802 <string name="authority_suggestions_provider" translatable="false">com.android.email.suggestionsprovider</string> 803 <string name="protocol_legacy_imap" translatable="false">imap</string> 804 <string name="protocol_imap" translatable="false">imap</string> 805 <string name="protocol_pop3" translatable="false">pop3</string> 806 <string name="protocol_eas" translatable="false">eas</string> 807 <string name="application_mime_type" translatable="false">application/email-ls</string> 808 809 <!-- Content Provider Authority for Eml Attachments --> 810 <string name="eml_attachment_provider" translatable="false">com.android.email.provider.eml.attachment</string> 811 812 <!-- Provider name for widgets --> 813 <string name="widget_provider" translatable="false">com.android.email.provider.WidgetProvider</string> 814 815 <string name="print_job_name" translatable="false">Email - <xliff:g id="subject">%1$s</xliff:g></string> 816 817 <!-- This message indicates no quick responses exist to choose from --> 818 <string name="no_quick_responses">None available</string> 819 820 <!-- Activity name of the compose activity that should be reconciled --> 821 <string name="reconciliation_compose_activity_name" translatable="false">com.android.email.activity.ComposeActivityEmail</string> 822 823 <!-- Gmail name for redirecting during account setup --> 824 <string name="gmail_name">Gmail</string> 825 826 <!-- Name for preference entry which leads to the per-folder sync settings activity --> 827 <string name="folder_sync_settings_pref_title">Folder sync settings</string> 828</resources> 829