From 27cf683b42c01bb4b6cdf56bb1d2bd2d8d14131b Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 22 Dec 2004 07:40:57 +0000 Subject: add translation stuff. 2004-12-17 Not Zed * devel-docs/misc/errors.txt (BUILT_SOURCES): add translation stuff. svn path=/trunk/; revision=28181 --- ChangeLog | 9 +++++++++ devel-docs/misc/errors.txt | 5 ++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dcce821956..ff06b96171 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-12-17 Not Zed + + * devel-docs/misc/errors.txt (BUILT_SOURCES): add translation stuff. + +2004-12-16 Not Zed + + * Makefile.am, configure.in: added evolution-plugin.pc, pkg-config + file required for plugin development. + 2004-12-20 JP Rosevear * configure.in: bump version, requires diff --git a/devel-docs/misc/errors.txt b/devel-docs/misc/errors.txt index 8a2206158e..df622b6967 100644 --- a/devel-docs/misc/errors.txt +++ b/devel-docs/misc/errors.txt @@ -131,7 +131,7 @@ Error template format The XML file is in the following format. - + Window Title? Primary error text.? @@ -140,6 +140,9 @@ The XML file is in the following format. +translation-domain and translation-localedir are used to specify a custom +translation domain for this error file, and where to find it. + response_id is a standard GTK_RESPONSE_* GtkDialog response enumeration. -- cgit