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