1<interface domain="easytag">
2    <object class="GtkDialog" id="open_directory_dialog">
3        <property name="border-width">12</property>
4        <property name="destroy-with-parent">True</property>
5        <property name="title" translatable="yes">Browse Directory With</property>
6        <child internal-child="vbox">
7            <object class="GtkBox" id="open_directory_vbox">
8                <child>
9                    <object class="GtkGrid" id="open_directory_grid">
10                        <property name="column-spacing">12</property>
11                        <property name="row-spacing">6</property>
12                        <property name="visible">True</property>
13                        <child>
14                            <object class="GtkLabel" id="open_directory_label">
15                                <property name="halign">start</property>
16                                <property name="label" translatable="yes">Run Program</property>
17                                <property name="visible">True</property>
18                                <attributes>
19                                    <attribute name="weight" value="bold"/>
20                                </attributes>
21                            </object>
22                            <packing>
23                                <property name="left-attach">0</property>
24                                <property name="top-attach">0</property>
25                                <property name="width">2</property>
26                            </packing>
27                        </child>
28                        <child>
29                            <object class="GtkComboBox" id="open_directory_combo">
30                                <property name="has-entry">True</property>
31                                <property name="entry-text-column">0</property>
32                                <property name="margin-left">12</property>
33                                <property name="tooltip-text" translatable="yes">Enter the program to run; it will receive the current directory as a parameter</property>
34                                <property name="visible">True</property>
35                            </object>
36                            <packing>
37                                <property name="left-attach">0</property>
38                                <property name="top-attach">1</property>
39                            </packing>
40                        </child>
41                        <child>
42                            <object class="GtkButton" id="open_directory_button">
43                                <property name="label" translatable="yes">_Open</property>
44                                <property name="use-underline">True</property>
45                                <property name="visible">True</property>
46                            </object>
47                            <packing>
48                                <property name="left-attach">1</property>
49                                <property name="top-attach">1</property>
50                            </packing>
51                        </child>
52                    </object>
53                </child>
54                <child internal-child="action_area">
55                    <object class="GtkButtonBox" id="open_directory_button_box">
56                        <child>
57                            <object class="GtkButton" id="open_directory_cancel_button">
58                                <property name="label" translatable="yes">_Cancel</property>
59                                <property name="use-underline">True</property>
60                                <property name="visible">True</property>
61                            </object>
62                        </child>
63                        <child>
64                            <object class="GtkButton" id="open_directory_execute_button">
65                                <property name="can-default">True</property>
66                                <property name="label" translatable="yes">_Execute</property>
67                                <property name="use-underline">True</property>
68                                <property name="visible">True</property>
69                            </object>
70                        </child>
71                    </object>
72                </child>
73            </object>
74        </child>
75        <action-widgets>
76            <action-widget response="-5">open_directory_execute_button</action-widget>
77            <action-widget response="-6">open_directory_cancel_button</action-widget>
78        </action-widgets>
79    </object>
80    <object class="GtkDialog" id="open_files_dialog">
81        <property name="border-width">12</property>
82        <property name="destroy-with-parent">True</property>
83        <property name="title" translatable="yes">Open Files With</property>
84        <child internal-child="vbox">
85            <object class="GtkBox" id="open_files_vbox">
86                <child>
87                    <object class="GtkGrid" id="open_files_grid">
88                        <property name="column-spacing">12</property>
89                        <property name="row-spacing">6</property>
90                        <property name="visible">True</property>
91                        <child>
92                            <object class="GtkLabel" id="open_files_label">
93                                <property name="halign">start</property>
94                                <property name="label" translatable="yes">Run Program</property>
95                                <property name="visible">True</property>
96                                <attributes>
97                                    <attribute name="weight" value="bold"/>
98                                </attributes>
99                            </object>
100                            <packing>
101                                <property name="left-attach">0</property>
102                                <property name="top-attach">0</property>
103                                <property name="width">2</property>
104                            </packing>
105                        </child>
106                        <child>
107                            <object class="GtkComboBox" id="open_files_combo">
108                                <property name="has-entry">True</property>
109                                <property name="entry-text-column">0</property>
110                                <property name="margin-left">12</property>
111                                <property name="tooltip-text" translatable="yes">Enter the program to run; it will receive the current files as a parameter</property>
112                                <property name="visible">True</property>
113                            </object>
114                            <packing>
115                                <property name="left-attach">0</property>
116                                <property name="top-attach">1</property>
117                            </packing>
118                        </child>
119                        <child>
120                            <object class="GtkButton" id="open_files_button">
121                                <property name="label" translatable="yes">_Open</property>
122                                <property name="use-underline">True</property>
123                                <property name="visible">True</property>
124                            </object>
125                            <packing>
126                                <property name="left-attach">1</property>
127                                <property name="top-attach">1</property>
128                            </packing>
129                        </child>
130                    </object>
131                </child>
132                <child internal-child="action_area">
133                    <object class="GtkButtonBox" id="open_files_button_box">
134                        <child>
135                            <object class="GtkButton" id="open_files_cancel_button">
136                                <property name="label" translatable="yes">_Cancel</property>
137                                <property name="use-underline">True</property>
138                                <property name="visible">True</property>
139                            </object>
140                        </child>
141                        <child>
142                            <object class="GtkButton" id="open_files_execute_button">
143                                <property name="can-default">True</property>
144                                <property name="label" translatable="yes">_Execute</property>
145                                <property name="use-underline">True</property>
146                                <property name="visible">True</property>
147                            </object>
148                        </child>
149                    </object>
150                </child>
151            </object>
152        </child>
153        <action-widgets>
154            <action-widget response="-5">open_files_execute_button</action-widget>
155            <action-widget response="-6">open_files_cancel_button</action-widget>
156        </action-widgets>
157    </object>
158    <object class="GtkDialog" id="rename_directory_dialog">
159        <property name="border-width">12</property>
160        <property name="destroy-with-parent">True</property>
161        <property name="title" translatable="yes">Rename Directory</property>
162        <child internal-child="vbox">
163            <object class="GtkBox" id="vbox">
164                <child>
165                    <object class="GtkGrid" id="rename_grid">
166                        <property name="column-spacing">12</property>
167                        <property name="row-spacing">6</property>
168                        <property name="visible">True</property>
169                        <child>
170                            <object class="GtkLabel" id="rename_label">
171                                <property name="halign">start</property>
172                                <property name="visible">True</property>
173                                <attributes>
174                                    <attribute name="weight" value="bold"/>
175                                </attributes>
176                            </object>
177                            <packing>
178                                <property name="left-attach">0</property>
179                                <property name="top-attach">0</property>
180                                <property name="width">2</property>
181                            </packing>
182                        </child>
183                        <child>
184                            <object class="GtkLabel" id="rename_entry_label">
185                                <property name="halign">start</property>
186                                <property name="label" translatable="yes" comments="Translators: Used when renaming a directory to a literal name (entered in a text field) rather than using a name generated from a mask.">Literal name:</property>
187                                <property name="margin-left">12</property>
188                                <property name="visible">True</property>
189                            </object>
190                            <packing>
191                                <property name="left-attach">0</property>
192                                <property name="top-attach">1</property>
193                            </packing>
194                        </child>
195                        <child>
196                            <object class="GtkEntry" id="rename_entry">
197                                <property name="visible">True</property>
198                            </object>
199                            <packing>
200                                <property name="left-attach">1</property>
201                                <property name="top-attach">1</property>
202                            </packing>
203                        </child>
204                        <child>
205                            <object class="GtkCheckButton" id="rename_mask_check">
206                                <property name="label" translatable="yes">Use mask:</property>
207                                <property name="margin-left">12</property>
208                                <property name="tooltip-text" translatable="yes">Whether to use a mask when renaming directories</property>
209                                <property name="visible">True</property>
210                            </object>
211                            <packing>
212                                <property name="left-attach">0</property>
213                                <property name="top-attach">2</property>
214                            </packing>
215                        </child>
216                        <child>
217                            <object class="GtkEntry" id="rename_mask_entry">
218                                <property name="tooltip-text" translatable="yes">Select or type in a mask using codes (see Legend in Scanner Window) to rename the directory from tag fields</property>
219                                <property name="visible">True</property>
220                            </object>
221                            <packing>
222                                <property name="left-attach">1</property>
223                                <property name="top-attach">2</property>
224                            </packing>
225                        </child>
226                        <child>
227                            <object class="GtkLabel" id="rename_preview_label">
228                                <property name="label" translatable="yes">Rename directory preview</property>
229                                <property name="margin-left">12</property>
230                                <property name="visible">True</property>
231                            </object>
232                            <packing>
233                                <property name="left-attach">0</property>
234                                <property name="top-attach">3</property>
235                                <property name="width">2</property>
236                            </packing>
237                        </child>
238                    </object>
239                </child>
240                <child internal-child="action_area">
241                    <object class="GtkButtonBox" id="button_box">
242                        <child>
243                            <object class="GtkButton" id="cancel_button">
244                                <property name="label" translatable="yes">_Cancel</property>
245                                <property name="use-underline">True</property>
246                                <property name="visible">True</property>
247                            </object>
248                        </child>
249                        <child>
250                            <object class="GtkButton" id="rename_button">
251                                <property name="can-default">True</property>
252                                <property name="label" translatable="yes">_Rename</property>
253                                <property name="use-underline">True</property>
254                                <property name="visible">True</property>
255                            </object>
256                        </child>
257                    </object>
258                </child>
259            </object>
260        </child>
261        <action-widgets>
262            <action-widget response="-10">rename_button</action-widget>
263            <action-widget response="-6">cancel_button</action-widget>
264        </action-widgets>
265    </object>
266</interface>
267