am 98ea710d: Add strings before string translation deadline

* commit '98ea710d1827ec0a21073c847736704059a730cb':
  Add strings before string translation deadline
This commit is contained in:
Andy Stadler 2011-01-18 18:45:16 -08:00 committed by Android Git Automerger
commit 6d7f87b28e

View File

@ -368,6 +368,10 @@ save attachment.</string>
<!-- Title of the dialog box to show to/cc/bcc of the message. [CHAR LIMIT=32] --> <!-- Title of the dialog box to show to/cc/bcc of the message. [CHAR LIMIT=32] -->
<string name="message_view_message_details_dialog_title">Message Details</string> <string name="message_view_message_details_dialog_title">Message Details</string>
<!-- String used in place of a message that could not be properly decoded (e.g. bad base64
data was received.) [CHAR LIMIT=none] -->
<string name="message_decode_error">Error while decoding message.</string>
<!-- Title of the EML viewer activity. [CHAR LIMIT=32] --> <!-- Title of the EML viewer activity. [CHAR LIMIT=32] -->
<string name="eml_view_title">Viewing <string name="eml_view_title">Viewing
<xliff:g id="filename" example="test.eml">%s</xliff:g></string> <xliff:g id="filename" example="test.eml">%s</xliff:g></string>
@ -484,6 +488,10 @@ save attachment.</string>
<string name="account_duplicate_dlg_message_fmt"> <string name="account_duplicate_dlg_message_fmt">
This login is already in use for the account \"<xliff:g id="duplicate">%s</xliff:g>\". This login is already in use for the account \"<xliff:g id="duplicate">%s</xliff:g>\".
</string> </string>
<!-- String that is displayed as error text for passwords with leading or trailing
spaces. [CHAR LIMIT=none] -->
<string name="account_password_spaces_error">This password starts or ends with one or more
space characters. Many servers don\'t support passwords with spaces.</string>
<!-- On check-settings screen, this is the initially-displayed message. --> <!-- On check-settings screen, this is the initially-displayed message. -->
<string name="account_setup_check_settings_retr_info_msg"> <string name="account_setup_check_settings_retr_info_msg">
@ -638,8 +646,8 @@ save attachment.</string>
</string> </string>
<!-- In Account setup options screen, check box to auto-download attachments [CHAR LIMIT=none] <!-- In Account setup options screen, check box to auto-download attachments [CHAR LIMIT=none]
--> -->
<string name="account_setup_options_background_attachments_label">Auto-download attachments <string name="account_setup_options_background_attachments_label">
when connected via Wi-Fi</string> Automatically download attachments when connected to Wi-Fi</string>
<!-- Dialog title when "setup" could not finish --> <!-- Dialog title when "setup" could not finish -->
<string name="account_setup_failed_dlg_title">Setup could not finish</string> <string name="account_setup_failed_dlg_title">Setup could not finish</string>
<!-- In Account setup options screen, label for email check frequency selector --> <!-- In Account setup options screen, label for email check frequency selector -->
@ -693,15 +701,16 @@ save attachment.</string>
for device lock PIN, or remote wipe.) and we ask the user permission before continuing --> for device lock PIN, or remote wipe.) and we ask the user permission before continuing -->
<string name="account_setup_security_required_title">Remote security administration</string> <string name="account_setup_security_required_title">Remote security administration</string>
<!-- Additional diagnostic text when validation requires security provisioning (e.g. support <!-- Additional diagnostic text when validation requires security provisioning (e.g. support
for device lock PIN, or remote wipe.) and we ask the user permission before continuing. --> for device lock PIN, or remote wipe.) and we ask the user permission before continuing.
[CHAR LIMIT=none] -->
<string name="account_setup_security_policies_required_fmt"> <string name="account_setup_security_policies_required_fmt">
The server <xliff:g id="server">%s</xliff:g> requires that you allow it to remotely control The server <xliff:g id="server">%s</xliff:g> requires that you allow it to remotely control
some security features of your phone. Do you wish to finish setting up this account? some security features of your Android device. Do you want to finish setting up this
</string> account?</string>
<!-- Additional diagnostic text when validation failed due to required provisioning not <!-- Additional diagnostic text when validation failed due to required provisioning not
being supported --> being supported [CHAR LIMIT=none] -->
<string name="account_setup_failed_security_policies_unsupported"> <string name="account_setup_failed_security_policies_unsupported">
This server requires security features your phone does not support.</string> This server requires security features that your Android device does not support.</string>
<!-- Warning given to users when they request disabling device administration (i.e. that their <!-- Warning given to users when they request disabling device administration (i.e. that their
administered accounts will be deleted) [CHAR LIMIT=none] --> administered accounts will be deleted) [CHAR LIMIT=none] -->
<string name="disable_admin_warning">WARNING: Deactivating the Email application\'s authority <string name="disable_admin_warning">WARNING: Deactivating the Email application\'s authority
@ -716,10 +725,11 @@ save attachment.</string>
<string name="security_notification_content_title">Update Security Settings</string> <string name="security_notification_content_title">Update Security Settings</string>
<!-- Title of the activity that dispatches changes to device security. Not normally seen. --> <!-- Title of the activity that dispatches changes to device security. Not normally seen. -->
<string name="account_security_title">Device Security</string> <string name="account_security_title">Device Security</string>
<!-- Additional diagnostic text when the email app asserts control of the phone. --> <!-- Additional diagnostic text when the email app asserts control of the phone.
[CHAR LIMIT=none] -->
<string name="account_security_policy_explanation_fmt"> <string name="account_security_policy_explanation_fmt">
The server <xliff:g id="server">%s</xliff:g> requires that you allow it to remotely control The server <xliff:g id="server">%s</xliff:g> requires that you allow it to remotely control
some security features of your phone.</string> some security features of your Android device.</string>
<!-- "Setup could not finish" dialog action button --> <!-- "Setup could not finish" dialog action button -->
<string name="account_setup_failed_dlg_edit_details_action">Edit details</string> <string name="account_setup_failed_dlg_edit_details_action">Edit details</string>
@ -762,7 +772,7 @@ save attachment.</string>
Auto-download attachments</string> Auto-download attachments</string>
<!-- Summary of account preference for downloading attachments in background [CHAR LIMIT=64] --> <!-- Summary of account preference for downloading attachments in background [CHAR LIMIT=64] -->
<string name="account_settings_background_attachments_summary"> <string name="account_settings_background_attachments_summary">
Download files attached to recent messages when connected via Wi-Fi</string> Automatically download attachments when connected to Wi-Fi</string>
<string name="account_settings_notify_label">Email notifications</string> <string name="account_settings_notify_label">Email notifications</string>
<!-- On Settings screen, summary line when called via AccountManager for Exchange accounts <!-- On Settings screen, summary line when called via AccountManager for Exchange accounts
[CHAR LIMIT=50] --> [CHAR LIMIT=50] -->
@ -1003,5 +1013,7 @@ save attachment.</string>
<string name="widget_starred">Starred</string> <string name="widget_starred">Starred</string>
<!-- Shown when waiting for mail data to be loaded into the widget list view [CHAR LIMIT=20] --> <!-- Shown when waiting for mail data to be loaded into the widget list view [CHAR LIMIT=20] -->
<string name="widget_loading">Loading\u2026</string> <string name="widget_loading">Loading\u2026</string>
<!-- Shown when no accounts are configured [CHAR LIMIT=35] -->
<string name="widget_touch_to_configure">Touch to configure</string>
</resources> </resources>