<?xml version="1.0" encoding="UTF-8"?> <glade-interface> <!-- interface-requires gtk+ 2.16 --> <!-- interface-naming-policy project-wide --> <widget class="GtkWindow" id="window1"> <property name="title" translatable="yes">NUT Monitor</property> <property name="window_position">center</property> <property name="icon_name">battery</property> <signal name="destroy" handler="on_window1_destroy"/> <child> <widget class="GtkVBox" id="vbox1"> <property name="visible">True</property> <child> <widget class="GtkMenuBar" id="menubar1"> <property name="visible">True</property> <child> <widget class="GtkMenuItem" id="menuitem1"> <property name="visible">True</property> <property name="label" translatable="yes">_File</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="menu1"> <property name="visible">True</property> <child> <widget class="GtkImageMenuItem" id="imagemenuitem1"> <property name="label">gtk-about</property> <property name="visible">True</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <signal name="activate" handler="on_imagemenuitem1_activate"/> </widget> </child> <child> <widget class="GtkSeparatorMenuItem" id="menuitem2"> <property name="visible">True</property> </widget> </child> <child> <widget class="GtkImageMenuItem" id="imagemenuitem5"> <property name="label">gtk-quit</property> <property name="visible">True</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <signal name="activate" handler="on_imagemenuitem5_activate"/> </widget> </child> </widget> </child> </widget> </child> <child> <widget class="GtkMenuItem" id="menuitem3"> <property name="visible">True</property> <property name="label" translatable="yes">F_avorites</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="menu2"> <property name="visible">True</property> <child> <widget class="GtkImageMenuItem" id="menuitem4"> <property name="label">gtk-add</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <signal name="activate" handler="on_menuitem4_activate"/> </widget> </child> <child> <widget class="GtkImageMenuItem" id="menuitem5"> <property name="label">gtk-delete</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <signal name="activate" handler="on_menuitem5_activate"/> </widget> </child> <child> <widget class="GtkSeparatorMenuItem" id="menuitem6"> <property name="visible">True</property> </widget> </child> </widget> </child> </widget> </child> </widget> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkVBox" id="vbox2"> <property name="visible">True</property> <child> <widget class="GtkFrame" id="frame1"> <property name="visible">True</property> <property name="label_xalign">0.5</property> <property name="shadow_type">in</property> <child> <widget class="GtkAlignment" id="alignment1"> <property name="visible">True</property> <property name="border_width">2</property> <child> <widget class="GtkVBox" id="vbox5"> <property name="visible">True</property> <child> <widget class="GtkVBox" id="vbox6"> <property name="visible">True</property> <child> <widget class="GtkTable" id="table1"> <property name="visible">True</property> <property name="n_rows">2</property> <property name="n_columns">3</property> <child> <widget class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="xalign">1</property> <property name="label" translatable="yes">Host / Port : </property> </widget> <packing> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <widget class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="xalign">1</property> <property name="label" translatable="yes">Device : </property> </widget> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <widget class="GtkEntry" id="entry1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <signal name="changed" handler="on_entry1_changed"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> </packing> </child> <child> <widget class="GtkSpinButton" id="spinbutton1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="max_length">5</property> <property name="invisible_char">●</property> <property name="width_chars">5</property> <property name="adjustment">3493 0 65535 1 10 0</property> <property name="numeric">True</property> <signal name="value_changed" handler="on_spinbutton1_value_changed"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <widget class="GtkComboBox" id="combobox1"> <property name="visible">True</property> <property name="items" translatable="yes">None</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> <child> <widget class="GtkButton" id="button1"> <property name="label">gtk-refresh</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> <signal name="clicked" handler="on_button1_clicked"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkCheckButton" id="checkbutton1"> <property name="label" translatable="yes">Use authentication</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="on_checkbutton1_toggled"/> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <widget class="GtkHBox" id="hbox1"> <property name="visible">True</property> <property name="sensitive">False</property> <child> <widget class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="xalign">1</property> <property name="label" translatable="yes">Login / Password : </property> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkEntry" id="entry2"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <signal name="changed" handler="on_entry2_changed"/> </widget> <packing> <property name="position">1</property> </packing> </child> <child> <widget class="GtkEntry" id="entry3"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="visibility">False</property> <property name="invisible_char">●</property> <signal name="changed" handler="on_entry3_changed"/> </widget> <packing> <property name="position">2</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> <child> <widget class="GtkHSeparator" id="hseparator1"> <property name="visible">True</property> </widget> <packing> <property name="expand">False</property> <property name="padding">4</property> <property name="position">3</property> </packing> </child> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkHBox" id="hbox2"> <property name="visible">True</property> <child> <widget class="GtkButton" id="button2"> <property name="label">gtk-connect</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> <signal name="clicked" handler="on_button2_clicked"/> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkButton" id="button7"> <property name="label">gtk-disconnect</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> <signal name="clicked" handler="on_button7_clicked"/> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> </child> <child> <widget class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="label" translatable="yes"> NUT Server </property> <property name="use_markup">True</property> </widget> <packing> <property name="type">label_item</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkNotebook" id="notebook1"> <property name="can_focus">True</property> <property name="homogeneous">True</property> <child> <widget class="GtkVBox" id="vbox7"> <property name="visible">True</property> <property name="border_width">2</property> <child> <widget class="GtkHBox" id="hbox3"> <property name="visible">True</property> <child> <widget class="GtkImage" id="image1"> <property name="visible">True</property> <property name="stock">gtk-missing-image</property> <property name="icon-size">6</property> </widget> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkFrame" id="frame4"> <property name="visible">True</property> <property name="label_xalign">0</property> <property name="shadow_type">in</property> <child> <widget class="GtkAlignment" id="alignment4"> <property name="visible">True</property> <property name="top_padding">2</property> <property name="bottom_padding">2</property> <property name="left_padding">2</property> <property name="right_padding">2</property> <child> <widget class="GtkHBox" id="hbox4"> <property name="visible">True</property> <child> <widget class="GtkLabel" id="label10"> <property name="visible">True</property> <property name="xalign">1</property> <property name="yalign">0</property> <property name="xpad">2</property> <property name="label" translatable="yes">label</property> <property name="justify">right</property> </widget> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkLabel" id="label11"> <property name="visible">True</property> <property name="xalign">0</property> <property name="yalign">0</property> <property name="xpad">2</property> <property name="label" translatable="yes">label</property> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> </child> </widget> </child> <child> <placeholder/> <packing> <property name="type">label_item</property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkTable" id="table2"> <property name="visible">True</property> <property name="n_rows">4</property> <property name="n_columns">2</property> <property name="row_spacing">4</property> <child> <widget class="GtkLabel" id="label12"> <property name="visible">True</property> <property name="xalign">1</property> <property name="xpad">2</property> <property name="label" translatable="yes">Battery charge :</property> <property name="use_markup">True</property> <property name="justify">right</property> </widget> <packing> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <widget class="GtkLabel" id="label13"> <property name="visible">True</property> <property name="xalign">1</property> <property name="xpad">2</property> <property name="label" translatable="yes">Current load :</property> <property name="use_markup">True</property> <property name="justify">right</property> </widget> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <widget class="GtkProgressBar" id="progressbar1"> <property name="visible">True</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> </packing> </child> <child> <widget class="GtkProgressBar" id="progressbar2"> <property name="visible">True</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> <child> <widget class="GtkLabel" id="label14"> <property name="visible">True</property> <property name="xalign">1</property> <property name="xpad">2</property> <property name="label" translatable="yes">Remaining time :</property> <property name="justify">right</property> </widget> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <widget class="GtkFrame" id="frame5"> <property name="visible">True</property> <property name="label_xalign">0</property> <property name="shadow_type">in</property> <child> <widget class="GtkAlignment" id="alignment5"> <property name="visible">True</property> <child> <widget class="GtkLabel" id="label15"> <property name="visible">True</property> <property name="label" translatable="yes">N/A</property> <property name="use_markup">True</property> </widget> </child> </widget> </child> <child> <placeholder/> <packing> <property name="type">label_item</property> </packing> </child> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> </packing> </child> <child> <widget class="GtkLabel" id="label16"> <property name="visible">True</property> <property name="xalign">1</property> <property name="xpad">2</property> <property name="label" translatable="yes">Device commands :</property> <property name="use_markup">True</property> <property name="justify">right</property> </widget> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <widget class="GtkHBox" id="hbox5"> <property name="visible">True</property> <child> <placeholder/> </child> <child> <widget class="GtkButton" id="button8"> <property name="label">gtk-execute</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> <signal name="clicked" handler="on_button8_clicked"/> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <placeholder/> </child> </widget> </child> <child> <widget class="GtkLabel" id="label7"> <property name="visible">True</property> <property name="xpad">2</property> <property name="label" translatable="yes">Device status</property> </widget> <packing> <property name="tab_fill">False</property> <property name="type">tab</property> </packing> </child> <child> <widget class="GtkVBox" id="vbox8"> <property name="visible">True</property> <property name="border_width">2</property> <child> <widget class="GtkFrame" id="frame6"> <property name="visible">True</property> <property name="label_xalign">0</property> <property name="shadow_type">in</property> <child> <widget class="GtkAlignment" id="alignment6"> <property name="visible">True</property> <property name="top_padding">1</property> <property name="bottom_padding">1</property> <property name="left_padding">1</property> <property name="right_padding">1</property> <child> <widget class="GtkScrolledWindow" id="scrolledwindow1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">automatic</property> <property name="vscrollbar_policy">automatic</property> <child> <widget class="GtkTreeView" id="treeview1"> <property name="visible">True</property> <property name="can_focus">True</property> <signal name="button_press_event" handler="on_treeview1_button_press_event"/> </widget> </child> </widget> </child> </widget> </child> <child> <placeholder/> <packing> <property name="type">label_item</property> </packing> </child> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkButton" id="button9"> <property name="label">gtk-refresh</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> <signal name="clicked" handler="on_button9_clicked"/> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> <child> <widget class="GtkLabel" id="label8"> <property name="visible">True</property> <property name="label" translatable="yes">Device vars</property> </widget> <packing> <property name="position">1</property> <property name="tab_fill">False</property> <property name="type">tab</property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> <child> <widget class="GtkStatusbar" id="statusbar2"> <property name="visible">True</property> <property name="spacing">2</property> </widget> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> </widget> </child> </widget> <widget class="GtkDialog" id="dialog1"> <property name="border_width">5</property> <property name="modal">True</property> <property name="window_position">center-always</property> <property name="type_hint">normal</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> <property name="spacing">2</property> <child> <widget class="GtkFrame" id="frame2"> <property name="visible">True</property> <property name="label_xalign">0</property> <property name="shadow_type">in</property> <child> <widget class="GtkAlignment" id="alignment2"> <property name="visible">True</property> <property name="top_padding">4</property> <property name="bottom_padding">4</property> <property name="left_padding">4</property> <property name="right_padding">4</property> <child> <widget class="GtkVBox" id="vbox3"> <property name="visible">True</property> <child> <widget class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="label" translatable="yes">Enter a name for this favorite <span color="#808080">You cannot re-use a name from another entry</span> </property> <property name="use_markup">True</property> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkEntry" id="entry4"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> <signal name="changed" handler="on_entry4_changed"/> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> </child> <child> <placeholder/> <packing> <property name="type">label_item</property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area1"> <property name="visible">True</property> <property name="layout_style">spread</property> <child> <widget class="GtkButton" id="button3"> <property name="label">gtk-add</property> <property name="response_id">1</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkButton" id="button4"> <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </widget> </child> </widget> <widget class="GtkDialog" id="dialog2"> <property name="border_width">5</property> <property name="modal">True</property> <property name="window_position">center-always</property> <property name="type_hint">normal</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox3"> <property name="visible">True</property> <property name="spacing">2</property> <child> <widget class="GtkFrame" id="frame3"> <property name="visible">True</property> <property name="label_xalign">0</property> <property name="shadow_type">in</property> <child> <widget class="GtkAlignment" id="alignment3"> <property name="visible">True</property> <property name="top_padding">4</property> <property name="bottom_padding">4</property> <property name="left_padding">4</property> <property name="right_padding">4</property> <child> <widget class="GtkVBox" id="vbox4"> <property name="visible">True</property> <child> <widget class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="label" translatable="yes"> Please select the favorite that you want to delete from list... </property> <property name="use_markup">True</property> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkComboBox" id="combobox2"> <property name="visible">True</property> <property name="active">0</property> <property name="items" translatable="yes"><None></property> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> </child> <child> <placeholder/> <packing> <property name="type">label_item</property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area3"> <property name="visible">True</property> <property name="layout_style">spread</property> <child> <widget class="GtkButton" id="button5"> <property name="label">gtk-delete</property> <property name="response_id">1</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkButton" id="button6"> <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </widget> </child> </widget> <widget class="GtkDialog" id="dialog3"> <property name="border_width">5</property> <property name="modal">True</property> <property name="window_position">center-always</property> <property name="type_hint">normal</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox5"> <property name="visible">True</property> <property name="spacing">2</property> <child> <widget class="GtkFrame" id="frame7"> <property name="visible">True</property> <property name="label_xalign">0</property> <property name="shadow_type">in</property> <child> <widget class="GtkAlignment" id="alignment7"> <property name="visible">True</property> <property name="top_padding">4</property> <property name="bottom_padding">4</property> <property name="left_padding">4</property> <property name="right_padding">4</property> <child> <widget class="GtkVBox" id="vbox9"> <property name="visible">True</property> <child> <widget class="GtkHBox" id="hbox6"> <property name="visible">True</property> <property name="border_width">4</property> <child> <widget class="GtkImage" id="image2"> <property name="visible">True</property> <property name="stock">gtk-edit</property> <property name="icon-size">6</property> </widget> <packing> <property name="expand">False</property> <property name="padding">4</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkLabel" id="label9"> <property name="visible">True</property> <property name="label" translatable="yes">Enter a new value for the variable. </property> <property name="use_markup">True</property> </widget> <packing> <property name="padding">2</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkEntry" id="entry5"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> </child> <child> <placeholder/> <packing> <property name="type">label_item</property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area5"> <property name="visible">True</property> <property name="layout_style">spread</property> <child> <widget class="GtkButton" id="button10"> <property name="label">gtk-save</property> <property name="response_id">1</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkButton" id="button11"> <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </widget> </child> </widget> <widget class="GtkAboutDialog" id="aboutdialog1"> <property name="border_width">5</property> <property name="modal">True</property> <property name="window_position">center-always</property> <property name="type_hint">normal</property> <property name="program_name">NUT-Monitor</property> <property name="version">1.3.1</property> <property name="copyright" translatable="yes">Copyright (c) 2010 David Goncalves</property> <property name="comments" translatable="yes">GUI to manage devices connected a NUT server. For more information about NUT (Network UPS Tools) please visit the author's website. http://www.networkupstools.org </property> <property name="website">http://www.lestat.st/informatique/projets/nut-monitor-en</property> <property name="website_label" translatable="yes">http://www.lestat.st</property> <property name="license" translatable="yes">Copyright (C) 2010 David Goncalves <david@lestat.st> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.</property> <property name="authors">David Goncalves <david@lestat.st></property> <property name="translator_credits">David Goncalves <david@lestat.st> - Français Daniele Pezzini <hyouko@gmail.com> - Italiano</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox6"> <property name="visible">True</property> <property name="spacing">2</property> <child> <placeholder/> </child> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area6"> <property name="visible">True</property> <property name="layout_style">spread</property> </widget> <packing> <property name="expand">False</property> <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> </widget> </child> </widget> </glade-interface>