aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-system-errors.xml.h
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.h
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.h')
-rw-r--r--widgets/misc/e-system-errors.xml.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/widgets/misc/e-system-errors.xml.h b/widgets/misc/e-system-errors.xml.h
new file mode 100644
index 0000000000..16f0891e9f
--- /dev/null
+++ b/widgets/misc/e-system-errors.xml.h
@@ -0,0 +1,15 @@
+/* system:ask-save-file-exists-overwrite title */
+char *s = N_("Overwrite file?");
+/* system:ask-save-file-exists-overwrite primary */
+char *s = N_("File exists \"{0}\".");
+/* system:ask-save-file-exists-overwrite secondary */
+char *s = N_("Do you wish to overwrite it?");
+char *s = N_("_Overwrite");
+/* system:no-save-file primary */
+char *s = N_("Cannot save file \"{0}\".");
+/* system:no-save-file secondary */
+char *s = N_("Because \"{1}\".");
+/* system:no-load-file primary */
+char *s = N_("Cannot open file \"{0}\".");
+/* system:no-load-file secondary */
+char *s = N_("Because \"{1}\".");