xref: /AOO41X/main/svx/source/items/svxitems.src (revision 3e38b1aa72d90896a923634ceb3eeee79e4c9112)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23 // include ------------------------------------------------------------------
24
25#include "svx/svxitems.hrc"
26#include "svx/svxids.hrc"
27#include <editeng/editids.hrc>
28
29StringArray RID_ATTR_NAMES
30{
31    ItemList [ en-US ] =
32    {
33        < "Scale"           ;           SID_ATTR_ZOOM ; > ;
34        < "Brush"           ;           SID_ATTR_BRUSH ; > ;
35        < "Tab stops"               ;   SID_ATTR_TABSTOP ; > ;
36        < "Character"               ;   SID_ATTR_CHAR ; > ;
37        < "Font"            ;           SID_ATTR_CHAR_FONT ; > ;
38        < "Font posture"        ;       SID_ATTR_CHAR_POSTURE ; > ;
39        < "Font weight"             ;   SID_ATTR_CHAR_WEIGHT ; > ;
40        < "Shadowed"            ;       SID_ATTR_CHAR_SHADOWED ; > ;
41        < "Individual words"        ;   SID_ATTR_CHAR_WORDLINEMODE ; > ;
42        < "Outline"         ;           SID_ATTR_CHAR_CONTOUR ; > ;
43        < "Strikethrough"           ;   SID_ATTR_CHAR_STRIKEOUT ; > ;
44        < "Underline"           ;       SID_ATTR_CHAR_UNDERLINE ; > ;
45        < "Font size"               ;   SID_ATTR_CHAR_FONTHEIGHT ; > ;
46        < "Rel. Font size"      ;       SID_ATTR_CHAR_PROPSIZE ; > ;
47        < "Font color"          ;       SID_ATTR_CHAR_COLOR ; > ;
48        < "Kerning"     ;               SID_ATTR_CHAR_KERNING ; > ;
49        < "Effects"     ;               SID_ATTR_CHAR_CASEMAP ; > ;
50        < "Language";                   SID_ATTR_CHAR_LANGUAGE ; > ;
51        < "Position"        ;           SID_ATTR_CHAR_ESCAPEMENT ; > ;
52        < "Blinking"    ;               SID_ATTR_CHAR_AUTOKERN ; > ;
53        < "Character set color"       ; SID_ATTR_CHAR_CHARSETCOLOR ; > ;
54        < "Overline"      ;             SID_ATTR_CHAR_OVERLINE ; > ;
55        < "Paragraph"       ;           SID_ATTR_PARA ; > ;
56        < "Alignment"       ;           SID_ATTR_PARA_ADJUST ; > ;
57        < "Line spacing"        ;       SID_ATTR_PARA_LINESPACE ; > ;
58        < "Page Break"      ;           SID_ATTR_PARA_PAGEBREAK ; > ;
59        < "Hyphenation"     ;           SID_ATTR_PARA_HYPHENZONE ; > ;
60        < "Do not split paragraph";     SID_ATTR_PARA_SPLIT ; > ;
61        < "Orphans"     ;               SID_ATTR_PARA_ORPHANS ; > ;
62        < "Widows"      ;               SID_ATTR_PARA_WIDOWS ; > ;
63        < "Spacing"     ;               SID_ATTR_PARA_ULSPACE ; > ;
64        < "Indent"      ;               SID_ATTR_PARA_LRSPACE ; > ;
65        < "Indent"      ;               SID_ATTR_LRSPACE ; > ;
66        < "Spacing"     ;               SID_ATTR_ULSPACE ; > ;
67        < "Page"        ;               SID_ATTR_PAGE ; > ;
68        < "Page Style"      ;           SID_ATTR_PARA_MODEL ; > ;
69        < "Keep with next paragraph";   SID_ATTR_PARA_KEEP ; > ;
70        < "Blinking"        ;           SID_ATTR_FLASH ; > ;
71        < "Register-true"       ;       SID_ATTR_PARA_REGISTER ; > ;
72        < "Character background"    ;   SID_ATTR_BRUSH_CHAR ; > ;
73        < "Asian font"      ;           SID_ATTR_CHAR_CJK_FONT ; > ;
74        < "Size of Asian font"      ;   SID_ATTR_CHAR_CJK_FONTHEIGHT ; > ;
75        < "Language of Asian font";     SID_ATTR_CHAR_CJK_LANGUAGE ; > ;
76        < "Posture of Asian font"   ;   SID_ATTR_CHAR_CJK_POSTURE ; > ;
77        < "Weight of Asian font"    ;   SID_ATTR_CHAR_CJK_WEIGHT ; > ;
78        < "CTL"     ;                   SID_ATTR_CHAR_CTL_FONT ; > ;
79        < "Size of complex scripts" ;   SID_ATTR_CHAR_CTL_FONTHEIGHT ; > ;
80        < "Language of complex scripts";SID_ATTR_CHAR_CTL_LANGUAGE ; > ;
81        < "Posture of complex scripts"; SID_ATTR_CHAR_CTL_POSTURE ; > ;
82        < "Weight of complex scripts";  SID_ATTR_CHAR_CTL_WEIGHT ; > ;
83        < "Double-lined"        ;       SID_ATTR_CHAR_TWO_LINES ; > ;
84        < "Emphasis mark"       ;       SID_ATTR_CHAR_EMPHASISMARK ; > ;
85        < "Text spacing"        ;       SID_ATTR_PARA_SCRIPTSPACE ; > ;
86        < "Hanging punctuation"     ;   SID_ATTR_PARA_HANGPUNCTUATION ; > ;
87        < "Forbidden characters"    ;   SID_ATTR_PARA_FORBIDDEN_RULES ; > ;
88        < "Rotation"        ;           SID_ATTR_CHAR_ROTATED ; > ;
89        < "Scale"       ;               SID_ATTR_CHAR_SCALEWIDTH ; > ;
90        < "Relief"      ;               SID_ATTR_CHAR_RELIEF ; > ;
91        < "Vertical text alignment" ;   SID_PARA_VERTALIGN ; > ;
92    };
93};
94
95
96String RID_SVXITEMS_EXTRAS_CHARCOLOR
97{
98    Text [ en-US ] = "Font color" ;
99};
100 // SvxSearchItem ------------------------------------------------------------
101 // Kommando
102String RID_SVXITEMS_SEARCHCMD_FIND
103{
104    Text [ en-US ] = "Search" ;
105};
106String RID_SVXITEMS_SEARCHCMD_FIND_ALL
107{
108    Text [ en-US ] = "Find All" ;
109};
110String RID_SVXITEMS_SEARCHCMD_REPLACE
111{
112    Text [ en-US ] = "Replace" ;
113};
114String RID_SVXITEMS_SEARCHCMD_REPLACE_ALL
115{
116    Text [ en-US ] = "Replace all" ;
117};
118 // Vorlagen
119String RID_SVXITEMS_SEARCHSTYL_CHAR
120{
121    Text [ en-US ] = "Character Style" ;
122};
123String RID_SVXITEMS_SEARCHSTYL_PARA
124{
125    Text [ en-US ] = "Paragraph Style" ;
126};
127String RID_SVXITEMS_SEARCHSTYL_FRAME
128{
129    Text [ en-US ] = "Frame Style" ;
130};
131String RID_SVXITEMS_SEARCHSTYL_PAGE
132{
133    Text [ en-US ] = "Page Style" ;
134};
135 // Zellen-Typ
136String RID_SVXITEMS_SEARCHIN_FORMULA
137{
138    Text [ en-US ] = "Formula" ;
139};
140String RID_SVXITEMS_SEARCHIN_VALUE
141{
142    Text [ en-US ] = "Value" ;
143};
144String RID_SVXITEMS_SEARCHIN_NOTE
145{
146    Text [ en-US ] = "Note" ;
147};
148 // Applikation
149String RID_SVXITEMS_SEARCHAPP_WRITER
150{
151    Text = "StarWriter" ;
152};
153String RID_SVXITEMS_SEARCHAPP_CALC
154{
155    Text = "StarCalc" ;
156};
157String RID_SVXITEMS_SEARCHAPP_DRAW
158{
159    Text = "StarDraw" ;
160};
161String RID_SVXITEMS_SEARCHAPP_BASE
162{
163    Text = "StarBase" ;
164};
165 // enum BrushStyle ----------------------------------------------------------
166String RID_SVXITEMS_BRUSHSTYLE_NULL
167{
168    Text [ en-US ] = "None" ;
169};
170String RID_SVXITEMS_BRUSHSTYLE_SOLID
171{
172    Text [ en-US ] = "Solid" ;
173};
174String RID_SVXITEMS_BRUSHSTYLE_HORZ
175{
176    Text [ en-US ] = "Horizontal" ;
177};
178String RID_SVXITEMS_BRUSHSTYLE_VERT
179{
180    Text [ en-US ] = "Vertical" ;
181};
182String RID_SVXITEMS_BRUSHSTYLE_CROSS
183{
184    Text [ en-US ] = "Grid" ;
185};
186String RID_SVXITEMS_BRUSHSTYLE_DIAGCROSS
187{
188    Text [ en-US ] = "Diamond" ;
189};
190String RID_SVXITEMS_BRUSHSTYLE_UPDIAG
191{
192    Text [ en-US ] = "Diagonal up" ;
193};
194String RID_SVXITEMS_BRUSHSTYLE_DOWNDIAG
195{
196    Text [ en-US ] = "Diagonal down" ;
197};
198String RID_SVXITEMS_BRUSHSTYLE_25
199{
200    Text = "25 %" ;
201};
202String RID_SVXITEMS_BRUSHSTYLE_50
203{
204    Text = "50 %" ;
205};
206String RID_SVXITEMS_BRUSHSTYLE_75
207{
208    Text = "75 %" ;
209};
210String RID_SVXITEMS_BRUSHSTYLE_BITMAP
211{
212    Text [ en-US ] = "Image" ;
213};
214// end enum ColorName -----------------------------------------------------------
215String RID_SVXITEMS_HORJUST_STANDARD
216{
217    Text [ en-US ] = "Horizontal alignment default" ;
218};
219String RID_SVXITEMS_HORJUST_LEFT
220{
221    Text [ en-US ] = "Align left" ;
222};
223String RID_SVXITEMS_HORJUST_CENTER
224{
225    Text [ en-US ] = "Centered horizontally" ;
226};
227String RID_SVXITEMS_HORJUST_RIGHT
228{
229    Text [ en-US ] = "Align right" ;
230};
231String RID_SVXITEMS_HORJUST_BLOCK
232{
233    Text [ en-US ] = "Justify" ;
234};
235String RID_SVXITEMS_HORJUST_REPEAT
236{
237    Text [ en-US ] = "Repeat alignment" ;
238};
239String RID_SVXITEMS_VERJUST_STANDARD
240{
241    Text [ en-US ] = "Vertical alignment default" ;
242};
243String RID_SVXITEMS_VERJUST_TOP
244{
245    Text [ en-US ] = "Align to top" ;
246};
247String RID_SVXITEMS_VERJUST_CENTER
248{
249    Text [ en-US ] = "Centered vertically" ;
250};
251String RID_SVXITEMS_VERJUST_BOTTOM
252{
253    Text [ en-US ] = "Align to bottom" ;
254};
255String RID_SVXITEMS_ORI_STANDARD
256{
257    Text [ en-US ] = "Default orientation" ;
258};
259String RID_SVXITEMS_ORI_TOPBOTTOM
260{
261    Text [ en-US ] = "From top to bottom" ;
262};
263String RID_SVXITEMS_ORI_BOTTOMTOP
264{
265    Text [ en-US ] = "Bottom to Top" ;
266};
267String RID_SVXITEMS_ORI_STACKED
268{
269    Text [ en-US ] = "Stacked" ;
270};
271 // GetValueText von BoolItems
272String RID_SVXITEMS_BOXINF_TABLE_TRUE
273{
274    Text [ en-US ] = "Table" ;
275};
276String RID_SVXITEMS_BOXINF_TABLE_FALSE
277{
278    Text [ en-US ] = "Not Table" ;
279};
280String RID_SVXITEMS_BOXINF_DIST_TRUE
281{
282    Text [ en-US ] = "Spacing enabled" ;
283};
284String RID_SVXITEMS_BOXINF_DIST_FALSE
285{
286    Text [ en-US ] = "Spacing disabled" ;
287};
288String RID_SVXITEMS_BOXINF_MDIST_TRUE
289{
290    Text [ en-US ] = "Keep spacing interval" ;
291};
292String RID_SVXITEMS_BOXINF_MDIST_FALSE
293{
294    Text [ en-US ] = "Allowed to fall short of spacing interval" ;
295};
296String RID_SVXITEMS_MARGIN_LEFT
297{
298    Text [ en-US ] = "Left margin: " ;
299};
300String RID_SVXITEMS_MARGIN_TOP
301{
302    Text [ en-US ] = "Top margin: " ;
303};
304String RID_SVXITEMS_MARGIN_RIGHT
305{
306    Text [ en-US ] = "Right margin: " ;
307};
308String RID_SVXITEMS_MARGIN_BOTTOM
309{
310    Text [ en-US ] = "Bottom margin: " ;
311};
312String RID_SVXITEMS_PAGE_COMPLETE
313{
314    Text [ en-US ] = "Page Description: " ;
315};
316String RID_SVXITEMS_PAGE_NUM_CHR_UPPER
317{
318    Text [ en-US ] = "Capitals" ;
319};
320String RID_SVXITEMS_PAGE_NUM_CHR_LOWER
321{
322    Text [ en-US ] = "Lowercase" ;
323};
324String RID_SVXITEMS_PAGE_NUM_ROM_UPPER
325{
326    Text [ en-US ] = "Uppercase Roman" ;
327};
328String RID_SVXITEMS_PAGE_NUM_ROM_LOWER
329{
330    Text [ en-US ] = "Lowercase Roman" ;
331};
332String RID_SVXITEMS_PAGE_NUM_ARABIC
333{
334    Text [ en-US ] = "Arabic" ;
335};
336String RID_SVXITEMS_PAGE_NUM_NONE
337{
338    Text [ en-US ] = "None" ;
339};
340String RID_SVXITEMS_PAGE_LAND_TRUE
341{
342    Text [ en-US ] = "Landscape" ;
343};
344String RID_SVXITEMS_PAGE_LAND_FALSE
345{
346    Text [ en-US ] = "Portrait" ;
347};
348String RID_SVXITEMS_PAGE_USAGE_LEFT
349{
350    Text [ en-US ] = "Left" ;
351};
352String RID_SVXITEMS_PAGE_USAGE_RIGHT
353{
354    Text [ en-US ] = "Right" ;
355};
356String RID_SVXITEMS_PAGE_USAGE_ALL
357{
358    Text [ en-US ] = "All" ;
359};
360String RID_SVXITEMS_PAGE_USAGE_MIRROR
361{
362    Text [ en-US ] = "Mirrored" ;
363};
364String RID_SVXITEMS_AUTHOR_COMPLETE
365{
366    Text [ en-US ] = "Author: " ;
367};
368String RID_SVXITEMS_DATE_COMPLETE
369{
370    Text [ en-US ] = "Date: " ;
371};
372String RID_SVXITEMS_TEXT_COMPLETE
373{
374    Text [ en-US ] = "Text: " ;
375};
376String RID_SVXITEMS_BACKGROUND_COLOR
377{
378    Text [ en-US ] = "Background color: " ;
379};
380String RID_SVXITEMS_PATTERN_COLOR
381{
382    Text [ en-US ] = "Pattern color: " ;
383};
384String RID_SVXITEMS_BRUSH_CHAR
385{
386    Text [ en-US ] = "Character background";
387};
388 // ********************************************************************** EOF
389
390