tdf#138507: sc_subsequent_filters: Add unittest
[LibreOffice.git] / sw / inc / strings.hrc
blobe5f20d867d2d3d394c7e8252f565a6d9b824b8fd
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #ifndef INCLUDED_SW_INC_STRINGS_HRC
21 #define INCLUDED_SW_INC_STRINGS_HRC
23 #define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
24 #define NNC_(Context, StringSingular, StringPlural) reinterpret_cast<char const *>(Context "\004" u8##StringSingular "\004" u8##StringPlural)
26 // Format names
27 #define STR_POOLCHR_STANDARD                    NC_("STR_POOLCHR_STANDARD", "Default Character Style")
28 #define STR_POOLCHR_FOOTNOTE                    NC_("STR_POOLCHR_FOOTNOTE", "Footnote Characters")
29 #define STR_POOLCHR_PAGENO                      NC_("STR_POOLCHR_PAGENO", "Page Number")
30 #define STR_POOLCHR_LABEL                       NC_("STR_POOLCHR_LABEL", "Caption Characters")
31 #define STR_POOLCHR_DROPCAPS                    NC_("STR_POOLCHR_DROPCAPS", "Drop Caps")
32 #define STR_POOLCHR_NUM_LEVEL                   NC_("STR_POOLCHR_NUM_LEVEL", "Numbering Symbols")
33 #define STR_POOLCHR_BULLET_LEVEL                NC_("STR_POOLCHR_BULLET_LEVEL", "Bullets")
34 #define STR_POOLCHR_INET_NORMAL                 NC_("STR_POOLCHR_INET_NORMAL", "Internet Link")
35 #define STR_POOLCHR_INET_VISIT                  NC_("STR_POOLCHR_INET_VISIT", "Visited Internet Link")
36 #define STR_POOLCHR_JUMPEDIT                    NC_("STR_POOLCHR_JUMPEDIT", "Placeholder")
37 #define STR_POOLCHR_TOXJUMP                     NC_("STR_POOLCHR_TOXJUMP", "Index Link")
38 #define STR_POOLCHR_ENDNOTE                     NC_("STR_POOLCHR_ENDNOTE", "Endnote Characters")
39 #define STR_POOLCHR_LINENUM                     NC_("STR_POOLCHR_LINENUM", "Line Numbering")
40 #define STR_POOLCHR_IDX_MAIN_ENTRY              NC_("STR_POOLCHR_IDX_MAIN_ENTRY", "Main Index Entry")
41 #define STR_POOLCHR_FOOTNOTE_ANCHOR             NC_("STR_POOLCHR_FOOTNOTE_ANCHOR", "Footnote Anchor")
42 #define STR_POOLCHR_ENDNOTE_ANCHOR              NC_("STR_POOLCHR_ENDNOTE_ANCHOR", "Endnote Anchor")
43 #define STR_POOLCHR_RUBYTEXT                    NC_("STR_POOLCHR_RUBYTEXT", "Rubies")
44 #define STR_POOLCHR_VERT_NUM                    NC_("STR_POOLCHR_VERT_NUM", "Vertical Numbering Symbols")
45 // Drawing templates for HTML
46 #define STR_POOLCHR_HTML_EMPHASIS               NC_("STR_POOLCHR_HTML_EMPHASIS", "Emphasis")
47 #define STR_POOLCHR_HTML_CITIATION              NC_("STR_POOLCHR_HTML_CITIATION", "Quotation")
48 #define STR_POOLCHR_HTML_STRONG                 NC_("STR_POOLCHR_HTML_STRONG", "Strong Emphasis")
49 #define STR_POOLCHR_HTML_CODE                   NC_("STR_POOLCHR_HTML_CODE", "Source Text")
50 #define STR_POOLCHR_HTML_SAMPLE                 NC_("STR_POOLCHR_HTML_SAMPLE", "Example")
51 #define STR_POOLCHR_HTML_KEYBOARD               NC_("STR_POOLCHR_HTML_KEYBOARD", "User Entry")
52 #define STR_POOLCHR_HTML_VARIABLE               NC_("STR_POOLCHR_HTML_VARIABLE", "Variable")
53 #define STR_POOLCHR_HTML_DEFINSTANCE            NC_("STR_POOLCHR_HTML_DEFINSTANCE", "Definition")
54 #define STR_POOLCHR_HTML_TELETYPE               NC_("STR_POOLCHR_HTML_TELETYPE", "Teletype")
55 // Border templates
56 #define STR_POOLFRM_FRAME                       NC_("STR_POOLFRM_FRAME", "Frame")
57 #define STR_POOLFRM_GRAPHIC                     NC_("STR_POOLFRM_GRAPHIC", "Graphics")
58 #define STR_POOLFRM_OLE                         NC_("STR_POOLFRM_OLE", "OLE")
59 #define STR_POOLFRM_FORMEL                      NC_("STR_POOLFRM_FORMEL", "Formula")
60 #define STR_POOLFRM_MARGINAL                    NC_("STR_POOLFRM_MARGINAL", "Marginalia")
61 #define STR_POOLFRM_WATERSIGN                   NC_("STR_POOLFRM_WATERSIGN", "Watermark")
62 #define STR_POOLFRM_LABEL                       NC_("STR_POOLFRM_LABEL", "Labels")
63 // Template names
64 #define STR_POOLCOLL_STANDARD                   NC_("STR_POOLCOLL_STANDARD", "Default Paragraph Style")
65 #define STR_POOLCOLL_TEXT                       NC_("STR_POOLCOLL_TEXT", "Text Body")
66 #define STR_POOLCOLL_TEXT_IDENT                 NC_("STR_POOLCOLL_TEXT_IDENT", "First Line Indent")
67 #define STR_POOLCOLL_TEXT_NEGIDENT              NC_("STR_POOLCOLL_TEXT_NEGIDENT", "Hanging Indent")
68 #define STR_POOLCOLL_TEXT_MOVE                  NC_("STR_POOLCOLL_TEXT_MOVE", "Text Body Indent")
69 #define STR_POOLCOLL_GREETING                   NC_("STR_POOLCOLL_GREETING", "Complimentary Close")
70 #define STR_POOLCOLL_SIGNATURE                  NC_("STR_POOLCOLL_SIGNATURE", "Signature")
71 #define STR_POOLCOLL_HEADLINE_BASE              NC_("STR_POOLCOLL_HEADLINE_BASE", "Heading")
72 #define STR_POOLCOLL_NUMBER_BULLET_BASE         NC_("STR_POOLCOLL_NUMBER_BULLET_BASE", "List")
73 #define STR_POOLCOLL_REGISTER_BASE              NC_("STR_POOLCOLL_REGISTER_BASE", "Index")
74 #define STR_POOLCOLL_CONFRONTATION              NC_("STR_POOLCOLL_CONFRONTATION", "List Indent")
75 #define STR_POOLCOLL_MARGINAL                   NC_("STR_POOLCOLL_MARGINAL", "Marginalia")
76 #define STR_POOLCOLL_HEADLINE1                  NC_("STR_POOLCOLL_HEADLINE1", "Heading 1")
77 #define STR_POOLCOLL_HEADLINE2                  NC_("STR_POOLCOLL_HEADLINE2", "Heading 2")
78 #define STR_POOLCOLL_HEADLINE3                  NC_("STR_POOLCOLL_HEADLINE3", "Heading 3")
79 #define STR_POOLCOLL_HEADLINE4                  NC_("STR_POOLCOLL_HEADLINE4", "Heading 4")
80 #define STR_POOLCOLL_HEADLINE5                  NC_("STR_POOLCOLL_HEADLINE5", "Heading 5")
81 #define STR_POOLCOLL_HEADLINE6                  NC_("STR_POOLCOLL_HEADLINE6", "Heading 6")
82 #define STR_POOLCOLL_HEADLINE7                  NC_("STR_POOLCOLL_HEADLINE7", "Heading 7")
83 #define STR_POOLCOLL_HEADLINE8                  NC_("STR_POOLCOLL_HEADLINE8", "Heading 8")
84 #define STR_POOLCOLL_HEADLINE9                  NC_("STR_POOLCOLL_HEADLINE9", "Heading 9")
85 #define STR_POOLCOLL_HEADLINE10                 NC_("STR_POOLCOLL_HEADLINE10", "Heading 10")
86 #define STR_POOLCOLL_NUM_LEVEL1S                NC_("STR_POOLCOLL_NUM_LEVEL1S", "Numbering 1 Start")
87 #define STR_POOLCOLL_NUM_LEVEL1                 NC_("STR_POOLCOLL_NUM_LEVEL1", "Numbering 1")
88 #define STR_POOLCOLL_NUM_LEVEL1E                NC_("STR_POOLCOLL_NUM_LEVEL1E", "Numbering 1 End")
89 #define STR_POOLCOLL_NUM_NONUM1                 NC_("STR_POOLCOLL_NUM_NONUM1", "Numbering 1 Cont.")
90 #define STR_POOLCOLL_NUM_LEVEL2S                NC_("STR_POOLCOLL_NUM_LEVEL2S", "Numbering 2 Start")
91 #define STR_POOLCOLL_NUM_LEVEL2                 NC_("STR_POOLCOLL_NUM_LEVEL2", "Numbering 2")
92 #define STR_POOLCOLL_NUM_LEVEL2E                NC_("STR_POOLCOLL_NUM_LEVEL2E", "Numbering 2 End")
93 #define STR_POOLCOLL_NUM_NONUM2                 NC_("STR_POOLCOLL_NUM_NONUM2", "Numbering 2 Cont.")
94 #define STR_POOLCOLL_NUM_LEVEL3S                NC_("STR_POOLCOLL_NUM_LEVEL3S", "Numbering 3 Start")
95 #define STR_POOLCOLL_NUM_LEVEL3                 NC_("STR_POOLCOLL_NUM_LEVEL3", "Numbering 3")
96 #define STR_POOLCOLL_NUM_LEVEL3E                NC_("STR_POOLCOLL_NUM_LEVEL3E", "Numbering 3 End")
97 #define STR_POOLCOLL_NUM_NONUM3                 NC_("STR_POOLCOLL_NUM_NONUM3", "Numbering 3 Cont.")
98 #define STR_POOLCOLL_NUM_LEVEL4S                NC_("STR_POOLCOLL_NUM_LEVEL4S", "Numbering 4 Start")
99 #define STR_POOLCOLL_NUM_LEVEL4                 NC_("STR_POOLCOLL_NUM_LEVEL4", "Numbering 4")
100 #define STR_POOLCOLL_NUM_LEVEL4E                NC_("STR_POOLCOLL_NUM_LEVEL4E", "Numbering 4 End")
101 #define STR_POOLCOLL_NUM_NONUM4                 NC_("STR_POOLCOLL_NUM_NONUM4", "Numbering 4 Cont.")
102 #define STR_POOLCOLL_NUM_LEVEL5S                NC_("STR_POOLCOLL_NUM_LEVEL5S", "Numbering 5 Start")
103 #define STR_POOLCOLL_NUM_LEVEL5                 NC_("STR_POOLCOLL_NUM_LEVEL5", "Numbering 5")
104 #define STR_POOLCOLL_NUM_LEVEL5E                NC_("STR_POOLCOLL_NUM_LEVEL5E", "Numbering 5 End")
105 #define STR_POOLCOLL_NUM_NONUM5                 NC_("STR_POOLCOLL_NUM_NONUM5", "Numbering 5 Cont.")
106 #define STR_POOLCOLL_BULLET_LEVEL1S             NC_("STR_POOLCOLL_BULLET_LEVEL1S", "List 1 Start")
107 #define STR_POOLCOLL_BULLET_LEVEL1              NC_("STR_POOLCOLL_BULLET_LEVEL1", "List 1")
108 #define STR_POOLCOLL_BULLET_LEVEL1E             NC_("STR_POOLCOLL_BULLET_LEVEL1E", "List 1 End")
109 #define STR_POOLCOLL_BULLET_NONUM1              NC_("STR_POOLCOLL_BULLET_NONUM1", "List 1 Cont.")
110 #define STR_POOLCOLL_BULLET_LEVEL2S             NC_("STR_POOLCOLL_BULLET_LEVEL2S", "List 2 Start")
111 #define STR_POOLCOLL_BULLET_LEVEL2              NC_("STR_POOLCOLL_BULLET_LEVEL2", "List 2")
112 #define STR_POOLCOLL_BULLET_LEVEL2E             NC_("STR_POOLCOLL_BULLET_LEVEL2E", "List 2 End")
113 #define STR_POOLCOLL_BULLET_NONUM2              NC_("STR_POOLCOLL_BULLET_NONUM2", "List 2 Cont.")
114 #define STR_POOLCOLL_BULLET_LEVEL3S             NC_("STR_POOLCOLL_BULLET_LEVEL3S", "List 3 Start")
115 #define STR_POOLCOLL_BULLET_LEVEL3              NC_("STR_POOLCOLL_BULLET_LEVEL3", "List 3")
116 #define STR_POOLCOLL_BULLET_LEVEL3E             NC_("STR_POOLCOLL_BULLET_LEVEL3E", "List 3 End")
117 #define STR_POOLCOLL_BULLET_NONUM3              NC_("STR_POOLCOLL_BULLET_NONUM3", "List 3 Cont.")
118 #define STR_POOLCOLL_BULLET_LEVEL4S             NC_("STR_POOLCOLL_BULLET_LEVEL4S", "List 4 Start")
119 #define STR_POOLCOLL_BULLET_LEVEL4              NC_("STR_POOLCOLL_BULLET_LEVEL4", "List 4")
120 #define STR_POOLCOLL_BULLET_LEVEL4E             NC_("STR_POOLCOLL_BULLET_LEVEL4E", "List 4 End")
121 #define STR_POOLCOLL_BULLET_NONUM4              NC_("STR_POOLCOLL_BULLET_NONUM4", "List 4 Cont.")
122 #define STR_POOLCOLL_BULLET_LEVEL5S             NC_("STR_POOLCOLL_BULLET_LEVEL5S", "List 5 Start")
123 #define STR_POOLCOLL_BULLET_LEVEL5              NC_("STR_POOLCOLL_BULLET_LEVEL5", "List 5")
124 #define STR_POOLCOLL_BULLET_LEVEL5E             NC_("STR_POOLCOLL_BULLET_LEVEL5E", "List 5 End")
125 #define STR_POOLCOLL_BULLET_NONUM5              NC_("STR_POOLCOLL_BULLET_NONUM5", "List 5 Cont.")
126 #define STR_POOLCOLL_HEADERFOOTER               NC_("STR_POOLCOLL_HEADER", "Header and Footer")
127 #define STR_POOLCOLL_HEADER                     NC_("STR_POOLCOLL_HEADER", "Header")
128 #define STR_POOLCOLL_HEADERL                    NC_("STR_POOLCOLL_HEADERL", "Header Left")
129 #define STR_POOLCOLL_HEADERR                    NC_("STR_POOLCOLL_HEADERR", "Header Right")
130 #define STR_POOLCOLL_FOOTER                     NC_("STR_POOLCOLL_FOOTER", "Footer")
131 #define STR_POOLCOLL_FOOTERL                    NC_("STR_POOLCOLL_FOOTERL", "Footer Left")
132 #define STR_POOLCOLL_FOOTERR                    NC_("STR_POOLCOLL_FOOTERR", "Footer Right")
133 #define STR_POOLCOLL_TABLE                      NC_("STR_POOLCOLL_TABLE", "Table Contents")
134 #define STR_POOLCOLL_TABLE_HDLN                 NC_("STR_POOLCOLL_TABLE_HDLN", "Table Heading")
135 #define STR_POOLCOLL_FRAME                      NC_("STR_POOLCOLL_FRAME", "Frame Contents")
136 #define STR_POOLCOLL_FOOTNOTE                   NC_("STR_POOLCOLL_FOOTNOTE", "Footnote")
137 #define STR_POOLCOLL_ENDNOTE                    NC_("STR_POOLCOLL_ENDNOTE", "Endnote")
138 #define STR_POOLCOLL_LABEL                      NC_("STR_POOLCOLL_LABEL", "Caption")
139 #define STR_POOLCOLL_LABEL_ABB                  NC_("STR_POOLCOLL_LABEL_ABB", "Illustration")
140 #define STR_POOLCOLL_LABEL_TABLE                NC_("STR_POOLCOLL_LABEL_TABLE", "Table")
141 #define STR_POOLCOLL_LABEL_FRAME                NC_("STR_POOLCOLL_LABEL_FRAME", "Text")
142 #define STR_POOLCOLL_LABEL_DRAWING              NC_("STR_POOLCOLL_LABEL_DRAWING", "Drawing")
143 #define STR_POOLCOLL_LABEL_FIGURE               NC_("STR_POOLCOLL_LABEL_FIGURE", "Figure")
144 #define STR_POOLCOLL_ENVELOPE_ADDRESS           NC_("STR_POOLCOLL_ENVELOPE_ADDRESS", "Addressee")
145 #define STR_POOLCOLL_SEND_ADDRESS               NC_("STR_POOLCOLL_SEND_ADDRESS", "Sender")
146 #define STR_POOLCOLL_TOX_IDXH                   NC_("STR_POOLCOLL_TOX_IDXH", "Index Heading")
147 #define STR_POOLCOLL_TOX_IDX1                   NC_("STR_POOLCOLL_TOX_IDX1", "Index 1")
148 #define STR_POOLCOLL_TOX_IDX2                   NC_("STR_POOLCOLL_TOX_IDX2", "Index 2")
149 #define STR_POOLCOLL_TOX_IDX3                   NC_("STR_POOLCOLL_TOX_IDX3", "Index 3")
150 #define STR_POOLCOLL_TOX_IDXBREAK               NC_("STR_POOLCOLL_TOX_IDXBREAK", "Index Separator")
151 #define STR_POOLCOLL_TOX_CNTNTH                 NC_("STR_POOLCOLL_TOX_CNTNTH", "Contents Heading")
152 #define STR_POOLCOLL_TOX_CNTNT1                 NC_("STR_POOLCOLL_TOX_CNTNT1", "Contents 1")
153 #define STR_POOLCOLL_TOX_CNTNT2                 NC_("STR_POOLCOLL_TOX_CNTNT2", "Contents 2")
154 #define STR_POOLCOLL_TOX_CNTNT3                 NC_("STR_POOLCOLL_TOX_CNTNT3", "Contents 3")
155 #define STR_POOLCOLL_TOX_CNTNT4                 NC_("STR_POOLCOLL_TOX_CNTNT4", "Contents 4")
156 #define STR_POOLCOLL_TOX_CNTNT5                 NC_("STR_POOLCOLL_TOX_CNTNT5", "Contents 5")
157 #define STR_POOLCOLL_TOX_CNTNT6                 NC_("STR_POOLCOLL_TOX_CNTNT6", "Contents 6")
158 #define STR_POOLCOLL_TOX_CNTNT7                 NC_("STR_POOLCOLL_TOX_CNTNT7", "Contents 7")
159 #define STR_POOLCOLL_TOX_CNTNT8                 NC_("STR_POOLCOLL_TOX_CNTNT8", "Contents 8")
160 #define STR_POOLCOLL_TOX_CNTNT9                 NC_("STR_POOLCOLL_TOX_CNTNT9", "Contents 9")
161 #define STR_POOLCOLL_TOX_CNTNT10                NC_("STR_POOLCOLL_TOX_CNTNT10", "Contents 10")
162 #define STR_POOLCOLL_TOX_USERH                  NC_("STR_POOLCOLL_TOX_USERH", "User Index Heading")
163 #define STR_POOLCOLL_TOX_USER1                  NC_("STR_POOLCOLL_TOX_USER1", "User Index 1")
164 #define STR_POOLCOLL_TOX_USER2                  NC_("STR_POOLCOLL_TOX_USER2", "User Index 2")
165 #define STR_POOLCOLL_TOX_USER3                  NC_("STR_POOLCOLL_TOX_USER3", "User Index 3")
166 #define STR_POOLCOLL_TOX_USER4                  NC_("STR_POOLCOLL_TOX_USER4", "User Index 4")
167 #define STR_POOLCOLL_TOX_USER5                  NC_("STR_POOLCOLL_TOX_USER5", "User Index 5")
168 #define STR_POOLCOLL_TOX_USER6                  NC_("STR_POOLCOLL_TOX_USER6", "User Index 6")
169 #define STR_POOLCOLL_TOX_USER7                  NC_("STR_POOLCOLL_TOX_USER7", "User Index 7")
170 #define STR_POOLCOLL_TOX_USER8                  NC_("STR_POOLCOLL_TOX_USER8", "User Index 8")
171 #define STR_POOLCOLL_TOX_USER9                  NC_("STR_POOLCOLL_TOX_USER9", "User Index 9")
172 #define STR_POOLCOLL_TOX_USER10                 NC_("STR_POOLCOLL_TOX_USER10", "User Index 10")
173 #define STR_POOLCOLL_TOX_CITATION               NC_("STR_POOLCOLL_TOX_CITATION", "Citation")
174 #define STR_POOLCOLL_TOX_ILLUSH                 NC_("STR_POOLCOLL_TOX_ILLUSH", "Figure Index Heading")
175 #define STR_POOLCOLL_TOX_ILLUS1                 NC_("STR_POOLCOLL_TOX_ILLUS1", "Figure Index 1")
176 #define STR_POOLCOLL_TOX_OBJECTH                NC_("STR_POOLCOLL_TOX_OBJECTH", "Object Index Heading")
177 #define STR_POOLCOLL_TOX_OBJECT1                NC_("STR_POOLCOLL_TOX_OBJECT1", "Object Index 1")
178 #define STR_POOLCOLL_TOX_TABLESH                NC_("STR_POOLCOLL_TOX_TABLESH", "Table Index Heading")
179 #define STR_POOLCOLL_TOX_TABLES1                NC_("STR_POOLCOLL_TOX_TABLES1", "Table Index 1")
180 #define STR_POOLCOLL_TOX_AUTHORITIESH           NC_("STR_POOLCOLL_TOX_AUTHORITIESH", "Bibliography Heading")
181 #define STR_POOLCOLL_TOX_AUTHORITIES1           NC_("STR_POOLCOLL_TOX_AUTHORITIES1", "Bibliography 1")
182 // Document title style, not to be confused with Heading style
183 #define STR_POOLCOLL_DOC_TITLE                  NC_("STR_POOLCOLL_DOC_TITEL", "Title")
184 #define STR_POOLCOLL_DOC_SUBTITLE               NC_("STR_POOLCOLL_DOC_SUBTITEL", "Subtitle")
185 #define STR_POOLCOLL_DOC_APPENDIX               NC_("STR_POOLCOLL_DOC_APPENDIX", "Appendix")
186 #define STR_POOLCOLL_HTML_BLOCKQUOTE            NC_("STR_POOLCOLL_HTML_BLOCKQUOTE", "Quotations")
187 #define STR_POOLCOLL_HTML_PRE                   NC_("STR_POOLCOLL_HTML_PRE", "Preformatted Text")
188 #define STR_POOLCOLL_HTML_HR                    NC_("STR_POOLCOLL_HTML_HR", "Horizontal Line")
189 #define STR_POOLCOLL_HTML_DD                    NC_("STR_POOLCOLL_HTML_DD", "List Contents")
190 #define STR_POOLCOLL_HTML_DT                    NC_("STR_POOLCOLL_HTML_DT", "List Heading")
191 //page style names
192 #define STR_POOLPAGE_STANDARD                   NC_("STR_POOLPAGE_STANDARD", "Default Page Style")
193 #define STR_POOLPAGE_FIRST                      NC_("STR_POOLPAGE_FIRST", "First Page")
194 #define STR_POOLPAGE_LEFT                       NC_("STR_POOLPAGE_LEFT", "Left Page")
195 #define STR_POOLPAGE_RIGHT                      NC_("STR_POOLPAGE_RIGHT", "Right Page")
196 #define STR_POOLPAGE_ENVELOPE                   NC_("STR_POOLPAGE_ENVELOPE", "Envelope")
197 #define STR_POOLPAGE_REGISTER                   NC_("STR_POOLPAGE_REGISTER", "Index")
198 #define STR_POOLPAGE_HTML                       NC_("STR_POOLPAGE_HTML", "HTML")
199 #define STR_POOLPAGE_FOOTNOTE                   NC_("STR_POOLPAGE_FOOTNOTE", "Footnote")
200 #define STR_POOLPAGE_ENDNOTE                    NC_("STR_POOLPAGE_ENDNOTE", "Endnote")
201 #define STR_POOLPAGE_LANDSCAPE                  NC_("STR_POOLPAGE_LANDSCAPE", "Landscape")
202 // Numbering rules
203 #define STR_POOLNUMRULE_NUM1                    NC_("STR_POOLNUMRULE_NUM1", "Numbering 123")
204 #define STR_POOLNUMRULE_NUM2                    NC_("STR_POOLNUMRULE_NUM2", "Numbering ABC")
205 #define STR_POOLNUMRULE_NUM3                    NC_("STR_POOLNUMRULE_NUM3", "Numbering abc")
206 #define STR_POOLNUMRULE_NUM4                    NC_("STR_POOLNUMRULE_NUM4", "Numbering IVX")
207 #define STR_POOLNUMRULE_NUM5                    NC_("STR_POOLNUMRULE_NUM5", "Numbering ivx")
208 //Bullet \u2022
209 #define STR_POOLNUMRULE_BUL1                    NC_("STR_POOLNUMRULE_BUL1", "Bullet •")
210 //Bullet \u2013
211 #define STR_POOLNUMRULE_BUL2                    NC_("STR_POOLNUMRULE_BUL2", "Bullet –")
212 //Bullet \uE4C4
213 #define STR_POOLNUMRULE_BUL3                    NC_("STR_POOLNUMRULE_BUL3", "Bullet ")
214 //Bullet \uE49E
215 #define STR_POOLNUMRULE_BUL4                    NC_("STR_POOLNUMRULE_BUL4", "Bullet ")
216 //Bullet \uE20B
217 #define STR_POOLNUMRULE_BUL5                    NC_("STR_POOLNUMRULE_BUL5", "Bullet ")
218 #define STR_COLUMN_VALUESET_ITEM0               NC_("STR_COLUMN_VALUESET_ITEM0", "1 column")
219 #define STR_COLUMN_VALUESET_ITEM1               NC_("STR_COLUMN_VALUESET_ITEM1", "2 columns with equal size")
220 #define STR_COLUMN_VALUESET_ITEM2               NC_("STR_COLUMN_VALUESET_ITEM2", "3 columns with equal size")
221 #define STR_COLUMN_VALUESET_ITEM3               NC_("STR_COLUMN_VALUESET_ITEM3", "2 columns with different size (left > right)")
222 #define STR_COLUMN_VALUESET_ITEM4               NC_("STR_COLUMN_VALUESET_ITEM4", "2 columns with different size (left < right)")
223 // Table styles, Writer internal, others are taken from Svx
224 #define STR_TABSTYLE_DEFAULT                    NC_("STR_TABSTYLE_DEFAULT", "Default Table Style")
226 #define STR_PARAGRAPHSTYLEFAMILY                NC_("STR_PARAGRAPHSTYLEFAMILY", "Paragraph Styles")
227 #define STR_CHARACTERSTYLEFAMILY                NC_("STR_CHARACTERSTYLEFAMILY", "Character Styles")
228 #define STR_FRAMESTYLEFAMILY                    NC_("STR_FRAMESTYLEFAMILY", "Frame Styles")
229 #define STR_PAGESTYLEFAMILY                     NC_("STR_PAGESTYLEFAMILY", "Page Styles")
230 #define STR_LISTSTYLEFAMILY                     NC_("STR_LISTSTYLEFAMILY", "List Styles")
231 #define STR_TABLESTYLEFAMILY                    NC_("STR_TABLESTYLEFAMILY", "Table Styles")
232 #define STR_ENV_TITLE                           NC_("STR_ENV_TITLE", "Envelope")
233 #define STR_LAB_TITLE                           NC_("STR_LAB_TITLE", "Labels")
235 #define STR_WRITER_DOCUMENT_FULLTYPE            NC_("STR_WRITER_DOCUMENT_FULLTYPE", "%PRODUCTNAME %PRODUCTVERSION Text Document")
236 #define STR_CANTOPEN                            NC_("STR_CANTOPEN", "Cannot open document.")
237 #define STR_CANTCREATE                          NC_("STR_CANTCREATE", "Can't create document.")
238 #define STR_DLLNOTFOUND                         NC_("STR_DLLNOTFOUND", "Filter not found.")
239 #define STR_LOAD_GLOBAL_DOC                     NC_("STR_LOAD_GLOBAL_DOC", "Name and Path of Master Document")
240 #define STR_LOAD_HTML_DOC                       NC_("STR_LOAD_HTML_DOC", "Name and Path of the HTML Document")
241 #define STR_JAVA_EDIT                           NC_("STR_JAVA_EDIT", "Edit Script")
242 #define STR_BOOKMARK_DEF_NAME                   NC_("STR_BOOKMARK_DEF_NAME", "Bookmark")
243 #define STR_BOOKMARK_YES                        NC_("STR_BOOKMARK_YES", "Yes")
244 #define STR_BOOKMARK_NO                         NC_("STR_BOOKMARK_NO", "No")
245 #define STR_BOOKMARK_FORBIDDENCHARS             NC_("STR_BOOKMARK_FORBIDDENCHARS", "Forbidden characters:")
246 #define SW_STR_NONE                             NC_("SW_STR_NONE", "[None]")
247 #define STR_CAPTION_BEGINNING                   NC_("STR_CAPTION_BEGINNING", "Start")
248 #define STR_CAPTION_END                         NC_("STR_CAPTION_END", "End")
249 #define STR_CAPTION_ABOVE                       NC_("STR_CAPTION_ABOVE", "Above")
250 #define STR_CAPTION_BELOW                       NC_("STR_CAPTION_BELOW", "Below")
251 #define SW_STR_READONLY                         NC_("SW_STR_READONLY", "read-only")
252 #define STR_READONLY_PATH                       NC_("STR_READONLY_PATH", "The 'AutoText' directories are read-only. Do you want to call the path settings dialog?")
253 #define STR_DOC_STAT                            NC_("STR_DOC_STAT", "Statistics")
254 #define STR_OUTLINENUMBERING_DISABLED           NC_("STR_OUTLINENUMBERING_DISABLED","This option is disabled when chapter numbering is assigned to a paragraph style")
255 // Statusbar-titles
256 #define STR_STATSTR_W4WREAD                     NC_("STR_STATSTR_W4WREAD", "Importing document...")
257 #define STR_STATSTR_W4WWRITE                    NC_("STR_STATSTR_W4WWRITE", "Exporting document...")
258 #define STR_STATSTR_SWGWRITE                    NC_("STR_STATSTR_SWGWRITE", "Saving document...")
259 #define STR_STATSTR_REFORMAT                    NC_("STR_STATSTR_REFORMAT", "Repagination...")
260 #define STR_STATSTR_AUTOFORMAT                  NC_("STR_STATSTR_AUTOFORMAT", "Formatting document automatically...")
261 #define STR_STATSTR_SEARCH                      NC_("STR_STATSTR_SEARCH", "Search...")
262 #define STR_STATSTR_LETTER                      NC_("STR_STATSTR_LETTER", "Letter")
263 #define STR_STATSTR_SPELL                       NC_("STR_STATSTR_SPELL", "Spellcheck...")
264 #define STR_STATSTR_HYPHEN                      NC_("STR_STATSTR_HYPHEN", "Hyphenation...")
265 #define STR_STATSTR_TOX_INSERT                  NC_("STR_STATSTR_TOX_INSERT", "Inserting Index...")
266 #define STR_STATSTR_TOX_UPDATE                  NC_("STR_STATSTR_TOX_UPDATE", "Updating Index...")
267 #define STR_STATSTR_SUMMARY                     NC_("STR_STATSTR_SUMMARY", "Creating abstract...")
268 #define STR_STATSTR_SWGPRTOLENOTIFY             NC_("STR_STATSTR_SWGPRTOLENOTIFY", "Adapt Objects...")
269 #define STR_TABLE_DEFNAME                       NC_("STR_TABLE_DEFNAME", "Table")
270 #define STR_GRAPHIC_DEFNAME                     NC_("STR_GRAPHIC_DEFNAME", "Image")
271 #define STR_OBJECT_DEFNAME                      NC_("STR_OBJECT_DEFNAME", "Object")
272 #define STR_FRAME_DEFNAME                       NC_("STR_FRAME_DEFNAME", "Frame")
273 #define STR_SHAPE_DEFNAME                       NC_("STR_SHAPE_DEFNAME", "Shape")
274 #define STR_REGION_DEFNAME                      NC_("STR_REGION_DEFNAME", "Section")
275 #define STR_NUMRULE_DEFNAME                     NC_("STR_NUMRULE_DEFNAME", "Numbering")
276 #define STR_EMPTYPAGE                           NC_("STR_EMPTYPAGE", "blank page")
277 #define STR_ABSTRACT_TITLE                      NC_("STR_ABSTRACT_TITLE", "Abstract: ")
278 #define STR_FDLG_TEMPLATE_NAME                  NC_("STR_FDLG_TEMPLATE_NAME", "separated by: ")
279 #define STR_FDLG_OUTLINE_LEVEL                  NC_("STR_FDLG_OUTLINE_LEVEL", "Outline: Level ")
280 #define STR_FDLG_STYLE                          NC_("STR_FDLG_STYLE", "Style: ")
281 #define STR_PAGEOFFSET                          NC_("STR_PAGEOFFSET", "Page number: ")
282 #define STR_PAGEBREAK                           NC_("STR_PAGEBREAK", "Break before new page")
283 #define STR_WESTERN_FONT                        NC_("STR_WESTERN_FONT", "Western text: ")
284 #define STR_CJK_FONT                            NC_("STR_CJK_FONT", "Asian text: ")
285 #define STR_CTL_FONT                            NC_("STR_CTL_FONT", "CTL text: ")
286 #define STR_REDLINE_UNKNOWN_AUTHOR              NC_("STR_REDLINE_UNKNOWN_AUTHOR", "Unknown Author")
287 #define STR_DELETE_NOTE_AUTHOR                  NC_("STR_DELETE_NOTE_AUTHOR", "Delete ~All Comments by $1")
288 #define STR_HIDE_NOTE_AUTHOR                    NC_("STR_HIDE_NOTE_AUTHOR", "H~ide All Comments by $1")
289 #define STR_OUTLINE_NUMBERING                   NC_("STR_OUTLINE_NUMBERING", "Chapter Numbering")
290 /* To translators: $1 == will be replaced by STR_WORDCOUNT_WORDARG, and $2 by STR_WORDCOUNT_COLARG
291    e.g. Selected: 1 word, 2 characters */
292 #define STR_WORDCOUNT                           NC_("STR_WORDCOUNT", "Selected: $1, $2")
293 // To translators: STR_WORDCOUNT_WORDARG is $1 of STR_WORDCOUNT. $1 of STR_WORDCOUNT is number of words
294 #define STR_WORDCOUNT_WORDARG                   NNC_("STR_WORDCOUNT_WORDARG", "$1 word", "$1 words")
295 // To translators: STR_WORDCOUNT_CHARARG is $1 of STR_WORDCOUNT. $1 of STR_WORDCOUNT_CHARARG is number of characters
296 #define STR_WORDCOUNT_CHARARG                   NNC_("STR_WORDCOUNT_CHARARG", "$1 character", "$1 characters")
297 /* To translators: $1 == will be replaced by STR_WORDCOUNT_WORDARG, and $2 by STR_WORDCOUNT_COLARG
298    e.g. 1 word, 2 characters */
299 #define STR_WORDCOUNT_NO_SELECTION              NC_("STR_WORDCOUNT_NO_SELECTION", "$1, $2")
300 /* To translators: STR_WORDCOUNT_WORDARG_NO_SELECTION is $1 of STR_WORDCOUNT_NO_SELECTION.
301    $1 of STR_WORDCOUNT_NO_SELECTION is number of words */
302 #define STR_WORDCOUNT_WORDARG_NO_SELECTION      NNC_("STR_WORDCOUNT_WORDARG_NO_SELECTION", "$1 word", "$1 words")
303 /* To translators: STR_WORDCOUNT_CHARARG_NO_SELECTION is $1 of STR_WORDCOUNT_NO_SELECTION.
304    $1 of STR_WORDCOUNT_CHARARG_NO_SELECTION is number of characters */
305 #define STR_WORDCOUNT_CHARARG_NO_SELECTION      NNC_("STR_WORDCOUNT_CHARARG_NO_SELECTION", "$1 character", "$1 characters")
306 #define STR_CONVERT_TEXT_TABLE                  NC_("STR_CONVERT_TEXT_TABLE", "Convert Text to Table")
307 #define STR_ADD_AUTOFORMAT_TITLE                NC_("STR_ADD_AUTOFORMAT_TITLE", "Add AutoFormat")
308 #define STR_ADD_AUTOFORMAT_LABEL                NC_("STR_ADD_AUTOFORMAT_LABEL", "Name")
309 #define STR_DEL_AUTOFORMAT_TITLE                NC_("STR_DEL_AUTOFORMAT_TITLE", "Delete AutoFormat")
310 #define STR_DEL_AUTOFORMAT_MSG                  NC_("STR_DEL_AUTOFORMAT_MSG", "The following AutoFormat entry will be deleted:")
311 #define STR_RENAME_AUTOFORMAT_TITLE             NC_("STR_RENAME_AUTOFORMAT_TITLE", "Rename AutoFormat")
312 #define STR_BTN_AUTOFORMAT_CLOSE                NC_("STR_BTN_AUTOFORMAT_CLOSE", "~Close")
313 #define STR_JAN                                 NC_("STR_JAN", "Jan")
314 #define STR_FEB                                 NC_("STR_FEB", "Feb")
315 #define STR_MAR                                 NC_("STR_MAR", "Mar")
316 #define STR_NORTH                               NC_("STR_NORTH", "North")
317 #define STR_MID                                 NC_("STR_MID", "Mid")
318 #define STR_SOUTH                               NC_("STR_SOUTH", "South")
319 #define STR_SUM                                 NC_("STR_SUM", "Sum")
320 #define STR_INVALID_AUTOFORMAT_NAME             NC_("STR_INVALID_AUTOFORMAT_NAME", "You have entered an invalid name.\nThe desired AutoFormat could not be created. \nTry again using a different name.")
321 #define STR_NUMERIC                             NC_("STR_NUMERIC", "Numeric")
322 #define STR_ROW                                 NC_("STR_ROW", "Rows")
323 #define STR_COL                                 NC_("STR_COL", "Column")
324 #define STR_AUTHMRK_EDIT                        NC_("STR_AUTHMRK_EDIT", "Edit Bibliography Entry")
325 #define STR_AUTHMRK_INSERT                      NC_("STR_AUTHMRK_INSERT", "Insert Bibliography Entry")
326 #define STR_ACCESS_PAGESETUP_SPACING            NC_("STR_ACCESS_PAGESETUP_SPACING", "Spacing between %1 and %2")
327 #define STR_ACCESS_COLUMN_WIDTH                 NC_("STR_ACCESS_COLUMN_WIDTH", "Column %1 Width")
328 #define STR_CAPTION_TABLE                       NC_("STR_CAPTION_TABLE", "%PRODUCTNAME Writer Table")
329 #define STR_CAPTION_FRAME                       NC_("STR_CAPTION_FRAME", "%PRODUCTNAME Writer Frame")
330 #define STR_CAPTION_GRAPHIC                     NC_("STR_CAPTION_GRAPHIC", "%PRODUCTNAME Writer Image")
331 #define STR_CAPTION_OLE                         NC_("STR_CAPTION_OLE", "Other OLE Objects")
332 #define STR_WRONG_TABLENAME                     NC_("STR_WRONG_TABLENAME", "The name of the table must not contain spaces.")
333 #define STR_ERR_TABLE_MERGE                     NC_("STR_ERR_TABLE_MERGE", "Selected table cells are too complex to merge.")
334 #define STR_SRTERR                              NC_("STR_SRTERR", "Cannot sort selection")
336 // Miscellaneous
337 #define STR_EVENT_OBJECT_SELECT                 NC_("STR_EVENT_OBJECT_SELECT", "Click object")
338 #define STR_EVENT_START_INS_GLOSSARY            NC_("STR_EVENT_START_INS_GLOSSARY", "Before inserting AutoText")
339 #define STR_EVENT_END_INS_GLOSSARY              NC_("STR_EVENT_END_INS_GLOSSARY", "After inserting AutoText")
340 #define STR_EVENT_MOUSEOVER_OBJECT              NC_("STR_EVENT_MOUSEOVER_OBJECT", "Mouse over object")
341 #define STR_EVENT_MOUSECLICK_OBJECT             NC_("STR_EVENT_MOUSECLICK_OBJECT", "Trigger hyperlink")
342 #define STR_EVENT_MOUSEOUT_OBJECT               NC_("STR_EVENT_MOUSEOUT_OBJECT", "Mouse leaves object")
343 #define STR_EVENT_IMAGE_LOAD                    NC_("STR_EVENT_IMAGE_LOAD", "Image loaded successfully")
344 #define STR_EVENT_IMAGE_ABORT                   NC_("STR_EVENT_IMAGE_ABORT", "Image loading terminated")
345 #define STR_EVENT_IMAGE_ERROR                   NC_("STR_EVENT_IMAGE_ERROR", "Could not load image")
346 #define STR_EVENT_FRM_KEYINPUT_A                NC_("STR_EVENT_FRM_KEYINPUT_A", "Input of alphanumeric characters")
347 #define STR_EVENT_FRM_KEYINPUT_NOA              NC_("STR_EVENT_FRM_KEYINPUT_NOA", "Input of non-alphanumeric characters")
348 #define STR_EVENT_FRM_RESIZE                    NC_("STR_EVENT_FRM_RESIZE", "Resize frame")
349 #define STR_EVENT_FRM_MOVE                      NC_("STR_EVENT_FRM_MOVE", "Move frame")
350 #define STR_CONTENT_TYPE_OUTLINE                NC_("STR_CONTENT_TYPE_OUTLINE", "Headings")
351 #define STR_CONTENT_TYPE_TABLE                  NC_("STR_CONTENT_TYPE_TABLE", "Tables")
352 #define STR_CONTENT_TYPE_FRAME                  NC_("STR_CONTENT_TYPE_FRAME", "Frames")
353 #define STR_CONTENT_TYPE_GRAPHIC                NC_("STR_CONTENT_TYPE_GRAPHIC", "Images")
354 #define STR_CONTENT_TYPE_OLE                    NC_("STR_CONTENT_TYPE_OLE", "OLE objects")
355 #define STR_CONTENT_TYPE_BOOKMARK               NC_("STR_CONTENT_TYPE_BOOKMARK", "Bookmarks")
356 #define STR_CONTENT_TYPE_REGION                 NC_("STR_CONTENT_TYPE_REGION", "Sections")
357 #define STR_CONTENT_TYPE_URLFIELD               NC_("STR_CONTENT_TYPE_URLFIELD", "Hyperlinks")
358 #define STR_CONTENT_TYPE_REFERENCE              NC_("STR_CONTENT_TYPE_REFERENCE", "References")
359 #define STR_CONTENT_TYPE_INDEX                  NC_("STR_CONTENT_TYPE_INDEX", "Indexes")
360 #define STR_CONTENT_TYPE_DRAWOBJECT             NC_("STR_CONTENT_TYPE_DRAWOBJECT", "Drawing objects")
361 #define STR_CONTENT_TYPE_POSTIT                 NC_("STR_CONTENT_TYPE_POSTIT", "Comments")
362 #define STR_IDXEXAMPLE_IDXTXT_HEADING1          NC_("STR_IDXEXAMPLE_IDXTXT_HEADING1", "Heading 1")
363 #define STR_IDXEXAMPLE_IDXTXT_ENTRY1            NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY1", "This is the content from the first chapter. This is a user directory entry.")
364 #define STR_IDXEXAMPLE_IDXTXT_HEADING11         NC_("STR_IDXEXAMPLE_IDXTXT_HEADING11", "Heading 1.1")
365 #define STR_IDXEXAMPLE_IDXTXT_ENTRY11           NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY11", "This is the content from chapter 1.1. This is the entry for the table of contents.")
366 #define STR_IDXEXAMPLE_IDXTXT_HEADING12         NC_("STR_IDXEXAMPLE_IDXTXT_HEADING12", "Heading 1.2")
367 #define STR_IDXEXAMPLE_IDXTXT_ENTRY12           NC_("STR_IDXEXAMPLE_IDXTXT_ENTRY12", "This is the content from chapter 1.2. This keyword is a main entry.")
368 #define STR_IDXEXAMPLE_IDXTXT_TABLE1            NC_("STR_IDXEXAMPLE_IDXTXT_TABLE1", "Table 1: This is table 1")
369 #define STR_IDXEXAMPLE_IDXTXT_IMAGE1            NC_("STR_IDXEXAMPLE_IDXTXT_IMAGE1", "Image 1: This is image 1")
370 #define STR_IDXEXAMPLE_IDXMARK_CHAPTER          NC_("STR_IDXEXAMPLE_IDXMARK_CHAPTER", "Chapter")
371 #define STR_IDXEXAMPLE_IDXMARK_KEYWORD          NC_("STR_IDXEXAMPLE_IDXMARK_KEYWORD", "Keyword")
372 #define STR_IDXEXAMPLE_IDXMARK_USER_DIR_ENTRY   NC_("STR_IDXEXAMPLE_IDXMARK_USER_DIR_ENTRY", "User Directory Entry")
373 #define STR_IDXEXAMPLE_IDXMARK_ENTRY            NC_("STR_IDXEXAMPLE_IDXMARK_ENTRY", "Entry")
374 #define STR_IDXEXAMPLE_IDXMARK_THIS             NC_("STR_IDXEXAMPLE_IDXMARK_THIS", "this")
375 #define STR_IDXEXAMPLE_IDXMARK_PRIMARY_KEY      NC_("STR_IDXEXAMPLE_IDXMARK_PRIMARY_KEY", "Primary key")
376 #define STR_IDXEXAMPLE_IDXMARK_SECONDARY_KEY    NC_("STR_IDXEXAMPLE_IDXMARK_SECONDARY_KEY", "Secondary key")
377 #define STR_CONTENT_TYPE_SINGLE_OUTLINE         NC_("STR_CONTENT_TYPE_SINGLE_OUTLINE", "Heading")
378 #define STR_CONTENT_TYPE_SINGLE_TABLE           NC_("STR_CONTENT_TYPE_SINGLE_TABLE", "Table")
379 #define STR_CONTENT_TYPE_SINGLE_FRAME           NC_("STR_CONTENT_TYPE_SINGLE_FRAME", "Text frame")
380 #define STR_CONTENT_TYPE_SINGLE_GRAPHIC         NC_("STR_CONTENT_TYPE_SINGLE_GRAPHIC", "Image")
381 #define STR_CONTENT_TYPE_SINGLE_OLE             NC_("STR_CONTENT_TYPE_SINGLE_OLE", "OLE object")
382 #define STR_CONTENT_TYPE_SINGLE_BOOKMARK        NC_("STR_CONTENT_TYPE_SINGLE_BOOKMARK", "Bookmark")
383 #define STR_CONTENT_TYPE_SINGLE_REGION          NC_("STR_CONTENT_TYPE_SINGLE_REGION", "Section")
384 #define STR_CONTENT_TYPE_SINGLE_URLFIELD        NC_("STR_CONTENT_TYPE_SINGLE_URLFIELD", "Hyperlink")
385 #define STR_CONTENT_TYPE_SINGLE_REFERENCE       NC_("STR_CONTENT_TYPE_SINGLE_REFERENCE", "Reference")
386 #define STR_CONTENT_TYPE_SINGLE_INDEX           NC_("STR_CONTENT_TYPE_SINGLE_INDEX", "Index")
387 #define STR_CONTENT_TYPE_SINGLE_POSTIT          NC_("STR_CONTENT_TYPE_SINGLE_POSTIT", "Comment")
388 #define STR_CONTENT_TYPE_SINGLE_DRAWOBJECT      NC_("STR_CONTENT_TYPE_SINGLE_DRAWOBJECT", "Draw object")
389 #define STR_DEFINE_NUMBERFORMAT                 NC_("STR_DEFINE_NUMBERFORMAT", "Additional formats...")
390 #define RID_STR_SYSTEM                          NC_("RID_STR_SYSTEM", "[System]")
391 #define STR_MULT_INTERACT_HYPH_WARN             NC_("STR_MULT_INTERACT_HYPH_WARN", "The interactive hyphenation is already active\nin a different document")
392 #define STR_HYPH_TITLE                          NC_("STR_HYPH_TITLE", "Hyphenation")
393 #define STR_HYPH_MISSING                        NC_("STR_HYPH_MISSING", "Missing hyphenation data")
394 #define STR_HYPH_MISSING_DETAIL                 NC_("STR_HYPH_MISSING", "Please install the hyphenation package for locale “%1”.")
396 // Undo
397 #define STR_CANT_UNDO                           NC_("STR_CANT_UNDO", "not possible")
398 #define STR_DELETE_UNDO                         NC_("STR_DELETE_UNDO", "Delete $1")
399 #define STR_INSERT_UNDO                         NC_("STR_INSERT_UNDO", "Insert $1")
400 #define STR_OVR_UNDO                            NC_("STR_OVR_UNDO", "Overwrite: $1")
401 #define STR_SPLITNODE_UNDO                      NC_("STR_SPLITNODE_UNDO", "New Paragraph")
402 #define STR_MOVE_UNDO                           NC_("STR_MOVE_UNDO", "Move")
403 #define STR_INSATTR_UNDO                        NC_("STR_INSATTR_UNDO", "Apply attributes")
404 #define STR_SETFMTCOLL_UNDO                     NC_("STR_SETFMTCOLL_UNDO", "Apply Styles: $1")
405 #define STR_RESET_ATTR_UNDO                     NC_("STR_RESET_ATTR_UNDO", "Reset attributes")
406 #define STR_INSFMT_ATTR_UNDO                    NC_("STR_INSFMT_ATTR_UNDO", "Change style: $1")
407 #define STR_INSERT_DOC_UNDO                     NC_("STR_INSERT_DOC_UNDO", "Insert file")
408 #define STR_INSERT_GLOSSARY                     NC_("STR_INSERT_GLOSSARY", "Insert AutoText")
409 #define STR_DELBOOKMARK                         NC_("STR_DELBOOKMARK", "Delete bookmark: $1")
410 #define STR_INSBOOKMARK                         NC_("STR_INSBOOKMARK", "Insert bookmark: $1")
411 #define STR_SORT_TBL                            NC_("STR_SORT_TBL", "Sort table")
412 #define STR_SORT_TXT                            NC_("STR_SORT_TXT", "Sort text")
413 #define STR_INSTABLE_UNDO                       NC_("STR_INSTABLE_UNDO", "Insert table: $1$2$3")
414 #define STR_TEXTTOTABLE_UNDO                    NC_("STR_TEXTTOTABLE_UNDO", "Convert text -> table")
415 #define STR_TABLETOTEXT_UNDO                    NC_("STR_TABLETOTEXT_UNDO", "Convert table -> text")
416 #define STR_COPY_UNDO                           NC_("STR_COPY_UNDO", "Copy: $1")
417 #define STR_REPLACE_UNDO                        NC_("STR_REPLACE_UNDO", "Replace $1 $2 $3")
418 #define STR_INSERT_PAGE_BREAK_UNDO              NC_("STR_INSERT_PAGE_BREAK_UNDO", "Insert page break")
419 #define STR_INSERT_COLUMN_BREAK_UNDO            NC_("STR_INSERT_COLUMN_BREAK_UNDO", "Insert column break")
420 #define STR_INSERT_ENV_UNDO                     NC_("STR_INSERT_ENV_UNDO", "Insert Envelope")
421 #define STR_DRAG_AND_COPY                       NC_("STR_DRAG_AND_COPY", "Copy: $1")
422 #define STR_DRAG_AND_MOVE                       NC_("STR_DRAG_AND_MOVE", "Move: $1")
423 #define STR_INSERT_CHART                        NC_("STR_INSERT_CHART", "Insert %PRODUCTNAME Chart")
424 #define STR_INSERTFLY                           NC_("STR_INSERTFLY", "Insert frame")
425 #define STR_DELETEFLY                           NC_("STR_DELETEFLY", "Delete frame")
426 #define STR_AUTOFORMAT                          NC_("STR_AUTOFORMAT", "AutoFormat")
427 #define STR_TABLEHEADLINE                       NC_("STR_TABLEHEADLINE", "Table heading")
428 #define STR_REPLACE                             NC_("STR_REPLACE", "Replace: $1 $2 $3")
429 #define STR_INSERTSECTION                       NC_("STR_INSERTSECTION", "Insert section")
430 #define STR_DELETESECTION                       NC_("STR_DELETESECTION", "Delete section")
431 #define STR_CHANGESECTION                       NC_("STR_CHANGESECTION", "Modify section")
432 #define STR_CHANGEDEFATTR                       NC_("STR_CHANGEDEFATTR", "Modify default values")
433 #define STR_REPLACE_STYLE                       NC_("STR_REPLACE_STYLE", "Replace style: $1 $2 $3")
434 #define STR_DELETE_PAGE_BREAK                   NC_("STR_DELETE_PAGE_BREAK", "Delete page break")
435 #define STR_TEXT_CORRECTION                     NC_("STR_TEXT_CORRECTION", "Text Correction")
436 #define STR_OUTLINE_LR                          NC_("STR_OUTLINE_LR", "Promote/demote outline")
437 #define STR_OUTLINE_UD                          NC_("STR_OUTLINE_UD", "Move outline")
438 #define STR_INSNUM                              NC_("STR_INSNUM", "Insert numbering")
439 #define STR_NUMUP                               NC_("STR_NUMUP", "Promote level")
440 #define STR_NUMDOWN                             NC_("STR_NUMDOWN", "Demote level")
441 #define STR_MOVENUM                             NC_("STR_MOVENUM", "Move paragraphs")
442 #define STR_INSERTDRAW                          NC_("STR_INSERTDRAW", "Insert drawing object: $1")
443 #define STR_NUMORNONUM                          NC_("STR_NUMORNONUM", "Number On/Off")
444 #define STR_INC_LEFTMARGIN                      NC_("STR_INC_LEFTMARGIN", "Increase Indent")
445 #define STR_DEC_LEFTMARGIN                      NC_("STR_DEC_LEFTMARGIN", "Decrease indent")
446 #define STR_INSERTLABEL                         NC_("STR_INSERTLABEL", "Insert caption: $1")
447 #define STR_SETNUMRULESTART                     NC_("STR_SETNUMRULESTART", "Restart numbering")
448 #define STR_CHANGEFTN                           NC_("STR_CHANGEFTN", "Modify footnote")
449 #define STR_ACCEPT_REDLINE                      NC_("STR_ACCEPT_REDLINE", "Accept change: $1")
450 #define STR_REJECT_REDLINE                      NC_("STR_REJECT_REDLINE", "Reject change: $1")
451 #define STR_SPLIT_TABLE                         NC_("STR_SPLIT_TABLE", "Split Table")
452 #define STR_DONTEXPAND                          NC_("STR_DONTEXPAND", "Stop attribute")
453 #define STR_AUTOCORRECT                         NC_("STR_AUTOCORRECT", "AutoCorrect")
454 #define STR_MERGE_TABLE                         NC_("STR_MERGE_TABLE", "Merge table")
455 #define STR_TRANSLITERATE                       NC_("STR_TRANSLITERATE", "Change Case")
456 #define STR_DELNUM                              NC_("STR_DELNUM", "Delete numbering")
457 #define STR_DRAWUNDO                            NC_("STR_DRAWUNDO", "Drawing objects: $1")
458 #define STR_DRAWGROUP                           NC_("STR_DRAWGROUP", "Group draw objects")
459 #define STR_DRAWUNGROUP                         NC_("STR_DRAWUNGROUP", "Ungroup drawing objects")
460 #define STR_DRAWDELETE                          NC_("STR_DRAWDELETE", "Delete drawing objects")
461 #define STR_REREAD                              NC_("STR_REREAD", "Replace Image")
462 #define STR_DELGRF                              NC_("STR_DELGRF", "Delete Image")
463 #define STR_TABLE_ATTR                          NC_("STR_TABLE_ATTR", "Apply table attributes")
464 #define STR_UNDO_TABLE_AUTOFMT                  NC_("STR_UNDO_TABLE_AUTOFMT", "AutoFormat Table")
465 #define STR_UNDO_TABLE_INSCOL                   NC_("STR_UNDO_TABLE_INSCOL", "Insert Column")
466 #define STR_UNDO_TABLE_INSROW                   NC_("STR_UNDO_TABLE_INSROW", "Insert Row")
467 #define STR_UNDO_TABLE_DELBOX                   NC_("STR_UNDO_TABLE_DELBOX", "Delete row/column")
468 #define STR_UNDO_COL_DELETE                     NC_("STR_UNDO_COL_DELETE", "Delete column")
469 #define STR_UNDO_ROW_DELETE                     NC_("STR_UNDO_ROW_DELETE", "Delete row")
470 #define STR_UNDO_TABLE_SPLIT                    NC_("STR_UNDO_TABLE_SPLIT", "Split Cells")
471 #define STR_UNDO_TABLE_MERGE                    NC_("STR_UNDO_TABLE_MERGE", "Merge Cells")
472 #define STR_TABLE_NUMFORMAT                     NC_("STR_TABLE_NUMFORMAT", "Format cell")
473 #define STR_INSERT_TOX                          NC_("STR_INSERT_TOX", "Insert index/table")
474 #define STR_CLEAR_TOX_RANGE                     NC_("STR_CLEAR_TOX_RANGE", "Remove index/table")
475 #define STR_TABLE_TBLCPYTBL                     NC_("STR_TABLE_TBLCPYTBL", "Copy table")
476 #define STR_TABLE_CPYTBL                        NC_("STR_TABLE_CPYTBL", "Copy table")
477 #define STR_INS_FROM_SHADOWCRSR                 NC_("STR_INS_FROM_SHADOWCRSR", "Set cursor")
478 #define STR_UNDO_CHAIN                          NC_("STR_UNDO_CHAIN", "Link text frames")
479 #define STR_UNDO_UNCHAIN                        NC_("STR_UNDO_UNCHAIN", "Unlink text frames")
480 #define STR_UNDO_FTNINFO                        NC_("STR_UNDO_FTNINFO", "Modify footnote options")
481 #define STR_UNDO_COMPAREDOC                     NC_("STR_UNDO_COMPAREDOC", "Compare Document")
482 #define STR_UNDO_SETFLYFRMFMT                   NC_("STR_UNDO_SETFLYFRMFMT", "Apply frame style: $1")
483 #define STR_UNDO_SETRUBYATTR                    NC_("STR_UNDO_SETRUBYATTR", "Ruby Setting")
484 #define STR_INSERT_FOOTNOTE                     NC_("STR_INSERT_FOOTNOTE", "Insert footnote")
485 #define STR_INSERT_URLBTN                       NC_("STR_INSERT_URLBTN", "insert URL button")
486 #define STR_INSERT_URLTXT                       NC_("STR_INSERT_URLTXT", "Insert Hyperlink")
487 #define STR_DELETE_INVISIBLECNTNT               NC_("STR_DELETE_INVISIBLECNTNT", "remove invisible content")
488 #define STR_TOXCHANGE                           NC_("STR_TOXCHANGE", "Table/index changed")
489 #define STR_START_QUOTE                         NC_("STR_START_QUOTE", "“")
490 #define STR_END_QUOTE                           NC_("STR_END_QUOTE", "”")
491 #define STR_LDOTS                               NC_("STR_LDOTS", "...")
492 #define STR_MULTISEL                            NC_("STR_MULTISEL", "multiple selection")
493 #define STR_TYPING_UNDO                         NC_("STR_TYPING_UNDO", "Typing: $1")
494 #define STR_PASTE_CLIPBOARD_UNDO                NC_("STR_PASTE_CLIPBOARD_UNDO", "Paste clipboard")
495 #define STR_YIELDS                              NC_("STR_YIELDS", "→")
496 #define STR_OCCURRENCES_OF                      NC_("STR_OCCURRENCES_OF", "occurrences of")
497 #define STR_UNDO_TABS                           NNC_("STR_UNDO_TABS", "One tab", "$1 tabs")
498 #define STR_UNDO_NLS                            NNC_("STR_UNDO_NLS", "One line break","$1 line breaks")
499 #define STR_UNDO_PAGEBREAKS                     NC_("STR_UNDO_PAGEBREAKS", "page break")
500 #define STR_UNDO_COLBRKS                        NC_("STR_UNDO_COLBRKS", "column break")
501 #define STR_UNDO_REDLINE_INSERT                 NC_("STR_UNDO_REDLINE_INSERT", "Insert $1")
502 #define STR_UNDO_REDLINE_DELETE                 NC_("STR_UNDO_REDLINE_DELETE", "Delete $1")
503 #define STR_UNDO_REDLINE_FORMAT                 NC_("STR_UNDO_REDLINE_FORMAT", "Attributes changed")
504 #define STR_UNDO_REDLINE_TABLE                  NC_("STR_UNDO_REDLINE_TABLE", "Table changed")
505 #define STR_UNDO_REDLINE_FMTCOLL                NC_("STR_UNDO_REDLINE_FMTCOLL", "Style changed")
506 #define STR_UNDO_REDLINE_PARAGRAPH_FORMAT       NC_("STR_UNDO_REDLINE_PARAGRAPH_FORMAT", "Paragraph formatting changed")
507 #define STR_UNDO_REDLINE_TABLE_ROW_INSERT       NC_("STR_UNDO_REDLINE_TABLE_ROW_INSERT", "Insert Row")
508 #define STR_UNDO_REDLINE_TABLE_ROW_DELETE       NC_("STR_UNDO_REDLINE_TABLE_ROW_DELETE", "Delete Row")
509 #define STR_UNDO_REDLINE_TABLE_CELL_INSERT      NC_("STR_UNDO_REDLINE_TABLE_CELL_INSERT", "Insert Cell")
510 #define STR_UNDO_REDLINE_TABLE_CELL_DELETE      NC_("STR_UNDO_REDLINE_TABLE_CELL_DELETE", "Delete Cell")
511 #define STR_N_REDLINES                          NC_("STR_N_REDLINES", "$1 changes")
512 #define STR_UNDO_PAGEDESC                       NC_("STR_UNDO_PAGEDESC", "Change page style: $1")
513 #define STR_UNDO_PAGEDESC_CREATE                NC_("STR_UNDO_PAGEDESC_CREATE", "Create page style: $1")
514 #define STR_UNDO_PAGEDESC_DELETE                NC_("STR_UNDO_PAGEDESC_DELETE", "Delete page style: $1")
515 #define STR_UNDO_PAGEDESC_RENAME                NC_("STR_UNDO_PAGEDESC_RENAME", "Rename page style: $1 $2 $3")
516 #define STR_UNDO_HEADER_FOOTER                  NC_("STR_UNDO_HEADER_FOOTER", "Header/footer changed")
517 #define STR_UNDO_FIELD                          NC_("STR_UNDO_FIELD", "Field changed")
518 #define STR_UNDO_TXTFMTCOL_CREATE               NC_("STR_UNDO_TXTFMTCOL_CREATE", "Create paragraph style: $1")
519 #define STR_UNDO_TXTFMTCOL_DELETE               NC_("STR_UNDO_TXTFMTCOL_DELETE", "Delete paragraph style: $1")
520 #define STR_UNDO_TXTFMTCOL_RENAME               NC_("STR_UNDO_TXTFMTCOL_RENAME", "Rename paragraph style: $1 $2 $3")
521 #define STR_UNDO_CHARFMT_CREATE                 NC_("STR_UNDO_CHARFMT_CREATE", "Create character style: $1")
522 #define STR_UNDO_CHARFMT_DELETE                 NC_("STR_UNDO_CHARFMT_DELETE", "Delete character style: $1")
523 #define STR_UNDO_CHARFMT_RENAME                 NC_("STR_UNDO_CHARFMT_RENAME", "Rename character style: $1 $2 $3")
524 #define STR_UNDO_FRMFMT_CREATE                  NC_("STR_UNDO_FRMFMT_CREATE", "Create frame style: $1")
525 #define STR_UNDO_FRMFMT_DELETE                  NC_("STR_UNDO_FRMFMT_DELETE", "Delete frame style: $1")
526 #define STR_UNDO_FRMFMT_RENAME                  NC_("STR_UNDO_FRMFMT_RENAME", "Rename frame style: $1 $2 $3")
527 #define STR_UNDO_NUMRULE_CREATE                 NC_("STR_UNDO_NUMRULE_CREATE", "Create numbering style: $1")
528 #define STR_UNDO_NUMRULE_DELETE                 NC_("STR_UNDO_NUMRULE_DELETE", "Delete numbering style: $1")
529 #define STR_UNDO_NUMRULE_RENAME                 NC_("STR_UNDO_NUMRULE_RENAME", "Rename numbering style: $1 $2 $3")
530 #define STR_UNDO_BOOKMARK_RENAME                NC_("STR_UNDO_BOOKMARK_RENAME", "Rename bookmark: $1 $2 $3")
531 #define STR_UNDO_INDEX_ENTRY_INSERT             NC_("STR_UNDO_INDEX_ENTRY_INSERT", "Insert index entry")
532 #define STR_UNDO_INDEX_ENTRY_DELETE             NC_("STR_UNDO_INDEX_ENTRY_DELETE", "Delete index entry")
533 #define STR_FIELD                               NC_("STR_FIELD", "field")
534 #define STR_UNDO_INSERT_TEXTBOX                 NC_("STR_UNDO_INSERT_TEXTBOX", "text box")
535 /*undo: STR_PARAGRAPHS, string.text*/
536 #define STR_PARAGRAPHS                          NC_("STR_PARAGRAPHS", "Paragraphs")
537 #define STR_FRAME                               NC_("STR_FRAME", "frame")
538 #define STR_OLE                                 NC_("STR_OLE", "OLE-object")
539 #define STR_MATH_FORMULA                        NC_("STR_MATH_FORMULA", "formula")
540 #define STR_CHART                               NC_("STR_CHART", "chart")
541 #define STR_NOTE                                NC_("STR_NOTE", "comment")
542 #define STR_REFERENCE                           NC_("STR_REFERENCE", "cross-reference")
543 #define STR_SCRIPT                              NC_("STR_SCRIPT", "script")
544 #define STR_AUTHORITY_ENTRY                     NC_("STR_AUTHORITY_ENTRY", "bibliography entry")
545 #define STR_SPECIALCHAR                         NC_("STR_SPECIALCHAR", "special character")
546 #define STR_FOOTNOTE                            NC_("STR_FOOTNOTE", "footnote")
547 #define STR_GRAPHIC                             NC_("STR_GRAPHIC", "image")
548 #define STR_DRAWING_OBJECTS                     NC_("STR_DRAWING_OBJECTS", "drawing object(s)")
549 #define STR_TABLE_NAME                          NC_("STR_TABLE_NAME", "table: $1$2$3")
550 #define STR_CHAPTERS                            NNC_("STR_CHAPTERS", "chapter", "chapters")
551 #define STR_PARAGRAPH_UNDO                      NC_("STR_PARAGRAPH_UNDO", "paragraph")
552 #define STR_PARAGRAPH_SIGN_UNDO                 NC_("STR_PARAGRAPH_SIGN_UNDO", "Paragraph sign")
553 #define STR_UNDO_FLYFRMFMT_TITLE                NC_("STR_UNDO_FLYFRMFMT_TITLE", "Change object title of $1")
554 #define STR_UNDO_FLYFRMFMT_DESCRIPTION         NC_("STR_UNDO_FLYFRMFMT_DESCRIPTION", "Change object description of $1")
555 #define STR_UNDO_TBLSTYLE_CREATE                NC_("STR_UNDO_TBLSTYLE_CREATE", "Create table style: $1")
556 #define STR_UNDO_TBLSTYLE_DELETE                NC_("STR_UNDO_TBLSTYLE_DELETE", "Delete table style: $1")
557 #define STR_UNDO_TBLSTYLE_UPDATE                NC_("STR_UNDO_TBLSTYLE_UPDATE", "Update table style: $1")
558 #define STR_UNDO_TABLE_DELETE                   NC_("STR_UNDO_TABLE_DELETE", "Delete table")
559 #define STR_UNDO_INSERT_FORM_FIELD              NC_("STR_UNDO_INSERT_FORM_FIELD", "Insert form field")
560 #define STR_DROP_DOWN_FIELD_ITEM_LIMIT          NC_("STR_DROP_DOWN_FIELD_ITEM_LIMIT", "You can specify maximum of 25 items for a drop-down form field.")
562 #define STR_ACCESS_DOC_NAME                     NC_("STR_ACCESS_DOC_NAME", "Document view")
563 #define STR_ACCESS_DOC_DESC                     NC_("STR_ACCESS_DOC_DESC", "Document view")
564 #define STR_ACCESS_HEADER_NAME                  NC_("STR_ACCESS_HEADER_NAME", "Header $(ARG1)")
565 #define STR_ACCESS_HEADER_DESC                  NC_("STR_ACCESS_HEADER_DESC", "Header page $(ARG1)")
566 #define STR_ACCESS_FOOTER_NAME                  NC_("STR_ACCESS_FOOTER_NAME", "Footer $(ARG1)")
567 #define STR_ACCESS_FOOTER_DESC                  NC_("STR_ACCESS_FOOTER_DESC", "Footer page $(ARG1)")
568 #define STR_ACCESS_FOOTNOTE_NAME                NC_("STR_ACCESS_FOOTNOTE_NAME", "Footnote $(ARG1)")
569 #define STR_ACCESS_FOOTNOTE_DESC                NC_("STR_ACCESS_FOOTNOTE_DESC", "Footnote $(ARG1)")
570 #define STR_ACCESS_ENDNOTE_NAME                 NC_("STR_ACCESS_ENDNOTE_NAME", "Endnote $(ARG1)")
571 #define STR_ACCESS_ENDNOTE_DESC                 NC_("STR_ACCESS_ENDNOTE_DESC", "Endnote $(ARG1)")
572 #define STR_ACCESS_TABLE_DESC                   NC_("STR_ACCESS_TABLE_DESC", "$(ARG1) on page $(ARG2)")
573 #define STR_ACCESS_PAGE_NAME                    NC_("STR_ACCESS_PAGE_NAME", "Page $(ARG1)")
574 #define STR_ACCESS_PAGE_DESC                    NC_("STR_ACCESS_PAGE_DESC", "Page: $(ARG1)")
575 #define STR_ACCESS_ANNOTATION_AUTHOR_NAME       NC_("STR_ACCESS_ANNOTATION_AUTHOR_NAME", "Author")
576 #define STR_ACCESS_ANNOTATION_DATE_NAME         NC_("STR_ACCESS_ANNOTATION_DATE_NAME", "Date")
577 #define STR_ACCESS_ANNOTATION_RESOLVED_NAME     NC_("STR_ACCESS_ANNOTATION_RESOLVED_NAME", "Resolved")
578 #define STR_ACCESS_ANNOTATION_BUTTON_NAME       NC_("STR_ACCESS_ANNOTATION_BUTTON_NAME", "Actions")
579 #define STR_ACCESS_ANNOTATION_BUTTON_DESC       NC_("STR_ACCESS_ANNOTATION_BUTTON_DESC", "Activate this button to open a list of actions which can be performed on this comment and other comments")
580 #define STR_ACCESS_PREVIEW_DOC_NAME             NC_("STR_ACCESS_PREVIEW_DOC_NAME", "Document preview")
581 #define STR_ACCESS_PREVIEW_DOC_SUFFIX           NC_("STR_ACCESS_PREVIEW_DOC_SUFFIX", "(Preview mode)")
582 #define STR_ACCESS_DOC_WORDPROCESSING           NC_("STR_ACCESS_DOC_WORDPROCESSING", "%PRODUCTNAME Document")
584 #define STR_COMCORE_READERROR                   NC_("STR_COMCORE_READERROR", "Read Error")
585 #define STR_COMCORE_CANT_SHOW                   NC_("STR_COMCORE_CANT_SHOW", "Image cannot be displayed.")
586 #define STR_ERROR_CLPBRD_READ                   NC_("STR_ERROR_CLPBRD_READ", "Error reading from the clipboard.")
588 #define STR_COLUMN_BREAK                        NC_("STR_COLUMN_BREAK", "Manual Column Break")
590 #define STR_CHART2_ROW_LABEL_TEXT               NC_("STR_CHART2_ROW_LABEL_TEXT", "Row %ROWNUMBER")
591 #define STR_CHART2_COL_LABEL_TEXT               NC_("STR_CHART2_COL_LABEL_TEXT", "Column %COLUMNLETTER")
592 #define STR_STYLE_FAMILY_CHARACTER              NC_("STR_STYLE_FAMILY_CHARACTER", "Character")
593 #define STR_STYLE_FAMILY_PARAGRAPH              NC_("STR_STYLE_FAMILY_PARAGRAPH", "Paragraph")
594 #define STR_STYLE_FAMILY_FRAME                  NC_("STR_STYLE_FAMILY_FRAME", "Frame")
595 #define STR_STYLE_FAMILY_PAGE                   NC_("STR_STYLE_FAMILY_PAGE", "Pages")
596 #define STR_STYLE_FAMILY_NUMBERING              NC_("STR_STYLE_FAMILY_NUMBERING", "Numbering")
597 #define STR_STYLE_FAMILY_TABLE                  NC_("STR_STYLE_FAMILY_TABLE", "Table")
598 #define STR_STYLE_FAMILY_CELL                   NC_("STR_STYLE_FAMILY_CELL", "Cell")
600 #define ST_SCRIPT_ASIAN                         NC_("ST_SCRIPT_ASIAN", "Asian")
601 #define ST_SCRIPT_CTL                           NC_("ST_SCRIPT_CTL", "CTL")
602 #define ST_SCRIPT_WESTERN                       NC_("ST_SCRIPT_WESTERN", "Western")
603 #define STR_PRINTOPTUI_PRODUCTNAME              NC_("STR_PRINTOPTUI_PRODUCTNAME", "%PRODUCTNAME %s")
604 #define STR_PRINTOPTUI_CONTENTS                 NC_("STR_PRINTOPTUI_CONTENTS", "Contents")
605 #define STR_PRINTOPTUI_PAGE_BACKGROUND          NC_("STR_PRINTOPTUI_PAGE_BACKGROUND", "Page ba~ckground")
606 #define STR_PRINTOPTUI_PICTURES                 NC_("STR_PRINTOPTUI_PICTURES", "~Images and other graphic objects")
607 #define STR_PRINTOPTUI_HIDDEN                   NC_("STR_PRINTOPTUI_HIDDEN", "Hidden te~xt")
608 #define STR_PRINTOPTUI_TEXT_PLACEHOLDERS        NC_("STR_PRINTOPTUI_TEXT_PLACEHOLDERS", "~Text placeholders")
609 #define STR_PRINTOPTUI_FORM_CONTROLS            NC_("STR_PRINTOPTUI_FORM_CONTROLS", "Form control~s")
610 #define STR_PRINTOPTUI_COLOR                    NC_("STR_PRINTOPTUI_COLOR", "Color")
611 #define STR_PRINTOPTUI_PRINT_BLACK              NC_("STR_PRINTOPTUI_PRINT_BLACK", "Print text in blac~k")
612 #define STR_PRINTOPTUI_PAGES_TEXT               NC_("STR_PRINTOPTUI_PAGES_TEXT", "Pages:")
613 #define STR_PRINTOPTUI_PRINT_BLANK              NC_("STR_PRINTOPTUI_PRINT_BLANK", "Print ~automatically inserted blank pages")
614 #define STR_PRINTOPTUI_ONLY_PAPER               NC_("STR_PRINTOPTUI_ONLY_PAPER", "~Use only paper tray from printer preferences")
615 #define STR_PRINTOPTUI_NONE                     NC_("STR_PRINTOPTUI_NONE", "None (document only)")
616 #define STR_PRINTOPTUI_COMMENTS_ONLY            NC_("STR_PRINTOPTUI_COMMENTS_ONLY", "Comments only")
617 #define STR_PRINTOPTUI_PLACE_END                NC_("STR_PRINTOPTUI_PLACE_END", "Place at end of document")
618 #define STR_PRINTOPTUI_PLACE_PAGE               NC_("STR_PRINTOPTUI_PLACE_PAGE", "Place at end of page")
619 #define STR_PRINTOPTUI_COMMENTS                 NC_("STR_PRINTOPTUI_COMMENTS", "~Comments")
620 #define STR_PRINTOPTUI_BROCHURE                 NC_("STR_PRINTOPTUI_BROCHURE", "Broch~ure")
621 #define STR_PRINTOPTUI_LEFT_SCRIPT              NC_("STR_PRINTOPTUI_LEFT_SCRIPT", "Left-to-right script")
622 #define STR_PRINTOPTUI_RIGHT_SCRIPT             NC_("STR_PRINTOPTUI_RIGHT_SCRIPT", "Right-to-left script")
623 #define STR_PRINTOPTUI_PRINTALLPAGES            NC_("STR_PRINTOPTUI_PRINTALLPAGES", "~All Pages")
624 #define STR_PRINTOPTUI_PRINTPAGES               NC_("STR_PRINTOPTUI_PRINTPAGES", "Pa~ges:")
625 #define STR_PRINTOPTUI_PRINTEVENPAGES           NC_("STR_PRINTOPTUI_PRINTEVENPAGES", "~Even pages")
626 #define STR_PRINTOPTUI_PRINTODDPAGES            NC_("STR_PRINTOPTUI_PRINTODDPAGES", "~Odd pages")
627 #define STR_PRINTOPTUI_PRINTSELECTION           NC_("STR_PRINTOPTUI_PRINTSELECTION", "~Selection")
628 #define STR_PRINTOPTUI_PLACE_MARGINS            NC_("STR_PRINTOPTUI_PLACE_MARGINS", "Place in margins")
630 #define STR_FORMULA_CALC                        NC_("STR_FORMULA_CALC", "Functions")
631 #define STR_FORMULA_CANCEL                      NC_("STR_FORMULA_CANCEL", "Cancel")
632 #define STR_FORMULA_APPLY                       NC_("STR_FORMULA_APPLY", "Apply")
633 #define STR_ACCESS_FORMULA_TOOLBAR              NC_("STR_ACCESS_FORMULA_TOOLBAR", "Formula Tool Bar")
634 #define STR_ACCESS_FORMULA_TYPE                 NC_("STR_ACCESS_FORMULA_TYPE", "Formula Type")
635 #define STR_ACCESS_FORMULA_TEXT                 NC_("STR_ACCESS_FORMULA_TEXT", "Formula Text")
637 #define STR_ACCESS_TL_GLOBAL                    NC_("STR_ACCESS_TL_GLOBAL", "Global View")
638 #define STR_ACCESS_TL_CONTENT                   NC_("STR_ACCESS_TL_CONTENT", "Content Navigation View")
639 #define STR_OUTLINE_LEVEL                       NC_("STR_OUTLINE_LEVEL", "Outline Level")
640 #define STR_DRAGMODE                            NC_("STR_DRAGMODE", "Drag Mode")
641 #define STR_SEND_OUTLINE_TO_CLIPBOARD_ENTRY     NC_("STR_SEND_OUTLINE_TO_CLIPBOARD_ENTRY", "Send Outline to Clipboard")
642 #define STR_OUTLINE_TRACKING                    NC_("STR_OUTLINE_TRACKING", "Outline Tracking")
643 #define STR_OUTLINE_TRACKING_DEFAULT            NC_("STR_OUTLINE_TRACKING_DEFAULT", "Default")
644 #define STR_OUTLINE_TRACKING_FOCUS              NC_("STR_OUTLINE_TRACKING_FOCUS", "Focus")
645 #define STR_OUTLINE_TRACKING_OFF                NC_("STR_OUTLINE_TRACKING_OFF", "Off")
646 #define STR_OUTLINE_CONTENT_TOGGLE_VISIBILITY       NC_("STR_OUTLINE_CONTENT_TOGGLE_VISIBILITY", "Click to toggle content visibility")
647 #define STR_OUTLINE_CONTENT_TOGGLE_VISIBILITY_EXT   NC_("STR_OUTLINE_CONTENT_TOGGLE_VISIBILITY_EXT", "right-click to include sub levels")
648 #define STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY NC_("STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY", "Click to toggle content visibility")
649 #define STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY_EXT NC_("STR_CLICK_OUTLINE_CONTENT_TOGGLE_VISIBILITY_EXT", "right-click to include sub levels")
650 #define STR_OUTLINE_CONTENT_VISIBILITY          NC_("STR_OUTLINE_CONTENT", "Outline Content Visibility")
651 #define STR_OUTLINE_CONTENT_VISIBILITY_TOGGLE   NC_("STR_OUTLINE_CONTENT_VISIBILITY_TOGGLE", "Toggle")
652 #define STR_OUTLINE_CONTENT_VISIBILITY_SHOW_ALL NC_("STR_OUTLINE_CONTENT_VISIBILITY_SHOW_ALL", "Show All")
653 #define STR_OUTLINE_CONTENT_VISIBILITY_HIDE_ALL NC_("STR_OUTLINE_CONTENT_VISIBILITY_HIDE_ALL", "Hide All")
655 #define STR_EXPANDALL                           NC_("STR_EXPANDALL", "Expand All")
656 #define STR_COLLAPSEALL                         NC_("STR_COLLAPSEALL", "Collapse All")
657 #define STR_HYPERLINK                           NC_("STR_HYPERLINK", "Insert as Hyperlink")
658 #define STR_LINK_REGION                         NC_("STR_LINK_REGION", "Insert as Link")
659 #define STR_COPY_REGION                         NC_("STR_COPY_REGION", "Insert as Copy")
660 #define STR_DISPLAY                             NC_("STR_DISPLAY", "Display")
661 #define STR_ACTIVE_VIEW                         NC_("STR_ACTIVE_VIEW", "Active Window")
662 #define STR_HIDDEN                              NC_("STR_HIDDEN", "hidden")
663 #define STR_ACTIVE                              NC_("STR_ACTIVE", "active")
664 #define STR_INACTIVE                            NC_("STR_INACTIVE", "inactive")
665 #define STR_EDIT_ENTRY                          NC_("STR_EDIT_ENTRY", "Edit...")
666 #define STR_UPDATE                              NC_("STR_UPDATE", "~Update")
667 #define STR_EDIT_CONTENT                        NC_("STR_EDIT_CONTENT", "Edit")
668 #define STR_EDIT_LINK                           NC_("STR_EDIT_LINK", "Edit link")
669 #define STR_EDIT_INSERT                         NC_("STR_EDIT_INSERT", "Insert")
670 #define STR_INDEX                               NC_("STR_INDEX", "~Index")
671 #define STR_FILE                                NC_("STR_FILE", "File")
672 #define STR_NEW_FILE                            NC_("STR_NEW_FILE", "New Document")
673 #define STR_INSERT_TEXT                         NC_("STR_INSERT_TEXT", "Text")
674 #define STR_DELETE                              NC_("STR_DELETE", "Delete")
675 #define STR_DELETE_ENTRY                        NC_("STR_DELETE_ENTRY", "~Delete")
676 #define STR_UPDATE_SEL                          NC_("STR_UPDATE_SEL", "Selection")
677 #define STR_UPDATE_INDEX                        NC_("STR_UPDATE_INDEX", "Indexes")
678 #define STR_UPDATE_LINK                         NC_("STR_UPDATE_LINK", "Links")
679 #define STR_UPDATE_ALL                          NC_("STR_UPDATE_ALL", "All")
681 #define STR_INVISIBLE                           NC_("STR_INVISIBLE", "hidden")
682 #define STR_BROKEN_LINK                         NC_("STR_BROKEN_LINK", "File not found: ")
684 #define STR_RESOLVED                            NC_("STR_RESOLVED", "RESOLVED")
686 #define STR_MARGIN_TOOLTIP_LEFT                 NC_("STR_MARGIN_TOOLTIP_LEFT", "Left: ")
687 #define STR_MARGIN_TOOLTIP_RIGHT                NC_("STR_MARGIN_TOOLTIP_RIGHT", ". Right: ")
688 #define STR_MARGIN_TOOLTIP_INNER                NC_("STR_MARGIN_TOOLTIP_INNER", "Inner: ")
689 #define STR_MARGIN_TOOLTIP_OUTER                NC_("STR_MARGIN_TOOLTIP_OUTER", ". Outer: ")
690 #define STR_MARGIN_TOOLTIP_TOP                  NC_("STR_MARGIN_TOOLTIP_TOP", ". Top: ")
691 #define STR_MARGIN_TOOLTIP_BOT                  NC_("STR_MARGIN_TOOLTIP_BOT", ". Bottom: ")
693 // Error calculator
694 #define STR_POSTIT_PAGE                         NC_("STR_POSTIT_PAGE", "Page")
695 #define STR_POSTIT_LINE                         NC_("STR_POSTIT_LINE", "Line")
696 #define STR_POSTIT_AUTHOR                       NC_("STR_POSTIT_AUTHOR", "Author")
697 #define STR_CALC_SYNTAX                         NC_("STR_CALC_SYNTAX", "** Syntax Error **")
698 #define STR_CALC_ZERODIV                        NC_("STR_CALC_ZERODIV", "** Division by zero **")
699 #define STR_CALC_BRACK                          NC_("STR_CALC_BRACK", "** Wrong use of brackets **")
700 #define STR_CALC_POW                            NC_("STR_CALC_POW", "** Square function overflow **")
701 #define STR_CALC_OVERFLOW                       NC_("STR_CALC_OVERFLOW", "** Overflow **")
702 #define STR_CALC_DEFAULT                        NC_("STR_CALC_DEFAULT", "** Error **")
703 #define STR_CALC_ERROR                          NC_("STR_CALC_ERROR", "** Expression is faulty **")
704 #define STR_GETREFFLD_REFITEMNOTFOUND           NC_("STR_GETREFFLD_REFITEMNOTFOUND", "Error: Reference source not found")
705 #define STR_TEMPLATE_NONE                       NC_("STR_TEMPLATE_NONE", "None")
706 #define STR_FIELD_FIXED                         NC_("STR_FIELD_FIXED", "(fixed)")
707 #define STR_DURATION_FORMAT                     NC_("STR_DURATION_FORMAT", " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6")
708 #define STR_TOI                                 NC_("STR_TOI", "Alphabetical Index")
709 #define STR_TOU                                 NC_("STR_TOU", "User-Defined")
710 #define STR_TOC                                 NC_("STR_TOC", "Table of Contents")
711 #define STR_TOX_AUTH                            NC_("STR_TOX_AUTH", "Bibliography")
712 #define STR_TOX_CITATION                        NC_("STR_TOX_CITATION", "Citation")
713 #define STR_TOX_TBL                             NC_("STR_TOX_TBL", "Index of Tables")
714 #define STR_TOX_OBJ                             NC_("STR_TOX_OBJ", "Table of Objects")
715 #define STR_TOX_ILL                             NC_("STR_TOX_ILL", "Table of Figures")
716 // SubType DocInfo
717 #define FLD_DOCINFO_TITLE                       NC_("FLD_DOCINFO_TITEL", "Title")
718 #define FLD_DOCINFO_SUBJECT                     NC_("FLD_DOCINFO_THEMA", "Subject")
719 #define FLD_DOCINFO_KEYS                        NC_("FLD_DOCINFO_KEYS", "Keywords")
720 #define FLD_DOCINFO_COMMENT                     NC_("FLD_DOCINFO_COMMENT", "Comments")
721 #define FLD_DOCINFO_CREATE                      NC_("FLD_DOCINFO_CREATE", "Created")
722 #define FLD_DOCINFO_CHANGE                      NC_("FLD_DOCINFO_CHANGE", "Modified")
723 #define FLD_DOCINFO_PRINT                       NC_("FLD_DOCINFO_PRINT", "Last printed")
724 #define FLD_DOCINFO_DOCNO                       NC_("FLD_DOCINFO_DOCNO", "Revision number")
725 #define FLD_DOCINFO_EDIT                        NC_("FLD_DOCINFO_EDIT", "Total editing time")
726 #define STR_PAGEDESC_NAME                       NC_("STR_PAGEDESC_NAME", "Convert $(ARG1)")
727 #define STR_PAGEDESC_FIRSTNAME                  NC_("STR_PAGEDESC_FIRSTNAME", "First convert $(ARG1)")
728 #define STR_PAGEDESC_FOLLOWNAME                 NC_("STR_PAGEDESC_FOLLOWNAME", "Next convert $(ARG1)")
729 #define STR_AUTH_TYPE_ARTICLE                   NC_("STR_AUTH_TYPE_ARTICLE", "Article")
730 #define STR_AUTH_TYPE_BOOK                      NC_("STR_AUTH_TYPE_BOOK", "Book")
731 #define STR_AUTH_TYPE_BOOKLET                   NC_("STR_AUTH_TYPE_BOOKLET", "Brochures")
732 #define STR_AUTH_TYPE_CONFERENCE                NC_("STR_AUTH_TYPE_CONFERENCE", "Conference proceedings")
733 #define STR_AUTH_TYPE_INBOOK                    NC_("STR_AUTH_TYPE_INBOOK", "Book excerpt")
734 #define STR_AUTH_TYPE_INCOLLECTION              NC_("STR_AUTH_TYPE_INCOLLECTION", "Book excerpt with title")
735 #define STR_AUTH_TYPE_INPROCEEDINGS             NC_("STR_AUTH_TYPE_INPROCEEDINGS", "Conference proceedings")
736 #define STR_AUTH_TYPE_JOURNAL                   NC_("STR_AUTH_TYPE_JOURNAL", "Journal")
737 #define STR_AUTH_TYPE_MANUAL                    NC_("STR_AUTH_TYPE_MANUAL", "Techn. documentation")
738 #define STR_AUTH_TYPE_MASTERSTHESIS             NC_("STR_AUTH_TYPE_MASTERSTHESIS", "Thesis")
739 #define STR_AUTH_TYPE_MISC                      NC_("STR_AUTH_TYPE_MISC", "Miscellaneous")
740 #define STR_AUTH_TYPE_PHDTHESIS                 NC_("STR_AUTH_TYPE_PHDTHESIS", "Dissertation")
741 #define STR_AUTH_TYPE_PROCEEDINGS               NC_("STR_AUTH_TYPE_PROCEEDINGS", "Conference proceedings")
742 #define STR_AUTH_TYPE_TECHREPORT                NC_("STR_AUTH_TYPE_TECHREPORT", "Research report")
743 #define STR_AUTH_TYPE_UNPUBLISHED               NC_("STR_AUTH_TYPE_UNPUBLISHED", "Unpublished")
744 #define STR_AUTH_TYPE_EMAIL                     NC_("STR_AUTH_TYPE_EMAIL", "Email")
745 #define STR_AUTH_TYPE_WWW                       NC_("STR_AUTH_TYPE_WWW", "WWW document")
746 #define STR_AUTH_TYPE_CUSTOM1                   NC_("STR_AUTH_TYPE_CUSTOM1", "User-defined1")
747 #define STR_AUTH_TYPE_CUSTOM2                   NC_("STR_AUTH_TYPE_CUSTOM2", "User-defined2")
748 #define STR_AUTH_TYPE_CUSTOM3                   NC_("STR_AUTH_TYPE_CUSTOM3", "User-defined3")
749 #define STR_AUTH_TYPE_CUSTOM4                   NC_("STR_AUTH_TYPE_CUSTOM4", "User-defined4")
750 #define STR_AUTH_TYPE_CUSTOM5                   NC_("STR_AUTH_TYPE_CUSTOM5", "User-defined5")
751 #define STR_AUTH_FIELD_IDENTIFIER               NC_("STR_AUTH_FIELD_IDENTIFIER", "Short name")
752 #define STR_AUTH_FIELD_AUTHORITY_TYPE           NC_("STR_AUTH_FIELD_AUTHORITY_TYPE", "Type")
753 #define STR_AUTH_FIELD_ADDRESS                  NC_("STR_AUTH_FIELD_ADDRESS", "Address")
754 #define STR_AUTH_FIELD_ANNOTE                   NC_("STR_AUTH_FIELD_ANNOTE", "Annotation")
755 #define STR_AUTH_FIELD_AUTHOR                   NC_("STR_AUTH_FIELD_AUTHOR", "Author(s)")
756 #define STR_AUTH_FIELD_BOOKTITLE                NC_("STR_AUTH_FIELD_BOOKTITLE", "Book title")
757 #define STR_AUTH_FIELD_CHAPTER                  NC_("STR_AUTH_FIELD_CHAPTER", "Chapter")
758 #define STR_AUTH_FIELD_EDITION                  NC_("STR_AUTH_FIELD_EDITION", "Edition")
759 #define STR_AUTH_FIELD_EDITOR                   NC_("STR_AUTH_FIELD_EDITOR", "Editor")
760 #define STR_AUTH_FIELD_HOWPUBLISHED             NC_("STR_AUTH_FIELD_HOWPUBLISHED", "Publication type")
761 #define STR_AUTH_FIELD_INSTITUTION              NC_("STR_AUTH_FIELD_INSTITUTION", "Institution")
762 #define STR_AUTH_FIELD_JOURNAL                  NC_("STR_AUTH_FIELD_JOURNAL", "Journal")
763 #define STR_AUTH_FIELD_MONTH                    NC_("STR_AUTH_FIELD_MONTH", "Month")
764 #define STR_AUTH_FIELD_NOTE                     NC_("STR_AUTH_FIELD_NOTE", "Note")
765 #define STR_AUTH_FIELD_NUMBER                   NC_("STR_AUTH_FIELD_NUMBER", "Number")
766 #define STR_AUTH_FIELD_ORGANIZATIONS            NC_("STR_AUTH_FIELD_ORGANIZATIONS", "Organization")
767 #define STR_AUTH_FIELD_PAGES                    NC_("STR_AUTH_FIELD_PAGES", "Page(s)")
768 #define STR_AUTH_FIELD_PUBLISHER                NC_("STR_AUTH_FIELD_PUBLISHER", "Publisher")
769 #define STR_AUTH_FIELD_SCHOOL                   NC_("STR_AUTH_FIELD_SCHOOL", "University")
770 #define STR_AUTH_FIELD_SERIES                   NC_("STR_AUTH_FIELD_SERIES", "Series")
771 #define STR_AUTH_FIELD_TITLE                    NC_("STR_AUTH_FIELD_TITLE", "Title")
772 #define STR_AUTH_FIELD_TYPE                     NC_("STR_AUTH_FIELD_TYPE", "Type of report")
773 #define STR_AUTH_FIELD_VOLUME                   NC_("STR_AUTH_FIELD_VOLUME", "Volume")
774 #define STR_AUTH_FIELD_YEAR                     NC_("STR_AUTH_FIELD_YEAR", "Year")
775 #define STR_AUTH_FIELD_URL                      NC_("STR_AUTH_FIELD_URL", "URL")
776 #define STR_AUTH_FIELD_CUSTOM1                  NC_("STR_AUTH_FIELD_CUSTOM1", "User-defined1")
777 #define STR_AUTH_FIELD_CUSTOM2                  NC_("STR_AUTH_FIELD_CUSTOM2", "User-defined2")
778 #define STR_AUTH_FIELD_CUSTOM3                  NC_("STR_AUTH_FIELD_CUSTOM3", "User-defined3")
779 #define STR_AUTH_FIELD_CUSTOM4                  NC_("STR_AUTH_FIELD_CUSTOM4", "User-defined4")
780 #define STR_AUTH_FIELD_CUSTOM5                  NC_("STR_AUTH_FIELD_CUSTOM5", "User-defined5")
781 #define STR_AUTH_FIELD_ISBN                     NC_("STR_AUTH_FIELD_ISBN", "ISBN")
783 #define STR_IDXMRK_EDIT                         NC_("STR_IDXMRK_EDIT", "Edit Index Entry")
784 #define STR_IDXMRK_INSERT                       NC_("STR_IDXMRK_INSERT", "Insert Index Entry")
785 #define STR_QUERY_CHANGE_AUTH_ENTRY             NC_("STR_QUERY_CHANGE_AUTH_ENTRY", "The document already contains the bibliography entry but with different data. Do you want to adjust the existing entries?")
787 #define STR_COMMENTS_LABEL                      NC_("STR_COMMENTS_LABEL", "Comments")
788 #define STR_SHOW_COMMENTS                       NC_("STR_SHOW_COMMENTS", "Show comments")
789 #define STR_HIDE_COMMENTS                       NC_("STR_HIDE_COMMENTS", "Hide comments")
791 #define STR_DOUBLE_SHORTNAME                    NC_("STR_DOUBLE_SHORTNAME", "Shortcut name already exists. Please choose another name.")
792 #define STR_QUERY_DELETE                        NC_("STR_QUERY_DELETE", "Delete AutoText?")
793 #define STR_QUERY_DELETE_GROUP1                 NC_("STR_QUERY_DELETE_GROUP1", "Delete the category ")
794 #define STR_QUERY_DELETE_GROUP2                 NC_("STR_QUERY_DELETE_GROUP2", "?")
795 #define STR_GLOSSARY                            NC_("STR_GLOSSARY", "AutoText :")
796 #define STR_SAVE_GLOSSARY                       NC_("STR_SAVE_GLOSSARY", "Save AutoText")
797 #define STR_NO_GLOSSARIES                       NC_("STR_NO_GLOSSARIES", "There is no AutoText in this file.")
798 #define STR_MY_AUTOTEXT                         NC_("STR_MY_AUTOTEXT", "My AutoText")
800 #define STR_NOGLOS                              NC_("STR_NOGLOS", "AutoText for Shortcut '%1' not found.")
801 #define STR_NO_TABLE                            NC_("STR_NO_TABLE", "A table with no rows or no cells cannot be inserted")
802 #define STR_TABLE_TOO_LARGE                     NC_("STR_TABLE_TOO_LARGE", "The table cannot be inserted because it is too large")
803 #define STR_ERR_INSERT_GLOS                     NC_("STR_ERR_INSERT_GLOS", "AutoText could not be created.")
804 #define STR_CLPBRD_FORMAT_ERROR                 NC_("STR_CLPBRD_FORMAT_ERROR", "Requested clipboard format is not available.")
805 #define STR_PRIVATETEXT                         NC_("STR_PRIVATETEXT", "%PRODUCTNAME %PRODUCTVERSION Text Document")
806 #define STR_PRIVATEGRAPHIC                      NC_("STR_PRIVATEGRAPHIC", "Image (%PRODUCTNAME %PRODUCTVERSION Text Document)")
807 #define STR_PRIVATEOLE                          NC_("STR_PRIVATEOLE", "Object (%PRODUCTNAME %PRODUCTVERSION Text Document)")
808 #define STR_DDEFORMAT                           NC_("STR_DDEFORMAT", "Dynamic Data Exchange (DDE link)")
810 #define STR_DELETE_ALL_NOTES                    NC_("STR_DELETE_ALL_NOTES", "All Comments")
811 #define STR_FORMAT_ALL_NOTES                    NC_("STR_FORMAT_ALL_NOTES", "All Comments")
812 #define STR_DELETE_AUTHOR_NOTES                 NC_("STR_DELETE_AUTHOR_NOTES", "Comments by ")
813 #define STR_NODATE                              NC_("STR_NODATE", "(no date)")
814 #define STR_NOAUTHOR                            NC_("STR_NOAUTHOR", "(no author)")
815 #define STR_REPLY                               NC_("STR_REPLY", "Reply to $1")
817 #define ST_TITLE_EDIT                           NC_("ST_TITLE_EDIT", "Edit Address Block")
818 #define ST_TITLE_MALE                           NC_("ST_TITLE_MALE", "Custom Salutation (Male Recipients)")
819 #define ST_TITLE_FEMALE                         NC_("ST_TITLE_FEMALE", "Custom Salutation (Female Recipients)")
820 #define ST_SALUTATIONELEMENTS                   NC_("ST_SALUTATIONELEMENTS", "Salutation e~lements")
821 #define ST_INSERTSALUTATIONFIELD                NC_("ST_INSERTSALUTATIONFIELD", "Add to salutation")
822 #define ST_REMOVESALUTATIONFIELD                NC_("ST_REMOVESALUTATIONFIELD", "Remove from salutation")
823 #define ST_DRAGSALUTATION                       NC_("ST_DRAGSALUTATION", "1. ~Drag salutation elements into the box below")
824 #define ST_SALUTATION                           NC_("ST_SALUTATION", "Salutation")
825 #define ST_PUNCTUATION                          NC_("ST_PUNCTUATION", "Punctuation Mark")
826 #define ST_TEXT                                 NC_("ST_TEXT", "Text")
827 #define ST_SALUTATIONMATCHING                   NC_("ST_SALUTATIONMATCHING", "Assign the fields from your data source to match the salutation elements.")
828 #define ST_SALUTATIONPREVIEW                    NC_("ST_SALUTATIONPREVIEW", "Salutation preview")
829 #define ST_ADDRESSELEMENT                       NC_("ST_ADDRESSELEMENT", "Address elements")
830 #define ST_SALUTATIONELEMENT                    NC_("ST_SALUTATIONELEMENT", "Salutation elements")
831 #define ST_MATCHESTO                            NC_("ST_MATCHESTO", "Matches to field:")
832 #define ST_PREVIEW                              NC_("ST_PREVIEW", "Preview")
833 #define ST_DELETE_CONFIRM                       NC_("ST_DELETE_CONFIRM", "Do you want to delete this registered data source?")
835 #define STR_NOTASSIGNED                         NC_("STR_NOTASSIGNED", " not yet matched ")
836 #define STR_FILTER_ALL                          NC_("STR_FILTER_ALL", "All files")
837 #define STR_FILTER_ALL_DATA                     NC_("STR_FILTER_ALL_DATA", "Address lists(*.*)")
838 #define STR_FILTER_SXB                          NC_("STR_FILTER_SXB", "%PRODUCTNAME Base (*.odb)")
839 #define STR_FILTER_SXC                          NC_("STR_FILTER_SXC", "%PRODUCTNAME Calc (*.ods;*.sxc)")
840 #define STR_FILTER_SXW                          NC_("STR_FILTER_SXW", "%PRODUCTNAME Writer (*.odt;*.sxw)")
841 #define STR_FILTER_DBF                          NC_("STR_FILTER_DBF", "dBase (*.dbf)")
842 #define STR_FILTER_XLS                          NC_("STR_FILTER_XLS", "Microsoft Excel (*.xls;*.xlsx)")
843 #define STR_FILTER_DOC                          NC_("STR_FILTER_DOC", "Microsoft Word (*.doc;*.docx)")
844 #define STR_FILTER_TXT                          NC_("STR_FILTER_TXT", "Plain text (*.txt)")
845 #define STR_FILTER_CSV                          NC_("STR_FILTER_CSV", "Text Comma Separated (*.csv)")
846 #define STR_FILTER_MDB                          NC_("STR_FILTER_MDB", "Microsoft Access (*.mdb;*.mde)")
847 #define STR_FILTER_ACCDB                        NC_("STR_FILTER_ACCDB", "Microsoft Access 2007 (*.accdb,*.accde)")
848 #define ST_CONFIGUREMAIL                        NC_("ST_CONFIGUREMAIL", "In order to be able to send mail merge documents by email, %PRODUCTNAME requires information about the email account to be used.\n\nDo you want to enter email account information now?")
849 #define ST_FILTERNAME                           NC_("ST_FILTERNAME", "%PRODUCTNAME Address List (.csv)")
851 #define ST_STARTING                             NC_("ST_STARTING", "Select Starting Document")
852 #define ST_DOCUMENTTYPE                         NC_("ST_DOCUMENTTYPE", "Select Document Type")
853 #define ST_ADDRESSBLOCK                         NC_("ST_ADDRESSBLOCK", "Insert Address Block")
854 #define ST_ADDRESSLIST                          NC_("ST_ADDRESSLIST", "Select Address List")
855 #define ST_GREETINGSLINE                        NC_("ST_GREETINGSLINE", "Create Salutation")
856 #define ST_LAYOUT                               NC_("ST_LAYOUT", "Adjust Layout")
857 #define ST_EXCLUDE                              NC_("ST_EXCLUDE", "Exclude recipient")
858 #define ST_FINISH                               NC_("ST_FINISH", "~Finish")
859 #define ST_MMWTITLE                             NC_("ST_MMWTITLE", "Mail Merge Wizard")
861 #define ST_TABLE                                NC_("ST_TABLE", "Table")
862 #define ST_QUERY                                NC_("ST_QUERY", "Query")
864 #define STR_QUERY_SPELL_CONTINUE                NC_("STR_QUERY_SPELL_CONTINUE", "Continue checking at beginning of document?")
865 #define STR_SPELLING_COMPLETED                  NC_("STR_SPELLING_COMPLETED", "The spellcheck is complete.")
866 #define STR_DICTIONARY_UNAVAILABLE              NC_("STR_DICTIONARY_UNAVAILABLE", "No dictionary available")
868 /*--------------------------------------------------------------------
869     Description: strings for the types
870  --------------------------------------------------------------------*/
871 // range document
872 #define STR_DATEFLD                             NC_("STR_DATEFLD", "Date")
873 #define STR_TIMEFLD                             NC_("STR_TIMEFLD", "Time")
874 #define STR_FILENAMEFLD                         NC_("STR_FILENAMEFLD", "File name")
875 #define STR_DBNAMEFLD                           NC_("STR_DBNAMEFLD", "Database Name")
876 #define STR_CHAPTERFLD                          NC_("STR_CHAPTERFLD", "Chapter")
877 #define STR_PAGENUMBERFLD                       NC_("STR_PAGENUMBERFLD", "Page number")
878 #define STR_DOCSTATFLD                          NC_("STR_DOCSTATFLD", "Statistics")
879 #define STR_AUTHORFLD                           NC_("STR_AUTHORFLD", "Author")
880 #define STR_TEMPLNAMEFLD                        NC_("STR_TEMPLNAMEFLD", "Templates")
881 #define STR_EXTUSERFLD                          NC_("STR_EXTUSERFLD", "Sender")
882 // range functions
883 #define STR_SETFLD                              NC_("STR_SETFLD", "Set variable")
884 #define STR_GETFLD                              NC_("STR_GETFLD", "Show variable")
885 #define STR_FORMELFLD                           NC_("STR_FORMELFLD", "Insert Formula")
886 #define STR_INPUTFLD                            NC_("STR_INPUTFLD", "Input field")
887 #define STR_SETINPUTFLD                         NC_("STR_SETINPUTFLD", "Input field (variable)")
888 #define STR_USRINPUTFLD                         NC_("STR_USRINPUTFLD", "Input field (user)")
889 #define STR_CONDTXTFLD                          NC_("STR_CONDTXTFLD", "Conditional text")
890 #define STR_DDEFLD                              NC_("STR_DDEFLD", "DDE field")
891 #define STR_MACROFLD                            NC_("STR_MACROFLD", "Execute macro")
892 #define STR_SEQFLD                              NC_("STR_SEQFLD", "Number range")
893 #define STR_SETREFPAGEFLD                       NC_("STR_SETREFPAGEFLD", "Set page variable")
894 #define STR_GETREFPAGEFLD                       NC_("STR_GETREFPAGEFLD", "Show page variable")
895 #define STR_INTERNETFLD                         NC_("STR_INTERNETFLD", "Load URL")
896 #define STR_JUMPEDITFLD                         NC_("STR_JUMPEDITFLD", "Placeholder")
897 #define STR_COMBINED_CHARS                      NC_("STR_COMBINED_CHARS", "Combine characters")
898 #define STR_DROPDOWN                            NC_("STR_DROPDOWN", "Input list")
899 // range references
900 #define STR_SETREFFLD                           NC_("STR_SETREFFLD", "Set Reference")
901 #define STR_GETREFFLD                           NC_("STR_GETREFFLD", "Insert Reference")
902 //  range database
903 #define STR_DBFLD                               NC_("STR_DBFLD", "Mail merge fields")
904 #define STR_DBNEXTSETFLD                        NC_("STR_DBNEXTSETFLD", "Next record")
905 #define STR_DBNUMSETFLD                         NC_("STR_DBNUMSETFLD", "Any record")
906 #define STR_DBSETNUMBERFLD                      NC_("STR_DBSETNUMBERFLD", "Record number")
907 #define STR_PREVPAGEFLD                         NC_("STR_PREVPAGEFLD", "Previous page")
908 #define STR_NEXTPAGEFLD                         NC_("STR_NEXTPAGEFLD", "Next page")
909 #define STR_HIDDENTXTFLD                        NC_("STR_HIDDENTXTFLD", "Hidden text")
910 //  range user fields
911 #define STR_USERFLD                             NC_("STR_USERFLD", "User Field")
912 #define STR_POSTITFLD                           NC_("STR_POSTITFLD", "Note")
913 #define STR_SCRIPTFLD                           NC_("STR_SCRIPTFLD", "Script")
914 #define STR_AUTHORITY                           NC_("STR_AUTHORITY", "Bibliography entry")
915 #define STR_HIDDENPARAFLD                       NC_("STR_HIDDENPARAFLD", "Hidden Paragraph")
916 // range DocumentInfo
917 #define STR_DOCINFOFLD                          NC_("STR_DOCINFOFLD", "DocInformation")
918 /*--------------------------------------------------------------------
919     Description: SubCmd-Strings
920  --------------------------------------------------------------------*/
921 #define FLD_DATE_STD                            NC_("FLD_DATE_STD", "Date")
922 #define FLD_DATE_FIX                            NC_("FLD_DATE_FIX", "Date (fixed)")
923 #define FLD_TIME_STD                            NC_("FLD_TIME_STD", "Time")
924 #define FLD_TIME_FIX                            NC_("FLD_TIME_FIX", "Time (fixed)")
925 //  SubCmd Statistic
926 #define FLD_STAT_TABLE                          NC_("FLD_STAT_TABLE", "Tables")
927 #define FLD_STAT_CHAR                           NC_("FLD_STAT_CHAR", "Characters")
928 #define FLD_STAT_WORD                           NC_("FLD_STAT_WORD", "Words")
929 #define FLD_STAT_PARA                           NC_("FLD_STAT_PARA", "Paragraphs")
930 #define FLD_STAT_GRF                            NC_("FLD_STAT_GRF", "Image")
931 #define FLD_STAT_OBJ                            NC_("FLD_STAT_OBJ", "Objects")
932 #define FLD_STAT_PAGE                           NC_("FLD_STAT_PAGE", "Pages")
933 //  SubCmd DDETypes
934 #define FMT_DDE_HOT                             NC_("FMT_DDE_HOT", "DDE automatic")
935 #define FMT_DDE_NORMAL                          NC_("FMT_DDE_NORMAL", "DDE manual")
936 #define FLD_INPUT_TEXT                          NC_("FLD_INPUT_TEXT", "[Text]")
938 /*--------------------------------------------------------------------
939     Description: SubType Extuser
940  --------------------------------------------------------------------*/
941 #define FLD_EU_COMPANY                          NC_("FLD_EU_FIRMA", "Company")
942 #define FLD_EU_GIVENNAME                        NC_("FLD_EU_VORNAME", "First Name")
943 #define FLD_EU_SURNAME                          NC_("FLD_EU_NAME", "Last Name")
944 #define FLD_EU_INITIALS                         NC_("FLD_EU_ABK", "Initials")
945 #define FLD_EU_STREET                           NC_("FLD_EU_STRASSE", "Street")
946 #define FLD_EU_COUNTRY                          NC_("FLD_EU_LAND", "Country")
947 #define FLD_EU_POSTCODE                         NC_("FLD_EU_PLZ", "Zip code")
948 #define FLD_EU_TOWN                             NC_("FLD_EU_ORT", "City")
949 #define FLD_EU_TITLE                            NC_("FLD_EU_TITEL", "Title")
950 #define FLD_EU_POS                              NC_("FLD_EU_POS", "Position")
951 #define FLD_EU_TELPERSONAL                      NC_("FLD_EU_TELPRIV", "Tel. (Home)")
952 #define FLD_EU_TELWORK                          NC_("FLD_EU_TELFIRMA", "Tel. (Work)")
953 #define FLD_EU_FAX                              NC_("FLD_EU_FAX", "Fax")
954 #define FLD_EU_EMAIL                            NC_("FLD_EU_EMAIL", "Email")
955 #define FLD_EU_REGION                           NC_("FLD_EU_STATE", "State")
956 #define FLD_PAGEREF_OFF                         NC_("FLD_PAGEREF_OFF", "off")
957 #define FLD_PAGEREF_ON                          NC_("FLD_PAGEREF_ON", "on")
958 /*--------------------------------------------------------------------
959     Description: path name
960  --------------------------------------------------------------------*/
961 // Format FileName
962 #define FMT_FF_NAME                             NC_("FMT_FF_NAME", "File name")
963 #define FMT_FF_NAME_NOEXT                       NC_("FMT_FF_NAME_NOEXT", "File name without extension")
964 #define FMT_FF_PATHNAME                         NC_("FMT_FF_PATHNAME", "Path/File name")
965 #define FMT_FF_PATH                             NC_("FMT_FF_PATH", "Path")
966 #define FMT_FF_UI_NAME                          NC_("FMT_FF_UI_NAME", "Style")
967 #define FMT_FF_UI_RANGE                         NC_("FMT_FF_UI_RANGE", "Category")
968 /*--------------------------------------------------------------------
969     Description: format chapter
970  --------------------------------------------------------------------*/
971 #define FMT_CHAPTER_NAME                        NC_("FMT_CHAPTER_NAME", "Chapter name")
972 #define FMT_CHAPTER_NO                          NC_("FMT_CHAPTER_NO", "Chapter number")
973 #define FMT_CHAPTER_NO_NOSEPARATOR              NC_("FMT_CHAPTER_NO_NOSEPARATOR", "Chapter number without separator")
974 #define FMT_CHAPTER_NAMENO                      NC_("FMT_CHAPTER_NAMENO", "Chapter number and name")
975 /*--------------------------------------------------------------------
976     Description: formats
977  --------------------------------------------------------------------*/
978 #define FMT_NUM_ABC                             NC_("FMT_NUM_ABC", "A B C")
979 #define FMT_NUM_SABC                            NC_("FMT_NUM_SABC", "a b c")
980 #define FMT_NUM_ABC_N                           NC_("FMT_NUM_ABC_N", "A .. AA .. AAA")
981 #define FMT_NUM_SABC_N                          NC_("FMT_NUM_SABC_N", "a .. aa .. aaa")
982 #define FMT_NUM_ROMAN                           NC_("FMT_NUM_ROMAN", "Roman (I II III)")
983 #define FMT_NUM_SROMAN                          NC_("FMT_NUM_SROMAN", "Roman (i ii iii)")
984 #define FMT_NUM_ARABIC                          NC_("FMT_NUM_ARABIC", "Arabic (1 2 3)")
985 #define FMT_NUM_PAGEDESC                        NC_("FMT_NUM_PAGEDESC", "As Page Style")
986 #define FMT_NUM_PAGESPECIAL                     NC_("FMT_NUM_PAGESPECIAL", "Text")
987 /*--------------------------------------------------------------------
988     Description: Author
989  --------------------------------------------------------------------*/
990 #define FMT_AUTHOR_NAME                         NC_("FMT_AUTHOR_NAME", "Name")
991 #define FMT_AUTHOR_SCUT                         NC_("FMT_AUTHOR_SCUT", "Initials")
992 /*--------------------------------------------------------------------
993     Description:   set variable
994  --------------------------------------------------------------------*/
995 #define FMT_SETVAR_SYS                          NC_("FMT_SETVAR_SYS", "System")
996 #define FMT_SETVAR_TEXT                         NC_("FMT_SETVAR_TEXT", "Text")
997 #define FMT_GETVAR_NAME                         NC_("FMT_GETVAR_NAME", "Name")
998 #define FMT_GETVAR_TEXT                         NC_("FMT_GETVAR_TEXT", "Text")
999 #define FMT_USERVAR_CMD                         NC_("FMT_USERVAR_CMD", "Formula")
1000 #define FMT_USERVAR_TEXT                        NC_("FMT_USERVAR_TEXT", "Text")
1001 #define FMT_DBFLD_DB                            NC_("FMT_DBFLD_DB", "Database")
1002 #define FMT_DBFLD_SYS                           NC_("FMT_DBFLD_SYS", "System")
1003 /*--------------------------------------------------------------------
1004     Description: storage fields
1005  --------------------------------------------------------------------*/
1006 #define FMT_REG_AUTHOR                          NC_("FMT_REG_AUTHOR", "Author")
1007 #define FMT_REG_TIME                            NC_("FMT_REG_TIME", "Time")
1008 #define FMT_REG_DATE                            NC_("FMT_REG_DATE", "Date")
1009 /*--------------------------------------------------------------------
1010     Description: formats references
1011  --------------------------------------------------------------------*/
1012 #define FMT_REF_TEXT                            NC_("FMT_REF_TEXT", "Reference")
1013 #define FMT_REF_PAGE                            NC_("FMT_REF_PAGE", "Page")
1014 #define FMT_REF_CHAPTER                         NC_("FMT_REF_CHAPTER", "Chapter")
1015 #define FMT_REF_UPDOWN                          NC_("FMT_REF_UPDOWN", "Above/Below")
1016 #define FMT_REF_PAGE_PGDSC                      NC_("FMT_REF_PAGE_PGDSC", "As Page Style")
1017 #define FMT_REF_ONLYNUMBER                      NC_("FMT_REF_ONLYNUMBER", "Category and Number")
1018 #define FMT_REF_ONLYCAPTION                     NC_("FMT_REF_ONLYCAPTION", "Caption Text")
1019 #define FMT_REF_ONLYSEQNO                       NC_("FMT_REF_ONLYSEQNO", "Numbering")
1020 #define FMT_REF_NUMBER                          NC_("FMT_REF_NUMBER", "Number")
1021 #define FMT_REF_NUMBER_NO_CONTEXT               NC_("FMT_REF_NUMBER_NO_CONTEXT", "Number (no context)")
1022 #define FMT_REF_NUMBER_FULL_CONTEXT             NC_("FMT_REF_NUMBER_FULL_CONTEXT", "Number (full context)")
1024 #define FMT_REF_WITH_LOWERCASE_HU_ARTICLE       NC_("FMT_REF_WITH_LOWERCASE_HU_ARTICLE", "Article a/az + ")
1025 #define FMT_REF_WITH_UPPERCASE_HU_ARTICLE       NC_("FMT_REF_WITH_UPPERCASE_HU_ARTICLE", "Article A/Az + ")
1026 /*--------------------------------------------------------------------
1027     Description: placeholder
1028  --------------------------------------------------------------------*/
1029 #define FMT_MARK_TEXT                           NC_("FMT_MARK_TEXT", "Text")
1030 #define FMT_MARK_TABLE                          NC_("FMT_MARK_TABLE", "Table")
1031 #define FMT_MARK_FRAME                          NC_("FMT_MARK_FRAME", "Frame")
1032 #define FMT_MARK_GRAFIC                         NC_("FMT_MARK_GRAFIC", "Image")
1033 #define FMT_MARK_OLE                            NC_("FMT_MARK_OLE", "Object")
1034 /*--------------------------------------------------------------------
1035     Description:   ExchangeStrings for Edit/NameFT
1036  --------------------------------------------------------------------*/
1037 #define STR_COND                                NC_("STR_COND", "~Condition")
1038 #define STR_TEXT                                NC_("STR_TEXT", "Then, Else")
1039 #define STR_DDE_CMD                             NC_("STR_DDE_CMD", "DDE Statement")
1040 #define STR_INSTEXT                             NC_("STR_INSTEXT", "Hidden t~ext")
1041 #define STR_MACNAME                             NC_("STR_MACNAME", "~Macro name")
1042 #define STR_PROMPT                              NC_("STR_PROMPT", "~Reference")
1043 #define STR_COMBCHRS_FT                         NC_("STR_COMBCHRS_FT", "Ch~aracters")
1044 #define STR_OFFSET                              NC_("STR_OFFSET", "O~ffset")
1045 #define STR_VALUE                               NC_("STR_VALUE", "Value")
1046 #define STR_FORMULA                             NC_("STR_FORMULA", "Formula")
1047 #define STR_CUSTOM_FIELD                        NC_("STR_CUSTOM_FIELD", "Custom")
1049 #define STR_CUSTOM_LABEL                        NC_("STR_CUSTOM_LABEL", "[User]")
1051 #define STR_HDIST                               NC_("STR_HDIST", "H. Pitch")
1052 #define STR_VDIST                               NC_("STR_VDIST", "V. Pitch")
1053 #define STR_WIDTH                               NC_("STR_WIDTH", "Width")
1054 #define STR_HEIGHT                              NC_("STR_HEIGHT", "Height")
1055 #define STR_LEFT                                NC_("STR_LEFT", "Left margin")
1056 #define STR_UPPER                               NC_("STR_UPPER", "Top margin")
1057 #define STR_COLS                                NC_("STR_COLS", "Columns")
1058 #define STR_ROWS                                NC_("STR_ROWS", "Rows")
1060 #define STR_WORDCOUNT_HINT                      NC_("STR_WORDCOUNT_HINT", "Word and character count. Click to open Word Count dialog.")
1061 #define STR_VIEWLAYOUT_ONE                      NC_("STR_VIEWLAYOUT_ONE", "Single-page view")
1062 #define STR_VIEWLAYOUT_MULTI                    NC_("STR_VIEWLAYOUT_MULTI", "Multiple-page view")
1063 #define STR_VIEWLAYOUT_BOOK                     NC_("STR_VIEWLAYOUT_BOOK", "Book view")
1064 #define STR_BOOKCTRL_HINT                       NC_("STR_BOOKCTRL_HINT", "Page number in document. Click to open Go to Page dialog or right-click for bookmark list.")
1065 #define STR_BOOKCTRL_HINT_EXTENDED              NC_("STR_BOOKCTRL_HINT_EXTENDED", "Page number in document (Page number on printed document). Click to open Go to Page dialog.")
1066 #define STR_TMPLCTRL_HINT                       NC_("STR_TMPLCTRL_HINT", "Page Style. Right-click to change style or click to open Style dialog.")
1068 // Strings for textual attributes.
1069 #define STR_DROP_OVER                           NC_("STR_DROP_OVER", "Drop Caps over")
1070 #define STR_DROP_LINES                          NC_("STR_DROP_LINES", "rows")
1071 #define STR_NO_DROP_LINES                       NC_("STR_NO_DROP_LINES", "No Drop Caps")
1072 #define STR_NO_PAGEDESC                         NC_("STR_NO_PAGEDESC", "No page break")
1073 #define STR_NO_MIRROR                           NC_("STR_NO_MIRROR", "Don't mirror")
1074 #define STR_VERT_MIRROR                         NC_("STR_VERT_MIRROR", "Flip vertically")
1075 #define STR_HORI_MIRROR                         NC_("STR_HORI_MIRROR", "Flip horizontal")
1076 #define STR_BOTH_MIRROR                         NC_("STR_BOTH_MIRROR", "Horizontal and Vertical Flip")
1077 #define STR_MIRROR_TOGGLE                       NC_("STR_MIRROR_TOGGLE", "+ mirror horizontal on even pages")
1078 #define STR_CHARFMT                             NC_("STR_CHARFMT", "Character Style")
1079 #define STR_NO_CHARFMT                          NC_("STR_NO_CHARFMT", "No Character Style")
1080 #define STR_FOOTER                              NC_("STR_FOOTER", "Footer")
1081 #define STR_NO_FOOTER                           NC_("STR_NO_FOOTER", "No footer")
1082 #define STR_HEADER                              NC_("STR_HEADER", "Header")
1083 #define STR_NO_HEADER                           NC_("STR_NO_HEADER", "No header")
1084 #define STR_SURROUND_IDEAL                      NC_("STR_SURROUND_IDEAL", "Optimal")
1085 #define STR_SURROUND_NONE                       NC_("STR_SURROUND_NONE", "None")
1086 #define STR_SURROUND_THROUGH                    NC_("STR_SURROUND_THROUGH", "Through")
1087 #define STR_SURROUND_PARALLEL                   NC_("STR_SURROUND_PARALLEL", "Parallel")
1088 #define STR_SURROUND_LEFT                       NC_("STR_SURROUND_LEFT", "Before")
1089 #define STR_SURROUND_RIGHT                      NC_("STR_SURROUND_RIGHT", "After")
1090 #define STR_SURROUND_ANCHORONLY                 NC_("STR_SURROUND_ANCHORONLY", "(Anchor only)")
1091 #define STR_FRM_WIDTH                           NC_("STR_FRM_WIDTH", "Width:")
1092 #define STR_FRM_FIXEDHEIGHT                     NC_("STR_FRM_FIXEDHEIGHT", "Fixed height:")
1093 #define STR_FRM_MINHEIGHT                       NC_("STR_FRM_MINHEIGHT", "Min. height:")
1094 #define STR_FLY_AT_PARA                         NC_("STR_FLY_AT_PARA", "to paragraph")
1095 #define STR_FLY_AS_CHAR                         NC_("STR_FLY_AS_CHAR", "to character")
1096 #define STR_FLY_AT_PAGE                         NC_("STR_FLY_AT_PAGE", "to page")
1097 #define STR_POS_X                               NC_("STR_POS_X", "X Coordinate:")
1098 #define STR_POS_Y                               NC_("STR_POS_Y", "Y Coordinate:")
1099 #define STR_VERT_TOP                            NC_("STR_VERT_TOP", "at top")
1100 #define STR_VERT_CENTER                         NC_("STR_VERT_CENTER", "Centered vertically")
1101 #define STR_VERT_BOTTOM                         NC_("STR_VERT_BOTTOM", "at bottom")
1102 #define STR_LINE_TOP                            NC_("STR_LINE_TOP", "Top of line")
1103 #define STR_LINE_CENTER                         NC_("STR_LINE_CENTER", "Line centered")
1104 #define STR_LINE_BOTTOM                         NC_("STR_LINE_BOTTOM", "Bottom of line")
1105 #define STR_REGISTER_ON                         NC_("STR_REGISTER_ON", "Page line-spacing")
1106 #define STR_REGISTER_OFF                        NC_("STR_REGISTER_OFF", "Not page line-spacing")
1107 #define STR_HORI_RIGHT                          NC_("STR_HORI_RIGHT", "at the right")
1108 #define STR_HORI_CENTER                         NC_("STR_HORI_CENTER", "Centered horizontally")
1109 #define STR_HORI_LEFT                           NC_("STR_HORI_LEFT", "at the left")
1110 #define STR_HORI_INSIDE                         NC_("STR_HORI_INSIDE", "inside")
1111 #define STR_HORI_OUTSIDE                        NC_("STR_HORI_OUTSIDE", "outside")
1112 #define STR_HORI_FULL                           NC_("STR_HORI_FULL", "Full width")
1113 #define STR_COLUMNS                             NC_("STR_COLUMNS", "Columns")
1114 #define STR_LINE_WIDTH                          NC_("STR_LINE_WIDTH", "Separator Width:")
1115 #define STR_MAX_FTN_HEIGHT                      NC_("STR_MAX_FTN_HEIGHT", "Max. footnote area:")
1116 #define STR_EDIT_IN_READONLY                    NC_("STR_EDIT_IN_READONLY", "Editable in read-only document")
1117 #define STR_LAYOUT_SPLIT                        NC_("STR_LAYOUT_SPLIT", "Split")
1118 #define STR_NUMRULE_ON                          NC_("STR_NUMRULE_ON", "Numbering")
1119 #define STR_NUMRULE_OFF                         NC_("STR_NUMRULE_OFF", "no numbering")
1120 #define STR_CONNECT1                            NC_("STR_CONNECT1", "linked to ")
1121 #define STR_CONNECT2                            NC_("STR_CONNECT2", "and ")
1122 #define STR_LINECOUNT                           NC_("STR_LINECOUNT", "Count lines")
1123 #define STR_DONTLINECOUNT                       NC_("STR_DONTLINECOUNT", "don't count lines")
1124 #define STR_LINCOUNT_START                      NC_("STR_LINCOUNT_START", "restart line count with: ")
1125 #define STR_LUMINANCE                           NC_("STR_LUMINANCE", "Brightness: ")
1126 #define STR_CHANNELR                            NC_("STR_CHANNELR", "Red: ")
1127 #define STR_CHANNELG                            NC_("STR_CHANNELG", "Green: ")
1128 #define STR_CHANNELB                            NC_("STR_CHANNELB", "Blue: ")
1129 #define STR_CONTRAST                            NC_("STR_CONTRAST", "Contrast: ")
1130 #define STR_GAMMA                               NC_("STR_GAMMA", "Gamma: ")
1131 #define STR_TRANSPARENCY                        NC_("STR_TRANSPARENCY", "Transparency: ")
1132 #define STR_INVERT                              NC_("STR_INVERT", "Invert")
1133 #define STR_INVERT_NOT                          NC_("STR_INVERT_NOT", "do not invert")
1134 #define STR_DRAWMODE                            NC_("STR_DRAWMODE", "Graphics mode: ")
1135 #define STR_DRAWMODE_STD                        NC_("STR_DRAWMODE_STD", "Standard")
1136 #define STR_DRAWMODE_GREY                       NC_("STR_DRAWMODE_GREY", "Grayscales")
1137 #define STR_DRAWMODE_BLACKWHITE                 NC_("STR_DRAWMODE_BLACKWHITE", "Black & White")
1138 #define STR_DRAWMODE_WATERMARK                  NC_("STR_DRAWMODE_WATERMARK", "Watermark")
1139 #define STR_ROTATION                            NC_("STR_ROTATION", "Rotation")
1140 #define STR_GRID_NONE                           NC_("STR_GRID_NONE", "No grid")
1141 #define STR_GRID_LINES_ONLY                     NC_("STR_GRID_LINES_ONLY", "Grid (lines only)")
1142 #define STR_GRID_LINES_CHARS                    NC_("STR_GRID_LINES_CHARS", "Grid (lines and characters)")
1143 #define STR_FOLLOW_TEXT_FLOW                    NC_("STR_FOLLOW_TEXT_FLOW", "Follow text flow")
1144 #define STR_DONT_FOLLOW_TEXT_FLOW               NC_("STR_DONT_FOLLOW_TEXT_FLOW", "Do not follow text flow")
1145 #define STR_CONNECT_BORDER_ON                   NC_("STR_CONNECT_BORDER_ON", "Merge borders")
1146 #define STR_CONNECT_BORDER_OFF                  NC_("STR_CONNECT_BORDER_OFF", "Do not merge borders")
1148 #define ST_TBL                                  NC_("ST_TBL", "Table")
1149 #define ST_FRM                                  NC_("ST_FRM", "Text Frame")
1150 #define ST_PGE                                  NC_("ST_PGE", "Page")
1151 #define ST_DRW                                  NC_("ST_DRW", "Drawing")
1152 #define ST_CTRL                                 NC_("ST_CTRL", "Control")
1153 #define ST_REG                                  NC_("ST_REG", "Section")
1154 #define ST_BKM                                  NC_("ST_BKM", "Bookmark")
1155 #define ST_GRF                                  NC_("ST_GRF", "Graphics")
1156 #define ST_OLE                                  NC_("ST_OLE", "OLE object")
1157 #define ST_OUTL                                 NC_("ST_OUTL", "Headings")
1158 #define ST_SEL                                  NC_("ST_SEL", "Selection")
1159 #define ST_FTN                                  NC_("ST_FTN", "Footnote")
1160 #define ST_MARK                                 NC_("ST_MARK", "Reminder")
1161 #define ST_POSTIT                               NC_("ST_POSTIT", "Comment")
1162 #define ST_SRCH_REP                             NC_("ST_SRCH_REP", "Repeat search")
1163 #define ST_INDEX_ENTRY                          NC_("ST_INDEX_ENTRY", "Index entry")
1164 #define ST_TABLE_FORMULA                        NC_("ST_TABLE_FORMULA", "Table formula")
1165 #define ST_TABLE_FORMULA_ERROR                  NC_("ST_TABLE_FORMULA_ERROR", "Wrong table formula")
1166 // Strings for the quickhelp of the View-PgUp/Down-Buttons
1167 #define STR_IMGBTN_TBL_DOWN                     NC_("STR_IMGBTN_TBL_DOWN", "Next table")
1168 #define STR_IMGBTN_FRM_DOWN                     NC_("STR_IMGBTN_FRM_DOWN", "Next text frame")
1169 #define STR_IMGBTN_PGE_DOWN                     NC_("STR_IMGBTN_PGE_DOWN", "Next page")
1170 #define STR_IMGBTN_DRW_DOWN                     NC_("STR_IMGBTN_DRW_DOWN", "Next drawing")
1171 #define STR_IMGBTN_CTRL_DOWN                    NC_("STR_IMGBTN_CTRL_DOWN", "Next control")
1172 #define STR_IMGBTN_REG_DOWN                     NC_("STR_IMGBTN_REG_DOWN", "Next section")
1173 #define STR_IMGBTN_BKM_DOWN                     NC_("STR_IMGBTN_BKM_DOWN", "Next bookmark")
1174 #define STR_IMGBTN_GRF_DOWN                     NC_("STR_IMGBTN_GRF_DOWN", "Next graphic")
1175 #define STR_IMGBTN_OLE_DOWN                     NC_("STR_IMGBTN_OLE_DOWN", "Next OLE object")
1176 #define STR_IMGBTN_OUTL_DOWN                    NC_("STR_IMGBTN_OUTL_DOWN", "Next heading")
1177 #define STR_IMGBTN_SEL_DOWN                     NC_("STR_IMGBTN_SEL_DOWN", "Next selection")
1178 #define STR_IMGBTN_FTN_DOWN                     NC_("STR_IMGBTN_FTN_DOWN", "Next footnote")
1179 #define STR_IMGBTN_MARK_DOWN                    NC_("STR_IMGBTN_MARK_DOWN", "Next Reminder")
1180 #define STR_IMGBTN_POSTIT_DOWN                  NC_("STR_IMGBTN_POSTIT_DOWN", "Next Comment")
1181 #define STR_IMGBTN_SRCH_REP_DOWN                NC_("STR_IMGBTN_SRCH_REP_DOWN", "Continue search forward")
1182 #define STR_IMGBTN_INDEX_ENTRY_DOWN             NC_("STR_IMGBTN_INDEX_ENTRY_DOWN", "Next index entry")
1183 #define STR_IMGBTN_TBL_UP                       NC_("STR_IMGBTN_TBL_UP", "Previous table")
1184 #define STR_IMGBTN_FRM_UP                       NC_("STR_IMGBTN_FRM_UP", "Previous text frame")
1185 #define STR_IMGBTN_PGE_UP                       NC_("STR_IMGBTN_PGE_UP", "Previous page")
1186 #define STR_IMGBTN_DRW_UP                       NC_("STR_IMGBTN_DRW_UP", "Previous drawing")
1187 #define STR_IMGBTN_CTRL_UP                      NC_("STR_IMGBTN_CTRL_UP", "Previous control")
1188 #define STR_IMGBTN_REG_UP                       NC_("STR_IMGBTN_REG_UP", "Previous section")
1189 #define STR_IMGBTN_BKM_UP                       NC_("STR_IMGBTN_BKM_UP", "Previous bookmark")
1190 #define STR_IMGBTN_GRF_UP                       NC_("STR_IMGBTN_GRF_UP", "Previous graphic")
1191 #define STR_IMGBTN_OLE_UP                       NC_("STR_IMGBTN_OLE_UP", "Previous OLE object")
1192 #define STR_IMGBTN_OUTL_UP                      NC_("STR_IMGBTN_OUTL_UP", "Previous heading")
1193 #define STR_IMGBTN_SEL_UP                       NC_("STR_IMGBTN_SEL_UP", "Previous selection")
1194 #define STR_IMGBTN_FTN_UP                       NC_("STR_IMGBTN_FTN_UP", "Previous footnote")
1195 #define STR_IMGBTN_MARK_UP                      NC_("STR_IMGBTN_MARK_UP", "Previous Reminder")
1196 #define STR_IMGBTN_POSTIT_UP                    NC_("STR_IMGBTN_POSTIT_UP", "Previous Comment")
1197 #define STR_IMGBTN_SRCH_REP_UP                  NC_("STR_IMGBTN_SRCH_REP_UP", "Continue search backwards")
1198 #define STR_IMGBTN_INDEX_ENTRY_UP               NC_("STR_IMGBTN_INDEX_ENTRY_UP", "Previous index entry")
1199 #define STR_IMGBTN_TBLFML_UP                    NC_("STR_IMGBTN_TBLFML_UP", "Previous table formula")
1200 #define STR_IMGBTN_TBLFML_DOWN                  NC_("STR_IMGBTN_TBLFML_DOWN", "Next table formula")
1201 #define STR_IMGBTN_TBLFML_ERR_UP                NC_("STR_IMGBTN_TBLFML_ERR_UP", "Previous faulty table formula")
1202 #define STR_IMGBTN_TBLFML_ERR_DOWN              NC_("STR_IMGBTN_TBLFML_ERR_DOWN", "Next faulty table formula")
1204 #define STR_REDLINE_INSERT                      NC_("STR_REDLINE_INSERT", "Inserted")
1205 #define STR_REDLINE_DELETE                      NC_("STR_REDLINE_DELETE", "Deleted")
1206 #define STR_REDLINE_FORMAT                      NC_("STR_REDLINE_FORMAT", "Formatted")
1207 #define STR_REDLINE_TABLE                       NC_("STR_REDLINE_TABLE", "Table changed")
1208 #define STR_REDLINE_FMTCOLL                     NC_("STR_REDLINE_FMTCOLL", "Applied Paragraph Styles")
1209 #define STR_REDLINE_PARAGRAPH_FORMAT            NC_("STR_REDLINE_PARAGRAPH_FORMAT", "Paragraph formatting changed")
1210 #define STR_REDLINE_TABLE_ROW_INSERT            NC_("STR_REDLINE_TABLE_ROW_INSERT", "Row Inserted")
1211 #define STR_REDLINE_TABLE_ROW_DELETE            NC_("STR_REDLINE_TABLE_ROW_DELETE", "Row Deleted")
1212 #define STR_REDLINE_TABLE_CELL_INSERT           NC_("STR_REDLINE_TABLE_CELL_INSERT", "Cell Inserted")
1213 #define STR_REDLINE_TABLE_CELL_DELETE           NC_("STR_REDLINE_TABLE_CELL_DELETE", "Cell Deleted")
1214 #define STR_ENDNOTE                             NC_("STR_ENDNOTE", "Endnote: ")
1215 #define STR_FTNNOTE                             NC_("STR_FTNNOTE", "Footnote: ")
1216 #define STR_SMARTTAG_CLICK                      NC_("STR_SMARTTAG_CLICK", "%s-click to open Smart Tag menu")
1217 #define STR_HEADER_TITLE                        NC_("STR_HEADER_TITLE", "Header (%1)")
1218 #define STR_FIRST_HEADER_TITLE                  NC_("STR_FIRST_HEADER_TITLE", "First Page Header (%1)")
1219 #define STR_LEFT_HEADER_TITLE                   NC_("STR_LEFT_HEADER_TITLE", "Left Page Header (%1)")
1220 #define STR_RIGHT_HEADER_TITLE                  NC_("STR_RIGHT_HEADER_TITLE", "Right Page Header (%1)")
1221 #define STR_FOOTER_TITLE                        NC_("STR_FOOTER_TITLE", "Footer (%1)")
1222 #define STR_FIRST_FOOTER_TITLE                  NC_("STR_FIRST_FOOTER_TITLE", "First Page Footer (%1)")
1223 #define STR_LEFT_FOOTER_TITLE                   NC_("STR_LEFT_FOOTER_TITLE", "Left Page Footer (%1)")
1224 #define STR_RIGHT_FOOTER_TITLE                  NC_("STR_RIGHT_FOOTER_TITLE", "Right Page Footer (%1)")
1225 #define STR_DELETE_HEADER                       NC_("STR_DELETE_HEADER", "Delete Header...")
1226 #define STR_FORMAT_HEADER                       NC_("STR_FORMAT_HEADER", "Format Header...")
1227 #define STR_DELETE_FOOTER                       NC_("STR_DELETE_FOOTER", "Delete Footer...")
1228 #define STR_FORMAT_FOOTER                       NC_("STR_FORMAT_FOOTER", "Format Footer...")
1230 #define STR_UNFLOAT_TABLE                       NC_("STR_UNFLOAT_TABLE", "Un-float Table")
1232 #define STR_GRFILTER_OPENERROR                  NC_("STR_GRFILTER_OPENERROR", "Image file cannot be opened")
1233 #define STR_GRFILTER_IOERROR                    NC_("STR_GRFILTER_IOERROR", "Image file cannot be read")
1234 #define STR_GRFILTER_FORMATERROR                NC_("STR_GRFILTER_FORMATERROR", "Unknown image format")
1235 #define STR_GRFILTER_VERSIONERROR               NC_("STR_GRFILTER_VERSIONERROR", "This image file version is not supported")
1236 #define STR_GRFILTER_FILTERERROR                NC_("STR_GRFILTER_FILTERERROR", "Image filter not found")
1237 #define STR_GRFILTER_TOOBIG                     NC_("STR_GRFILTER_TOOBIG", "Not enough memory to insert the image.")
1238 #define STR_INSERT_GRAPHIC                      NC_("STR_INSERT_GRAPHIC", "Insert Image")
1239 #define STR_REDLINE_COMMENT                     NC_("STR_REDLINE_COMMENT", "Comment: ")
1240 #define STR_REDLINE_INSERTED                    NC_("STR_REDLINE_INSERTED", "Insertion")
1241 #define STR_REDLINE_DELETED                     NC_("STR_REDLINE_DELETED", "Deletion")
1242 #define STR_REDLINE_AUTOFMT                     NC_("STR_REDLINE_AUTOFMT", "AutoCorrect")
1243 #define STR_REDLINE_FORMATTED                   NC_("STR_REDLINE_FORMATTED", "Formats")
1244 #define STR_REDLINE_TABLECHG                    NC_("STR_REDLINE_TABLECHG", "Table Changes")
1245 #define STR_REDLINE_FMTCOLLSET                  NC_("STR_REDLINE_FMTCOLLSET", "Applied Paragraph Styles")
1246 #define STR_PAGE                                NC_("STR_PAGE", "Page ")
1247 #define STR_PAGE_COUNT                          NC_("STR_PAGE_COUNT", "Page %1 of %2")
1248 #define STR_PAGE_COUNT_CUSTOM                   NC_("STR_PAGE_COUNT_CUSTOM", "Page %1 of %2 (Page %3)")
1249 #define STR_PAGE_COUNT_PRINTED                  NC_("STR_PAGE_COUNT_PRINTED", "Page %1 of %2 (Page %3 of %4 to print)")
1250 //Strings for gallery/background
1251 #define STR_SWBG_PARAGRAPH                      NC_("STR_SWBG_PARAGRAPH", "Paragraph")
1252 #define STR_SWBG_GRAPHIC                        NC_("STR_SWBG_GRAPHIC", "Image")
1253 #define STR_SWBG_OLE                            NC_("STR_SWBG_OLE", "OLE object")
1254 #define STR_SWBG_FRAME                          NC_("STR_SWBG_FRAME", "Frame")
1255 #define STR_SWBG_TABLE                          NC_("STR_SWBG_TABLE", "Table")
1256 #define STR_SWBG_TABLE_ROW                      NC_("STR_SWBG_TABLE_ROW", "Table row")
1257 #define STR_SWBG_TABLE_CELL                     NC_("STR_SWBG_TABLE_CELL", "Table cell")
1258 #define STR_SWBG_PAGE                           NC_("STR_SWBG_PAGE", "Page")
1259 #define STR_SWBG_HEADER                         NC_("STR_SWBG_HEADER", "Header")
1260 #define STR_SWBG_FOOTER                         NC_("STR_SWBG_FOOTER", "Footer")
1261 //End: strings for gallery/background
1263 #define STR_WRITER_WEBDOC_FULLTYPE              NC_("STR_WRITER_WEBDOC_FULLTYPE", "%PRODUCTNAME %PRODUCTVERSION HTML Document")
1265 #define STR_TITLE                               NC_("STR_TITLE", "Title")
1266 #define STR_ALPHA                               NC_("STR_ALPHA", "Separator")
1267 #define STR_LEVEL                               NC_("STR_LEVEL", "Level ")
1268 #define STR_FILE_NOT_FOUND                      NC_("STR_FILE_NOT_FOUND", "The file, \"%1\" in the \"%2\" path could not be found.")
1269 #define STR_USER_DEFINED_INDEX                  NC_("STR_USER_DEFINED_INDEX", "User-Defined Index")
1270 #define STR_NOSORTKEY                           NC_("STR_NOSORTKEY", "<None>")
1271 #define STR_NO_CHAR_STYLE                       NC_("STR_NO_CHAR_STYLE", "<None>")
1272 #define STR_DELIM                               NC_("STR_DELIM", "S")
1273 #define STR_TOKEN_ENTRY_NO                      NC_("STR_TOKEN_ENTRY_NO", "E#")
1274 #define STR_TOKEN_ENTRY                         NC_("STR_TOKEN_ENTRY", "E")
1275 #define STR_TOKEN_TAB_STOP                      NC_("STR_TOKEN_TAB_STOP", "T")
1276 #define STR_TOKEN_PAGE_NUMS                     NC_("STR_TOKEN_PAGE_NUMS", "#")
1277 #define STR_TOKEN_CHAPTER_INFO                  NC_("STR_TOKEN_CHAPTER_INFO", "CI")
1278 #define STR_TOKEN_LINK_START                    NC_("STR_TOKEN_LINK_START", "LS")
1279 #define STR_TOKEN_LINK_END                      NC_("STR_TOKEN_LINK_END", "LE")
1280 #define STR_TOKEN_AUTHORITY                     NC_("STR_TOKEN_AUTHORITY", "A")
1281 #define STR_TOKEN_HELP_ENTRY_NO                 NC_("STR_TOKEN_HELP_ENTRY_NO", "Chapter number")
1282 #define STR_TOKEN_HELP_ENTRY                    NC_("STR_TOKEN_HELP_ENTRY", "Entry")
1283 #define STR_TOKEN_HELP_TAB_STOP                 NC_("STR_TOKEN_HELP_TAB_STOP", "Tab stop")
1284 #define STR_TOKEN_HELP_TEXT                     NC_("STR_TOKEN_HELP_TEXT", "Text")
1285 #define STR_TOKEN_HELP_PAGE_NUMS                NC_("STR_TOKEN_HELP_PAGE_NUMS", "Page number")
1286 #define STR_TOKEN_HELP_CHAPTER_INFO             NC_("STR_TOKEN_HELP_CHAPTER_INFO", "Chapter info")
1287 #define STR_TOKEN_HELP_LINK_START               NC_("STR_TOKEN_HELP_LINK_START", "Hyperlink start")
1288 #define STR_TOKEN_HELP_LINK_END                 NC_("STR_TOKEN_HELP_LINK_END", "Hyperlink end")
1289 #define STR_TOKEN_HELP_AUTHORITY                NC_("STR_TOKEN_HELP_AUTHORITY", "Bibliography entry: ")
1290 #define STR_CHARSTYLE                           NC_("STR_CHARSTYLE", "Character Style: ")
1291 #define STR_STRUCTURE                           NC_("STR_STRUCTURE", "Structure text")
1292 #define STR_ADDITIONAL_ACCNAME_STRING1          NC_("STR_ADDITIONAL_ACCNAME_STRING1", "Press Ctrl+Alt+A to move focus for more operations")
1293 #define STR_ADDITIONAL_ACCNAME_STRING2          NC_("STR_ADDITIONAL_ACCNAME_STRING2", "Press left or right arrow to choose the structure controls")
1294 #define STR_ADDITIONAL_ACCNAME_STRING3          NC_("STR_ADDITIONAL_ACCNAME_STRING3", "Press Ctrl+Alt+B to move focus back to the current structure control")
1295 #define STR_AUTOMARK_TYPE                       NC_("STR_AUTOMARK_TYPE", "Selection file for the alphabetical index (*.sdi)")
1297 /*-----------------------------------------------------------------------
1298     Description: character alignment for frmsh.cxx - context menu
1299  -----------------------------------------------------------------------*/
1300 #define STR_FRMUI_TOP_BASE                      NC_("STR_FRMUI_TOP_BASE", "Base line at ~top")
1301 #define STR_FRMUI_BOTTOM_BASE                   NC_("STR_FRMUI_BOTTOM_BASE", "~Base line at bottom")
1302 #define STR_FRMUI_CENTER_BASE                   NC_("STR_FRMUI_CENTER_BASE", "Base line ~centered")
1303 #define STR_FRMUI_OLE_INSERT                    NC_("STR_FRMUI_OLE_INSERT", "Insert object")
1304 #define STR_FRMUI_OLE_EDIT                      NC_("STR_FRMUI_OLE_EDIT", "Edit object")
1305 #define STR_FRMUI_COLL_HEADER                   NC_("STR_FRMUI_COLL_HEADER", " (Template: ")
1306 #define STR_FRMUI_BORDER                        NC_("STR_FRMUI_BORDER", "Borders")
1307 #define STR_FRMUI_PATTERN                       NC_("STR_FRMUI_PATTERN", "Background")
1309 #define STR_TEXTCOLL_HEADER                     NC_("STR_TEXTCOLL_HEADER", "(Paragraph Style: ")
1310 #define STR_ILLEGAL_PAGENUM                     NC_("STR_ILLEGAL_PAGENUM", "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages.")
1312 #define STR_WRITER_GLOBALDOC_FULLTYPE           NC_("STR_WRITER_GLOBALDOC_FULLTYPE", "%PRODUCTNAME %PRODUCTVERSION Master Document")
1314 #define STR_QUERY_CONNECT                       NC_("STR_QUERY_CONNECT", "A file connection will delete the contents of the current section. Connect anyway?")
1315 #define STR_WRONG_PASSWORD                      NC_("STR_WRONG_PASSWORD", "The password entered is invalid.")
1316 #define STR_WRONG_PASSWD_REPEAT                 NC_("STR_WRONG_PASSWD_REPEAT", "The password has not been set.")
1318 #define STR_HYP_OK                              NC_("STR_HYP_OK", "Hyphenation completed")
1319 #define STR_LANGSTATUS_NONE                     NC_("STR_LANGSTATUS_NONE", "None (Do not check spelling)")
1320 #define STR_RESET_TO_DEFAULT_LANGUAGE           NC_("STR_RESET_TO_DEFAULT_LANGUAGE", "Reset to Default Language")
1321 #define STR_LANGSTATUS_MORE                     NC_("STR_LANGSTATUS_MORE", "More...")
1322 #define STR_IGNORE_SELECTION                    NC_("STR_IGNORE_SELECTION", "~Ignore")
1323 #define STR_EXPLANATION_LINK                    NC_("STR_EXPLANATION_LINK", "Explanations...")
1325 #define STR_QUERY_SPECIAL_FORCED                NC_("STR_QUERY_SPECIAL_FORCED", "Check special regions is deactivated. Check anyway?")
1326 #define STR_NO_MERGE_ENTRY                      NC_("STR_NO_MERGE_ENTRY", "Could not merge documents.")
1327 #define STR_NO_BASE_FOR_MERGE                   NC_("STR_NO_BASE_FOR_MERGE", "%PRODUCTNAME Base component is absent, and it is required to use Mail Merge.")
1328 #define STR_ERR_SRCSTREAM                       NC_("STR_ERR_SRCSTREAM", "The source cannot be loaded.")
1329 #define STR_ERR_NO_FAX                          NC_("STR_ERR_NO_FAX", "No fax printer has been set under Tools/Options/%1/Print.")
1330 #define STR_WEBOPTIONS                          NC_("STR_WEBOPTIONS", "HTML document")
1331 #define STR_TEXTOPTIONS                         NC_("STR_TEXTOPTIONS", "Text document")
1332 #define STR_SCAN_NOSOURCE                       NC_("STR_SCAN_NOSOURCE", "Source not specified.")
1333 #define STR_NUM_LEVEL                           NC_("STR_NUM_LEVEL", "Level ")
1334 #define STR_NUM_OUTLINE                         NC_("STR_NUM_OUTLINE", "Outline ")
1335 #define STR_EDIT_FOOTNOTE                       NC_("STR_EDIT_FOOTNOTE", "Edit Footnote/Endnote")
1336 #define STR_NB_REPLACED                         NC_("STR_NB_REPLACED", "Search key replaced XX times.")
1337 #define STR_SRCVIEW_ROW                         NC_("STR_SRCVIEW_ROW", "Row ")
1338 #define STR_SRCVIEW_COL                         NC_("STR_SRCVIEW_COL", "Column ")
1339 #define STR_SAVEAS_SRC                          NC_("STR_SAVEAS_SRC", "~Export source...")
1340 #define STR_SAVEACOPY_SRC                       NC_("STR_SAVEACOPY_SRC", "~Export copy of source...")
1342 #define ST_CONTINUE                             NC_("ST_CONTINUE", "~Continue")
1343 #define ST_SENDINGTO                            NC_("ST_SENDINGTO", "Sending to: %1")
1344 #define ST_COMPLETED                            NC_("ST_COMPLETED", "Successfully sent")
1345 #define ST_FAILED                               NC_("ST_FAILED", "Sending failed")
1347 #define STR_SENDER_TOKENS                       NC_("STR_SENDER_TOKENS", "COMPANY;CR;FIRSTNAME; ;LASTNAME;CR;ADDRESS;CR;CITY; ;STATEPROV; ;POSTALCODE;CR;COUNTRY;CR;")
1349 #define STR_TBL_FORMULA                         NC_("STR_TBL_FORMULA", "Text formula")
1351 #define STR_DROP_DOWN_EMPTY_LIST                NC_("STR_DROP_DOWN_EMPTY_LIST", "No Item specified")
1353 /*--------------------------------------------------------------------
1354     Description: Classification strings
1355  --------------------------------------------------------------------*/
1357 #define STR_CLASSIFICATION_LEVEL_CHANGED        NC_("STR_CLASSIFICATION_LEVEL_CHANGED", "Document classification has changed because a paragraph classification level is higher")
1359 /*--------------------------------------------------------------------
1360     Description: Paragraph Signature
1361  --------------------------------------------------------------------*/
1362 #define STR_VALID                               NC_("STR_VALID", " Valid ")
1363 #define STR_INVALID                             NC_("STR_INVALID", "Invalid")
1364 #define STR_INVALID_SIGNATURE                   NC_("STR_INVALID_SIGNATURE", "Invalid Signature")
1365 #define STR_SIGNED_BY                           NC_("STR_SIGNED_BY", "Signed-by")
1366 #define STR_PARAGRAPH_SIGNATURE                 NC_("STR_PARAGRAPH_SIGNATURE", "Paragraph Signature")
1368 #define STR_BUSINESS_CARDS                      NC_("labeldialog|cards", "Business Cards")
1370 #define STR_MAILCONFIG_DLG_TITLE                NC_("STR_MAILCONFIG_DLG_TITLE", "Email settings")
1372 #define STR_OPT_PREVIEW_INSERTED                NC_("optredlinepage|insertedpreview", "Insert")
1373 #define STR_OPT_PREVIEW_DELETED                 NC_("optredlinepage|deletedpreview", "Delete")
1374 #define STR_OPT_PREVIEW_CHANGED                 NC_("optredlinepage|changedpreview", "Attributes")
1376 #define STR_AUTOMARK_SEARCHTERM                 NC_("createautomarkdialog|searchterm", "Search term")
1377 #define STR_AUTOMARK_ALTERNATIVE                NC_("createautomarkdialog|alternative", "Alternative entry")
1378 #define STR_AUTOMARK_KEY1                       NC_("createautomarkdialog|key1", "1st key")
1379 #define STR_AUTOMARK_KEY2                       NC_("createautomarkdialog|key2", "2nd key")
1380 #define STR_AUTOMARK_COMMENT                    NC_("createautomarkdialog|comment", "Comment")
1381 #define STR_AUTOMARK_CASESENSITIVE              NC_("createautomarkdialog|casesensitive", "Match case")
1382 #define STR_AUTOMARK_WORDONLY                   NC_("createautomarkdialog|wordonly", "Word only")
1383 #define STR_AUTOMARK_YES                        NC_("createautomarkdialog|yes", "Yes")
1384 #define STR_AUTOMARK_NO                         NC_("createautomarkdialog|no", "No")
1386 #define STR_WRAP_PANEL_CUSTOM_STR               NC_("sidebarwrap|customlabel", "Custom")
1388 #endif
1390 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */