1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-07 10:40:11 -05:00

more strings cleanup

This commit is contained in:
Jesse Vincent 2009-11-17 00:50:48 +00:00
parent 3f4c4a97cf
commit e76d3da3fd

View File

@ -59,7 +59,7 @@
<string name="send_alternate_chooser_title">Choose sender</string>
<string name="mark_all_as_read_dlg_title">Mark all messages as read</string>
<string name="mark_all_as_read_dlg_instructions_fmt">Mark all messages in '<xliff:g id="folder">%s</xliff:g>' as read?</string>
<string name="mark_all_as_read_dlg_instructions_fmt">Mark all messages in \'<xliff:g id="folder">%s</xliff:g>\' as read?</string>
<string name="flag_action">Flag</string>
<string name="unflag_action">Unflag</string>
@ -152,25 +152,27 @@
<string name="end_of_folder">No more messages</string>
<string name="accounts_welcome">
Welcome to K-9 Mail setup. K-9 is an open source mail client for Android based on the standard Android Mail client.
Welcome to K-9 Mail setup. K-9 is an open source mail client for Android originally based on the standard Android Mail client.
\n
\n\nK-9\'s improved features include:
\n * Push mail using IMAP IDLE
\n * Better performance
\n * Message refiling
\n * Email signatures
\n * Bcc-to-self
\n * Folder subscriptions
\n * All folder synchronization
\n * Return-address configuration
\n * Keyboard shortcuts
\n * Better IMAP support
\n * Saving attachments to SD
\n * Empty Trash
\n * Message sorting
\n * ...and more
\n
\nK-9's improved features include:
* Push mail using IMAP IDLE
* Better performance
* Message refiling
* Email signatures
* Bcc-to-self
* Folder subscriptions
* All folder synchronization
* Return-address configuration
* Keyboard shortcuts
* Better IMAP support
* Saving attachments to SD
* Empty Trash
* Message sorting
* ...and more
\nPlease note that K-9 does not support most free hotmail accounts and, like many mail clients, has some quirks when talking to Microsoft Exchange.
\nSubmit bug reports, contribute new features and ask questions at http://code.google.com/p/k9mail
\n
\n Please submit bug reports, contribute new features and ask questions at http://k9mail.googlecode.com/
</string>
@ -236,7 +238,7 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android based
<string name="about_version">Version: <xliff:g id="version">%s</xliff:g></string>
<string name="account_setup_basics_title">Set up a new account</string>
<string name="account_setup_basics_instructions">Enter this account's email address:</string>
<string name="account_setup_basics_instructions">Enter this account\'s email address:</string>
<string name="account_setup_basics_instructions2_fmt">(You may add <xliff:g id="number_accounts">%d</xliff:g> more accounts.)</string>
<string name="account_setup_basics_email_hint">Email address</string>
<string name="account_setup_basics_email_error_invalid_fmt"><xliff:g id="email">%s</xliff:g> is not a valid email address.</string>
@ -354,7 +356,7 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android based
<string name="account_setup_options_notify_sync_label">Notify me while mail is being checked</string>
<!-- Number of displayed messages, also used in account_settings_* -->
<string name="account_setup_options_mail_display_count_label">Number of mails to display</string>
<string name="account_setup_options_mail_display_count_label">Number of messages to display</string>
<string name="account_setup_options_mail_display_count_10">10 messages</string>
<string name="account_setup_options_mail_display_count_25">25 messages</string>
<string name="account_setup_options_mail_display_count_50">50 messages</string>
@ -458,7 +460,7 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android based
<string name="account_settings_composition_summary">Set your default From, Bcc and signature</string>
<string name="account_settings_identities_label">Manage identities</string>
<string name="account_settings_identities_summary">Set up alternate 'From' addresses and signatures</string>
<string name="account_settings_identities_summary">Set up alternate \'From\' addresses and signatures</string>
<string name="manage_identities_title">Manage identities</string>
@ -494,8 +496,8 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android based
<string name="choose_identity_title">Choose identity</string>
<string name="no_identities">Go to Account Settings -&gt; Manage Identities to create identities</string>
<string name="no_removable_identity">You can't remove your only identity</string>
<string name="identity_has_no_email">You can't use an identity without an email address</string>
<string name="no_removable_identity">You can\'t remove your only identity</string>
<string name="identity_has_no_email">You can\'t use an identity without an email address</string>
<string name="identity_will_not_be_saved">Your identity choice and signature changes will not be saved with a draft</string>
<string name="sort_earliest_first">Earliest messages first</string>