Files
evolution/widgets/misc/e-system-errors.xml
Not Zed 72dbc81f48 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
2004-05-12 03:36:37 +00:00

23 lines
734 B
XML

<?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>