Initial German translation of the build tutorial
[anjuta.git] / plugins / quick-open / anjuta-quick-open.ui
blobeb33cf0d72c0b90e332f54e622559c0a4531f540
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkGrid" id="grid">
5 <property name="visible">True</property>
6 <property name="can_focus">False</property>
7 <property name="hexpand">True</property>
8 <property name="vexpand">True</property>
9 <child>
10 <object class="GtkNotebook" id="treeview_notebook">
11 <property name="visible">True</property>
12 <property name="can_focus">False</property>
13 <property name="show_tabs">False</property>
14 <child>
15 <object class="GtkGrid" id="grid2">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="halign">center</property>
19 <property name="valign">center</property>
20 <property name="hexpand">True</property>
21 <property name="vexpand">True</property>
22 <property name="column_spacing">12</property>
23 <child>
24 <object class="GtkSpinner" id="spinner1">
25 <property name="width_request">24</property>
26 <property name="height_request">24</property>
27 <property name="visible">True</property>
28 <property name="can_focus">False</property>
29 <property name="halign">center</property>
30 <property name="valign">center</property>
31 <property name="active">True</property>
32 </object>
33 <packing>
34 <property name="left_attach">0</property>
35 <property name="top_attach">0</property>
36 <property name="width">1</property>
37 <property name="height">1</property>
38 </packing>
39 </child>
40 <child>
41 <object class="GtkLabel" id="label1">
42 <property name="visible">True</property>
43 <property name="can_focus">False</property>
44 <property name="halign">center</property>
45 <property name="valign">center</property>
46 <property name="label" translatable="yes">Loading files...</property>
47 <attributes>
48 <attribute name="weight" value="bold"/>
49 <attribute name="scale" value="1.2"/>
50 </attributes>
51 </object>
52 <packing>
53 <property name="left_attach">1</property>
54 <property name="top_attach">0</property>
55 <property name="width">1</property>
56 <property name="height">1</property>
57 </packing>
58 </child>
59 </object>
60 </child>
61 <child type="tab">
62 <placeholder/>
63 </child>
64 <child>
65 <object class="GtkScrolledWindow" id="scrolledwindow1">
66 <property name="visible">True</property>
67 <property name="can_focus">False</property>
68 <property name="hexpand">True</property>
69 <property name="vexpand">True</property>
70 <property name="shadow_type">in</property>
71 <child>
72 <object class="GtkTreeView" id="treeview">
73 <property name="visible">True</property>
74 <property name="can_focus">False</property>
75 <property name="headers_visible">False</property>
76 <property name="search_column">0</property>
77 <child internal-child="selection">
78 <object class="GtkTreeSelection" id="treeview-selection1"/>
79 </child>
80 </object>
81 </child>
82 </object>
83 <packing>
84 <property name="position">1</property>
85 </packing>
86 </child>
87 <child type="tab">
88 <placeholder/>
89 </child>
90 <child>
91 <placeholder/>
92 </child>
93 <child type="tab">
94 <placeholder/>
95 </child>
96 </object>
97 <packing>
98 <property name="left_attach">0</property>
99 <property name="top_attach">1</property>
100 <property name="width">1</property>
101 <property name="height">1</property>
102 </packing>
103 </child>
104 <child>
105 <placeholder/>
106 </child>
107 </object>
108 <object class="GtkImage" id="image1">
109 <property name="visible">True</property>
110 <property name="can_focus">False</property>
111 </object>
112 <object class="GtkListStore" id="liststore">
113 <columns>
114 <!-- column-name is_separator -->
115 <column type="gboolean"/>
116 <!-- column-name title -->
117 <column type="gchararray"/>
118 <!-- column-name is_document -->
119 <column type="gboolean"/>
120 <!-- column-name object -->
121 <column type="GObject"/>
122 </columns>
123 </object>
124 </interface>