mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-21 14:58:29 +00:00
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@232 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
138 lines
6.2 KiB
XML
138 lines
6.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
|
<!--Generated with glade3 3.4.5 on Mon Jan 12 14:45:17 2009 -->
|
|
<glade-interface>
|
|
<widget class="GtkAssistant" id="p2pwizard">
|
|
<property name="title" translatable="yes">Creating a FONICS account</property>
|
|
<signal name="apply" handler="linphone_gtk_fonis_wizard_apply"/>
|
|
<signal name="prepare" handler="linphone_gtk_fonis_wizard_prepare"/>
|
|
<child>
|
|
<widget class="GtkLabel" id="label1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">WARNING: experimental feature !
|
|
|
|
FONIS stands for Free Overlay Network for Instant SIP.
|
|
Based on SIP and Peer to Peer technologies, it allows people to find each other through the help of a virtual network.
|
|
Once you and your friends registered, you'll be able to call each other simply by entering your friend's username in linphone's sip uri box.
|
|
Read more information about FONICS at http://www.fonics.org
|
|
</property>
|
|
<property name="use_markup">True</property>
|
|
<property name="justify">GTK_JUSTIFY_CENTER</property>
|
|
<property name="wrap">True</property>
|
|
<property name="selectable">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="page_type">GTK_ASSISTANT_PAGE_INTRO</property>
|
|
<property name="title">Introduction</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkVBox" id="vbox1">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkLabel" id="label2">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Please choose a username:</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkFrame" id="frame1">
|
|
<property name="visible">True</property>
|
|
<property name="label_xalign">0</property>
|
|
<child>
|
|
<widget class="GtkAlignment" id="alignment1">
|
|
<property name="visible">True</property>
|
|
<property name="left_padding">12</property>
|
|
<child>
|
|
<widget class="GtkVBox" id="vbox2">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox1">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkEntry" id="username">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkButton" id="button1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="response_id">0</property>
|
|
<signal name="clicked" handler="linphone_gtk_fonis_wizard_check_username_clicked"/>
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox2">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkImage" id="image1">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-apply</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label5">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Check availability</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="fill">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="check_result">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label4">
|
|
<property name="visible">True</property>
|
|
<property name="use_markup">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="type">label_item</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="title">Create your account !</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkLabel" id="label3">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Done ! Your account is now created and ready to use.</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="page_type">GTK_ASSISTANT_PAGE_CONFIRM</property>
|
|
<property name="title">Finished !</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</glade-interface>
|