aboutsummaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@src.gnome.org>2001-02-11 10:56:16 +0800
committerGediminas Paulauskas <menesis@src.gnome.org>2001-02-11 10:56:16 +0800
commitac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f (patch)
treeda4ce19c2974866c33947265c03b235be10ec315 /filter
parenta5e0765d8ac3be83d705c4ea8af2684fd84addd1 (diff)
downloadgsoc2013-evolution-ac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f.tar
gsoc2013-evolution-ac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f.tar.gz
gsoc2013-evolution-ac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f.tar.bz2
gsoc2013-evolution-ac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f.tar.lz
gsoc2013-evolution-ac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f.tar.xz
gsoc2013-evolution-ac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f.tar.zst
gsoc2013-evolution-ac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f.zip
Getting almost full and proper use of xml-i18n-tools.
Removed all files where glade writes strings. Changed Makefile.am to not distribute them. Changed all glade files to not write strings to those files. Removed *.desktop and evolution.keys files, because they are generated. Added them to .cvsignore Added *.desktop.in evolution.keys.in files without transalted strings. Added all existing entries from desktop files to po files. Changed Makefile.am to distribute only .in files, and merge translations into desktop files. Removed obsolete files from po/ dir svn path=/trunk/; revision=8164
Diffstat (limited to 'filter')
-rw-r--r--filter/ChangeLog6
-rw-r--r--filter/Makefile.am2
-rw-r--r--filter/filter.glade2
-rw-r--r--filter/filter.glade.h15
4 files changed, 7 insertions, 18 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index e475866297..bde9b4f311 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,9 @@
+2001-02-11 Gediminas Paulauskas <menesis@delfi.lt>
+
+ * filter.glade.h: removed.
+ * filter.glade: do not donnt output to above one.
+ * Makefile.am: do not include filter.glade.h in EXTRA_DIST.
+
2001-02-06 Dan Winship <danw@ximian.com>
* filter-option.c (get_widget): Translate the option title.
diff --git a/filter/Makefile.am b/filter/Makefile.am
index daeb79f5b4..89a9c2f257 100644
--- a/filter/Makefile.am
+++ b/filter/Makefile.am
@@ -71,7 +71,7 @@ libfilter_la_SOURCES = \
libfilter_la_DEPENDENCIES = libfilter-i18n.h
EXTRA_DIST = filtertypes.xml vfoldertypes.xml \
- filter.glade filter.glade.h libfilter-i18n.h
+ $(glade_DATA) libfilter-i18n.h
# basic rules.
filterdir = $(datadir)/evolution
diff --git a/filter/filter.glade b/filter/filter.glade
index 1445ed7be8..96eeb3dc63 100644
--- a/filter/filter.glade
+++ b/filter/filter.glade
@@ -10,8 +10,6 @@
<language>C</language>
<gnome_support>True</gnome_support>
<gettext_support>True</gettext_support>
- <output_translatable_strings>True</output_translatable_strings>
- <translatable_strings_file>filter.glade.h</translatable_strings_file>
</project>
<widget>
diff --git a/filter/filter.glade.h b/filter/filter.glade.h
deleted file mode 100644
index 109d2e44f1..0000000000
--- a/filter/filter.glade.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Translatable strings file generated by extract-ui.
- * Add this file to your project's POTFILES.in
- * DO NOT compile it as part of your application.
- */
-
-gchar *s = N_("Add");
-gchar *s = N_("Delete");
-gchar *s = N_("Edit");
-gchar *s = N_("Edit Filters");
-gchar *s = N_("Edit VFolders");
-gchar *s = N_("Filter Rules");
-gchar *s = N_("Remove");
-gchar *s = N_("Virtual Folders");
-gchar *s = N_("vFolder Sources");