diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-12 11:32:39 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-12 11:32:39 +0800 |
commit | bc754690bee57ac0e66232197d9b88bc692aac79 (patch) | |
tree | a219c6bc85e858d87c0e6ea532f1a3a8102e7fbd /composer/mail-composer-errors.xml.in | |
parent | 63ca6c19ab323142c1362afe95f6acf1259d2ecf (diff) | |
download | gsoc2013-evolution-bc754690bee57ac0e66232197d9b88bc692aac79.tar gsoc2013-evolution-bc754690bee57ac0e66232197d9b88bc692aac79.tar.gz gsoc2013-evolution-bc754690bee57ac0e66232197d9b88bc692aac79.tar.bz2 gsoc2013-evolution-bc754690bee57ac0e66232197d9b88bc692aac79.tar.lz gsoc2013-evolution-bc754690bee57ac0e66232197d9b88bc692aac79.tar.xz gsoc2013-evolution-bc754690bee57ac0e66232197d9b88bc692aac79.tar.zst gsoc2013-evolution-bc754690bee57ac0e66232197d9b88bc692aac79.zip |
add for translators.
2004-05-12 Not Zed <NotZed@Ximian.com>
* mail-composer-errors.xml.h: add for translators.
* mail-composer-errors.xml: renamed from xml.in file.
* Makefile.am: Fix for i18n build stuff.
svn path=/trunk/; revision=25866
Diffstat (limited to 'composer/mail-composer-errors.xml.in')
-rw-r--r-- | composer/mail-composer-errors.xml.in | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/composer/mail-composer-errors.xml.in b/composer/mail-composer-errors.xml.in deleted file mode 100644 index 3314a6dc5c..0000000000 --- a/composer/mail-composer-errors.xml.in +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0"?> -<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="recover-autosave" type="question"> - <_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 "{0}".</_primary> - <_secondary>Error saving to autosave because "{1}".</_secondary> - </error> - - <error id="exit-unsaved" modal="true" type="warning"> - <_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 "${0}", 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 "{0}".</_primary> - <_secondary>Because "${1}".</_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-list> |