Use accelerators here.
2000-05-12 Miguel de Icaza <miguel@gnu.org> * contact-editor/fulname.glade: Use accelerators here. svn path=/trunk/; revision=3010
This commit is contained in:
committed by
Miguel de Icaza
parent
80a2c2ca88
commit
74634bdee6
@ -1,3 +1,7 @@
|
||||
2000-05-12 Miguel de Icaza <miguel@gnu.org>
|
||||
|
||||
* contact-editor/fulname.glade: Use accelerators here.
|
||||
|
||||
2000-05-13 Valek Filippov <frob@df.ru>
|
||||
|
||||
* gui/component/ldap-server-dialog.glade: save translatable strings
|
||||
|
||||
@ -5,11 +5,11 @@
|
||||
*/
|
||||
|
||||
gchar *s = N_("Check Full Name");
|
||||
gchar *s = N_("Title:");
|
||||
gchar *s = N_("First:");
|
||||
gchar *s = N_("Middle:");
|
||||
gchar *s = N_("Last:");
|
||||
gchar *s = N_("Suffix:");
|
||||
gchar *s = N_("_Title:");
|
||||
gchar *s = N_("_First:");
|
||||
gchar *s = N_("_Middle:");
|
||||
gchar *s = N_("_Last:");
|
||||
gchar *s = N_("_Suffix:");
|
||||
gchar *s = N_("\n"
|
||||
"Mr.\n"
|
||||
"Mrs.\n"
|
||||
|
||||
@ -14,6 +14,13 @@
|
||||
<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>fullname-strings.h</translatable_strings_file>
|
||||
</project>
|
||||
@ -44,40 +51,6 @@
|
||||
<fill>True</fill>
|
||||
</child>
|
||||
|
||||
<widget>
|
||||
<class>GtkHButtonBox</class>
|
||||
<child_name>GnomeDialog:action_area</child_name>
|
||||
<name>hbuttonbox1</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>button2</name>
|
||||
<can_default>True</can_default>
|
||||
<can_focus>True</can_focus>
|
||||
<stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
|
||||
</widget>
|
||||
</widget>
|
||||
|
||||
<widget>
|
||||
<class>GtkTable</class>
|
||||
<name>table-checkfullname</name>
|
||||
@ -96,7 +69,7 @@
|
||||
<widget>
|
||||
<class>GtkAccelLabel</class>
|
||||
<name>accellabel1</name>
|
||||
<label>Title:</label>
|
||||
<label>_Title:</label>
|
||||
<justify>GTK_JUSTIFY_CENTER</justify>
|
||||
<wrap>False</wrap>
|
||||
<xalign>0</xalign>
|
||||
@ -122,7 +95,7 @@
|
||||
<widget>
|
||||
<class>GtkAccelLabel</class>
|
||||
<name>accellabel2</name>
|
||||
<label>First:</label>
|
||||
<label>_First:</label>
|
||||
<justify>GTK_JUSTIFY_CENTER</justify>
|
||||
<wrap>False</wrap>
|
||||
<xalign>0</xalign>
|
||||
@ -148,7 +121,7 @@
|
||||
<widget>
|
||||
<class>GtkAccelLabel</class>
|
||||
<name>accellabel3</name>
|
||||
<label>Middle:</label>
|
||||
<label>_Middle:</label>
|
||||
<justify>GTK_JUSTIFY_CENTER</justify>
|
||||
<wrap>False</wrap>
|
||||
<xalign>0</xalign>
|
||||
@ -174,7 +147,7 @@
|
||||
<widget>
|
||||
<class>GtkAccelLabel</class>
|
||||
<name>accellabel4</name>
|
||||
<label>Last:</label>
|
||||
<label>_Last:</label>
|
||||
<justify>GTK_JUSTIFY_CENTER</justify>
|
||||
<wrap>False</wrap>
|
||||
<xalign>0</xalign>
|
||||
@ -200,7 +173,7 @@
|
||||
<widget>
|
||||
<class>GtkAccelLabel</class>
|
||||
<name>accellabel5</name>
|
||||
<label>Suffix:</label>
|
||||
<label>_Suffix:</label>
|
||||
<justify>GTK_JUSTIFY_CENTER</justify>
|
||||
<wrap>False</wrap>
|
||||
<xalign>0</xalign>
|
||||
@ -378,6 +351,40 @@ Esq.
|
||||
</child>
|
||||
</widget>
|
||||
</widget>
|
||||
|
||||
<widget>
|
||||
<class>GtkHButtonBox</class>
|
||||
<child_name>GnomeDialog:action_area</child_name>
|
||||
<name>hbuttonbox1</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>button2</name>
|
||||
<can_default>True</can_default>
|
||||
<can_focus>True</can_focus>
|
||||
<stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
|
||||
|
||||
@ -5,11 +5,11 @@
|
||||
*/
|
||||
|
||||
gchar *s = N_("Check Full Name");
|
||||
gchar *s = N_("Title:");
|
||||
gchar *s = N_("First:");
|
||||
gchar *s = N_("Middle:");
|
||||
gchar *s = N_("Last:");
|
||||
gchar *s = N_("Suffix:");
|
||||
gchar *s = N_("_Title:");
|
||||
gchar *s = N_("_First:");
|
||||
gchar *s = N_("_Middle:");
|
||||
gchar *s = N_("_Last:");
|
||||
gchar *s = N_("_Suffix:");
|
||||
gchar *s = N_("\n"
|
||||
"Mr.\n"
|
||||
"Mrs.\n"
|
||||
|
||||
@ -14,6 +14,13 @@
|
||||
<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>fullname-strings.h</translatable_strings_file>
|
||||
</project>
|
||||
@ -44,40 +51,6 @@
|
||||
<fill>True</fill>
|
||||
</child>
|
||||
|
||||
<widget>
|
||||
<class>GtkHButtonBox</class>
|
||||
<child_name>GnomeDialog:action_area</child_name>
|
||||
<name>hbuttonbox1</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>button2</name>
|
||||
<can_default>True</can_default>
|
||||
<can_focus>True</can_focus>
|
||||
<stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
|
||||
</widget>
|
||||
</widget>
|
||||
|
||||
<widget>
|
||||
<class>GtkTable</class>
|
||||
<name>table-checkfullname</name>
|
||||
@ -96,7 +69,7 @@
|
||||
<widget>
|
||||
<class>GtkAccelLabel</class>
|
||||
<name>accellabel1</name>
|
||||
<label>Title:</label>
|
||||
<label>_Title:</label>
|
||||
<justify>GTK_JUSTIFY_CENTER</justify>
|
||||
<wrap>False</wrap>
|
||||
<xalign>0</xalign>
|
||||
@ -122,7 +95,7 @@
|
||||
<widget>
|
||||
<class>GtkAccelLabel</class>
|
||||
<name>accellabel2</name>
|
||||
<label>First:</label>
|
||||
<label>_First:</label>
|
||||
<justify>GTK_JUSTIFY_CENTER</justify>
|
||||
<wrap>False</wrap>
|
||||
<xalign>0</xalign>
|
||||
@ -148,7 +121,7 @@
|
||||
<widget>
|
||||
<class>GtkAccelLabel</class>
|
||||
<name>accellabel3</name>
|
||||
<label>Middle:</label>
|
||||
<label>_Middle:</label>
|
||||
<justify>GTK_JUSTIFY_CENTER</justify>
|
||||
<wrap>False</wrap>
|
||||
<xalign>0</xalign>
|
||||
@ -174,7 +147,7 @@
|
||||
<widget>
|
||||
<class>GtkAccelLabel</class>
|
||||
<name>accellabel4</name>
|
||||
<label>Last:</label>
|
||||
<label>_Last:</label>
|
||||
<justify>GTK_JUSTIFY_CENTER</justify>
|
||||
<wrap>False</wrap>
|
||||
<xalign>0</xalign>
|
||||
@ -200,7 +173,7 @@
|
||||
<widget>
|
||||
<class>GtkAccelLabel</class>
|
||||
<name>accellabel5</name>
|
||||
<label>Suffix:</label>
|
||||
<label>_Suffix:</label>
|
||||
<justify>GTK_JUSTIFY_CENTER</justify>
|
||||
<wrap>False</wrap>
|
||||
<xalign>0</xalign>
|
||||
@ -378,6 +351,40 @@ Esq.
|
||||
</child>
|
||||
</widget>
|
||||
</widget>
|
||||
|
||||
<widget>
|
||||
<class>GtkHButtonBox</class>
|
||||
<child_name>GnomeDialog:action_area</child_name>
|
||||
<name>hbuttonbox1</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>button2</name>
|
||||
<can_default>True</can_default>
|
||||
<can_focus>True</can_focus>
|
||||
<stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user