LanguageTool: don't crash if REST protocol isn't set
[LibreOffice.git] / sfx2 / uiconfig / ui / descriptioninfopage.ui
blob86545c576e6953adf733968f6ba962775ba065c7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sfx">
4 <requires lib="gtk+" version="3.20"/>
5 <!-- n-columns=1 n-rows=1 -->
6 <object class="GtkGrid" id="DescriptionInfoPage">
7 <property name="visible">True</property>
8 <property name="can_focus">False</property>
9 <property name="hexpand">True</property>
10 <property name="vexpand">True</property>
11 <property name="border_width">6</property>
12 <property name="row_spacing">6</property>
13 <property name="column_spacing">12</property>
14 <child>
15 <object class="GtkLabel" id="label27">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="label" translatable="yes" context="descriptioninfopage|label27">_Title:</property>
19 <property name="use_underline">True</property>
20 <property name="mnemonic_widget">title</property>
21 <property name="xalign">1</property>
22 </object>
23 <packing>
24 <property name="left_attach">0</property>
25 <property name="top_attach">0</property>
26 </packing>
27 </child>
28 <child>
29 <object class="GtkLabel" id="label28">
30 <property name="visible">True</property>
31 <property name="can_focus">False</property>
32 <property name="label" translatable="yes" context="descriptioninfopage|label28">_Subject:</property>
33 <property name="use_underline">True</property>
34 <property name="mnemonic_widget">subject</property>
35 <property name="xalign">1</property>
36 </object>
37 <packing>
38 <property name="left_attach">0</property>
39 <property name="top_attach">1</property>
40 </packing>
41 </child>
42 <child>
43 <object class="GtkLabel" id="label29">
44 <property name="visible">True</property>
45 <property name="can_focus">False</property>
46 <property name="label" translatable="yes" context="descriptioninfopage|label29">_Keywords:</property>
47 <property name="use_underline">True</property>
48 <property name="mnemonic_widget">keywords</property>
49 <property name="xalign">1</property>
50 </object>
51 <packing>
52 <property name="left_attach">0</property>
53 <property name="top_attach">2</property>
54 </packing>
55 </child>
56 <child>
57 <object class="GtkLabel" id="label30">
58 <property name="visible">True</property>
59 <property name="can_focus">False</property>
60 <property name="valign">start</property>
61 <property name="label" translatable="yes" context="descriptioninfopage|label30">_Comments:</property>
62 <property name="use_underline">True</property>
63 <property name="mnemonic_widget">comments</property>
64 <property name="xalign">1</property>
65 </object>
66 <packing>
67 <property name="left_attach">0</property>
68 <property name="top_attach">3</property>
69 </packing>
70 </child>
71 <child>
72 <object class="GtkEntry" id="title">
73 <property name="visible">True</property>
74 <property name="can_focus">True</property>
75 <property name="hexpand">True</property>
76 <property name="truncate-multiline">True</property>
77 <child internal-child="accessible">
78 <object class="AtkObject" id="title-atkobject">
79 <property name="AtkObject::accessible-description" translatable="yes" context="descriptioninfopage|extended_tip|title">Enter a title for the document.</property>
80 </object>
81 </child>
82 </object>
83 <packing>
84 <property name="left_attach">1</property>
85 <property name="top_attach">0</property>
86 </packing>
87 </child>
88 <child>
89 <object class="GtkEntry" id="subject">
90 <property name="visible">True</property>
91 <property name="can_focus">True</property>
92 <property name="hexpand">True</property>
93 <property name="truncate-multiline">True</property>
94 <child internal-child="accessible">
95 <object class="AtkObject" id="subject-atkobject">
96 <property name="AtkObject::accessible-description" translatable="yes" context="descriptioninfopage|extended_tip|subject">Enter a subject for the document. You can use a subject to group documents with similar contents.</property>
97 </object>
98 </child>
99 </object>
100 <packing>
101 <property name="left_attach">1</property>
102 <property name="top_attach">1</property>
103 </packing>
104 </child>
105 <child>
106 <object class="GtkEntry" id="keywords">
107 <property name="visible">True</property>
108 <property name="can_focus">True</property>
109 <property name="hexpand">True</property>
110 <property name="truncate-multiline">True</property>
111 <child internal-child="accessible">
112 <object class="AtkObject" id="keywords-atkobject">
113 <property name="AtkObject::accessible-description" translatable="yes" context="descriptioninfopage|extended_tip|keywords">Enter the words that you want to use to index the content of your document. Keywords must be separated by commas. A keyword can contain white space characters or semicolons.</property>
114 </object>
115 </child>
116 </object>
117 <packing>
118 <property name="left_attach">1</property>
119 <property name="top_attach">2</property>
120 </packing>
121 </child>
122 <child>
123 <object class="GtkScrolledWindow" id="scrolledwindow1">
124 <property name="visible">True</property>
125 <property name="can_focus">True</property>
126 <property name="hexpand">True</property>
127 <property name="vexpand">True</property>
128 <property name="shadow_type">in</property>
129 <child>
130 <object class="GtkTextView" id="comments">
131 <property name="visible">True</property>
132 <property name="can_focus">True</property>
133 <property name="hexpand">True</property>
134 <property name="vexpand">True</property>
135 <child internal-child="accessible">
136 <object class="AtkObject" id="comments-atkobject">
137 <property name="AtkObject::accessible-description" translatable="yes" context="descriptioninfopage|extended_tip|comments">Enter comments to help identify the document.</property>
138 </object>
139 </child>
140 </object>
141 </child>
142 </object>
143 <packing>
144 <property name="left_attach">1</property>
145 <property name="top_attach">3</property>
146 </packing>
147 </child>
148 <child internal-child="accessible">
149 <object class="AtkObject" id="DescriptionInfoPage-atkobject">
150 <property name="AtkObject::accessible-description" translatable="yes" context="descriptioninfopage|extended_tip|DescriptionInfoPage">Contains descriptive information about the document.</property>
151 </object>
152 </child>
153 </object>
154 </interface>