]> git.sesse.net Git - vlc/blob - modules/gui/familiar/familiar.glade
* ./po/*: more interface strings harmonization.
[vlc] / modules / gui / familiar / familiar.glade
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5   <name>Familiar</name>
6   <program_name>familiar</program_name>
7   <directory></directory>
8   <source_directory></source_directory>
9   <pixmaps_directory>../../../share</pixmaps_directory>
10   <language>C</language>
11   <gnome_support>False</gnome_support>
12   <gettext_support>True</gettext_support>
13   <use_widget_names>True</use_widget_names>
14   <output_main_file>False</output_main_file>
15   <output_build_files>False</output_build_files>
16 </project>
17
18 <widget>
19   <class>GtkWindow</class>
20   <name>familiar</name>
21   <width>240</width>
22   <height>320</height>
23   <signal>
24     <name>delete_event</name>
25     <handler>on_familiar_delete_event</handler>
26     <last_modification_time>Wed, 21 Aug 2002 19:12:40 GMT</last_modification_time>
27   </signal>
28   <title>VLC media player</title>
29   <type>GTK_WINDOW_TOPLEVEL</type>
30   <position>GTK_WIN_POS_NONE</position>
31   <modal>False</modal>
32   <allow_shrink>True</allow_shrink>
33   <allow_grow>True</allow_grow>
34   <auto_shrink>True</auto_shrink>
35
36   <widget>
37     <class>GtkVBox</class>
38     <name>vbox</name>
39     <homogeneous>False</homogeneous>
40     <spacing>0</spacing>
41
42     <widget>
43       <class>GtkToolbar</class>
44       <name>toolbar</name>
45       <width>112</width>
46       <height>16</height>
47       <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
48       <type>GTK_TOOLBAR_ICONS</type>
49       <space_size>5</space_size>
50       <space_style>GTK_TOOLBAR_SPACE_EMPTY</space_style>
51       <relief>GTK_RELIEF_NORMAL</relief>
52       <tooltips>True</tooltips>
53       <child>
54         <padding>0</padding>
55         <expand>True</expand>
56         <fill>True</fill>
57       </child>
58
59       <widget>
60         <class>GtkButton</class>
61         <child_name>Toolbar:button</child_name>
62         <name>toolbar_open</name>
63         <tooltip>Open file</tooltip>
64         <signal>
65           <name>clicked</name>
66           <handler>on_toolbar_open_clicked</handler>
67           <last_modification_time>Wed, 24 Jul 2002 18:28:31 GMT</last_modification_time>
68         </signal>
69         <label>Open</label>
70         <icon>familiar-openb16x16.xpm</icon>
71       </widget>
72
73       <widget>
74         <class>GtkButton</class>
75         <child_name>Toolbar:button</child_name>
76         <name>toolbar_preferences</name>
77         <tooltip>Preferences</tooltip>
78         <signal>
79           <name>clicked</name>
80           <handler>on_toolbar_preferences_clicked</handler>
81           <last_modification_time>Wed, 24 Jul 2002 18:29:05 GMT</last_modification_time>
82         </signal>
83         <label>Preferences</label>
84         <icon>familiar-preferencesb16x16.xpm</icon>
85       </widget>
86
87       <widget>
88         <class>GtkButton</class>
89         <child_name>Toolbar:button</child_name>
90         <name>toolbar_rewind</name>
91         <tooltip>Rewind stream</tooltip>
92         <signal>
93           <name>clicked</name>
94           <handler>on_toolbar_rewind_clicked</handler>
95           <last_modification_time>Wed, 24 Jul 2002 18:28:45 GMT</last_modification_time>
96         </signal>
97         <label>Rewind</label>
98         <icon>familiar-rewindb16x16.xpm</icon>
99         <child>
100           <new_group>True</new_group>
101         </child>
102       </widget>
103
104       <widget>
105         <class>GtkButton</class>
106         <child_name>Toolbar:button</child_name>
107         <name>toolbar_pause</name>
108         <tooltip>Pause stream</tooltip>
109         <signal>
110           <name>clicked</name>
111           <handler>on_toolbar_pause_clicked</handler>
112           <last_modification_time>Wed, 24 Jul 2002 18:28:58 GMT</last_modification_time>
113         </signal>
114         <label>Pause</label>
115         <icon>familiar-pauseb16x16.xpm</icon>
116       </widget>
117
118       <widget>
119         <class>GtkButton</class>
120         <child_name>Toolbar:button</child_name>
121         <name>toolbar_play</name>
122         <tooltip>Play stream</tooltip>
123         <signal>
124           <name>clicked</name>
125           <handler>on_toolbar_play_clicked</handler>
126           <last_modification_time>Wed, 24 Jul 2002 18:29:12 GMT</last_modification_time>
127         </signal>
128         <label>Play</label>
129         <icon>familiar-playb16x16.xpm</icon>
130       </widget>
131
132       <widget>
133         <class>GtkButton</class>
134         <child_name>Toolbar:button</child_name>
135         <name>toolbar_stop</name>
136         <tooltip>Stop stream</tooltip>
137         <signal>
138           <name>clicked</name>
139           <handler>on_toolbar_stop_clicked</handler>
140           <last_modification_time>Wed, 24 Jul 2002 18:29:18 GMT</last_modification_time>
141         </signal>
142         <label>Stop</label>
143         <icon>familiar-stopb16x16.xpm</icon>
144       </widget>
145
146       <widget>
147         <class>GtkButton</class>
148         <child_name>Toolbar:button</child_name>
149         <name>toolbar_forward</name>
150         <tooltip>Forward stream</tooltip>
151         <signal>
152           <name>clicked</name>
153           <handler>on_toolbar_forward_clicked</handler>
154           <last_modification_time>Wed, 24 Jul 2002 18:29:25 GMT</last_modification_time>
155         </signal>
156         <label>Forward</label>
157         <icon>familiar-forwardb16x16.xpm</icon>
158       </widget>
159
160       <widget>
161         <class>GtkButton</class>
162         <child_name>Toolbar:button</child_name>
163         <name>toolbar_about</name>
164         <tooltip>About</tooltip>
165         <signal>
166           <name>clicked</name>
167           <handler>on_toolbar_about_clicked</handler>
168           <last_modification_time>Wed, 24 Jul 2002 18:29:31 GMT</last_modification_time>
169         </signal>
170         <label>About</label>
171         <icon>vlc16x16.xpm</icon>
172         <child>
173           <new_group>True</new_group>
174         </child>
175       </widget>
176
177       <widget>
178         <class>GtkLabel</class>
179         <name>slider_label</name>
180         <label>0:00:00</label>
181         <justify>GTK_JUSTIFY_CENTER</justify>
182         <wrap>False</wrap>
183         <xalign>0.5</xalign>
184         <yalign>0.5</yalign>
185         <xpad>0</xpad>
186         <ypad>0</ypad>
187         <child>
188           <new_group>True</new_group>
189         </child>
190       </widget>
191     </widget>
192
193     <widget>
194       <class>GtkHScale</class>
195       <name>slider</name>
196       <can_focus>True</can_focus>
197       <signal>
198         <name>button_release_event</name>
199         <handler>FamiliarSliderRelease</handler>
200         <last_modification_time>Fri, 03 Jan 2003 12:33:38 GMT</last_modification_time>
201       </signal>
202       <signal>
203         <name>button_press_event</name>
204         <handler>FamiliarSliderPress</handler>
205         <last_modification_time>Fri, 03 Jan 2003 12:33:54 GMT</last_modification_time>
206       </signal>
207       <draw_value>False</draw_value>
208       <value_pos>GTK_POS_RIGHT</value_pos>
209       <digits>3</digits>
210       <policy>GTK_UPDATE_CONTINUOUS</policy>
211       <value>0</value>
212       <lower>0</lower>
213       <upper>100</upper>
214       <step>1</step>
215       <page>6.25</page>
216       <page_size>0</page_size>
217       <child>
218         <padding>0</padding>
219         <expand>True</expand>
220         <fill>False</fill>
221       </child>
222     </widget>
223
224     <widget>
225       <class>GtkNotebook</class>
226       <name>notebook</name>
227       <can_focus>True</can_focus>
228       <show_tabs>True</show_tabs>
229       <show_border>True</show_border>
230       <tab_pos>GTK_POS_TOP</tab_pos>
231       <scrollable>False</scrollable>
232       <tab_hborder>2</tab_hborder>
233       <tab_vborder>2</tab_vborder>
234       <popup_enable>False</popup_enable>
235       <child>
236         <padding>0</padding>
237         <expand>True</expand>
238         <fill>True</fill>
239       </child>
240
241       <widget>
242         <class>GtkFixed</class>
243         <name>fixedMedia</name>
244
245         <widget>
246           <class>GtkLabel</class>
247           <name>labelUrl</name>
248           <x>4</x>
249           <y>8</y>
250           <width>38</width>
251           <height>18</height>
252           <label>URL:</label>
253           <justify>GTK_JUSTIFY_CENTER</justify>
254           <wrap>False</wrap>
255           <xalign>0.5</xalign>
256           <yalign>0.5</yalign>
257           <xpad>0</xpad>
258           <ypad>0</ypad>
259         </widget>
260
261         <widget>
262           <class>GtkScrolledWindow</class>
263           <name>scrolledwindow1</name>
264           <x>0</x>
265           <y>32</y>
266           <width>240</width>
267           <height>208</height>
268           <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy>
269           <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
270           <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
271           <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
272
273           <widget>
274             <class>GtkCList</class>
275             <name>clistmedia</name>
276             <can_focus>True</can_focus>
277             <signal>
278               <name>select_row</name>
279               <handler>on_clistmedia_select_row</handler>
280               <last_modification_time>Sun, 18 Aug 2002 19:40:44 GMT</last_modification_time>
281             </signal>
282             <signal>
283               <name>click_column</name>
284               <handler>on_clistmedia_click_column</handler>
285               <last_modification_time>Sun, 18 Aug 2002 19:41:06 GMT</last_modification_time>
286             </signal>
287             <columns>5</columns>
288             <column_widths>123,80,80,80,80</column_widths>
289             <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
290             <show_titles>True</show_titles>
291             <shadow_type>GTK_SHADOW_IN</shadow_type>
292
293             <widget>
294               <class>GtkLabel</class>
295               <child_name>CList:title</child_name>
296               <name>labelname</name>
297               <label>Name</label>
298               <justify>GTK_JUSTIFY_CENTER</justify>
299               <wrap>False</wrap>
300               <xalign>0.5</xalign>
301               <yalign>0.5</yalign>
302               <xpad>0</xpad>
303               <ypad>0</ypad>
304             </widget>
305
306             <widget>
307               <class>GtkLabel</class>
308               <child_name>CList:title</child_name>
309               <name>labeltype</name>
310               <label>Type</label>
311               <justify>GTK_JUSTIFY_CENTER</justify>
312               <wrap>False</wrap>
313               <xalign>0.5</xalign>
314               <yalign>0.5</yalign>
315               <xpad>0</xpad>
316               <ypad>0</ypad>
317             </widget>
318
319             <widget>
320               <class>GtkLabel</class>
321               <child_name>CList:title</child_name>
322               <name>labelsize</name>
323               <label>Size</label>
324               <justify>GTK_JUSTIFY_CENTER</justify>
325               <wrap>False</wrap>
326               <xalign>0.5</xalign>
327               <yalign>0.5</yalign>
328               <xpad>0</xpad>
329               <ypad>0</ypad>
330             </widget>
331
332             <widget>
333               <class>GtkLabel</class>
334               <child_name>CList:title</child_name>
335               <name>labeluid</name>
336               <label>User</label>
337               <justify>GTK_JUSTIFY_CENTER</justify>
338               <wrap>False</wrap>
339               <xalign>0.5</xalign>
340               <yalign>0.5</yalign>
341               <xpad>0</xpad>
342               <ypad>0</ypad>
343             </widget>
344
345             <widget>
346               <class>GtkLabel</class>
347               <child_name>CList:title</child_name>
348               <name>labelgid</name>
349               <label>Group</label>
350               <justify>GTK_JUSTIFY_CENTER</justify>
351               <wrap>False</wrap>
352               <xalign>0.5</xalign>
353               <yalign>0.5</yalign>
354               <xpad>0</xpad>
355               <ypad>0</ypad>
356             </widget>
357           </widget>
358         </widget>
359
360         <widget>
361           <class>GtkCombo</class>
362           <name>comboURL</name>
363           <x>40</x>
364           <y>4</y>
365           <width>185</width>
366           <height>24</height>
367           <value_in_list>False</value_in_list>
368           <ok_if_empty>True</ok_if_empty>
369           <case_sensitive>False</case_sensitive>
370           <use_arrows>True</use_arrows>
371           <use_arrows_always>False</use_arrows_always>
372           <items>file://
373 ftp://
374 http://
375 udp://:1234
376 udp6://:1234
377 rtp://:1234
378 rtp6://:1234
379 </items>
380
381           <widget>
382             <class>GtkEntry</class>
383             <child_name>GtkCombo:entry</child_name>
384             <name>comboURL-entry</name>
385             <can_focus>True</can_focus>
386             <signal>
387               <name>changed</name>
388               <handler>on_comboURL-entry_changed</handler>
389               <last_modification_time>Thu, 01 Aug 2002 19:37:06 GMT</last_modification_time>
390             </signal>
391             <editable>True</editable>
392             <text_visible>True</text_visible>
393             <text_max_length>0</text_max_length>
394             <text>file://</text>
395           </widget>
396         </widget>
397       </widget>
398
399       <widget>
400         <class>GtkLabel</class>
401         <child_name>Notebook:tab</child_name>
402         <name>media</name>
403         <label>Media</label>
404         <justify>GTK_JUSTIFY_CENTER</justify>
405         <wrap>False</wrap>
406         <xalign>0.5</xalign>
407         <yalign>0.5</yalign>
408         <xpad>0</xpad>
409         <ypad>0</ypad>
410       </widget>
411
412       <widget>
413         <class>GtkFixed</class>
414         <name>fixedPreferences</name>
415
416         <widget>
417           <class>GtkButton</class>
418           <name>buttonSave</name>
419           <x>8</x>
420           <y>216</y>
421           <width>54</width>
422           <height>24</height>
423           <can_focus>True</can_focus>
424           <label>Save</label>
425           <relief>GTK_RELIEF_NORMAL</relief>
426         </widget>
427
428         <widget>
429           <class>GtkButton</class>
430           <name>buttonApply</name>
431           <x>64</x>
432           <y>216</y>
433           <width>54</width>
434           <height>24</height>
435           <can_focus>True</can_focus>
436           <label>Apply</label>
437           <relief>GTK_RELIEF_NORMAL</relief>
438         </widget>
439
440         <widget>
441           <class>GtkButton</class>
442           <name>buttonCancel</name>
443           <x>176</x>
444           <y>216</y>
445           <width>54</width>
446           <height>24</height>
447           <can_focus>True</can_focus>
448           <label>Cancel</label>
449           <relief>GTK_RELIEF_NORMAL</relief>
450         </widget>
451
452         <widget>
453           <class>GtkCheckButton</class>
454           <name>cbautoplay</name>
455           <x>8</x>
456           <y>8</y>
457           <width>216</width>
458           <height>24</height>
459           <can_focus>True</can_focus>
460           <signal>
461             <name>toggled</name>
462             <handler>on_cbautoplay_toggled</handler>
463             <last_modification_time>Sun, 18 Aug 2002 20:00:52 GMT</last_modification_time>
464           </signal>
465           <label>Automatically play file.</label>
466           <active>True</active>
467           <draw_indicator>True</draw_indicator>
468         </widget>
469       </widget>
470
471       <widget>
472         <class>GtkLabel</class>
473         <child_name>Notebook:tab</child_name>
474         <name>preferences</name>
475         <label>Preference</label>
476         <justify>GTK_JUSTIFY_CENTER</justify>
477         <wrap>False</wrap>
478         <xalign>0.5</xalign>
479         <yalign>0.5</yalign>
480         <xpad>0</xpad>
481         <ypad>0</ypad>
482       </widget>
483
484       <widget>
485         <class>GtkFixed</class>
486         <name>fixedAbout</name>
487
488         <widget>
489           <class>GtkPixmap</class>
490           <name>logo</name>
491           <x>8</x>
492           <y>0</y>
493           <width>50</width>
494           <height>50</height>
495           <filename>vlc32x32.xpm</filename>
496           <xalign>0.5</xalign>
497           <yalign>0.5</yalign>
498           <xpad>0</xpad>
499           <ypad>0</ypad>
500           <build_insensitive>True</build_insensitive>
501         </widget>
502
503         <widget>
504           <class>GtkLabel</class>
505           <name>labelCopyright</name>
506           <x>16</x>
507           <y>56</y>
508           <width>200</width>
509           <height>18</height>
510           <label>(c) 1996-2003 the VideoLAN team</label>
511           <justify>GTK_JUSTIFY_CENTER</justify>
512           <wrap>False</wrap>
513           <xalign>0.5</xalign>
514           <yalign>0.5</yalign>
515           <xpad>0</xpad>
516           <ypad>0</ypad>
517         </widget>
518
519         <widget>
520           <class>GtkLabel</class>
521           <name>labelAuthors</name>
522           <x>16</x>
523           <y>80</y>
524           <width>200</width>
525           <height>40</height>
526           <label>Authors: The VideoLAN Team, http://www.videolan.org</label>
527           <justify>GTK_JUSTIFY_CENTER</justify>
528           <wrap>True</wrap>
529           <xalign>0.5</xalign>
530           <yalign>0.5</yalign>
531           <xpad>0</xpad>
532           <ypad>0</ypad>
533         </widget>
534
535         <widget>
536           <class>GtkLabel</class>
537           <name>labelAbout</name>
538           <x>16</x>
539           <y>128</y>
540           <width>200</width>
541           <height>70</height>
542           <label>The VideoLAN Client is a MPEG, MPEG 2, MP3, DivX player, that accepts input from local or network sources.</label>
543           <justify>GTK_JUSTIFY_LEFT</justify>
544           <wrap>True</wrap>
545           <xalign>0.5</xalign>
546           <yalign>0.5</yalign>
547           <xpad>0</xpad>
548           <ypad>0</ypad>
549         </widget>
550
551         <widget>
552           <class>GtkLabel</class>
553           <name>labelVlc</name>
554           <x>64</x>
555           <y>8</y>
556           <width>120</width>
557           <height>40</height>
558           <label>VLC media player</label>
559           <justify>GTK_JUSTIFY_CENTER</justify>
560           <wrap>True</wrap>
561           <xalign>0.5</xalign>
562           <yalign>0.5</yalign>
563           <xpad>0</xpad>
564           <ypad>0</ypad>
565         </widget>
566       </widget>
567
568       <widget>
569         <class>GtkLabel</class>
570         <child_name>Notebook:tab</child_name>
571         <name>about</name>
572         <label>About</label>
573         <justify>GTK_JUSTIFY_CENTER</justify>
574         <wrap>False</wrap>
575         <xalign>0.5</xalign>
576         <yalign>0.5</yalign>
577         <xpad>0</xpad>
578         <ypad>0</ypad>
579       </widget>
580     </widget>
581   </widget>
582 </widget>
583
584 </GTK-Interface>