aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-system-errors.xml
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-12 11:36:37 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-12 11:36:37 +0800
commit72dbc81f48008909473e67eb23e61e05ff4d8057 (patch)
tree7ae2ce7aabf1c82da3ff9f8de2284966f9edb6e0 /widgets/misc/e-system-errors.xml
parent97926d706a599a789b8d7b03a9e41a20513659d1 (diff)
downloadgsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.tar
gsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.tar.gz
gsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.tar.bz2
gsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.tar.lz
gsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.tar.xz
gsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.tar.zst
gsoc2013-evolution-72dbc81f48008909473e67eb23e61e05ff4d8057.zip
make the Because cases the same.
2004-05-12 Not Zed <NotZed@Ximian.com> * e-system-errors.xml: make the Because cases the same. * e-system-errors.xml.h: add for translators. * e-error.c (ee_load): just use _() to do i18n rather than the nasty lang stuff. (find_node): no longer needed. * Makefile.am (%.xml.h): setup the build rules for the i18n file for the errors. * e-system-errors.xml.in: Removed, renamed to .xml and removed the _ stuff. svn path=/trunk/; revision=25871
Diffstat (limited to 'widgets/misc/e-system-errors.xml')
-rw-r--r--widgets/misc/e-system-errors.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/widgets/misc/e-system-errors.xml b/widgets/misc/e-system-errors.xml
new file mode 100644
index 0000000000..6bef345263
--- /dev/null
+++ b/widgets/misc/e-system-errors.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<error-list domain="system">
+
+ <error id="ask-save-file-exists-overwrite" type="error" default="GTK_RESPONSE_CANCEL">
+ <title>Overwrite file?</title>
+ <primary>File exists &quot;{0}&quot;.</primary>
+ <secondary>Do you wish to overwrite it?</secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button label="_Overwrite" response="GTK_RESPONSE_OK"/>
+ </error>
+
+ <error id="no-save-file" type="error">
+ <primary>Cannot save file &quot;{0}&quot;.</primary>
+ <secondary>Because &quot;{1}&quot;.</secondary>
+ </error>
+
+ <error id="no-load-file" type="error">
+ <primary>Cannot open file &quot;{0}&quot;.</primary>
+ <secondary>Because &quot;{1}&quot;.</secondary>
+ </error>
+
+</error-list>