diff options
author | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-02-11 10:56:16 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-02-11 10:56:16 +0800 |
commit | ac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f (patch) | |
tree | da4ce19c2974866c33947265c03b235be10ec315 /composer | |
parent | a5e0765d8ac3be83d705c4ea8af2684fd84addd1 (diff) | |
download | gsoc2013-evolution-ac9abd5e6096d8511a1fe3892cf9453eb7c7ba2f.tar.gz 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 'composer')
-rw-r--r-- | composer/ChangeLog | 6 | ||||
-rw-r--r-- | composer/Makefile.am | 4 | ||||
-rw-r--r-- | composer/e-msg-composer-attachment.glade | 2 | ||||
-rw-r--r-- | composer/e-msg-composer-attachment.glade.h | 14 |
4 files changed, 6 insertions, 20 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 4704e382d7..87db5bf2a6 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2001-02-11 Gediminas Paulauskas <menesis@delfi.lt> + + * e-msg-composer-attachment.glade.h: removed. + * e-msg-composer-attachment.glade: do not write strings to above. + * Makefile.am: don't include glade.h in EXTRA_DIST. + 2001-02-10 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer-attachment-bar.c (attach_to_multipart): diff --git a/composer/Makefile.am b/composer/Makefile.am index bd56284ac8..89a4187583 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -37,9 +37,6 @@ gladedir = $(datadir)/evolution/glade glade_DATA = \ e-msg-composer-attachment.glade -glade_messages = \ - e-msg-composer-attachment.glade.h - libcomposerincludedir = $(includedir)/composer noinst_LIBRARIES = libcomposer.a @@ -84,7 +81,6 @@ libcomposer_a_SOURCES = \ EXTRA_DIST = \ $(glade_DATA) \ - $(glade_messages) \ $(IDLS) \ bad-icon.xpm diff --git a/composer/e-msg-composer-attachment.glade b/composer/e-msg-composer-attachment.glade index fe25b6a4fd..4679a0d8e0 100644 --- a/composer/e-msg-composer-attachment.glade +++ b/composer/e-msg-composer-attachment.glade @@ -21,8 +21,6 @@ <handler_header_file>callbacks.h</handler_header_file> <support_source_file>support.c</support_source_file> <support_header_file>support.h</support_header_file> - <output_translatable_strings>True</output_translatable_strings> - <translatable_strings_file>e-msg-composer-attachment.glade.h</translatable_strings_file> </project> <widget> diff --git a/composer/e-msg-composer-attachment.glade.h b/composer/e-msg-composer-attachment.glade.h deleted file mode 100644 index f8bcebf1d7..0000000000 --- a/composer/e-msg-composer-attachment.glade.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Translatable strings file generated by Glade. - * Add this file to your project's POTFILES.in. - * DO NOT compile it as part of your application. - */ - -gchar *s = N_("Attachment properties"); -gchar *s = N_("MIME type:"); -gchar *s = N_("Description:"); -gchar *s = N_("File name:"); -gchar *s = N_("Send as:"); -gchar *s = N_("Attachment\n" - "Inline attachment\n" - ""); |