aboutsummaryrefslogtreecommitdiffstats
path: root/mail
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
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')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/Makefile.am12
-rw-r--r--mail/mail-errors.xml359
-rw-r--r--mail/mail-errors.xml.h267
-rw-r--r--mail/mail.error.xml353
5 files changed, 363 insertions, 633 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3fa6b2626b..84d635ba65 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2005-05-06 Chenthill Palanisamy <pchenthill@novell.com>
* evolution-mail.schemas.in.in: Removed the schema
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 78ce20e60f..567e2256b9 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -218,11 +218,10 @@ server_DATA = $(server_in_files:.server.in.in=_$(BASE_VERSION).server)
filterdir = $(privdatadir)
filter_DATA = filtertypes.xml vfoldertypes.xml searchtypes.xml
-error_DATA = mail-errors.xml
-error_i18n = $(error_DATA:.xml=.xml.h)
+error_DATA = mail.error
errordir = $(privdatadir)/errors
-%.xml.h: %.xml
- $(top_builddir)/e-util/e-error-tool $^
+# provides error rules too
+@EVO_PLUGIN_RULE@
em-filter-i18n.h: filtertypes.xml vfoldertypes.xml searchtypes.xml
echo "/* Automatically generated. Do not edit. */" > $@; \
@@ -240,8 +239,7 @@ EXTRA_DIST = \
ChangeLog.pre-1-4 \
em-marshal.list \
$(SPELL_IDL) \
- $(error_DATA) \
- $(error_i18n) \
+ mail.error.xml \
$(glade_DATA) \
$(schema_in_files) \
$(server_in_files) \
@@ -288,6 +286,6 @@ install-data-local:
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
-BUILT_SOURCES = $(SPELL_IDL_GENERATED) $(MARSHAL_GENERATED) $(server_DATA) $(error_i18n)
+BUILT_SOURCES = $(SPELL_IDL_GENERATED) $(MARSHAL_GENERATED) $(server_DATA) $(error_DATA)
CLEANFILES = $(BUILT_SOURCES)
diff --git a/mail/mail-errors.xml b/mail/mail-errors.xml
deleted file mode 100644
index 44ec8efe5d..0000000000
--- a/mail/mail-errors.xml
+++ /dev/null
@@ -1,359 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<error-list domain="mail">
-
- <error id="camel-service-auth-invalid" type="warning">
- <primary>Invalid authentication</primary>
- <secondary>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>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>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>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>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>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>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>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>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>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>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>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>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>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>Because &quot;{1}&quot;.</secondary>
- </error>
-
- <error id="no-write-path-exists" type="error">
- <primary>Cannot save to file &quot;{0}&quot;.</primary>
- <secondary>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>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>Because &quot;{1}&quot;.</secondary>
- </error>
-
- <error id="no-delete-special-folder" type="error">
- <primary>Cannot delete system folder &quot;{0}&quot;.</primary>
- <secondary>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>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>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>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>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>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>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>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>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>Cannot open source &quot;{1}&quot;</secondary>
- </error>
-
- <error id="account-incomplete" type="error">
- <primary>Cannot save changes to account.</primary>
- <secondary>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>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>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>Because &quot;{0}&quot;.</secondary>
- </error>
-
- <error id="signature-notscript" type="error">
- <primary>Cannot set signature script &quot;{0}&quot;.</primary>
- <secondary>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>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>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>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>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>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>You must specify a folder.</secondary>
- </error>
-
- <error id="no-name-vfolder" type="error">
- <primary>Missing name.</primary>
- <secondary>You must name this vFolder.</secondary>
- </error>
-
- <error id="vfolder-no-source" type="error">
- <primary>No sources selected.</primary>
- <secondary>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>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>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>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>
-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>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>
-
diff --git a/mail/mail-errors.xml.h b/mail/mail-errors.xml.h
deleted file mode 100644
index 7537716cea..0000000000
--- a/mail/mail-errors.xml.h
+++ /dev/null
@@ -1,267 +0,0 @@
-/* mail:camel-service-auth-invalid primary */
-char *s = N_("Invalid authentication");
-/* mail:camel-service-auth-invalid secondary */
-char *s = N_("This server does not support this type of authentication and may not support authentication at all.");
-/* mail:camel-service-auth-failed primary */
-char *s = N_("Your login to your server \"{0}\" as \"{0}\" failed.");
-/* mail:camel-service-auth-failed secondary */
-char *s = N_("Check to make sure your password is spelled correctly. Remember that many passwords are case sensitive; your caps lock might be on.");
-/* mail:ask-send-html primary */
-char *s = N_("Are you sure you want to send a message in HTML format?");
-/* mail:ask-send-html secondary */
-char *s = N_("Please make sure the following recipients are willing and able to receive HTML email:\n"
- "{0}\n"
- "Send anyway?");
-char *s = N_("_Send");
-/* mail:ask-send-no-subject primary */
-char *s = N_("Are you sure you want to send a message without a subject?");
-/* mail:ask-send-no-subject secondary */
-char *s = N_("Adding a meaningful Subject line to your messages will give your recipients an idea of what your mail is about.");
-char *s = N_("_Send");
-/* mail:ask-send-only-bcc-contact primary */
-char *s = N_("Are you sure you want to send a message with only BCC recipients?");
-/* mail:ask-send-only-bcc-contact secondary */
-char *s = N_("The contact list you are sending to is configured to hide list recipients.\n"
- "\n"
- "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. ");
-char *s = N_("_Send");
-/* mail:ask-send-only-bcc primary */
-char *s = N_("Are you sure you want to send a message with only BCC recipients?");
-/* mail:ask-send-only-bcc secondary */
-char *s = N_("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.");
-char *s = N_("_Send");
-/* mail:send-no-recipients primary */
-char *s = N_("This message cannot be sent because you have not specified any Recipients");
-/* mail:send-no-recipients secondary */
-char *s = N_("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.");
-/* mail:ask-default-drafts primary */
-char *s = N_("Use default drafts folder?");
-/* mail:ask-default-drafts secondary */
-char *s = N_("Unable to open the drafts folder for this account. Use the system drafts folder instead?");
-char *s = N_("Use _Default");
-/* mail:ask-expunge primary */
-char *s = N_("Are you sure you want to permanently remove all the deleted message in folder \"{0}\"?");
-/* mail:ask-expunge secondary */
-char *s = N_("If you continue, you will not be able to recover these messages.");
-char *s = N_("_Expunge");
-/* mail:ask-empty-trash primary */
-char *s = N_("Are you sure you want to permanently remove all the deleted messages in all folders?");
-/* mail:ask-empty-trash secondary */
-char *s = N_("If you continue, you will not be able to recover these messages.");
-char *s = N_("_Empty Trash");
-/* mail:ask-open-many primary */
-char *s = N_("Are you sure you want to open {0} messages at once?");
-/* mail:ask-open-many secondary */
-char *s = N_("Opening too many messages at once may take a long time.");
-char *s = N_("_Open Messages");
-/* mail:exit-unsaved primary */
-char *s = N_("You have unsent messages, do you wish to quit anyway?");
-/* mail:exit-unsaved secondary */
-char *s = N_("If you quit, these messages will not be sent until Evolution is started again.");
-/* mail:camel-exception primary */
-char *s = N_("Your message with the subject \"{0}\" was not delivered.");
-/* mail:camel-exception secondary */
-char *s = N_("The message was sent via the \"sendmail\" external application. Sendmail reports the following error: status 67: mail not sent.\n"
- "The message is stored in the Outbox folder. Check the message for errors and resend.");
-/* mail:async-error primary */
-char *s = N_("Error while {0}.");
-/* mail:async-error secondary */
-char *s = N_("{1}.");
-/* mail:async-error-nodescribe primary */
-char *s = N_("Error while performing operation.");
-/* mail:async-error-nodescribe secondary */
-char *s = N_("{0}.");
-/* mail:session-message-info secondary */
-char *s = N_("{0}");
-/* mail:session-message-info-cancel secondary */
-char *s = N_("{0}");
-/* mail:session-message-warning secondary */
-char *s = N_("{0}");
-/* mail:session-message-warning-cancel secondary */
-char *s = N_("{0}");
-/* mail:session-message-error secondary */
-char *s = N_("{0}");
-/* mail:session-message-error-cancel secondary */
-char *s = N_("{0}");
-/* mail:ask-session-password primary */
-char *s = N_("Enter password.");
-/* mail:ask-session-password secondary */
-char *s = N_("{0}");
-/* mail:filter-load-error primary */
-char *s = N_("Error loading filter definitions.");
-/* mail:filter-load-error secondary */
-char *s = N_("{0}");
-/* mail:no-save-path primary */
-char *s = N_("Cannot save to directory \"{0}\".");
-/* mail:no-save-path secondary */
-char *s = N_("{1}");
-/* mail:no-create-path primary */
-char *s = N_("Cannot save to file \"{0}\".");
-/* mail:no-create-path secondary */
-char *s = N_("Cannot create the save directory, because \"{1}\"");
-/* mail:no-create-tmp-path primary */
-char *s = N_("Cannot create temporary save directory.");
-/* mail:no-create-tmp-path secondary */
-char *s = N_("Because \"{1}\".");
-/* mail:no-write-path-exists primary */
-char *s = N_("Cannot save to file \"{0}\".");
-/* mail:no-write-path-exists secondary */
-char *s = N_("File exists but cannot overwrite it.");
-/* mail:no-write-path-notfile primary */
-char *s = N_("Cannot save to file \"{0}\".");
-/* mail:no-write-path-notfile secondary */
-char *s = N_("File exists but is not a regular file.");
-/* mail:no-delete-folder primary */
-char *s = N_("Cannot delete folder \"{0}\".");
-/* mail:no-delete-folder secondary */
-char *s = N_("Because \"{1}\".");
-/* mail:no-delete-special-folder primary */
-char *s = N_("Cannot delete system folder \"{0}\".");
-/* mail:no-delete-special-folder secondary */
-char *s = N_("System folders are required for Ximian Evolution to function correctly and cannot be renamed, moved, or deleted.");
-/* mail:no-rename-special-folder primary */
-char *s = N_("Cannot rename or move system folder \"{0}\".");
-/* mail:no-rename-special-folder secondary */
-char *s = N_("System folders are required for Ximian Evolution to function correctly and cannot be renamed, moved, or deleted.");
-/* mail:ask-delete-folder title */
-char *s = N_("Delete \"{0}\"?");
-/* mail:ask-delete-folder primary */
-char *s = N_("Really delete folder \"{0}\" and all of its subfolders?");
-/* mail:ask-delete-folder secondary */
-char *s = N_("If you delete the folder, all of its contents and its subfolders contents will be deleted permanently.");
-/* mail:ask-delete-vfolder title */
-char *s = N_("Delete \"{0}\"?");
-/* mail:ask-delete-vfolder primary */
-char *s = N_("Really delete folder \"{0}\" and all of its subfolders?");
-/* mail:no-rename-folder-exists primary */
-char *s = N_("Cannot rename \"{0}\" to \"{1}\".");
-/* mail:no-rename-folder-exists secondary */
-char *s = N_("A folder named \"{1}\" already exists. Please use a different name.");
-/* mail:no-rename-folder primary */
-char *s = N_("Cannot rename \"{0}\" to \"{1}\".");
-/* mail:no-rename-folder secondary */
-char *s = N_("Because \"{2}\".");
-/* mail:no-move-folder-nostore primary */
-char *s = N_("Cannot move folder \"{0}\" to \"{1}\".");
-/* mail:no-move-folder-nostore secondary */
-char *s = N_("Cannot open source \"{2}\".");
-/* mail:no-move-folder-to-nostore primary */
-char *s = N_("Cannot move folder \"{0}\" to \"{1}\".");
-/* mail:no-move-folder-to-nostore secondary */
-char *s = N_("Cannot open target \"{2}\".");
-/* mail:no-copy-folder-nostore primary */
-char *s = N_("Cannot copy folder \"{0}\" to \"{1}\".");
-/* mail:no-copy-folder-nostore secondary */
-char *s = N_("Cannot open source \"{2}\".");
-/* mail:no-copy-folder-to-nostore primary */
-char *s = N_("Cannot copy folder \"{0}\" to \"{1}\".");
-/* mail:no-copy-folder-to-nostore secondary */
-char *s = N_("Cannot open target \"{2}\".");
-/* mail:no-create-folder-nostore primary */
-char *s = N_("Cannot create folder \"{0}\".");
-/* mail:no-create-folder-nostore secondary */
-char *s = N_("Cannot open source \"{1}\"");
-/* mail:account-incomplete primary */
-char *s = N_("Cannot save changes to account.");
-/* mail:account-incomplete secondary */
-char *s = N_("You have not filled in all of the required information.");
-/* mail:account-notunique primary */
-char *s = N_("Cannot save changes to account.");
-/* mail:account-notunique secondary */
-char *s = N_("You may not create two accounts with the same name.");
-/* mail:ask-delete-account title */
-char *s = N_("Delete account?");
-/* mail:ask-delete-account primary */
-char *s = N_("Are you sure you want to delete this account?");
-/* mail:ask-delete-account secondary */
-char *s = N_("If you proceed, the account information will be deleted permanently.");
-char *s = N_("Don't delete");
-/* mail:no-save-signature primary */
-char *s = N_("Could not save signature file.");
-/* mail:no-save-signature secondary */
-char *s = N_("Because \"{0}\".");
-/* mail:signature-notscript primary */
-char *s = N_("Cannot set signature script \"{0}\".");
-/* mail:signature-notscript secondary */
-char *s = N_("The script file must exist and be executable.");
-/* mail:ask-signature-changed title */
-char *s = N_("Discard changed?");
-/* mail:ask-signature-changed primary */
-char *s = N_("Do you wish to save your changes?");
-/* mail:ask-signature-changed secondary */
-char *s = N_("This signature has been changed, but has not been saved.");
-char *s = N_("_Discard changes");
-/* mail:vfolder-notexist primary */
-char *s = N_("Cannot edit vFolder \"{0}\" as it does not exist.");
-/* mail:vfolder-notexist secondary */
-char *s = N_("This folder may have been added implicitly, go to the vFolder editor to add it explicitly, if required.");
-/* mail:vfolder-notunique primary */
-char *s = N_("Cannot add vFolder \"{0}\".");
-/* mail:vfolder-notunique secondary */
-char *s = N_("A folder named \"{1}\" already exists. Please use a different name.");
-/* mail:vfolder-updated primary */
-char *s = N_("vFolders automatically updated.");
-/* mail:vfolder-updated secondary */
-char *s = N_("The following vFolder(s):\n"
- "{0}\n"
- "Used the now removed folder:\n"
- " \"{1}\"\n"
- "And have been updated.");
-/* mail:filter-updated primary */
-char *s = N_("Mail filters automatically updated.");
-/* mail:filter-updated secondary */
-char *s = N_("The following filter rule(s):\n"
- "{0}\n"
- "Used the now removed folder:\n"
- " \"{1}\"\n"
- "And have been updated.");
-/* mail:no-folder primary */
-char *s = N_("Missing folder.");
-/* mail:no-folder secondary */
-char *s = N_("You must specify a folder.");
-/* mail:no-name-vfolder primary */
-char *s = N_("Missing name.");
-/* mail:no-name-vfolder secondary */
-char *s = N_("You must name this vFolder.");
-/* mail:vfolder-no-source primary */
-char *s = N_("No sources selected.");
-/* mail:vfolder-no-source secondary */
-char *s = N_("You must specify at least one folder as a source.\n"
- "Either by selecting the folders individually, and/or by selecting\n"
- "all local folders, all remote folders, or both.");
-/* mail:ask-migrate-existing primary */
-char *s = N_("Problem migrating old mail folder \"{0}\".");
-/* mail:ask-migrate-existing secondary */
-char *s = N_("A non-empty folder at \"{1}\" already exists.\n"
- "\n"
- "You can choose to ignore this folder, overwrite or append its contents, or quit.\n"
- "");
-char *s = N_("Ignore");
-char *s = N_("_Overwrite");
-char *s = N_("_Append");
-/* mail:no-load-license primary */
-char *s = N_("Unable to read license file.");
-/* mail:no-load-license secondary */
-char *s = N_("Cannot read the license file \"{0}\", due to an\n"
- " installation problem. You will not be able to use this provider until\n"
- " you can accept its license.");
-/* mail:checking-service title */
-char *s = N_("Querying server");
-/* mail:checking-service primary */
-char *s = N_("Please wait.");
-/* mail:checking-service secondary */
-char *s = N_("Querying server for a list of supported authentication mechanisms.");
-/* mail:gw-accountsetup-error primary */
-char *s = N_("Unable to connect to the GroupWise\n"
- "server.");
-/* mail:gw-accountsetup-error secondary */
-char *s = N_("\n"
- "Please check your account settings and try again.\n"
- "");
-/* mail:ask-receipt title */
-char *s = N_("Read receipt requested.");
-/* mail:ask-receipt primary */
-char *s = N_("Read receipt requested.");
-/* mail:ask-receipt secondary */
-char *s = N_("A read receipt notification has been requested for \"{1}\". Send the reciept notification to {0}?");
-char *s = N_("Send Receipt");
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>
+