xref: /aoo41x/main/svx/source/items/svxitems.src (revision 66c1fc23)
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// enum ColorName -----------------------------------------------------------
215String RID_SVXITEMS_COLOR_WHITE
216{
217	Text [ en-US ] = "White" ;
218};
219// end enum ColorName -----------------------------------------------------------
220String RID_SVXITEMS_HORJUST_STANDARD
221{
222	Text [ en-US ] = "Horizontal alignment default" ;
223};
224String RID_SVXITEMS_HORJUST_LEFT
225{
226	Text [ en-US ] = "Align left" ;
227};
228String RID_SVXITEMS_HORJUST_CENTER
229{
230	Text [ en-US ] = "Centered horizontally" ;
231};
232String RID_SVXITEMS_HORJUST_RIGHT
233{
234	Text [ en-US ] = "Align right" ;
235};
236String RID_SVXITEMS_HORJUST_BLOCK
237{
238	Text [ en-US ] = "Justify" ;
239};
240String RID_SVXITEMS_HORJUST_REPEAT
241{
242	Text [ en-US ] = "Repeat alignment" ;
243};
244String RID_SVXITEMS_VERJUST_STANDARD
245{
246	Text [ en-US ] = "Vertical alignment default" ;
247};
248String RID_SVXITEMS_VERJUST_TOP
249{
250	Text [ en-US ] = "Align to top" ;
251};
252String RID_SVXITEMS_VERJUST_CENTER
253{
254	Text [ en-US ] = "Centered vertically" ;
255};
256String RID_SVXITEMS_VERJUST_BOTTOM
257{
258	Text [ en-US ] = "Align to bottom" ;
259};
260String RID_SVXITEMS_ORI_STANDARD
261{
262	Text [ en-US ] = "Default orientation" ;
263};
264String RID_SVXITEMS_ORI_TOPBOTTOM
265{
266	Text [ en-US ] = "From top to bottom" ;
267};
268String RID_SVXITEMS_ORI_BOTTOMTOP
269{
270	Text [ en-US ] = "Bottom to Top" ;
271};
272String RID_SVXITEMS_ORI_STACKED
273{
274	Text [ en-US ] = "Stacked" ;
275};
276 // GetValueText von BoolItems
277String RID_SVXITEMS_BOXINF_TABLE_TRUE
278{
279	Text [ en-US ] = "Table" ;
280};
281String RID_SVXITEMS_BOXINF_TABLE_FALSE
282{
283	Text [ en-US ] = "Not Table" ;
284};
285String RID_SVXITEMS_BOXINF_DIST_TRUE
286{
287	Text [ en-US ] = "Spacing enabled" ;
288};
289String RID_SVXITEMS_BOXINF_DIST_FALSE
290{
291	Text [ en-US ] = "Spacing disabled" ;
292};
293String RID_SVXITEMS_BOXINF_MDIST_TRUE
294{
295	Text [ en-US ] = "Keep spacing interval" ;
296};
297String RID_SVXITEMS_BOXINF_MDIST_FALSE
298{
299	Text [ en-US ] = "Allowed to fall short of spacing interval" ;
300};
301String RID_SVXITEMS_MARGIN_LEFT
302{
303	Text [ en-US ] = "Left margin: " ;
304};
305String RID_SVXITEMS_MARGIN_TOP
306{
307	Text [ en-US ] = "Top margin: " ;
308};
309String RID_SVXITEMS_MARGIN_RIGHT
310{
311	Text [ en-US ] = "Right margin: " ;
312};
313String RID_SVXITEMS_MARGIN_BOTTOM
314{
315	Text [ en-US ] = "Bottom margin: " ;
316};
317String RID_SVXITEMS_PAGE_COMPLETE
318{
319	Text [ en-US ] = "Page Description: " ;
320};
321String RID_SVXITEMS_PAGE_NUM_CHR_UPPER
322{
323	Text [ en-US ] = "Capitals" ;
324};
325String RID_SVXITEMS_PAGE_NUM_CHR_LOWER
326{
327	Text [ en-US ] = "Lowercase" ;
328};
329String RID_SVXITEMS_PAGE_NUM_ROM_UPPER
330{
331	Text [ en-US ] = "Uppercase Roman" ;
332};
333String RID_SVXITEMS_PAGE_NUM_ROM_LOWER
334{
335	Text [ en-US ] = "Lowercase Roman" ;
336};
337String RID_SVXITEMS_PAGE_NUM_ARABIC
338{
339	Text [ en-US ] = "Arabic" ;
340};
341String RID_SVXITEMS_PAGE_NUM_NONE
342{
343	Text [ en-US ] = "None" ;
344};
345String RID_SVXITEMS_PAGE_LAND_TRUE
346{
347	Text [ en-US ] = "Landscape" ;
348};
349String RID_SVXITEMS_PAGE_LAND_FALSE
350{
351	Text [ en-US ] = "Portrait" ;
352};
353String RID_SVXITEMS_PAGE_USAGE_LEFT
354{
355	Text [ en-US ] = "Left" ;
356};
357String RID_SVXITEMS_PAGE_USAGE_RIGHT
358{
359	Text [ en-US ] = "Right" ;
360};
361String RID_SVXITEMS_PAGE_USAGE_ALL
362{
363	Text [ en-US ] = "All" ;
364};
365String RID_SVXITEMS_PAGE_USAGE_MIRROR
366{
367	Text [ en-US ] = "Mirrored" ;
368};
369String RID_SVXITEMS_AUTHOR_COMPLETE
370{
371	Text [ en-US ] = "Author: " ;
372};
373String RID_SVXITEMS_DATE_COMPLETE
374{
375	Text [ en-US ] = "Date: " ;
376};
377String RID_SVXITEMS_TEXT_COMPLETE
378{
379	Text [ en-US ] = "Text: " ;
380};
381String RID_SVXITEMS_BACKGROUND_COLOR
382{
383	Text [ en-US ] = "Background color: " ;
384};
385String RID_SVXITEMS_PATTERN_COLOR
386{
387	Text [ en-US ] = "Pattern color: " ;
388};
389String RID_SVXITEMS_BRUSH_CHAR
390{
391	Text [ en-US ] = "Character background";
392};
393 // ********************************************************************** EOF
394
395