Update Greek translation
[empathy-mirror.git] / libempathy-gtk / empathy-search-bar.ui
blob31f6cec3793f5ad569ab207db17905b765a151da
1 <?xml version="1.0"?>
2 <interface>
3 <requires lib="gtk+" version="2.16"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkToolbar" id="search_widget">
6 <property name="visible">True</property>
7 <property name="icon_size">1</property>
8 <property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
9 <child>
10 <object class="GtkToolItem" id="search_entry_toolitem">
11 <property name="visible">True</property>
12 <child>
13 <object class="GtkAlignment" id="alignment1">
14 <property name="visible">True</property>
15 <child>
16 <object class="GtkHBox" id="hbox1">
17 <property name="visible">True</property>
18 <property name="spacing">6</property>
19 <child>
20 <object class="GtkLabel" id="search_label">
21 <property name="visible">True</property>
22 <property name="label" translatable="yes">Find:</property>
23 </object>
24 </child>
25 <child>
26 <object class="GtkEntry" id="search_entry">
27 <property name="visible">True</property>
28 <property name="can_focus">True</property>
29 </object>
30 </child>
31 </object>
32 </child>
33 </object>
34 </child>
35 </object>
36 </child>
37 <child>
38 <object class="GtkToolButton" id="search_previous">
39 <property name="label" translatable="yes">_Previous</property>
40 <property name="visible">True</property>
41 <property name="is_important">True</property>
42 <property name="icon_name">go-previous-symbolic</property>
43 <property name="use_underline">True</property>
44 </object>
45 <packing>
46 <property name="homogeneous">True</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkToolButton" id="search_next">
51 <property name="label" translatable="yes">_Next</property>
52 <property name="visible">True</property>
53 <property name="is_important">True</property>
54 <property name="icon_name">go-next-symbolic</property>
55 <property name="use_underline">True</property>
56 </object>
57 <packing>
58 <property name="homogeneous">True</property>
59 </packing>
60 </child>
61 <child>
62 <object class="GtkToolItem" id="search_match_case_toolitem">
63 <property name="visible">True</property>
64 <property name="is_important">True</property>
65 <child>
66 <object class="GtkCheckButton" id="search_match_case">
67 <property name="label" translatable="yes">Mat_ch case</property>
68 <property name="visible">True</property>
69 <property name="can_focus">True</property>
70 <property name="draw_indicator">True</property>
71 <property name="use_underline">True</property>
72 </object>
73 </child>
74 </object>
75 <packing>
76 <property name="homogeneous">True</property>
77 </packing>
78 </child>
79 <child>
80 <object class="GtkToolItem" id="search_not_found_toolitem">
81 <property name="visible">True</property>
82 <child>
83 <object class="GtkAlignment" id="alignment2">
84 <property name="visible">True</property>
85 <property name="left_padding">6</property>
86 <child>
87 <object class="GtkHBox" id="search_not_found">
88 <property name="spacing">6</property>
89 <child>
90 <object class="GtkImage" id="image1">
91 <property name="visible">True</property>
92 <property name="stock">gtk-dialog-error</property>
93 </object>
94 <packing>
95 <property name="position">0</property>
96 </packing>
97 </child>
98 <child>
99 <object class="GtkLabel" id="not_found_label">
100 <property name="visible">True</property>
101 <property name="label" translatable="yes">Phrase not found</property>
102 </object>
103 <packing>
104 <property name="position">1</property>
105 </packing>
106 </child>
107 </object>
108 </child>
109 </object>
110 </child>
111 </object>
112 </child>
113 <child>
114 <object class="GtkSeparatorToolItem" id="expander1">
115 <property name="visible">True</property>
116 </object>
117 <packing>
118 <property name="expand">True</property>
119 <property name="homogeneous">True</property>
120 </packing>
121 </child>
122 <child>
123 <object class="GtkToolButton" id="search_close">
124 <property name="visible">True</property>
125 <property name="is_important">False</property>
126 <property name="icon_name">window-close-symbolic</property>
127 </object>
128 <packing>
129 <property name="expand">False</property>
130 <property name="homogeneous">True</property>
131 </packing>
132 </child>
133 </object>
134 </interface>