1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include "svx/svxitems.hrc"
21 #include "svx/svxids.hrc"
22 #include <editeng/editids.hrc>
24 StringArray RID_ATTR_NAMES
28 < "Scale" ; SID_ATTR_ZOOM ; > ;
29 < "Brush" ; SID_ATTR_BRUSH ; > ;
30 < "Tab stops" ; SID_ATTR_TABSTOP ; > ;
31 < "Character" ; SID_ATTR_CHAR ; > ;
32 < "Font" ; SID_ATTR_CHAR_FONT ; > ;
33 < "Font posture" ; SID_ATTR_CHAR_POSTURE ; > ;
34 < "Font weight" ; SID_ATTR_CHAR_WEIGHT ; > ;
35 < "Shadowed" ; SID_ATTR_CHAR_SHADOWED ; > ;
36 < "Individual words" ; SID_ATTR_CHAR_WORDLINEMODE ; > ;
37 < "Outline" ; SID_ATTR_CHAR_CONTOUR ; > ;
38 < "Strikethrough" ; SID_ATTR_CHAR_STRIKEOUT ; > ;
39 < "Underline" ; SID_ATTR_CHAR_UNDERLINE ; > ;
40 < "Font size" ; SID_ATTR_CHAR_FONTHEIGHT ; > ;
41 < "Rel. Font size" ; SID_ATTR_CHAR_PROPSIZE ; > ;
42 < "Font color" ; SID_ATTR_CHAR_COLOR ; > ;
43 < "Kerning" ; SID_ATTR_CHAR_KERNING ; > ;
44 < "Effects" ; SID_ATTR_CHAR_CASEMAP ; > ;
45 < "Language"; SID_ATTR_CHAR_LANGUAGE ; > ;
46 < "Position" ; SID_ATTR_CHAR_ESCAPEMENT ; > ;
47 < "Blinking" ; SID_ATTR_CHAR_AUTOKERN ; > ;
48 < "Character set color" ; SID_ATTR_CHAR_CHARSETCOLOR ; > ;
49 < "Overline" ; SID_ATTR_CHAR_OVERLINE ; > ;
50 < "Paragraph" ; SID_ATTR_PARA ; > ;
51 < "Alignment" ; SID_ATTR_PARA_ADJUST ; > ;
52 < "Line spacing" ; SID_ATTR_PARA_LINESPACE ; > ;
53 < "Page Break" ; SID_ATTR_PARA_PAGEBREAK ; > ;
54 < "Hyphenation" ; SID_ATTR_PARA_HYPHENZONE ; > ;
55 < "Do not split paragraph"; SID_ATTR_PARA_SPLIT ; > ;
56 < "Orphans" ; SID_ATTR_PARA_ORPHANS ; > ;
57 < "Widows" ; SID_ATTR_PARA_WIDOWS ; > ;
58 < "Spacing" ; SID_ATTR_PARA_ULSPACE ; > ;
59 < "Indent" ; SID_ATTR_PARA_LRSPACE ; > ;
60 < "Indent" ; SID_ATTR_LRSPACE ; > ;
61 < "Spacing" ; SID_ATTR_ULSPACE ; > ;
62 < "Page" ; SID_ATTR_PAGE ; > ;
63 < "Page Style" ; SID_ATTR_PARA_MODEL ; > ;
64 < "Keep with next paragraph"; SID_ATTR_PARA_KEEP ; > ;
65 < "Blinking" ; SID_ATTR_FLASH ; > ;
66 < "Register-true" ; SID_ATTR_PARA_REGISTER ; > ;
67 < "Character background" ; SID_ATTR_BRUSH_CHAR ; > ;
68 < "Asian font" ; SID_ATTR_CHAR_CJK_FONT ; > ;
69 < "Size of Asian font" ; SID_ATTR_CHAR_CJK_FONTHEIGHT ; > ;
70 < "Language of Asian font"; SID_ATTR_CHAR_CJK_LANGUAGE ; > ;
71 < "Posture of Asian font" ; SID_ATTR_CHAR_CJK_POSTURE ; > ;
72 < "Weight of Asian font" ; SID_ATTR_CHAR_CJK_WEIGHT ; > ;
73 < "CTL" ; SID_ATTR_CHAR_CTL_FONT ; > ;
74 < "Size of complex scripts" ; SID_ATTR_CHAR_CTL_FONTHEIGHT ; > ;
75 < "Language of complex scripts";SID_ATTR_CHAR_CTL_LANGUAGE ; > ;
76 < "Posture of complex scripts"; SID_ATTR_CHAR_CTL_POSTURE ; > ;
77 < "Weight of complex scripts"; SID_ATTR_CHAR_CTL_WEIGHT ; > ;
78 < "Double-lined" ; SID_ATTR_CHAR_TWO_LINES ; > ;
79 < "Emphasis mark" ; SID_ATTR_CHAR_EMPHASISMARK ; > ;
80 < "Text spacing" ; SID_ATTR_PARA_SCRIPTSPACE ; > ;
81 < "Hanging punctuation" ; SID_ATTR_PARA_HANGPUNCTUATION ; > ;
82 < "Forbidden characters" ; SID_ATTR_PARA_FORBIDDEN_RULES ; > ;
83 < "Rotation" ; SID_ATTR_CHAR_ROTATED ; > ;
84 < "Scale" ; SID_ATTR_CHAR_SCALEWIDTH ; > ;
85 < "Relief" ; SID_ATTR_CHAR_RELIEF ; > ;
86 < "Vertical text alignment" ; SID_PARA_VERTALIGN ; > ;
91 String RID_SVXITEMS_EXTRAS_CHARCOLOR
93 Text [ en-US ] = "Font color" ;
95 // SvxSearchItem ------------------------------------------------------------
97 String RID_SVXITEMS_SEARCHCMD_FIND
99 Text [ en-US ] = "Search" ;
101 String RID_SVXITEMS_SEARCHCMD_FIND_ALL
103 Text [ en-US ] = "Find All" ;
105 String RID_SVXITEMS_SEARCHCMD_REPLACE
107 Text [ en-US ] = "Replace" ;
109 String RID_SVXITEMS_SEARCHCMD_REPLACE_ALL
111 Text [ en-US ] = "Replace all" ;
114 String RID_SVXITEMS_SEARCHSTYL_CHAR
116 Text [ en-US ] = "Character Style" ;
118 String RID_SVXITEMS_SEARCHSTYL_PARA
120 Text [ en-US ] = "Paragraph Style" ;
122 String RID_SVXITEMS_SEARCHSTYL_FRAME
124 Text [ en-US ] = "Frame Style" ;
126 String RID_SVXITEMS_SEARCHSTYL_PAGE
128 Text [ en-US ] = "Page Style" ;
131 String RID_SVXITEMS_SEARCHIN_FORMULA
133 Text [ en-US ] = "Formula" ;
135 String RID_SVXITEMS_SEARCHIN_VALUE
137 Text [ en-US ] = "Value" ;
139 String RID_SVXITEMS_SEARCHIN_NOTE
141 Text [ en-US ] = "Note" ;
144 String RID_SVXITEMS_SEARCHAPP_WRITER
146 Text = "StarWriter" ;
148 String RID_SVXITEMS_SEARCHAPP_CALC
152 String RID_SVXITEMS_SEARCHAPP_DRAW
156 String RID_SVXITEMS_SEARCHAPP_BASE
160 // enum BrushStyle ----------------------------------------------------------
161 String RID_SVXITEMS_BRUSHSTYLE_NULL
163 Text [ en-US ] = "None" ;
165 String RID_SVXITEMS_BRUSHSTYLE_SOLID
167 Text [ en-US ] = "Solid" ;
169 String RID_SVXITEMS_BRUSHSTYLE_HORZ
171 Text [ en-US ] = "Horizontal" ;
173 String RID_SVXITEMS_BRUSHSTYLE_VERT
175 Text [ en-US ] = "Vertical" ;
177 String RID_SVXITEMS_BRUSHSTYLE_CROSS
179 Text [ en-US ] = "Grid" ;
181 String RID_SVXITEMS_BRUSHSTYLE_DIAGCROSS
183 Text [ en-US ] = "Diamond" ;
185 String RID_SVXITEMS_BRUSHSTYLE_UPDIAG
187 Text [ en-US ] = "Diagonal up" ;
189 String RID_SVXITEMS_BRUSHSTYLE_DOWNDIAG
191 Text [ en-US ] = "Diagonal down" ;
193 String RID_SVXITEMS_BRUSHSTYLE_25
197 String RID_SVXITEMS_BRUSHSTYLE_50
201 String RID_SVXITEMS_BRUSHSTYLE_75
205 String RID_SVXITEMS_BRUSHSTYLE_BITMAP
207 Text [ en-US ] = "Image" ;
209 // end enum ColorName -----------------------------------------------------------
210 String RID_SVXITEMS_ORI_STANDARD
212 Text [ en-US ] = "Default orientation" ;
214 String RID_SVXITEMS_ORI_TOPBOTTOM
216 Text [ en-US ] = "From top to bottom" ;
218 String RID_SVXITEMS_ORI_BOTTOMTOP
220 Text [ en-US ] = "Bottom to Top" ;
222 String RID_SVXITEMS_ORI_STACKED
224 Text [ en-US ] = "Stacked" ;
226 // GetValueText von BoolItems
227 String RID_SVXITEMS_BOXINF_TABLE_TRUE
229 Text [ en-US ] = "Table" ;
231 String RID_SVXITEMS_BOXINF_TABLE_FALSE
233 Text [ en-US ] = "Not Table" ;
235 String RID_SVXITEMS_BOXINF_DIST_TRUE
237 Text [ en-US ] = "Spacing enabled" ;
239 String RID_SVXITEMS_BOXINF_DIST_FALSE
241 Text [ en-US ] = "Spacing disabled" ;
243 String RID_SVXITEMS_BOXINF_MDIST_TRUE
245 Text [ en-US ] = "Keep spacing interval" ;
247 String RID_SVXITEMS_BOXINF_MDIST_FALSE
249 Text [ en-US ] = "Allowed to fall short of spacing interval" ;
251 String RID_SVXITEMS_MARGIN_LEFT
253 Text [ en-US ] = "Left margin: " ;
255 String RID_SVXITEMS_MARGIN_TOP
257 Text [ en-US ] = "Top margin: " ;
259 String RID_SVXITEMS_MARGIN_RIGHT
261 Text [ en-US ] = "Right margin: " ;
263 String RID_SVXITEMS_MARGIN_BOTTOM
265 Text [ en-US ] = "Bottom margin: " ;
267 String RID_SVXITEMS_PAGE_COMPLETE
269 Text [ en-US ] = "Page Description: " ;
271 String RID_SVXITEMS_PAGE_NUM_CHR_UPPER
273 Text [ en-US ] = "Capitals" ;
275 String RID_SVXITEMS_PAGE_NUM_CHR_LOWER
277 Text [ en-US ] = "Lowercase" ;
279 String RID_SVXITEMS_PAGE_NUM_ROM_UPPER
281 Text [ en-US ] = "Uppercase Roman" ;
283 String RID_SVXITEMS_PAGE_NUM_ROM_LOWER
285 Text [ en-US ] = "Lowercase Roman" ;
287 String RID_SVXITEMS_PAGE_NUM_ARABIC
289 Text [ en-US ] = "Arabic" ;
291 String RID_SVXITEMS_PAGE_NUM_NONE
293 Text [ en-US ] = "None" ;
295 String RID_SVXITEMS_PAGE_LAND_TRUE
297 Text [ en-US ] = "Landscape" ;
299 String RID_SVXITEMS_PAGE_LAND_FALSE
301 Text [ en-US ] = "Portrait" ;
303 String RID_SVXITEMS_PAGE_USAGE_LEFT
305 Text [ en-US ] = "Left" ;
307 String RID_SVXITEMS_PAGE_USAGE_RIGHT
309 Text [ en-US ] = "Right" ;
311 String RID_SVXITEMS_PAGE_USAGE_ALL
313 Text [ en-US ] = "All" ;
315 String RID_SVXITEMS_PAGE_USAGE_MIRROR
317 Text [ en-US ] = "Mirrored" ;
319 String RID_SVXITEMS_AUTHOR_COMPLETE
321 Text [ en-US ] = "Author: " ;
323 String RID_SVXITEMS_DATE_COMPLETE
325 Text [ en-US ] = "Date: " ;
327 String RID_SVXITEMS_TEXT_COMPLETE
329 Text [ en-US ] = "Text: " ;
331 String RID_SVXITEMS_BACKGROUND_COLOR
333 Text [ en-US ] = "Background color: " ;
335 String RID_SVXITEMS_PATTERN_COLOR
337 Text [ en-US ] = "Pattern color: " ;
339 String RID_SVXITEMS_BRUSH_CHAR
341 Text [ en-US ] = "Character background";
344 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */