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 /addressbook/printing | |
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 'addressbook/printing')
-rw-r--r-- | addressbook/printing/Makefile.am | 3 | ||||
-rw-r--r-- | addressbook/printing/e-contact-print.glade | 2 | ||||
-rw-r--r-- | addressbook/printing/e-contact-print.glade.h | 48 |
3 files changed, 1 insertions, 52 deletions
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am index 5da0e655ff..fc3b174d98 100644 --- a/addressbook/printing/Makefile.am +++ b/addressbook/printing/Makefile.am @@ -66,5 +66,4 @@ contact_print_style_editor_test_LDADD = \ EXTRA_DIST = \ $(glade_DATA) \ - $(ecps_DATA) \ - e-contact-print.glade.h + $(ecps_DATA) diff --git a/addressbook/printing/e-contact-print.glade b/addressbook/printing/e-contact-print.glade index be24c9fc60..ff7aa91377 100644 --- a/addressbook/printing/e-contact-print.glade +++ b/addressbook/printing/e-contact-print.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-contact-print.glade.h</translatable_strings_file> </project> <widget> diff --git a/addressbook/printing/e-contact-print.glade.h b/addressbook/printing/e-contact-print.glade.h deleted file mode 100644 index c9013fd937..0000000000 --- a/addressbook/printing/e-contact-print.glade.h +++ /dev/null @@ -1,48 +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_("10 pt. Tahoma"); -gchar *s = N_("8 pt. Tahoma"); -gchar *s = N_("Blank forms at end:"); -gchar *s = N_("Body"); -gchar *s = N_("Bottom:"); -gchar *s = N_("Dimensions:"); -gchar *s = N_("Font..."); -gchar *s = N_("Fonts"); -gchar *s = N_("Footer:"); -gchar *s = N_("Format"); -gchar *s = N_("Header"); -gchar *s = N_("Header/Footer"); -gchar *s = N_("Headings"); -gchar *s = N_("Headings for each letter"); -gchar *s = N_("Height:"); -gchar *s = N_("Immediately follow each other"); -gchar *s = N_("Include:"); -gchar *s = N_("Landscape"); -gchar *s = N_("Left:"); -gchar *s = N_("Letter tabs on side"); -gchar *s = N_("Margins"); -gchar *s = N_("Number of columns:"); -gchar *s = N_("Options"); -gchar *s = N_("Orientation"); -gchar *s = N_("Page"); -gchar *s = N_("Page Setup:"); -gchar *s = N_("Paper"); -gchar *s = N_("Paper source:"); -gchar *s = N_("Portrait"); -gchar *s = N_("Preview:"); -gchar *s = N_("Print using gray shading"); -gchar *s = N_("Reverse on even pages"); -gchar *s = N_("Right:"); -gchar *s = N_("Sections:"); -gchar *s = N_("Shading"); -gchar *s = N_("Size:"); -gchar *s = N_("Start on a new page"); -gchar *s = N_("Style name:"); -gchar *s = N_("Top:"); -gchar *s = N_("Type:"); -gchar *s = N_("Width:"); -gchar *s = N_("label26"); |