From: <ale...@us...> - 2003-12-11 13:30:27
|
Update of /cvsroot/morphix/partitionmorpher In directory sc8-pr-cvs1:/tmp/cvs-serv31280 Modified Files: partitionmorpher.glade translation Log Message: simplified view Index: partitionmorpher.glade =================================================================== RCS file: /cvsroot/morphix/partitionmorpher/partitionmorpher.glade,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** partitionmorpher.glade 19 Oct 2003 00:18:57 -0000 1.7 --- partitionmorpher.glade 11 Dec 2003 13:30:23 -0000 1.8 *************** *** 550,554 **** <property name="tooltip" translatable="yes">Select the filesystem type. None is default. For an ordinary filesystem, you should choose one of the next 4 options. If you want a swap partition, select the 6th option</property> <property name="can_focus">True</property> ! <property name="history">0</property> <child> --- 550,554 ---- <property name="tooltip" translatable="yes">Select the filesystem type. None is default. For an ordinary filesystem, you should choose one of the next 4 options. If you want a swap partition, select the 6th option</property> <property name="can_focus">True</property> ! <property name="history">2</property> <child> *************** *** 710,714 **** <child> <widget class="GtkLabel" id="label8"> - <property name="visible">True</property> <property name="label" translatable="yes">Partition Position:</property> <property name="use_underline">False</property> --- 710,713 ---- *************** *** 734,738 **** <child> <widget class="GtkOptionMenu" id="optionmenu3"> - <property name="visible">True</property> <property name="tooltip" translatable="yes">When the partition doesn't fill up all the free space, you can choose to have it located at the beginning or the end of the free space</property> <property name="can_focus">True</property> --- 733,736 ---- *************** *** 797,820 **** <child> - <widget class="GtkHScale" id="CreateSizeHScale"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="draw_value">True</property> - <property name="value_pos">GTK_POS_LEFT</property> - <property name="digits">1</property> - <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> - <property name="inverted">False</property> - <property name="adjustment">0 0 0 0 0 0</property> - </widget> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">12</property> - <property name="bottom_attach">13</property> - <property name="x_options">fill</property> - </packing> - </child> - - <child> <widget class="GtkLabel" id="label11"> <property name="visible">True</property> --- 795,798 ---- *************** *** 1242,1245 **** --- 1220,1244 ---- </packing> </child> + + <child> + <widget class="GtkEntry" id="CreateSizeEntry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes"></property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">12</property> + <property name="bottom_attach">13</property> + <property name="y_options"></property> + </packing> + </child> </widget> <packing> *************** *** 1604,1626 **** <child> - <widget class="GtkHScale" id="hscale2"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="draw_value">True</property> - <property name="value_pos">GTK_POS_LEFT</property> - <property name="digits">1</property> - <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> - <property name="inverted">False</property> - <property name="adjustment">0 0 0 0 0 0</property> - </widget> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">5</property> - <property name="bottom_attach">6</property> - </packing> - </child> - - <child> <widget class="GtkLabel" id="label57"> <property name="visible">True</property> --- 1603,1606 ---- *************** *** 1666,1669 **** --- 1646,1670 ---- <property name="bottom_attach">4</property> <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="entry2"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes"></property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">5</property> + <property name="bottom_attach">6</property> <property name="y_options"></property> </packing> Index: translation =================================================================== RCS file: /cvsroot/morphix/partitionmorpher/translation,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** translation 19 Oct 2003 00:18:57 -0000 1.6 --- translation 11 Dec 2003 13:30:24 -0000 1.7 *************** *** 72,75 **** --- 72,76 ---- gchar *s = N_("You can have any number of Logical partions inside an Extended partition."); gchar *s = N_("Logical"); + gchar *s = N_("*"); gchar *s = N_("Resize Partition"); gchar *s = N_("Cancel the resizing operation"); *************** *** 83,86 **** --- 84,88 ---- gchar *s = N_("Current Size:"); gchar *s = N_("Min Size:"); + gchar *s = N_("*"); gchar *s = N_("Apply Changes?"); gchar *s = N_("Are you SURE you wish to apply all changes?\n" |