Saved translatable strings. Added files to POTFILES.in.
svn path=/trunk/; revision=3009
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2000-05-13 Valek Filippov <frob@df.ru>
|
||||
|
||||
* gui/component/ldap-server-dialog.glade: save translatable strings
|
||||
* gui/component/ldap-server-dialog.glade.h: file with strings
|
||||
* printing/e-contact-print.glade: save translatable strings
|
||||
* printing/e-contact-print.glade.h: file with strings
|
||||
|
||||
2000-05-11 Dan Winship <danw@helixcode.com>
|
||||
|
||||
* gui/component/addressbook.c (control_activate): Now that we
|
||||
|
||||
@ -10,6 +10,19 @@
|
||||
<language>C</language>
|
||||
<gnome_support>True</gnome_support>
|
||||
<gettext_support>True</gettext_support>
|
||||
<use_widget_names>False</use_widget_names>
|
||||
<output_main_file>False</output_main_file>
|
||||
<output_support_files>True</output_support_files>
|
||||
<output_build_files>True</output_build_files>
|
||||
<backup_source_files>True</backup_source_files>
|
||||
<main_source_file>interface.c</main_source_file>
|
||||
<main_header_file>interface.h</main_header_file>
|
||||
<handler_source_file>callbacks.c</handler_source_file>
|
||||
<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>ldap-server-dialog.glade.h</translatable_strings_file>
|
||||
</project>
|
||||
|
||||
<widget>
|
||||
@ -36,40 +49,6 @@
|
||||
<fill>True</fill>
|
||||
</child>
|
||||
|
||||
<widget>
|
||||
<class>GtkHButtonBox</class>
|
||||
<child_name>GnomeDialog:action_area</child_name>
|
||||
<name>dialog-action_area1</name>
|
||||
<layout_style>GTK_BUTTONBOX_END</layout_style>
|
||||
<spacing>8</spacing>
|
||||
<child_min_width>85</child_min_width>
|
||||
<child_min_height>27</child_min_height>
|
||||
<child_ipad_x>7</child_ipad_x>
|
||||
<child_ipad_y>0</child_ipad_y>
|
||||
<child>
|
||||
<padding>0</padding>
|
||||
<expand>False</expand>
|
||||
<fill>True</fill>
|
||||
<pack>GTK_PACK_END</pack>
|
||||
</child>
|
||||
|
||||
<widget>
|
||||
<class>GtkButton</class>
|
||||
<name>button1</name>
|
||||
<can_default>True</can_default>
|
||||
<can_focus>True</can_focus>
|
||||
<stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
|
||||
</widget>
|
||||
|
||||
<widget>
|
||||
<class>GtkButton</class>
|
||||
<name>button3</name>
|
||||
<can_default>True</can_default>
|
||||
<can_focus>True</can_focus>
|
||||
<stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
|
||||
</widget>
|
||||
</widget>
|
||||
|
||||
<widget>
|
||||
<class>GtkVBox</class>
|
||||
<name>vbox1</name>
|
||||
@ -332,6 +311,40 @@
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
|
||||
<widget>
|
||||
<class>GtkHButtonBox</class>
|
||||
<child_name>GnomeDialog:action_area</child_name>
|
||||
<name>dialog-action_area1</name>
|
||||
<layout_style>GTK_BUTTONBOX_END</layout_style>
|
||||
<spacing>8</spacing>
|
||||
<child_min_width>85</child_min_width>
|
||||
<child_min_height>27</child_min_height>
|
||||
<child_ipad_x>7</child_ipad_x>
|
||||
<child_ipad_y>0</child_ipad_y>
|
||||
<child>
|
||||
<padding>0</padding>
|
||||
<expand>False</expand>
|
||||
<fill>True</fill>
|
||||
<pack>GTK_PACK_END</pack>
|
||||
</child>
|
||||
|
||||
<widget>
|
||||
<class>GtkButton</class>
|
||||
<name>button1</name>
|
||||
<can_default>True</can_default>
|
||||
<can_focus>True</can_focus>
|
||||
<stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
|
||||
</widget>
|
||||
|
||||
<widget>
|
||||
<class>GtkButton</class>
|
||||
<name>button3</name>
|
||||
<can_default>True</can_default>
|
||||
<can_focus>True</can_focus>
|
||||
<stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
|
||||
|
||||
10
addressbook/gui/component/ldap-server-dialog.glade.h
Normal file
10
addressbook/gui/component/ldap-server-dialog.glade.h
Normal file
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* 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_("Description:");
|
||||
gchar *s = N_("LDAP Server:");
|
||||
gchar *s = N_("Port Number:");
|
||||
gchar *s = N_("Root DN:");
|
||||
@ -4,9 +4,25 @@
|
||||
<project>
|
||||
<name>Printing</name>
|
||||
<program_name>printing</program_name>
|
||||
<directory></directory>
|
||||
<source_directory></source_directory>
|
||||
<pixmaps_directory>pixmaps</pixmaps_directory>
|
||||
<language>C</language>
|
||||
<gnome_support>False</gnome_support>
|
||||
<gettext_support>False</gettext_support>
|
||||
<use_widget_names>False</use_widget_names>
|
||||
<output_main_file>False</output_main_file>
|
||||
<output_support_files>False</output_support_files>
|
||||
<output_build_files>False</output_build_files>
|
||||
<backup_source_files>True</backup_source_files>
|
||||
<main_source_file>interface.c</main_source_file>
|
||||
<main_header_file>interface.h</main_header_file>
|
||||
<handler_source_file>callbacks.c</handler_source_file>
|
||||
<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>
|
||||
|
||||
56
addressbook/printing/e-contact-print.glade.h
Normal file
56
addressbook/printing/e-contact-print.glade.h
Normal file
@ -0,0 +1,56 @@
|
||||
/*
|
||||
* 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_("Page Setup:");
|
||||
gchar *s = N_("Style name:");
|
||||
gchar *s = N_("Preview:");
|
||||
gchar *s = N_("Options");
|
||||
gchar *s = N_("Include:");
|
||||
gchar *s = N_("Sections:");
|
||||
gchar *s = N_("Immediately follow each other");
|
||||
gchar *s = N_("Letter tabs on side");
|
||||
gchar *s = N_("Headings for each letter");
|
||||
gchar *s = N_("Start on a new page");
|
||||
gchar *s = N_("Number of columns:");
|
||||
gchar *s = N_("Blank forms at end:");
|
||||
gchar *s = N_("Fonts");
|
||||
gchar *s = N_("Font...");
|
||||
gchar *s = N_("Font...");
|
||||
gchar *s = N_("Headings");
|
||||
gchar *s = N_("10 pt. Tahoma");
|
||||
gchar *s = N_("Body");
|
||||
gchar *s = N_("8 pt. Tahoma");
|
||||
gchar *s = N_("Shading");
|
||||
gchar *s = N_("Print using gray shading");
|
||||
gchar *s = N_("Format");
|
||||
gchar *s = N_("Paper");
|
||||
gchar *s = N_("Type:");
|
||||
gchar *s = N_("label26");
|
||||
gchar *s = N_("Dimensions:");
|
||||
gchar *s = N_("Width:");
|
||||
gchar *s = N_("Height:");
|
||||
gchar *s = N_("Paper source:");
|
||||
gchar *s = N_("Margins");
|
||||
gchar *s = N_("Top:");
|
||||
gchar *s = N_("Bottom:");
|
||||
gchar *s = N_("Left:");
|
||||
gchar *s = N_("Right:");
|
||||
gchar *s = N_("Page");
|
||||
gchar *s = N_("Size:");
|
||||
gchar *s = N_("label26");
|
||||
gchar *s = N_("Dimensions:");
|
||||
gchar *s = N_("Width:");
|
||||
gchar *s = N_("Height:");
|
||||
gchar *s = N_("Orientation");
|
||||
gchar *s = N_("Portrait");
|
||||
gchar *s = N_("Landscape");
|
||||
gchar *s = N_("Paper");
|
||||
gchar *s = N_("Font...");
|
||||
gchar *s = N_("Header");
|
||||
gchar *s = N_("Footer:");
|
||||
gchar *s = N_("Font...");
|
||||
gchar *s = N_("Reverse on even pages");
|
||||
gchar *s = N_("Header/Footer");
|
||||
@ -1,3 +1,10 @@
|
||||
2000-05-13 Valek Filippov <frob@df.ru>
|
||||
|
||||
* e-msg-composer-attachment.glade: save translatable strings
|
||||
* e-msg-composer-attachment.glade.h: file with strings
|
||||
* e-msg-composer-address-dialog.glade: save translatable strings
|
||||
* e-msg-composer-address-dialog.glade.h: file with strings
|
||||
|
||||
2000-05-12 Dan Winship <danw@helixcode.com>
|
||||
|
||||
* e-msg-composer.c (get_editor_text): NUL-terminate the data
|
||||
|
||||
@ -21,7 +21,8 @@
|
||||
<handler_header_file>callbacks.h</handler_header_file>
|
||||
<support_source_file>support.c</support_source_file>
|
||||
<support_header_file>support.h</support_header_file>
|
||||
<translatable_strings_file></translatable_strings_file>
|
||||
<output_translatable_strings>True</output_translatable_strings>
|
||||
<translatable_strings_file>e-msg-composer-address-dialog.glade.h</translatable_strings_file>
|
||||
</project>
|
||||
|
||||
<widget>
|
||||
|
||||
19
composer/e-msg-composer-address-dialog.glade.h
Normal file
19
composer/e-msg-composer-address-dialog.glade.h
Normal file
@ -0,0 +1,19 @@
|
||||
/*
|
||||
* 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_("Recipient list:");
|
||||
gchar *s = N_("Name:");
|
||||
gchar *s = N_("Search...");
|
||||
gchar *s = N_("Name");
|
||||
gchar *s = N_("Address");
|
||||
gchar *s = N_("Properties...");
|
||||
gchar *s = N_("Add...");
|
||||
gchar *s = N_("To: >>");
|
||||
gchar *s = N_("Cc: >>");
|
||||
gchar *s = N_("Bcc: >>");
|
||||
gchar *s = N_("label9");
|
||||
gchar *s = N_("label7");
|
||||
gchar *s = N_("label8");
|
||||
@ -21,7 +21,8 @@
|
||||
<handler_header_file>callbacks.h</handler_header_file>
|
||||
<support_source_file>support.c</support_source_file>
|
||||
<support_header_file>support.h</support_header_file>
|
||||
<translatable_strings_file></translatable_strings_file>
|
||||
<output_translatable_strings>True</output_translatable_strings>
|
||||
<translatable_strings_file>e-msg-composer-attachment.glade.h</translatable_strings_file>
|
||||
</project>
|
||||
|
||||
<widget>
|
||||
|
||||
11
composer/e-msg-composer-attachment.glade.h
Normal file
11
composer/e-msg-composer-attachment.glade.h
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* 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_("Description:");
|
||||
gchar *s = N_("MIME type:");
|
||||
gchar *s = N_("File name:");
|
||||
gchar *s = N_("Browse...");
|
||||
@ -1,3 +1,8 @@
|
||||
2000-05-13 Valek Filippov <frob@df.ru>
|
||||
|
||||
* POTFILES.in: added *.glade.h and *-strings.h files.
|
||||
* ru.po: updated russian translation.
|
||||
|
||||
2000-05-12 Andreas Hyden <a.hyden@cyberpoint.se>
|
||||
|
||||
* sv.po: Updated Swedish translation.
|
||||
|
||||
@ -1,6 +1,12 @@
|
||||
addressbook/contact-editor/e-contact-editor-strings.h
|
||||
addressbook/contact-editor/fullname-strings.h
|
||||
addressbook/gui/component/ldap-server-dialog.glade.h
|
||||
addressbook/printing/e-contact-print.glade.h
|
||||
composer/e-msg-composer-address-dialog.c
|
||||
composer/e-msg-composer-address-dialog.glade.h
|
||||
composer/e-msg-composer-attachment-bar.c
|
||||
composer/e-msg-composer-attachment.c
|
||||
composer/e-msg-composer-attachment.glade.h
|
||||
composer/e-msg-composer-hdrs.c
|
||||
composer/e-msg-composer.c
|
||||
e-util/e-setup.c
|
||||
@ -13,3 +19,5 @@ shell/e-folder.c
|
||||
shell/e-shell-view-menu.c
|
||||
shell/e-shell.c
|
||||
shell/main.c
|
||||
widgets/e-table/e-table-config.glade.h
|
||||
widgets/e-table/e-table-group.glade.h
|
||||
Reference in New Issue
Block a user