root/tags/gajim-0.11.4/data/glade/roster_contact_context_menu.glade

Revision 7475, 11.1 kB (checked in by asterix, 2 years ago)

merge ad_hoc branch. so we now have ad hoc commands and pubsub (atom). A great thanks to Tomasz Melcer (liorithiel) and Google Summer Of Code. fixes #189

Line 
1<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4<glade-interface>
5
6<widget class="GtkMenu" id="roster_contact_context_menu">
7
8  <child>
9    <widget class="GtkImageMenuItem" id="start_chat_menuitem">
10      <property name="visible">True</property>
11      <property name="label" translatable="yes">Start _Chat</property>
12      <property name="use_underline">True</property>
13
14      <child internal-child="image">
15        <widget class="GtkImage" id="image1511">
16          <property name="visible">True</property>
17          <property name="stock">gtk-jump-to</property>
18          <property name="icon_size">1</property>
19          <property name="xalign">0.5</property>
20          <property name="yalign">0.5</property>
21          <property name="xpad">0</property>
22          <property name="ypad">0</property>
23        </widget>
24      </child>
25    </widget>
26  </child>
27
28  <child>
29    <widget class="GtkImageMenuItem" id="send_single_message_menuitem">
30      <property name="visible">True</property>
31      <property name="label" translatable="yes">Send Single _Message</property>
32      <property name="use_underline">True</property>
33
34      <child internal-child="image">
35        <widget class="GtkImage" id="image1512">
36          <property name="visible">True</property>
37          <property name="stock">gtk-new</property>
38          <property name="icon_size">1</property>
39          <property name="xalign">0.5</property>
40          <property name="yalign">0.5</property>
41          <property name="xpad">0</property>
42          <property name="ypad">0</property>
43        </widget>
44      </child>
45    </widget>
46  </child>
47
48  <child>
49    <widget class="GtkImageMenuItem" id="invite_menuitem">
50      <property name="visible">True</property>
51      <property name="label" translatable="yes">In_vite to</property>
52      <property name="use_underline">True</property>
53
54      <child internal-child="image">
55        <widget class="GtkImage" id="image1513">
56          <property name="visible">True</property>
57          <property name="stock">gtk-go-back</property>
58          <property name="icon_size">1</property>
59          <property name="xalign">0.5</property>
60          <property name="yalign">0.5</property>
61          <property name="xpad">0</property>
62          <property name="ypad">0</property>
63        </widget>
64      </child>
65    </widget>
66  </child>
67
68  <child>
69    <widget class="GtkImageMenuItem" id="rename_menuitem">
70      <property name="label" translatable="yes">_Rename</property>
71      <property name="use_underline">True</property>
72
73      <child internal-child="image">
74        <widget class="GtkImage" id="image1514">
75          <property name="visible">True</property>
76          <property name="stock">gtk-refresh</property>
77          <property name="icon_size">1</property>
78          <property name="xalign">0.5</property>
79          <property name="yalign">0.5</property>
80          <property name="xpad">0</property>
81          <property name="ypad">0</property>
82        </widget>
83      </child>
84    </widget>
85  </child>
86
87  <child>
88    <widget class="GtkMenuItem" id="edit_groups_menuitem">
89      <property name="label" translatable="yes">Edit _Groups</property>
90      <property name="use_underline">True</property>
91    </widget>
92  </child>
93
94  <child>
95    <widget class="GtkSeparatorMenuItem" id="above_send_file_separator">
96      <property name="visible">True</property>
97    </widget>
98  </child>
99
100  <child>
101    <widget class="GtkImageMenuItem" id="send_file_menuitem">
102      <property name="visible">True</property>
103      <property name="label" translatable="yes">Send _File</property>
104      <property name="use_underline">True</property>
105
106      <child internal-child="image">
107        <widget class="GtkImage" id="image1515">
108          <property name="visible">True</property>
109          <property name="stock">gtk-file</property>
110          <property name="icon_size">1</property>
111          <property name="xalign">0.5</property>
112          <property name="yalign">0.5</property>
113          <property name="xpad">0</property>
114          <property name="ypad">0</property>
115        </widget>
116      </child>
117    </widget>
118  </child>
119
120  <child>
121    <widget class="GtkImageMenuItem" id="assign_openpgp_key_menuitem">
122      <property name="label" translatable="yes">Assign Open_PGP Key</property>
123      <property name="use_underline">True</property>
124      <signal name="activate" handler="on_assign_openpgp_key_menuitem_activate" last_modification_time="Thu, 30 Jun 2005 22:57:59 GMT"/>
125
126      <child internal-child="image">
127        <widget class="GtkImage" id="image1516">
128          <property name="visible">True</property>
129          <property name="stock">gtk-dialog-authentication</property>
130          <property name="icon_size">1</property>
131          <property name="xalign">0.5</property>
132          <property name="yalign">0.5</property>
133          <property name="xpad">0</property>
134          <property name="ypad">0</property>
135        </widget>
136      </child>
137    </widget>
138  </child>
139
140  <child>
141    <widget class="GtkImageMenuItem" id="add_special_notification_menuitem">
142      <property name="visible">True</property>
143      <property name="label" translatable="yes">Add Special _Notification</property>
144      <property name="use_underline">True</property>
145
146      <child internal-child="image">
147        <widget class="GtkImage" id="image1517">
148          <property name="visible">True</property>
149          <property name="stock">gtk-info</property>
150          <property name="icon_size">1</property>
151          <property name="xalign">0.5</property>
152          <property name="yalign">0.5</property>
153          <property name="xpad">0</property>
154          <property name="ypad">0</property>
155        </widget>
156      </child>
157    </widget>
158  </child>
159
160  <child>
161    <widget class="GtkImageMenuItem" id="execute_command_menuitem">
162      <property name="visible">True</property>
163      <property name="label" translatable="yes">Execute Command...</property>
164      <property name="use_underline">True</property>
165
166      <child internal-child="image">
167        <widget class="GtkImage" id="image1467">
168          <property name="visible">True</property>
169          <property name="stock">gtk-execute</property>
170          <property name="icon_size">1</property>
171          <property name="xalign">0.5</property>
172          <property name="yalign">0.5</property>
173          <property name="xpad">0</property>
174          <property name="ypad">0</property>
175        </widget>
176      </child>
177    </widget>
178  </child>
179
180  <child>
181    <widget class="GtkSeparatorMenuItem" id="above_subscription_separator">
182      <property name="visible">True</property>
183    </widget>
184  </child>
185
186  <child>
187    <widget class="GtkImageMenuItem" id="subscription_menuitem">
188      <property name="label" translatable="yes">_Subscription</property>
189      <property name="use_underline">True</property>
190
191      <child internal-child="image">
192        <widget class="GtkImage" id="image1518">
193          <property name="visible">True</property>
194          <property name="stock">gtk-dialog-question</property>
195          <property name="icon_size">1</property>
196          <property name="xalign">0.5</property>
197          <property name="yalign">0.5</property>
198          <property name="xpad">0</property>
199          <property name="ypad">0</property>
200        </widget>
201      </child>
202
203      <child>
204        <widget class="GtkMenu" id="subscription_menuitem_menu">
205
206          <child>
207            <widget class="GtkImageMenuItem" id="resend_authorization_to_menuitem">
208              <property name="visible">True</property>
209              <property name="label" translatable="yes">_Allow him/her to see my status</property>
210              <property name="use_underline">True</property>
211
212              <child internal-child="image">
213                <widget class="GtkImage" id="image1519">
214                  <property name="visible">True</property>
215                  <property name="stock">gtk-go-up</property>
216                  <property name="icon_size">1</property>
217                  <property name="xalign">0.5</property>
218                  <property name="yalign">0.5</property>
219                  <property name="xpad">0</property>
220                  <property name="ypad">0</property>
221                </widget>
222              </child>
223            </widget>
224          </child>
225
226          <child>
227            <widget class="GtkImageMenuItem" id="rerequest_authorization_from_menuitem">
228              <property name="visible">True</property>
229              <property name="label" translatable="yes">A_sk to see his/her status</property>
230              <property name="use_underline">True</property>
231
232              <child internal-child="image">
233                <widget class="GtkImage" id="image1520">
234                  <property name="visible">True</property>
235                  <property name="stock">gtk-go-down</property>
236                  <property name="icon_size">1</property>
237                  <property name="xalign">0.5</property>
238                  <property name="yalign">0.5</property>
239                  <property name="xpad">0</property>
240                  <property name="ypad">0</property>
241                </widget>
242              </child>
243            </widget>
244          </child>
245
246          <child>
247            <widget class="GtkImageMenuItem" id="forbid_him/her_to_see_my_status1">
248              <property name="visible">True</property>
249              <property name="label" translatable="yes">_Forbid him/her to see my status</property>
250              <property name="use_underline">True</property>
251
252              <child internal-child="image">
253                <widget class="GtkImage" id="image1521">
254                  <property name="visible">True</property>
255                  <property name="stock">gtk-stop</property>
256                  <property name="icon_size">1</property>
257                  <property name="xalign">0.5</property>
258                  <property name="yalign">0.5</property>
259                  <property name="xpad">0</property>
260                  <property name="ypad">0</property>
261                </widget>
262              </child>
263            </widget>
264          </child>
265        </widget>
266      </child>
267    </widget>
268  </child>
269
270  <child>
271    <widget class="GtkImageMenuItem" id="add_to_roster_menuitem">
272      <property name="label" translatable="yes">_Add to Roster</property>
273      <property name="use_underline">True</property>
274
275      <child internal-child="image">
276        <widget class="GtkImage" id="image1522">
277          <property name="visible">True</property>
278          <property name="stock">gtk-add</property>
279          <property name="icon_size">1</property>
280          <property name="xalign">0.5</property>
281          <property name="yalign">0.5</property>
282          <property name="xpad">0</property>
283          <property name="ypad">0</property>
284        </widget>
285      </child>
286    </widget>
287  </child>
288
289  <child>
290    <widget class="GtkImageMenuItem" id="remove_from_roster_menuitem">
291      <property name="label" translatable="yes">_Remove from Roster</property>
292      <property name="use_underline">True</property>
293
294      <child internal-child="image">
295        <widget class="GtkImage" id="image1523">
296          <property name="visible">True</property>
297          <property name="stock">gtk-remove</property>
298          <property name="icon_size">1</property>
299          <property name="xalign">0.5</property>
300          <property name="yalign">0.5</property>
301          <property name="xpad">0</property>
302          <property name="ypad">0</property>
303        </widget>
304      </child>
305    </widget>
306  </child>
307
308  <child>
309    <widget class="GtkSeparatorMenuItem" id="separator6">
310      <property name="visible">True</property>
311    </widget>
312  </child>
313
314  <child>
315    <widget class="GtkImageMenuItem" id="information_menuitem">
316      <property name="label">gtk-info</property>
317      <property name="use_stock">True</property>
318    </widget>
319  </child>
320
321  <child>
322    <widget class="GtkImageMenuItem" id="history_menuitem">
323      <property name="label" translatable="yes">_History</property>
324      <property name="use_underline">True</property>
325
326      <child internal-child="image">
327        <widget class="GtkImage" id="image1524">
328          <property name="visible">True</property>
329          <property name="stock">gtk-justify-fill</property>
330          <property name="icon_size">1</property>
331          <property name="xalign">0.5</property>
332          <property name="yalign">0.5</property>
333          <property name="xpad">0</property>
334          <property name="ypad">0</property>
335        </widget>
336      </child>
337    </widget>
338  </child>
339</widget>
340
341</glade-interface>
Note: See TracBrowser for help on using the browser.