]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-new-message-dialog.ui
Updated Oriya Translation
[empathy.git] / libempathy-gtk / empathy-new-message-dialog.ui
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4   <object class="GtkImage" id="call_image">
5     <property name="icon_name">audio-input-microphone</property>
6     <property name="icon-size">4</property>
7   </object>
8   <object class="GtkImage" id="chat_image">
9     <property name="icon_name">im-message-new</property>
10     <property name="icon-size">4</property>
11   </object>
12   <object class="GtkDialog" id="new_message_dialog">
13     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
14     <property name="border_width">5</property>
15     <property name="title" translatable="yes">New Conversation</property>
16     <property name="resizable">False</property>
17     <property name="role">new_message</property>
18     <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
19     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
20     <property name="has_separator">False</property>
21     <child internal-child="vbox">
22       <object class="GtkVBox" id="dialog-vbox1">
23         <property name="visible">True</property>
24         <property name="spacing">2</property>
25         <child>
26           <object class="GtkTable" id="table_contact">
27             <property name="visible">True</property>
28             <property name="n_rows">2</property>
29             <property name="n_columns">2</property>
30             <property name="column_spacing">6</property>
31             <property name="row_spacing">6</property>
32             <child>
33               <placeholder/>
34             </child>
35             <child>
36               <object class="GtkLabel" id="label1">
37                 <property name="visible">True</property>
38                 <property name="xalign">0</property>
39                 <property name="label" translatable="yes">Account:</property>
40               </object>
41               <packing>
42                 <property name="x_options"/>
43               </packing>
44             </child>
45             <child>
46               <object class="GtkLabel" id="label2">
47                 <property name="visible">True</property>
48                 <property name="xalign">0</property>
49                 <property name="label" translatable="yes">Contact ID:</property>
50               </object>
51               <packing>
52                 <property name="top_attach">1</property>
53                 <property name="bottom_attach">2</property>
54                 <property name="x_options"/>
55               </packing>
56             </child>
57             <child>
58               <object class="GtkEntry" id="entry_id">
59                 <property name="visible">True</property>
60                 <property name="can_focus">True</property>
61                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
62                 <property name="activates_default">True</property>
63               </object>
64               <packing>
65                 <property name="left_attach">1</property>
66                 <property name="right_attach">2</property>
67                 <property name="top_attach">1</property>
68                 <property name="bottom_attach">2</property>
69               </packing>
70             </child>
71           </object>
72           <packing>
73             <property name="position">1</property>
74           </packing>
75         </child>
76         <child internal-child="action_area">
77           <object class="GtkHButtonBox" id="dialog-action_area1">
78             <property name="visible">True</property>
79             <property name="layout_style">GTK_BUTTONBOX_END</property>
80             <child>
81               <object class="GtkButton" id="button1">
82                 <property name="visible">True</property>
83                 <property name="can_focus">True</property>
84                 <property name="label">gtk-cancel</property>
85                 <property name="use_stock">True</property>
86               </object>
87             </child>
88             <child>
89               <object class="GtkButton" id="button_call">
90                 <property name="visible">True</property>
91                 <property name="can_focus">True</property>
92                 <property name="can_default">True</property>
93                 <property name="image">call_image</property>
94                 <property name="label" translatable="yes">C_all</property>
95                 <property name="use_underline">True</property>
96               </object>
97               <packing>
98                 <property name="position">1</property>
99               </packing>
100             </child>
101             <child>
102               <object class="GtkButton" id="button_chat">
103                 <property name="visible">True</property>
104                 <property name="can_focus">True</property>
105                 <property name="can_default">True</property>
106                 <property name="has_default">True</property>
107                 <property name="image">chat_image</property>
108                 <property name="label" translatable="yes">C_hat</property>
109                 <property name="use_underline">True</property>
110               </object>
111               <packing>
112                 <property name="position">2</property>
113               </packing>
114             </child>
115           </object>
116           <packing>
117             <property name="expand">False</property>
118             <property name="pack_type">GTK_PACK_END</property>
119           </packing>
120         </child>
121       </object>
122     </child>
123     <action-widgets>
124       <action-widget response="-6">button1</action-widget>
125       <action-widget response="1">button_call</action-widget>
126       <action-widget response="2">button_chat</action-widget>
127     </action-widgets>
128   </object>
129 </interface>