diff options
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/component/ldap-server-dialog.glade | 81 | ||||
-rw-r--r-- | addressbook/gui/component/ldap-server-dialog.glade.h | 10 | ||||
-rw-r--r-- | addressbook/printing/e-contact-print.glade | 16 | ||||
-rw-r--r-- | addressbook/printing/e-contact-print.glade.h | 56 |
5 files changed, 136 insertions, 34 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6fbc0f1339..b33ddb9c00 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -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 diff --git a/addressbook/gui/component/ldap-server-dialog.glade b/addressbook/gui/component/ldap-server-dialog.glade index 7905f11805..71090f53dd 100644 --- a/addressbook/gui/component/ldap-server-dialog.glade +++ b/addressbook/gui/component/ldap-server-dialog.glade @@ -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> @@ -37,40 +50,6 @@ </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> <homogeneous>False</homogeneous> @@ -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> diff --git a/addressbook/gui/component/ldap-server-dialog.glade.h b/addressbook/gui/component/ldap-server-dialog.glade.h new file mode 100644 index 0000000000..68b45bdb34 --- /dev/null +++ b/addressbook/gui/component/ldap-server-dialog.glade.h @@ -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:"); diff --git a/addressbook/printing/e-contact-print.glade b/addressbook/printing/e-contact-print.glade index c078929d07..be24c9fc60 100644 --- a/addressbook/printing/e-contact-print.glade +++ b/addressbook/printing/e-contact-print.glade @@ -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> diff --git a/addressbook/printing/e-contact-print.glade.h b/addressbook/printing/e-contact-print.glade.h new file mode 100644 index 0000000000..b3b03d6d68 --- /dev/null +++ b/addressbook/printing/e-contact-print.glade.h @@ -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"); |