nss: upgrade to release 3.73
[LibreOffice.git] / sc / uiconfig / scalc / ui / checkwarningdialog.ui
blob9fd4322585d7457f709292b236b5b12166be95a3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkMessageDialog" id="CheckWarningDialog">
6 <property name="can_focus">False</property>
7 <property name="resizable">False</property>
8 <property name="modal">True</property>
9 <property name="type_hint">dialog</property>
10 <property name="message_type">warning</property>
11 <property name="text" translatable="yes" context="checkwarningdialog|CheckWarningDialog">You are pasting data into cells that already contain data.</property>
12 <property name="secondary_text" translatable="yes" context="checkwarningdialog|CheckWarningDialog">Do you really want to overwrite the existing data?</property>
13 <child internal-child="vbox">
14 <object class="GtkBox">
15 <property name="can_focus">False</property>
16 <property name="orientation">vertical</property>
17 <property name="spacing">2</property>
18 <child internal-child="action_area">
19 <object class="GtkButtonBox">
20 <property name="can_focus">False</property>
21 <property name="homogeneous">True</property>
22 <child>
23 <object class="GtkButton" id="help">
24 <property name="label">gtk-help</property>
25 <property name="visible">True</property>
26 <property name="can_focus">True</property>
27 <property name="receives_default">True</property>
28 <property name="use_stock">True</property>
29 </object>
30 <packing>
31 <property name="expand">True</property>
32 <property name="fill">True</property>
33 <property name="position">0</property>
34 <property name="secondary">True</property>
35 </packing>
36 </child>
37 <child>
38 <object class="GtkButton" id="no">
39 <property name="label">gtk-no</property>
40 <property name="visible">True</property>
41 <property name="can_focus">True</property>
42 <property name="receives_default">True</property>
43 <property name="use_stock">True</property>
44 </object>
45 <packing>
46 <property name="expand">True</property>
47 <property name="fill">True</property>
48 <property name="position">1</property>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkButton" id="yes">
53 <property name="label">gtk-yes</property>
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="can_default">True</property>
57 <property name="has_default">True</property>
58 <property name="receives_default">True</property>
59 <property name="use_stock">True</property>
60 </object>
61 <packing>
62 <property name="expand">True</property>
63 <property name="fill">True</property>
64 <property name="position">2</property>
65 </packing>
66 </child>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">False</property>
71 <property name="position">0</property>
72 </packing>
73 </child>
74 <child>
75 <object class="GtkCheckButton" id="ask">
76 <property name="label" translatable="yes" context="checkwarningdialog|ask">Warn me about this in the future.</property>
77 <property name="visible">True</property>
78 <property name="can_focus">True</property>
79 <property name="receives_default">False</property>
80 <property name="halign">start</property>
81 <property name="use_underline">True</property>
82 <property name="active">True</property>
83 <property name="draw_indicator">True</property>
84 </object>
85 <packing>
86 <property name="expand">False</property>
87 <property name="fill">True</property>
88 <property name="position">2</property>
89 </packing>
90 </child>
91 </object>
92 </child>
93 <action-widgets>
94 <action-widget response="-11">help</action-widget>
95 <action-widget response="-9">no</action-widget>
96 <action-widget response="-8">yes</action-widget>
97 </action-widgets>
98 <child type="titlebar">
99 <placeholder/>
100 </child>
101 </object>
102 </interface>