aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.error.xml
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-05-06 19:26:06 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-06 19:26:06 +0800
commit581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c (patch)
tree1e70d8e7341d1c3c0502f6d031afea35edbc1032 /mail/mail.error.xml
parent98016cc549d752080eccffbaa7f2aae099195bd6 (diff)
downloadgsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.tar
gsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.tar.gz
gsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.tar.bz2
gsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.tar.lz
gsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.tar.xz
gsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.tar.zst
gsoc2013-evolution-581a7cd1953dcb86c60e3800e09e6d7d8ea16d0c.zip
renamed from mail-errors.xml, add i18n tags, fix some whitespace issues.
2005-05-06 Not Zed <NotZed@Ximian.com> * mail.error.xml: renamed from mail-errors.xml, add i18n tags, fix some whitespace issues. Removed some unecessary translations. svn path=/trunk/; revision=29307
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r--mail/mail.error.xml353
1 files changed, 353 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml
new file mode 100644
index 0000000000..1853347835
--- /dev/null
+++ b/mail/mail.error.xml
@@ -0,0 +1,353 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<error-list domain="mail">
+
+ <error id="camel-service-auth-invalid" type="warning">
+ <_primary>Invalid authentication</_primary>
+ <_secondary xml:space="preserve">This server does not support this type of authentication and may not support authentication at all.</_secondary>
+ </error>
+
+ <error id="camel-service-auth-failed" type="warning">
+ <_primary>Your login to your server &quot;{0}&quot; as &quot;{0}&quot; failed.</_primary>
+ <_secondary xml:space="preserve">Check to make sure your password is spelled correctly. Remember that many passwords are case sensitive; your caps lock might be on.</_secondary>
+ </error>
+
+ <error id="ask-send-html" type="question" default="GTK_RESPONSE_YES">
+ <_primary>Are you sure you want to send a message in HTML format?</_primary>
+ <_secondary xml:space="preserve">Please make sure the following recipients are willing and able to receive HTML email:
+{0}
+Send anyway?</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Send" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="ask-send-no-subject" type="question" default="GTK_RESPONSE_YES">
+ <_primary>Are you sure you want to send a message without a subject?</_primary>
+ <_secondary xml:space="preserve">Adding a meaningful Subject line to your messages will give your recipients an idea of what your mail is about.</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Send" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="ask-send-only-bcc-contact" type="question" default="GTK_RESPONSE_YES">
+ <_primary>Are you sure you want to send a message with only BCC recipients?</_primary>
+ <_secondary xml:space="preserve">The contact list you are sending to is configured to hide list recipients.
+
+Many email systems add an Apparently-To header to messages that only have BCC recipients. This header, if added, will list all of your recipients in your message. To avoid this, you should add at least one To: or CC: recipient. </_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Send" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="ask-send-only-bcc" type="warning" default="GTK_RESPONSE_YES">
+ <_primary>Are you sure you want to send a message with only BCC recipients?</_primary>
+ <_secondary xml:space="preserve">Many email systems add an Apparently-To header to messages that only have BCC recipients. This header, if added, will list all of your recipients to your message anyway. To avoid this, you should add at least one To: or CC: recipient.</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Send" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="send-no-recipients" type="warning">
+ <_primary>This message cannot be sent because you have not specified any Recipients</_primary>
+ <_secondary xml:space="preserve">Please enter a valid email address in the To: field. You can search for email addresses by clicking on the To: button next to the entry box.</_secondary>
+ </error>
+
+ <error id="ask-default-drafts" type="question" default="GTK_RESPONSE_YES">
+ <_primary>Use default drafts folder?</_primary>
+ <_secondary xml:space="preserve">Unable to open the drafts folder for this account. Use the system drafts folder instead?</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="Use _Default" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="ask-expunge" type="question" default="GTK_RESPONSE_CANCEL">
+ <_primary>Are you sure you want to permanently remove all the deleted messages in folder &quot;{0}&quot;?</_primary>
+ <_secondary xml:space="preserve">If you continue, you will not be able to recover these messages.</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Expunge" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="ask-empty-trash" type="warning" default="GTK_RESPONSE_CANCEL">
+ <_primary>Are you sure you want to permanently remove all the deleted messages in all folders?</_primary>
+ <_secondary xml:space="preserve">If you continue, you will not be able to recover these messages.</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Empty Trash" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="ask-open-many" type="warning" default="GTK_RESPONSE_CANCEL">
+ <_primary>Are you sure you want to open {0} messages at once?</_primary>
+ <_secondary xml:space="preserve">Opening too many messages at once may take a long time.</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Open Messages" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="exit-unsaved" type="warning" default="GTK_RESPONSE_NO">
+ <_primary>You have unsent messages, do you wish to quit anyway?</_primary>
+ <_secondary xml:space="preserve">If you quit, these messages will not be sent until Evolution is started again.</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
+ <button stock="gtk-quit" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="camel-exception" type="warning">
+ <_primary>Your message with the subject &quot;{0}&quot; was not delivered.</_primary>
+ <_secondary xml:space="preserve">The message was sent via the &quot;sendmail&quot; external application. Sendmail reports the following error: status 67: mail not sent.
+The message is stored in the Outbox folder. Check the message for errors and resend.</_secondary>
+ </error>
+
+ <error id="async-error" type="error">
+ <_primary>Error while {0}.</_primary>
+ <secondary>{1}</secondary>
+ </error>
+
+ <error id="async-error-nodescribe" type="error">
+ <_primary>Error while performing operation.</_primary>
+ <secondary>{0}</secondary>
+ </error>
+
+ <error id="session-message-info" type="info">
+ <secondary>{0}</secondary>
+ </error>
+
+ <error id="session-message-info-cancel" type="info" default="GTK_RESPONSE_CANCEL">
+ <secondary>{0}</secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
+ </error>
+
+ <error id="session-message-warning" type="warning">
+ <secondary>{0}</secondary>
+ </error>
+
+ <error id="session-message-warning-cancel" type="warning" default="GTK_RESPONSE_CANCEL">
+ <secondary>{0}</secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
+ </error>
+
+ <error id="session-message-error" type="info">
+ <secondary>{0}</secondary>
+ </error>
+
+ <error id="session-message-error-cancel" type="info" default="GTK_RESPONSE_CANCEL">
+ <secondary>{0}</secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
+ </error>
+
+ <error id="ask-session-password" type="question" default="GTK_RESPONSE_OK">
+ <_primary>Enter password.</_primary>
+ <secondary>{0}</secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
+ </error>
+
+ <error id="filter-load-error" type="error">
+ <_primary>Error loading filter definitions.</_primary>
+ <secondary>{0}</secondary>
+ </error>
+
+ <error id="no-save-path" type="error">
+ <_primary>Cannot save to directory &quot;{0}&quot;.</_primary>
+ <secondary>{1}</secondary>
+ </error>
+
+ <error id="no-create-path" type="error">
+ <_primary>Cannot save to file &quot;{0}&quot;.</_primary>
+ <_secondary xml:space="preserve">Cannot create the save directory, because &quot;{1}&quot;</_secondary>
+ </error>
+
+ <error id="no-create-tmp-path" type="error">
+ <_primary>Cannot create temporary save directory.</_primary>
+ <_secondary xml:space="preserve">Because &quot;{1}&quot;.</_secondary>
+ </error>
+
+ <error id="no-write-path-exists" type="error">
+ <_primary>Cannot save to file &quot;{0}&quot;.</_primary>
+ <_secondary xml:space="preserve">File exists but cannot overwrite it.</_secondary>
+ </error>
+
+ <error id="no-write-path-notfile" type="error">
+ <_primary>Cannot save to file &quot;{0}&quot;.</_primary>
+ <_secondary xml:space="preserve">File exists but is not a regular file.</_secondary>
+ </error>
+
+ <error id="no-delete-folder" type="error">
+ <_primary>Cannot delete folder &quot;{0}&quot;.</_primary>
+ <_secondary xml:space="preserve">Because &quot;{1}&quot;.</_secondary>
+ </error>
+
+ <error id="no-delete-special-folder" type="error">
+ <_primary>Cannot delete system folder &quot;{0}&quot;.</_primary>
+ <_secondary xml:space="preserve">System folders are required for Ximian Evolution to function correctly and cannot be renamed, moved, or deleted.</_secondary>
+ </error>
+
+ <error id="no-rename-special-folder" type="error">
+ <_primary>Cannot rename or move system folder &quot;{0}&quot;.</_primary>
+ <_secondary xml:space="preserve">System folders are required for Ximian Evolution to function correctly and cannot be renamed, moved, or deleted.</_secondary>
+ </error>
+
+ <error id="ask-delete-folder" type="question" default="GTK_RESPONSE_CANCEL">
+ <_title>Delete &quot;{0}&quot;?</_title>
+ <_primary>Really delete folder &quot;{0}&quot; and all of its subfolders?</_primary>
+ <_secondary xml:space="preserve">If you delete the folder, all of its contents and its subfolders contents will be deleted permanently.</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
+ </error>
+
+ <error id="ask-delete-vfolder" type="question" default="GTK_RESPONSE_CANCEL">
+ <_title>Delete &quot;{0}&quot;?</_title>
+ <_primary>Really delete folder &quot;{0}&quot; and all of its subfolders?</_primary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
+ </error>
+
+ <error id="no-rename-folder-exists" type="error">
+ <_primary>Cannot rename &quot;{0}&quot; to &quot;{1}&quot;.</_primary>
+ <_secondary xml:space="preserve">A folder named &quot;{1}&quot; already exists. Please use a different name.</_secondary>
+ </error>
+
+ <error id="no-rename-folder" type="error">
+ <_primary>Cannot rename &quot;{0}&quot; to &quot;{1}&quot;.</_primary>
+ <_secondary xml:space="preserve">Because &quot;{2}&quot;.</_secondary>
+ </error>
+
+ <error id="no-move-folder-nostore" type="error">
+ <_primary>Cannot move folder &quot;{0}&quot; to &quot;{1}&quot;.</_primary>
+ <_secondary xml:space="preserve">Cannot open source &quot;{2}&quot;.</_secondary>
+ </error>
+
+ <error id="no-move-folder-to-nostore" type="error">
+ <_primary>Cannot move folder &quot;{0}&quot; to &quot;{1}&quot;.</_primary>
+ <_secondary xml:space="preserve">Cannot open target &quot;{2}&quot;.</_secondary>
+ </error>
+
+ <error id="no-copy-folder-nostore" type="error">
+ <_primary>Cannot copy folder &quot;{0}&quot; to &quot;{1}&quot;.</_primary>
+ <_secondary xml:space="preserve">Cannot open source &quot;{2}&quot;.</_secondary>
+ </error>
+
+ <error id="no-copy-folder-to-nostore" type="error">
+ <_primary>Cannot copy folder &quot;{0}&quot; to &quot;{1}&quot;.</_primary>
+ <_secondary xml:space="preserve">Cannot open target &quot;{2}&quot;.</_secondary>
+ </error>
+
+ <error id="no-create-folder-nostore" type="error">
+ <_primary>Cannot create folder &quot;{0}&quot;.</_primary>
+ <_secondary xml:space="preserve">Cannot open source &quot;{1}&quot;</_secondary>
+ </error>
+
+ <error id="account-incomplete" type="error">
+ <_primary>Cannot save changes to account.</_primary>
+ <_secondary xml:space="preserve">You have not filled in all of the required information.</_secondary>
+ </error>
+
+ <error id="account-notunique" type="error">
+ <_primary>Cannot save changes to account.</_primary>
+ <_secondary xml:space="preserve">You may not create two accounts with the same name.</_secondary>
+ </error>
+
+ <error id="ask-delete-account" type="question" default="GTK_RESPONSE_NO" modal="true">
+ <_title>Delete account?</_title>
+ <_primary>Are you sure you want to delete this account?</_primary>
+ <_secondary xml:space="preserve">If you proceed, the account information will be deleted permanently.</_secondary>
+ <button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
+ <button stock="gtk-no" _label="Don't delete" response="GTK_RESPONSE_NO"/>
+ </error>
+
+ <error id="no-save-signature" type="error">
+ <_primary>Could not save signature file.</_primary>
+ <_secondary xml:space="preserve">Because &quot;{0}&quot;.</_secondary>
+ </error>
+
+ <error id="signature-notscript" type="error">
+ <_primary>Cannot set signature script &quot;{0}&quot;.</_primary>
+ <_secondary xml:space="preserve">The script file must exist and be executable.</_secondary>
+ </error>
+
+ <error id="ask-signature-changed" type="question" default="GTK_RESPONSE_YES">
+ <_title>Discard changed?</_title>
+ <_primary>Do you wish to save your changes?</_primary>
+ <_secondary xml:space="preserve">This signature has been changed, but has not been saved.</_secondary>
+ <button _label="_Discard changes" response="GTK_RESPONSE_NO"/>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-save" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="vfolder-notexist" type="error">
+ <_primary>Cannot edit vFolder &quot;{0}&quot; as it does not exist.</_primary>
+ <_secondary xml:space="preserve">This folder may have been added implicitly, go to the vFolder editor to add it explicitly, if required.</_secondary>
+ </error>
+
+ <error id="vfolder-notunique" type="error">
+ <_primary>Cannot add vFolder &quot;{0}&quot;.</_primary>
+ <_secondary xml:space="preserve">A folder named &quot;{1}&quot; already exists. Please use a different name.</_secondary>
+ </error>
+
+ <error id="vfolder-updated" type="info">
+ <_primary>vFolders automatically updated.</_primary>
+ <_secondary xml:space="preserve">The following vFolder(s):
+{0}
+Used the now removed folder:
+ &quot;{1}&quot;
+And have been updated.</_secondary>
+ </error>
+
+ <error id="filter-updated" type="info">
+ <_primary>Mail filters automatically updated.</_primary>
+ <_secondary xml:space="preserve">The following filter rule(s):
+{0}
+Used the now removed folder:
+ &quot;{1}&quot;
+And have been updated.</_secondary>
+ </error>
+
+ <error id="no-folder" type="error">
+ <_primary>Missing folder.</_primary>
+ <_secondary xml:space="preserve">You must specify a folder.</_secondary>
+ </error>
+
+ <error id="no-name-vfolder" type="error">
+ <_primary>Missing name.</_primary>
+ <_secondary xml:space="preserve">You must name this vFolder.</_secondary>
+ </error>
+
+ <error id="vfolder-no-source" type="error">
+ <_primary>No sources selected.</_primary>
+ <_secondary xml:space="preserve">You must specify at least one folder as a source.
+Either by selecting the folders individually, and/or by selecting all local folders, all remote folders, or both.</_secondary>
+ </error>
+
+ <error id="ask-migrate-existing" type="question" default="GTK_RESPONSE_CANCEL">
+ <_primary>Problem migrating old mail folder &quot;{0}&quot;.</_primary>
+ <_secondary xml:space="preserve">A non-empty folder at &quot;{1}&quot; already exists.
+
+You can choose to ignore this folder, overwrite or append its contents, or quit.
+</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="Ignore" response="GTK_RESPONSE_REJECT"/>
+ <button stock="gtk-delete" _label="_Overwrite" response="GTK_RESPONSE_ACCEPT"/>
+ <button _label="_Append" response="GTK_RESPONSE_OK"/>
+ </error>
+
+ <error id="no-load-license" type="error">
+ <_primary>Unable to read license file.</_primary>
+ <_secondary xml:space="preserve">Cannot read the license file &quot;{0}&quot;, due to an installation problem. You will not be able to use this provider until you can accept its license.</_secondary>
+ </error>
+
+ <error id="checking-service" type="info">
+ <_title>Querying server</_title>
+ <_primary>Please wait.</_primary>
+ <_secondary xml:space="preserve">Querying server for a list of supported authentication mechanisms.</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ </error>
+
+ <error id="gw-accountsetup-error" type="error">
+ <_primary>Unable to connect to the GroupWise server.</_primary>
+<_secondary xml:space="preserve">Please check your account settings and try again.</_secondary>
+</error>
+
+ <error id="ask-receipt" type="question" default="GTK_RESPONSE_NO">
+ <_title>Read receipt requested.</_title>
+ <_primary>Read receipt requested.</_primary>
+ <_secondary xml:space="preserve">A read receipt notification has been requested for &quot;{1}&quot;. Send the reciept notification to {0}?</_secondary>
+ <button stock="gtk-no" response="GTK_RESPONSE_NO"/>
+ <button stock="gtk-yes" _label="Send Receipt" response="GTK_RESPONSE_YES"/>
+ </error>
+
+</error-list>
+