Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / svx / uiconfig / ui / crashreportdlg.ui
blob68741c6b362ddddf5087bbbd56dfd69343de0e9f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="svx">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkTextBuffer" id="textbuffer1">
6 <property name="text" translatable="yes" context="crashreportdlg|ed_post">The crash report was successfully uploaded.
7 You can soon find the report at:
8 crashreport.libreoffice.org/stats/crash_details/%CRASHID</property>
9 </object>
10 <object class="GtkTextBuffer" id="textbuffer2">
11 <property name="text" translatable="yes" context="crashreportdlg|ed_bugreport">Please check the report and if no bug report is connected to the crash report yet, open a new bug report at bugs.documentfoundation.org.
12 Add detailed instructions on how to reproduce the crash and the shown crash ID into the crash report field.
13 Thank you for your help in improving %PRODUCTNAME.</property>
14 </object>
15 <object class="GtkDialog" id="CrashReportDialog">
16 <property name="can_focus">False</property>
17 <property name="border_width">6</property>
18 <property name="title" translatable="yes" context="crashreportdlg|CrashReportDialog">Crash Report</property>
19 <property name="modal">True</property>
20 <property name="default_width">0</property>
21 <property name="default_height">0</property>
22 <property name="type_hint">dialog</property>
23 <child>
24 <placeholder/>
25 </child>
26 <child internal-child="vbox">
27 <object class="GtkBox" id="dialog-vbox1">
28 <property name="can_focus">False</property>
29 <property name="orientation">vertical</property>
30 <property name="spacing">12</property>
31 <child internal-child="action_area">
32 <object class="GtkButtonBox" id="dialog-action_area1">
33 <property name="can_focus">False</property>
34 <property name="layout_style">end</property>
35 <child>
36 <object class="GtkButton" id="btn_send">
37 <property name="label" translatable="yes" context="crashreportdlg|btn_send">_Send Crash Report</property>
38 <property name="visible">True</property>
39 <property name="can_focus">True</property>
40 <property name="can_default">True</property>
41 <property name="has_default">True</property>
42 <property name="receives_default">True</property>
43 <property name="use_underline">True</property>
44 </object>
45 <packing>
46 <property name="expand">True</property>
47 <property name="fill">True</property>
48 <property name="position">0</property>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkButton" id="btn_cancel">
53 <property name="label" translatable="yes" context="crashreportdlg|btn_cancel">Do_n’t Send</property>
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="receives_default">True</property>
57 <property name="use_underline">True</property>
58 </object>
59 <packing>
60 <property name="expand">True</property>
61 <property name="fill">True</property>
62 <property name="position">1</property>
63 </packing>
64 </child>
65 <child>
66 <object class="GtkButton" id="btn_close">
67 <property name="label" translatable="yes" context="crashreportdlg|btn_close">Close</property>
68 <property name="can_focus">True</property>
69 <property name="receives_default">True</property>
70 </object>
71 <packing>
72 <property name="expand">True</property>
73 <property name="fill">True</property>
74 <property name="position">2</property>
75 </packing>
76 </child>
77 </object>
78 <packing>
79 <property name="expand">False</property>
80 <property name="fill">False</property>
81 <property name="position">4</property>
82 </packing>
83 </child>
84 <child>
85 <object class="GtkLabel" id="ed_pre">
86 <property name="visible">True</property>
87 <property name="can_focus">False</property>
88 <property name="label" translatable="yes" context="crashreportdlg|ed_pre">Unfortunately it seems that %PRODUCTNAME crashed when it was last run.
90 You can help us to fix this issue by sending an anonymous crash report to the %PRODUCTNAME crash reporting server.</property>
91 <property name="wrap">True</property>
92 </object>
93 <packing>
94 <property name="expand">False</property>
95 <property name="fill">True</property>
96 <property name="position">0</property>
97 </packing>
98 </child>
99 <child>
100 <object class="GtkTextView" id="ed_post">
101 <property name="can_focus">False</property>
102 <property name="valign">center</property>
103 <property name="editable">False</property>
104 <property name="cursor_visible">False</property>
105 <property name="buffer">textbuffer1</property>
106 <property name="accepts_tab">False</property>
107 </object>
108 <packing>
109 <property name="expand">False</property>
110 <property name="fill">True</property>
111 <property name="position">1</property>
112 </packing>
113 </child>
114 <child>
115 <object class="GtkTextView" id="ed_bugreport">
116 <property name="can_focus">False</property>
117 <property name="editable">False</property>
118 <property name="cursor_visible">False</property>
119 <property name="buffer">textbuffer2</property>
120 <property name="accepts_tab">False</property>
121 </object>
122 <packing>
123 <property name="expand">False</property>
124 <property name="fill">True</property>
125 <property name="position">2</property>
126 </packing>
127 </child>
128 <child>
129 <object class="GtkCheckButton" id="check_safemode">
130 <property name="label" translatable="yes" context="crashreportdlg|check_safemode">Restart %PRODUCTNAME to enter safe mode</property>
131 <property name="visible">True</property>
132 <property name="can_focus">True</property>
133 <property name="receives_default">False</property>
134 <property name="xalign">0</property>
135 <property name="draw_indicator">True</property>
136 </object>
137 <packing>
138 <property name="expand">False</property>
139 <property name="fill">True</property>
140 <property name="position">3</property>
141 </packing>
142 </child>
143 </object>
144 </child>
145 </object>
146 </interface>