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
23 lines
734 B
XML
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 "{0}".</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 "{0}".</primary>
|
|
<secondary>Because "{1}".</secondary>
|
|
</error>
|
|
|
|
<error id="no-load-file" type="error">
|
|
<primary>Cannot open file "{0}".</primary>
|
|
<secondary>Because "{1}".</secondary>
|
|
</error>
|
|
|
|
</error-list>
|