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 < "Character 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 < "Paragraph spacing" ; SID_ATTR_PARA_ULSPACE ; > ;
59 < "Paragraph 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 < "Character scaling" ; SID_ATTR_CHAR_SCALEWIDTH ; > ;
85 < "Relief" ; SID_ATTR_CHAR_RELIEF ; > ;
86 < "Vertical text alignment" ; SID_PARA_VERTALIGN ; > ;
90 String RID_SVXITEMS_EXTRAS_CHARCOLOR
92 Text [ en-US ] = "Font color" ;
94 // SvxSearchItem ------------------------------------------------------------
96 String RID_SVXITEMS_SEARCHCMD_FIND
98 Text [ en-US ] = "Search" ;
100 String RID_SVXITEMS_SEARCHCMD_FIND_ALL
102 Text [ en-US ] = "Find All" ;
104 String RID_SVXITEMS_SEARCHCMD_REPLACE
106 Text [ en-US ] = "Replace" ;
108 String RID_SVXITEMS_SEARCHCMD_REPLACE_ALL
110 Text [ en-US ] = "Replace all" ;
113 String RID_SVXITEMS_SEARCHSTYL_CHAR
115 Text [ en-US ] = "Character Style" ;
117 String RID_SVXITEMS_SEARCHSTYL_PARA
119 Text [ en-US ] = "Paragraph Style" ;
121 String RID_SVXITEMS_SEARCHSTYL_FRAME
123 Text [ en-US ] = "Frame Style" ;
125 String RID_SVXITEMS_SEARCHSTYL_PAGE
127 Text [ en-US ] = "Page Style" ;
130 String RID_SVXITEMS_SEARCHIN_FORMULA
132 Text [ en-US ] = "Formula" ;
134 String RID_SVXITEMS_SEARCHIN_VALUE
136 Text [ en-US ] = "Value" ;
138 String RID_SVXITEMS_SEARCHIN_NOTE
140 Text [ en-US ] = "Note" ;
143 String RID_SVXITEMS_SEARCHAPP_WRITER
145 Text = "StarWriter" ;
147 String RID_SVXITEMS_SEARCHAPP_CALC
151 String RID_SVXITEMS_SEARCHAPP_DRAW
155 String RID_SVXITEMS_SEARCHAPP_BASE
159 // enum BrushStyle ----------------------------------------------------------
160 String RID_SVXITEMS_BRUSHSTYLE_NULL
162 Text [ en-US ] = "None" ;
164 String RID_SVXITEMS_BRUSHSTYLE_SOLID
166 Text [ en-US ] = "Solid" ;
168 String RID_SVXITEMS_BRUSHSTYLE_HORZ
170 Text [ en-US ] = "Horizontal" ;
172 String RID_SVXITEMS_BRUSHSTYLE_VERT
174 Text [ en-US ] = "Vertical" ;
176 String RID_SVXITEMS_BRUSHSTYLE_CROSS
178 Text [ en-US ] = "Grid" ;
180 String RID_SVXITEMS_BRUSHSTYLE_DIAGCROSS
182 Text [ en-US ] = "Diamond" ;
184 String RID_SVXITEMS_BRUSHSTYLE_UPDIAG
186 Text [ en-US ] = "Diagonal up" ;
188 String RID_SVXITEMS_BRUSHSTYLE_DOWNDIAG
190 Text [ en-US ] = "Diagonal down" ;
192 String RID_SVXITEMS_BRUSHSTYLE_25
196 String RID_SVXITEMS_BRUSHSTYLE_50
200 String RID_SVXITEMS_BRUSHSTYLE_75
204 String RID_SVXITEMS_BRUSHSTYLE_BITMAP
206 Text [ en-US ] = "Image" ;
208 // end enum ColorName -----------------------------------------------------------
209 String RID_SVXITEMS_ORI_STANDARD
211 Text [ en-US ] = "Default orientation" ;
213 String RID_SVXITEMS_ORI_TOPBOTTOM
215 Text [ en-US ] = "From top to bottom" ;
217 String RID_SVXITEMS_ORI_BOTTOMTOP
219 Text [ en-US ] = "Bottom to Top" ;
221 String RID_SVXITEMS_ORI_STACKED
223 Text [ en-US ] = "Stacked" ;
225 // GetValueText von BoolItems
226 String RID_SVXITEMS_BOXINF_TABLE_TRUE
228 Text [ en-US ] = "Table" ;
230 String RID_SVXITEMS_BOXINF_TABLE_FALSE
232 Text [ en-US ] = "Not Table" ;
234 String RID_SVXITEMS_BOXINF_DIST_TRUE
236 Text [ en-US ] = "Spacing enabled" ;
238 String RID_SVXITEMS_BOXINF_DIST_FALSE
240 Text [ en-US ] = "Spacing disabled" ;
242 String RID_SVXITEMS_BOXINF_MDIST_TRUE
244 Text [ en-US ] = "Keep spacing interval" ;
246 String RID_SVXITEMS_BOXINF_MDIST_FALSE
248 Text [ en-US ] = "Allowed to fall short of spacing interval" ;
250 String RID_SVXITEMS_MARGIN_LEFT
252 Text [ en-US ] = "Left margin: " ;
254 String RID_SVXITEMS_MARGIN_TOP
256 Text [ en-US ] = "Top margin: " ;
258 String RID_SVXITEMS_MARGIN_RIGHT
260 Text [ en-US ] = "Right margin: " ;
262 String RID_SVXITEMS_MARGIN_BOTTOM
264 Text [ en-US ] = "Bottom margin: " ;
266 String RID_SVXITEMS_PAGE_COMPLETE
268 Text [ en-US ] = "Page Description: " ;
270 String RID_SVXITEMS_PAGE_NUM_CHR_UPPER
272 Text [ en-US ] = "Capitals" ;
274 String RID_SVXITEMS_PAGE_NUM_CHR_LOWER
276 Text [ en-US ] = "Lowercase" ;
278 String RID_SVXITEMS_PAGE_NUM_ROM_UPPER
280 Text [ en-US ] = "Uppercase Roman" ;
282 String RID_SVXITEMS_PAGE_NUM_ROM_LOWER
284 Text [ en-US ] = "Lowercase Roman" ;
286 String RID_SVXITEMS_PAGE_NUM_ARABIC
288 Text [ en-US ] = "Arabic" ;
290 String RID_SVXITEMS_PAGE_NUM_NONE
292 Text [ en-US ] = "None" ;
294 String RID_SVXITEMS_PAGE_LAND_TRUE
296 Text [ en-US ] = "Landscape" ;
298 String RID_SVXITEMS_PAGE_LAND_FALSE
300 Text [ en-US ] = "Portrait" ;
302 String RID_SVXITEMS_PAGE_USAGE_LEFT
304 Text [ en-US ] = "Left" ;
306 String RID_SVXITEMS_PAGE_USAGE_RIGHT
308 Text [ en-US ] = "Right" ;
310 String RID_SVXITEMS_PAGE_USAGE_ALL
312 Text [ en-US ] = "All" ;
314 String RID_SVXITEMS_PAGE_USAGE_MIRROR
316 Text [ en-US ] = "Mirrored" ;
318 String RID_SVXITEMS_AUTHOR_COMPLETE
320 Text [ en-US ] = "Author: " ;
322 String RID_SVXITEMS_DATE_COMPLETE
324 Text [ en-US ] = "Date: " ;
326 String RID_SVXITEMS_TEXT_COMPLETE
328 Text [ en-US ] = "Text: " ;
330 String RID_SVXITEMS_BACKGROUND_COLOR
332 Text [ en-US ] = "Background color: " ;
334 String RID_SVXITEMS_PATTERN_COLOR
336 Text [ en-US ] = "Pattern color: " ;
338 String RID_SVXITEMS_BRUSH_CHAR
340 Text [ en-US ] = "Character background";
343 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */