Updated German help translation
[empathy/ppotvin.git] / libempathy-gtk / empathy-contact-selector-dialog.ui
blob6bf68c62e4cbc3c57934e9c6faa9d0b8601bf83f
1 <?xml version="1.0"?>
2 <interface>
3 <!-- interface-requires gtk+ 2.12 -->
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkTable" id="table_contact">
6 <property name="visible">True</property>
7 <property name="n_rows">2</property>
8 <property name="n_columns">2</property>
9 <property name="column_spacing">6</property>
10 <property name="row_spacing">6</property>
11 <child>
12 <object class="GtkLabel" id="account_chooser_label">
13 <property name="visible">True</property>
14 <property name="xalign">0</property>
15 <property name="label" translatable="yes">Account:</property>
16 </object>
17 <packing>
18 <property name="x_options"></property>
19 </packing>
20 </child>
21 <child>
22 <object class="GtkLabel" id="label2">
23 <property name="visible">True</property>
24 <property name="xalign">0</property>
25 <property name="label" translatable="yes">Contact ID:</property>
26 </object>
27 <packing>
28 <property name="top_attach">1</property>
29 <property name="bottom_attach">2</property>
30 <property name="x_options"></property>
31 </packing>
32 </child>
33 <child>
34 <object class="GtkEntry" id="entry_id">
35 <property name="visible">True</property>
36 <property name="can_focus">True</property>
37 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
38 <property name="invisible_char">&#x2022;</property>
39 <property name="activates_default">True</property>
40 </object>
41 <packing>
42 <property name="left_attach">1</property>
43 <property name="right_attach">2</property>
44 <property name="top_attach">1</property>
45 <property name="bottom_attach">2</property>
46 </packing>
47 </child>
48 <child>
49 <placeholder/>
50 </child>
51 </object>
52 </interface>