aboutsummaryrefslogtreecommitdiffstats
path: root/composer/mail-composer.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 /composer/mail-composer.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 'composer/mail-composer.error.xml')
-rw-r--r--composer/mail-composer.error.xml72
1 files changed, 72 insertions, 0 deletions
diff --git a/composer/mail-composer.error.xml b/composer/mail-composer.error.xml
new file mode 100644
index 0000000000..aa00c122e7
--- /dev/null
+++ b/composer/mail-composer.error.xml
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<error-list domain="mail-composer">
+
+ <error id="no-attach" type="error" modal="true">
+ <_primary>You cannot attach the file `{0}' to this message.</_primary>
+ <secondary>{1}</secondary>
+ </error>
+
+ <error id="attach-notfile" type="warning">
+ <_primary>The file `{0}' is not a regular file and cannot be sent in a message.</_primary>
+ </error>
+
+ <error id="attach-directory">
+ <_primary>Directories can not be attached to Messages.</_primary>
+ <_secondary>To attach the contents of this directory, either attach the files in this directory individually, or create an archive of the directory and attach it.</_secondary>
+ </error>
+
+ <error id="attach-nomessages" type="error">
+ <_primary>Could not retrieve messages to attach from {0}.</_primary>
+ <_secondary>Because &quot;{1}&quot;.</_secondary>
+ </error>
+
+ <error id="recover-autosave" type="question" default="GTK_RESPONSE_YES">
+ <_title>Unfinished messages found</_title>
+ <_primary>Do you want to recover unfinished messages?</_primary>
+ <_secondary>Evolution quit unexpectedly while you were composing a new message. Recovering the message will allow you to continue where you left off.</_secondary>
+ <button _label="Don't Recover" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="Recover" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="no-autosave" type="error">
+ <_primary>Could not save to autosave file &quot;{0}&quot;.</_primary>
+ <_secondary>Error saving to autosave because &quot;{1}&quot;.</_secondary>
+ </error>
+
+ <error id="exit-unsaved" modal="true" type="warning" default="GTK_RESPONSE_YES">
+ <_title>Warning: Modified Message</_title>
+ <_primary>Are you sure you want to discard the message, titled '{0}', you are composing?</_primary>
+ <_secondary>Closing this composer window will discard the message permanently, unless you choose to save the message in your Drafts folder. This will allow you to continue the message at a later date.</_secondary>
+ <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Save Message" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="no-build-message" type="error" modal="true">
+ <_primary>Could not create message.</_primary>
+ <_secondary>Because &quot;{0}&quot;, you may need to select different mail options.</_secondary>
+ </error>
+
+ <error id="no-sig-file" type="warning" modal="true">
+ <_primary>Could not read signature file &quot;{0}&quot;.</_primary>
+ <_secondary>Because &quot;{1}&quot;.</_secondary>
+ </error>
+
+ <error id="all-accounts-deleted" type="warning" modal="true">
+ <_primary>All accounts have been removed.</_primary>
+ <_secondary>You need to configure an account before you can compose mail.</_secondary>
+ </error>
+
+ <error id="no-address-control" type="error" modal="true">
+ <_primary>Could not create composer window.</_primary>
+ <_secondary>Unable to activate the address selector control.</_secondary>
+ </error>
+
+ <error id="no-editor-control" type="error" modal="true">
+ <_primary>Could not create composer window.</_primary>
+ <_secondary xml:space="preserve">Unable to activate the HTML editor control.
+
+Please make sure that you have the correct version of gtkhtml and libgtkhtml installed.</_secondary>
+ </error>
+
+</error-list>