Updated Finnish translation
[rhythmbox.git] / data / glade / uri.glade
blob953fab808903e04a1989cbc65d7739ce90c2f7cb
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
4 <glade-interface>
5 <requires lib="gnome"/>
7 <widget class="GtkDialog" id="open_uri_dialog">
8 <property name="border_width">5</property>
9 <property name="title" translatable="yes">Open from URI</property>
10 <property name="type">GTK_WINDOW_TOPLEVEL</property>
11 <property name="window_position">GTK_WIN_POS_NONE</property>
12 <property name="modal">False</property>
13 <property name="resizable">False</property>
14 <property name="destroy_with_parent">False</property>
15 <property name="has_separator">False</property>
17 <child internal-child="vbox">
18 <widget class="GtkVBox" id="dialog-vbox2">
19 <property name="visible">True</property>
20 <property name="homogeneous">False</property>
21 <property name="spacing">2</property>
23 <child internal-child="action_area">
24 <widget class="GtkHButtonBox" id="dialog-action_area2">
25 <property name="visible">True</property>
26 <property name="layout_style">GTK_BUTTONBOX_END</property>
28 <child>
29 <widget class="GtkButton" id="cancel_button">
30 <property name="visible">True</property>
31 <property name="can_default">True</property>
32 <property name="can_focus">True</property>
33 <property name="label">gtk-cancel</property>
34 <property name="use_stock">True</property>
35 <property name="relief">GTK_RELIEF_NORMAL</property>
36 <property name="response_id">0</property>
37 </widget>
38 </child>
40 <child>
41 <widget class="GtkButton" id="open_button">
42 <property name="visible">True</property>
43 <property name="can_default">True</property>
44 <property name="has_default">True</property>
45 <property name="can_focus">True</property>
46 <property name="label">gtk-open</property>
47 <property name="use_stock">True</property>
48 <property name="relief">GTK_RELIEF_NORMAL</property>
49 <property name="response_id">0</property>
50 </widget>
51 </child>
52 </widget>
53 <packing>
54 <property name="padding">0</property>
55 <property name="expand">False</property>
56 <property name="fill">True</property>
57 <property name="pack_type">GTK_PACK_END</property>
58 </packing>
59 </child>
61 <child>
62 <widget class="GtkVBox" id="open_uri_dialog_content">
63 <property name="border_width">5</property>
64 <property name="visible">True</property>
65 <property name="homogeneous">False</property>
66 <property name="spacing">6</property>
68 <child>
69 <widget class="GtkLabel" id="label1">
70 <property name="visible">True</property>
71 <property name="label" translatable="yes">Enter the _location (URI) of the file you would like to add:</property>
72 <property name="use_underline">True</property>
73 <property name="use_markup">False</property>
74 <property name="justify">GTK_JUSTIFY_LEFT</property>
75 <property name="wrap">True</property>
76 <property name="selectable">False</property>
77 <property name="xalign">0</property>
78 <property name="yalign">0.5</property>
79 <property name="xpad">0</property>
80 <property name="ypad">0</property>
81 <property name="mnemonic_widget">uri</property>
82 <accessibility>
83 <atkrelation target="uri" type="label-for"/>
84 </accessibility>
85 </widget>
86 <packing>
87 <property name="padding">0</property>
88 <property name="expand">False</property>
89 <property name="fill">False</property>
90 </packing>
91 </child>
93 <child>
94 <widget class="GnomeEntry" id="uri_list">
95 <property name="visible">True</property>
96 <property name="has_focus">True</property>
97 <property name="history_id">gedit2_uri_list</property>
98 <property name="max_saved">10</property>
100 <child internal-child="entry">
101 <widget class="GtkEntry" id="uri">
102 <property name="visible">True</property>
103 <property name="can_focus">True</property>
104 <property name="has_focus">True</property>
105 <property name="editable">True</property>
106 <property name="visibility">True</property>
107 <property name="max_length">0</property>
108 <property name="text" translatable="yes"></property>
109 <property name="has_frame">True</property>
110 <property name="invisible_char" translatable="yes">*</property>
111 <property name="activates_default">True</property>
112 <accessibility>
113 <atkrelation target="label1" type="labelled-by"/>
114 </accessibility>
115 </widget>
116 </child>
117 </widget>
118 <packing>
119 <property name="padding">0</property>
120 <property name="expand">True</property>
121 <property name="fill">True</property>
122 </packing>
123 </child>
124 </widget>
125 <packing>
126 <property name="padding">0</property>
127 <property name="expand">True</property>
128 <property name="fill">True</property>
129 </packing>
130 </child>
131 </widget>
132 </child>
133 </widget>
135 </glade-interface>