1<?xml version="1.0"?>
2<interface>
3  <requires lib="gtk+" version="2.20"/>
4  <!-- interface-naming-policy toplevel-contextual -->
5  <object class="GtkAssistant" id="ExportAssistant">
6    <property name="title" translatable="yes">Exporting actions</property>
7    <property name="modal">True</property>
8    <property name="type_hint">dialog</property>
9    <child>
10      <object class="GtkLabel" id="p0-l1-label1">
11        <property name="visible">True</property>
12        <property name="label" translatable="yes">This assistant will guide you through the process of exporting actions.</property>
13        <property name="wrap">True</property>
14      </object>
15      <packing>
16        <property name="page_type">intro</property>
17      </packing>
18    </child>
19    <child>
20      <object class="GtkVBox" id="p1-l1-vbox1">
21        <property name="visible">True</property>
22        <child>
23          <object class="GtkAlignment" id="p1-l2-alignment1">
24            <property name="visible">True</property>
25            <child>
26              <object class="GtkHPaned" id="p1-HPaned">
27                <property name="visible">True</property>
28                <child>
29                  <object class="GtkVBox" id="p1-l4-vbox1">
30                    <property name="visible">True</property>
31                    <property name="spacing">4</property>
32                    <child>
33                      <object class="GtkLabel" id="ActionsListLabel">
34                        <property name="visible">True</property>
35                        <property name="xalign">0</property>
36                        <property name="label" translatable="yes">Actions _list :</property>
37                        <property name="use_underline">True</property>
38                      </object>
39                      <packing>
40                        <property name="expand">False</property>
41                        <property name="position">0</property>
42                      </packing>
43                    </child>
44                    <child>
45                      <object class="GtkScrolledWindow" id="p1-l5-scrolledwindow1">
46                        <property name="visible">True</property>
47                        <property name="can_focus">True</property>
48                        <property name="hscrollbar_policy">automatic</property>
49                        <property name="vscrollbar_policy">automatic</property>
50                        <property name="shadow_type">in</property>
51                        <child>
52                          <object class="GtkTreeView" id="ActionsList">
53                            <property name="visible">True</property>
54                            <property name="can_focus">True</property>
55                            <property name="headers_visible">False</property>
56                            <property name="rules_hint">True</property>
57                          </object>
58                        </child>
59                      </object>
60                      <packing>
61                        <property name="position">1</property>
62                      </packing>
63                    </child>
64                  </object>
65                </child>
66                <child>
67                  <object class="GtkVBox" id="p1-l4-vbox2">
68                    <property name="visible">True</property>
69                    <child>
70                      <object class="GtkLabel" id="p1-l5-label2">
71                        <property name="visible">True</property>
72                        <property name="label" translatable="yes">Please select one or more actions to be exported.
73
74You may use Ctrl and Shift keys to extend the selection.</property>
75                        <property name="wrap">True</property>
76                      </object>
77                      <packing>
78                        <property name="position">0</property>
79                      </packing>
80                    </child>
81                  </object>
82                </child>
83              </object>
84            </child>
85          </object>
86          <packing>
87            <property name="position">0</property>
88          </packing>
89        </child>
90      </object>
91      <packing>
92        <property name="title" translatable="yes">Selecting the exported actions</property>
93        <property name="page_type">content</property>
94      </packing>
95    </child>
96    <child>
97      <object class="GtkVBox" id="p2-l1-vbox1">
98        <property name="visible">True</property>
99        <child>
100          <object class="GtkAlignment" id="p2-l2-alignment1">
101            <property name="visible">True</property>
102            <child>
103              <object class="GtkFileChooserWidget" id="p2-ExportFolderChooser">
104                <property name="visible">True</property>
105                <property name="use_preview_label">False</property>
106                <property name="action">select-folder</property>
107                <property name="preview_widget_active">False</property>
108                <property name="local_only">False</property>
109              </object>
110            </child>
111          </object>
112          <packing>
113            <property name="position">0</property>
114          </packing>
115        </child>
116      </object>
117      <packing>
118        <property name="title" translatable="yes">Selecting the target folder</property>
119        <property name="page_type">content</property>
120      </packing>
121    </child>
122    <child>
123      <object class="GtkVBox" id="p3-l1-vbox1">
124        <property name="visible">True</property>
125        <child>
126          <object class="GtkAlignment" id="p3-l2-alignment1">
127            <property name="visible">True</property>
128            <child>
129              <object class="GtkVBox" id="p3-l3-vbox1">
130                <property name="visible">True</property>
131                <property name="spacing">10</property>
132                <child>
133                  <object class="GtkLabel" id="p3-l4-label1">
134                    <property name="visible">True</property>
135                    <property name="xalign">0</property>
136                    <property name="label" translatable="yes">Which format should I use when exporting these items ?</property>
137                    <property name="wrap">True</property>
138                    <attributes>
139                      <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
140                    </attributes>
141                  </object>
142                  <packing>
143                    <property name="expand">False</property>
144                    <property name="position">0</property>
145                  </packing>
146                </child>
147                <child>
148                  <object class="GtkTreeView" id="p3-ExportFormatTreeView">
149                    <property name="visible">True</property>
150                    <property name="can_focus">True</property>
151                    <property name="headers_visible">False</property>
152                    <property name="rules_hint">True</property>
153                    <property name="show_expanders">False</property>
154                  </object>
155                  <packing>
156                    <property name="expand">False</property>
157                    <property name="position">1</property>
158                  </packing>
159                </child>
160              </object>
161            </child>
162          </object>
163          <packing>
164            <property name="position">0</property>
165          </packing>
166        </child>
167      </object>
168      <packing>
169        <property name="title" translatable="yes">Selecting the export format</property>
170        <property name="page_type">content</property>
171      </packing>
172    </child>
173    <child>
174      <object class="GtkVBox" id="p4-l1-vbox1">
175        <property name="visible">True</property>
176        <child>
177          <object class="GtkAlignment" id="p4-l2-alignment1">
178            <property name="visible">True</property>
179            <child>
180              <object class="GtkScrolledWindow" id="p4-l3-scrolledwindow1">
181                <property name="visible">True</property>
182                <property name="can_focus">True</property>
183                <property name="hscrollbar_policy">automatic</property>
184                <property name="vscrollbar_policy">automatic</property>
185                <child>
186                  <object class="GtkViewport" id="p4-l4-viewport1">
187                    <property name="visible">True</property>
188                    <property name="shadow_type">GTK_SHADOW_NONE</property>
189                    <child>
190                      <object class="GtkVBox" id="p4-ConfirmVBox">
191                        <property name="visible">True</property>
192                        <property name="spacing">15</property>
193                        <child>
194                          <object class="GtkVBox" id="p4-l6-vbox1">
195                            <property name="visible">True</property>
196                            <property name="spacing">8</property>
197                            <child>
198                              <object class="GtkLabel" id="p4-l7-label1">
199                                <property name="visible">True</property>
200                                <property name="xalign">0</property>
201                                <property name="label" translatable="yes">About to export selected items:</property>
202                                <attributes>
203                                  <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
204                                </attributes>
205                              </object>
206                              <packing>
207                                <property name="position">0</property>
208                              </packing>
209                            </child>
210                            <child>
211                              <object class="GtkLabel" id="p4-ConfirmItemsList">
212                                <property name="visible">True</property>
213                                <property name="xalign">0</property>
214                                <property name="xpad">15</property>
215                              </object>
216                              <packing>
217                                <property name="position">1</property>
218                              </packing>
219                            </child>
220                          </object>
221                          <packing>
222                            <property name="expand">False</property>
223                            <property name="position">0</property>
224                          </packing>
225                        </child>
226                        <child>
227                          <object class="GtkVBox" id="p4-l5-vbox2">
228                            <property name="visible">True</property>
229                            <property name="spacing">8</property>
230                            <child>
231                              <object class="GtkLabel" id="p4-l6-label2">
232                                <property name="visible">True</property>
233                                <property name="xalign">0</property>
234                                <property name="wrap">True</property>
235                                <property name="label" translatable="yes">Into the destination folder:</property>
236                                <attributes>
237                                  <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
238                                </attributes>
239                              </object>
240                              <packing>
241                                <property name="position">0</property>
242                              </packing>
243                            </child>
244                            <child>
245                              <object class="GtkLabel" id="p4-ConfirmTargetFolder">
246                                <property name="visible">True</property>
247                                <property name="xalign">0</property>
248                                <property name="xpad">15</property>
249                                <property name="wrap">True</property>
250                              </object>
251                              <packing>
252                                <property name="position">1</property>
253                              </packing>
254                            </child>
255                          </object>
256                          <packing>
257                            <property name="expand">False</property>
258                            <property name="position">1</property>
259                          </packing>
260                        </child>
261                        <child>
262                          <object class="GtkVBox" id="p4-l5-vbox3">
263                            <property name="visible">True</property>
264                            <property name="spacing">8</property>
265                            <child>
266                              <object class="GtkLabel" id="p4-ConfirmExportFormat">
267                                <property name="visible">True</property>
268                                <property name="xalign">0</property>
269                                <property name="wrap">True</property>
270                                <attributes>
271                                  <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
272                                </attributes>
273                              </object>
274                              <packing>
275                                <property name="position">0</property>
276                              </packing>
277                            </child>
278                            <child>
279                              <object class="GtkLabel" id="p4-ConfirmExportTooltip">
280                                <property name="visible">True</property>
281                                <property name="xalign">0</property>
282                                <property name="xpad">15</property>
283                                <property name="wrap">True</property>
284                              </object>
285                              <packing>
286                                <property name="position">1</property>
287                              </packing>
288                            </child>
289                          </object>
290                          <packing>
291                            <property name="expand">False</property>
292                            <property name="position">2</property>
293                          </packing>
294                        </child>
295                      </object>
296                    </child>
297                  </object>
298                </child>
299              </object>
300            </child>
301          </object>
302          <packing>
303            <property name="position">0</property>
304          </packing>
305        </child>
306      </object>
307      <packing>
308        <property name="page_type">confirm</property>
309        <property name="title" translatable="yes">Summary</property>
310      </packing>
311    </child>
312    <child>
313      <object class="GtkVBox" id="p5-l1-vbox1">
314        <property name="visible">True</property>
315        <child>
316          <object class="GtkAlignment" id="p5-l2-alignment1">
317            <property name="visible">True</property>
318            <child>
319              <object class="GtkScrolledWindow" id="p5-l3-scrolledwindow1">
320                <property name="visible">True</property>
321                <property name="can_focus">True</property>
322                <property name="hscrollbar_policy">automatic</property>
323                <property name="vscrollbar_policy">automatic</property>
324                <child>
325                  <object class="GtkViewport" id="p5-l4-viewport1">
326                    <property name="visible">True</property>
327                    <property name="shadow_type">GTK_SHADOW_NONE</property>
328                    <child>
329                      <object class="GtkVBox" id="p5-SummaryVBox">
330                        <property name="visible">True</property>
331                        <property name="orientation">vertical</property>
332                        <property name="spacing">8</property>
333                        <child>
334                          <object class="GtkLabel" id="p5-l6-label1">
335                            <property name="visible">True</property>
336                            <property name="xalign">0</property>
337                            <property name="label" translatable="yes">Selected items have been proceeded:</property>
338                            <attributes>
339                              <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
340                            </attributes>
341                          </object>
342                          <packing>
343                            <property name="expand">False</property>
344                            <property name="position">0</property>
345                          </packing>
346                        </child>
347                      </object>
348                    </child>
349                  </object>
350                </child>
351              </object>
352            </child>
353          </object>
354          <packing>
355            <property name="position">0</property>
356          </packing>
357        </child>
358      </object>
359      <packing>
360        <property name="page_type">summary</property>
361        <property name="title" translatable="yes">Export is done</property>
362      </packing>
363    </child>
364  </object>
365  <object class="GtkDialog" id="ExportAskDialog">
366    <property name="border_width">5</property>
367    <property name="title" translatable="yes">Exporting an action</property>
368    <property name="type_hint">dialog</property>
369    <child internal-child="vbox">
370      <object class="GtkVBox" id="dialog-vbox1">
371        <property name="visible">True</property>
372        <property name="spacing">2</property>
373        <child>
374          <object class="GtkVBox" id="vbox37">
375            <property name="visible">True</property>
376            <property name="spacing">6</property>
377            <child>
378              <object class="GtkVBox" id="vbox39">
379                <property name="visible">True</property>
380                <property name="spacing">6</property>
381                <child>
382                  <object class="GtkLabel" id="ExportAskLabel">
383                    <property name="visible">True</property>
384                    <property name="xalign">0</property>
385                    <property name="xpad">6</property>
386                    <property name="wrap">True</property>
387                  </object>
388                  <packing>
389                    <property name="position">0</property>
390                  </packing>
391                </child>
392                <child>
393                  <object class="GtkLabel" id="label47">
394                    <property name="visible">True</property>
395                    <property name="xalign">0</property>
396                    <property name="xpad">6</property>
397                    <property name="label" translatable="yes">Which format should I choose to export it ?</property>
398                    <property name="wrap">True</property>
399                  </object>
400                  <packing>
401                    <property name="position">1</property>
402                  </packing>
403                </child>
404              </object>
405              <packing>
406                <property name="expand">False</property>
407                <property name="position">0</property>
408              </packing>
409            </child>
410            <child>
411              <object class="GtkVBox" id="ExportFormatAskVBox">
412                <property name="visible">True</property>
413              </object>
414              <packing>
415                <property name="expand">False</property>
416                <property name="position">1</property>
417              </packing>
418            </child>
419            <child>
420              <object class="GtkHSeparator" id="hseparator1">
421                <property name="visible">True</property>
422              </object>
423              <packing>
424                <property name="expand">False</property>
425                <property name="position">3</property>
426              </packing>
427            </child>
428            <child>
429              <object class="GtkVBox" id="vbox40">
430                <property name="visible">True</property>
431                <child>
432                  <object class="GtkCheckButton" id="AskKeepChoiceButton">
433                    <property name="label" translatable="yes">Re_member my choice in future export operations</property>
434                    <property name="visible">True</property>
435                    <property name="can_focus">True</property>
436                    <property name="receives_default">False</property>
437                    <property name="use_underline">True</property>
438                    <property name="draw_indicator">True</property>
439                  </object>
440                  <packing>
441                    <property name="position">0</property>
442                  </packing>
443                </child>
444              </object>
445              <packing>
446                <property name="expand">False</property>
447                <property name="position">4</property>
448              </packing>
449            </child>
450          </object>
451          <packing>
452            <property name="expand">False</property>
453            <property name="position">1</property>
454          </packing>
455        </child>
456        <child internal-child="action_area">
457          <object class="GtkHButtonBox" id="dialog-action_area1">
458            <property name="visible">True</property>
459            <property name="layout_style">end</property>
460            <child>
461              <object class="GtkButton" id="CancelButton">
462                <property name="label">gtk-cancel</property>
463                <property name="visible">True</property>
464                <property name="can_focus">True</property>
465                <property name="receives_default">True</property>
466                <property name="use_stock">True</property>
467              </object>
468              <packing>
469                <property name="expand">False</property>
470                <property name="fill">False</property>
471                <property name="position">0</property>
472              </packing>
473            </child>
474            <child>
475              <object class="GtkButton" id="OKButton">
476                <property name="label">gtk-ok</property>
477                <property name="visible">True</property>
478                <property name="can_focus">True</property>
479                <property name="receives_default">True</property>
480                <property name="use_stock">True</property>
481              </object>
482              <packing>
483                <property name="expand">False</property>
484                <property name="fill">False</property>
485                <property name="position">1</property>
486              </packing>
487            </child>
488          </object>
489          <packing>
490            <property name="expand">False</property>
491            <property name="pack_type">end</property>
492            <property name="position">0</property>
493          </packing>
494        </child>
495      </object>
496    </child>
497    <action-widgets>
498      <action-widget response="0">CancelButton</action-widget>
499      <action-widget response="0">OKButton</action-widget>
500    </action-widgets>
501  </object>
502</interface>
503