<?xml version="1.0"?> <glade-interface> <!-- interface-requires gtk+ 2.16 --> <!-- interface-naming-policy toplevel-contextual --> <widget class="GtkWindow" id="account_creation_wizard_window"> <property name="border_width">12</property> <property name="title" translatable="yes">Gajim: Account Creation Wizard</property> <property name="resizable">False</property> <signal name="destroy" handler="on_wizard_window_destroy"/> <child> <widget class="GtkVBox" id="vbox77"> <property name="visible">True</property> <property name="spacing">6</property> <child> <widget class="GtkNotebook" id="notebook"> <property name="visible">True</property> <property name="show_tabs">False</property> <property name="show_border">False</property> <child> <widget class="GtkVBox" id="vbox78"> <property name="visible">True</property> <property name="spacing">12</property> <child> <widget class="GtkLabel" id="label256"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">You need to have an account in order to connect to the Jabber network.</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkFrame" id="frame33"> <property name="visible">True</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> <widget class="GtkAlignment" id="alignment68"> <property name="visible">True</property> <property name="top_padding">5</property> <property name="left_padding">12</property> <child> <widget class="GtkVBox" id="vbox83"> <property name="visible">True</property> <property name="border_width">6</property> <property name="spacing">6</property> <child> <widget class="GtkRadioButton" id="use_existing_account_radiobutton"> <property name="label" translatable="yes">I already have an account I want to _use</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkRadioButton" id="register_new_account_radiobutton"> <property name="label" translatable="yes">I want to _register for a new account</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> <property name="group">use_existing_account_radiobutton</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> </child> <child> <widget class="GtkLabel" id="label269"> <property name="visible">True</property> <property name="label" translatable="yes"><b>Please choose one of the options below:</b></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="fill">False</property> <property name="position">1</property> </packing> </child> </widget> </child> <child> <widget class="GtkLabel" id="label259"> <property name="visible">True</property> </widget> <packing> <property name="tab_fill">False</property> <property name="type">tab</property> </packing> </child> <child> <widget class="GtkVBox" id="register_vbox"> <property name="visible">True</property> <property name="border_width">6</property> <property name="spacing">12</property> <child> <widget class="GtkLabel" id="label270"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes"><b>Please fill in the data for your existing account</b></property> <property name="use_markup">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkTable" id="table27"> <property name="visible">True</property> <property name="n_rows">3</property> <property name="n_columns">4</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> <child> <widget class="GtkEntry" id="username_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <signal name="key_press_event" handler="on_username_entry_key_press_event"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label263"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Password:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">password_entry</property> </widget> <packing> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkCheckButton" id="save_password_checkbutton"> <property name="label" translatable="yes">Save pass_word</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip" translatable="yes">If checked, Gajim will remember the password for this account</property> <property name="use_underline">True</property> <property name="focus_on_click">False</property> <property name="active">True</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="on_save_password_checkbutton_toggled"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">4</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkEntry" id="password_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="visibility">False</property> <property name="activates_default">True</property> </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> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label262"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Jabber ID:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">username_entry</property> </widget> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">@</property> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="x_options"></property> </packing> </child> <child> <widget class="GtkComboBoxEntry" id="server_comboboxentry"> <property name="visible">True</property> </widget> <packing> <property name="left_attach">3</property> <property name="right_attach">4</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <widget class="GtkCheckButton" id="anonymous_checkbutton1"> <property name="label" translatable="yes">Anon_ymous authentication</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="on_anonymous_checkbutton1_toggled"/> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">4</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> <child> <placeholder/> </child> </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="label261"> <property name="visible">True</property> </widget> <packing> <property name="position">1</property> <property name="tab_fill">False</property> <property name="type">tab</property> </packing> </child> <child> <widget class="GtkVBox" id="vbox105"> <property name="visible">True</property> <property name="border_width">6</property> <property name="spacing">12</property> <child> <widget class="GtkLabel" id="label368"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes"><b>Please select a server</b></property> <property name="use_markup">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkHBox" id="hbox2997"> <property name="visible">True</property> <property name="spacing">6</property> <child> <widget class="GtkLabel" id="label369"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Server:</property> <property name="use_underline">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkComboBoxEntry" id="server_comboboxentry1"> <property name="visible">True</property> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> <child> <widget class="GtkCheckButton" id="anonymous_checkbutton2"> <property name="label" translatable="yes">Anon_ymous authentication</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> </widget> <packing> <property name="expand">False</property> <property name="position">2</property> </packing> </child> <child> <widget class="GtkExpander" id="expander1"> <property name="visible">True</property> <property name="can_focus">True</property> <child> <widget class="GtkTable" id="table32"> <property name="visible">True</property> <property name="border_width">5</property> <property name="n_rows">3</property> <property name="n_columns">3</property> <property name="column_spacing">5</property> <property name="row_spacing">5</property> <child> <widget class="GtkLabel" id="label381"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Prox_y:</property> <property name="use_underline">True</property> </widget> <packing> <property name="x_options">GTK_FILL</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkComboBox" id="proxies_combobox"> <property name="visible">True</property> <property name="items">None</property> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="y_options">GTK_FILL</property> </packing> </child> <child> <widget class="GtkButton" id="manage_proxies_button"> <property name="label" translatable="yes">Manage...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <signal name="clicked" handler="on_manage_proxies_button_clicked"/> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="x_options"></property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkCheckButton" id="custom_host_port_checkbutton"> <property name="label" translatable="yes">Use custom hostname/port</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="on_custom_host_port_checkbutton_toggled"/> </widget> <packing> <property name="right_attach">3</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="y_options"></property> </packing> </child> <child> <widget class="GtkHBox" id="custom_host_hbox"> <property name="visible">True</property> <property name="sensitive">False</property> <property name="spacing">6</property> <child> <widget class="GtkLabel" id="label380"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Hostname:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">custom_host_entry</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkEntry" id="custom_host_entry"> <property name="visible">True</property> <property name="can_focus">True</property> </widget> <packing> <property name="position">1</property> </packing> </child> <child> <widget class="GtkLabel" id="label379"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">_Port:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">custom_port_entry</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> </packing> </child> <child> <widget class="GtkEntry" id="custom_port_entry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="width_chars">6</property> <property name="text">5222</property> </widget> <packing> <property name="expand">False</property> <property name="position">3</property> </packing> </child> </widget> <packing> <property name="right_attach">3</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> <property name="x_options">GTK_FILL</property> <property name="y_options">GTK_FILL</property> </packing> </child> </widget> </child> <child> <widget class="GtkLabel" id="label378"> <property name="visible">True</property> <property name="label" translatable="yes">_Advanced</property> <property name="use_underline">True</property> </widget> <packing> <property name="type">label_item</property> </packing> </child> </widget> <packing> <property name="position">3</property> </packing> </child> </widget> <packing> <property name="position">2</property> </packing> </child> <child> <widget class="GtkLabel" id="label367"> <property name="visible">True</property> </widget> <packing> <property name="position">2</property> <property name="tab_fill">False</property> <property name="type">tab</property> </packing> </child> <child> <widget class="GtkVBox" id="ssl_vbox"> <property name="visible">True</property> <child> <widget class="GtkHBox" id="hbox1"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <child> <widget class="GtkImage" id="image1"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="stock">gtk-dialog-warning</property> <property name="icon-size">5</property> </widget> <packing> <property name="expand">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkLabel" id="ssl_label"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkCheckButton" id="ssl_checkbutton"> <property name="label" translatable="yes">Add this certificate to the list of trusted certificates. SHA1 fingerprint of the certificate: </property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="draw_indicator">True</property> </widget> <packing> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="position">3</property> </packing> </child> <child> <widget class="GtkLabel" id="label482"> <property name="visible">True</property> </widget> <packing> <property name="position">3</property> <property name="tab_fill">False</property> <property name="type">tab</property> </packing> </child> <child> <widget class="GtkVBox" id="form_vbox"> <property name="visible">True</property> <child> <placeholder/> </child> </widget> <packing> <property name="position">4</property> </packing> </child> <child> <widget class="GtkLabel" id="label382"> <property name="visible">True</property> </widget> <packing> <property name="position">4</property> <property name="tab_fill">False</property> <property name="type">tab</property> </packing> </child> <child> <widget class="GtkVBox" id="vbox104"> <property name="visible">True</property> <child> <widget class="GtkLabel" id="progressbar_label"> <property name="visible">True</property> <property name="label" translatable="yes"><b>Connecting to server</b> Please wait...</property> <property name="use_markup">True</property> <property name="justify">center</property> </widget> <packing> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkProgressBar" id="progressbar"> <property name="visible">True</property> <property name="pulse_step">0.10000000149</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="position">5</property> </packing> </child> <child> <widget class="GtkLabel" id="label365"> <property name="visible">True</property> </widget> <packing> <property name="position">5</property> <property name="tab_fill">False</property> <property name="type">tab</property> </packing> </child> <child> <widget class="GtkVBox" id="vbox103"> <property name="visible">True</property> <child> <widget class="GtkHBox" id="hbox2986"> <property name="visible">True</property> <property name="spacing">12</property> <child> <widget class="GtkImage" id="finish_image"> <property name="visible">True</property> <property name="stock">gtk-missing-image</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkLabel" id="finish_label"> <property name="visible">True</property> <property name="xalign">0.10000000149011612</property> <property name="use_markup">True</property> <property name="wrap">True</property> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkCheckButton" id="go_online_checkbutton"> <property name="label" translatable="yes">Connect when I press Finish</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> <child> <widget class="GtkCheckButton" id="show_vcard_checkbutton"> <property name="label" translatable="yes">Set my profile when I connect</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> </packing> </child> </widget> <packing> <property name="position">6</property> </packing> </child> <child> <widget class="GtkLabel" id="label286"> <property name="visible">True</property> </widget> <packing> <property name="position">6</property> <property name="tab_fill">False</property> <property name="type">tab</property> </packing> </child> </widget> <packing> <property name="position">0</property> </packing> </child> <child> <widget class="GtkHButtonBox" id="hbuttonbox19"> <property name="visible">True</property> <property name="spacing">12</property> <property name="layout_style">end</property> <child> <widget class="GtkButton" id="cancel_button"> <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> <signal name="clicked" handler="on_cancel_button_clicked"/> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkButton" id="back_button"> <property name="label">gtk-go-back</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> <signal name="clicked" handler="on_back_button_clicked"/> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> <child> <widget class="GtkButton" id="forward_button"> <property name="label">gtk-go-forward</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">False</property> <property name="use_stock">True</property> <signal name="clicked" handler="on_forward_button_clicked"/> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">2</property> </packing> </child> <child> <widget class="GtkButton" id="advanced_button"> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="no_show_all">True</property> <signal name="clicked" handler="on_advanced_button_clicked"/> <child> <widget class="GtkAlignment" id="alignment96"> <property name="visible">True</property> <property name="xscale">0</property> <property name="yscale">0</property> <child> <widget class="GtkHBox" id="hbox2996"> <property name="visible">True</property> <property name="spacing">2</property> <child> <widget class="GtkImage" id="image1265"> <property name="visible">True</property> <property name="stock">gtk-preferences</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkLabel" id="label364"> <property name="visible">True</property> <property name="label" translatable="yes">_Advanced</property> <property name="use_underline">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">3</property> </packing> </child> <child> <widget class="GtkButton" id="finish_button"> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> <property name="no_show_all">True</property> <signal name="clicked" handler="on_finish_button_clicked"/> <child> <widget class="GtkAlignment" id="alignment87"> <property name="visible">True</property> <property name="xscale">0</property> <property name="yscale">0</property> <child> <widget class="GtkHBox" id="hbox2989"> <property name="visible">True</property> <property name="spacing">2</property> <child> <widget class="GtkImage" id="image1112"> <property name="visible">True</property> <property name="stock">gtk-apply</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> </packing> </child> <child> <widget class="GtkLabel" id="label352"> <property name="visible">True</property> <property name="label" translatable="yes">_Finish</property> <property name="use_underline">True</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">4</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> </glade-interface>