bump product version to 4.2.0.1
[LibreOffice.git] / sfx2 / uiconfig / ui / alienwarndialog.ui
blob5975d10ab04d6dbf31816939d510f8ae1a223fb9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkMessageDialog" id="AlienWarnDialog">
5 <property name="can_focus">False</property>
6 <property name="border_width">12</property>
7 <property name="title" translatable="yes">Confirm File Format</property>
8 <property name="resizable">False</property>
9 <property name="modal">True</property>
10 <property name="type_hint">dialog</property>
11 <property name="skip_taskbar_hint">True</property>
12 <property name="message_type">question</property>
13 <property name="text" translatable="yes">This document may contain formatting or content that cannot be saved in the currently selected file format "%FORMATNAME".</property>
14 <property name="secondary_text" translatable="yes">Use the default ODF file format to be sure that the document is saved correctly.</property>
15 <child internal-child="vbox">
16 <object class="GtkBox" id="messagedialog-vbox">
17 <property name="can_focus">False</property>
18 <property name="orientation">vertical</property>
19 <property name="spacing">24</property>
20 <child internal-child="action_area">
21 <object class="GtkButtonBox" id="messagedialog-action_area">
22 <property name="can_focus">False</property>
23 <property name="layout_style">end</property>
24 <child>
25 <object class="GtkButton" id="ok">
26 <property name="label" translatable="yes">_Use %FORMATNAME Format</property>
27 <property name="visible">True</property>
28 <property name="can_focus">True</property>
29 <property name="can_default">True</property>
30 <property name="has_default">True</property>
31 <property name="receives_default">True</property>
32 <property name="use_underline">True</property>
33 </object>
34 <packing>
35 <property name="expand">False</property>
36 <property name="fill">True</property>
37 <property name="position">0</property>
38 <property name="non_homogeneous">True</property>
39 </packing>
40 </child>
41 <child>
42 <object class="GtkButton" id="cancel">
43 <property name="label" translatable="yes">Use _ODF Format</property>
44 <property name="visible">True</property>
45 <property name="can_focus">True</property>
46 <property name="receives_default">True</property>
47 <property name="use_underline">True</property>
48 <property name="image_position">bottom</property>
49 </object>
50 <packing>
51 <property name="expand">False</property>
52 <property name="fill">True</property>
53 <property name="position">1</property>
54 <property name="non_homogeneous">True</property>
55 </packing>
56 </child>
57 </object>
58 <packing>
59 <property name="expand">False</property>
60 <property name="fill">True</property>
61 <property name="pack_type">end</property>
62 <property name="position">0</property>
63 </packing>
64 </child>
65 <child>
66 <object class="GtkCheckButton" id="ask">
67 <property name="label" translatable="yes">_Ask when not saving in ODF format</property>
68 <property name="visible">True</property>
69 <property name="can_focus">True</property>
70 <property name="receives_default">False</property>
71 <property name="use_underline">True</property>
72 <property name="xalign">0</property>
73 <property name="draw_indicator">True</property>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="fill">True</property>
78 <property name="position">2</property>
79 </packing>
80 </child>
81 </object>
82 </child>
83 <action-widgets>
84 <action-widget response="1">ok</action-widget>
85 <action-widget response="0">cancel</action-widget>
86 </action-widgets>
87 </object>
88 </interface>