xref: /aoo42x/main/editeng/source/items/svxitems.src (revision cd937af9)
18e3a06d4SAndrew Rist/**************************************************************
2*cd937af9Smseidel *
38e3a06d4SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48e3a06d4SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58e3a06d4SAndrew Rist * distributed with this work for additional information
68e3a06d4SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78e3a06d4SAndrew Rist * to you under the Apache License, Version 2.0 (the
88e3a06d4SAndrew Rist * "License"); you may not use this file except in compliance
98e3a06d4SAndrew Rist * with the License.  You may obtain a copy of the License at
10*cd937af9Smseidel *
118e3a06d4SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*cd937af9Smseidel *
138e3a06d4SAndrew Rist * Unless required by applicable law or agreed to in writing,
148e3a06d4SAndrew Rist * software distributed under the License is distributed on an
158e3a06d4SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168e3a06d4SAndrew Rist * KIND, either express or implied.  See the License for the
178e3a06d4SAndrew Rist * specific language governing permissions and limitations
188e3a06d4SAndrew Rist * under the License.
19*cd937af9Smseidel *
208e3a06d4SAndrew Rist *************************************************************/
218e3a06d4SAndrew Rist
2202f7a3b7Smseidel
23*cd937af9Smseidel
24*cd937af9Smseidel// include ------------------------------------------------------------------
25cdf0e10cSrcweir#include <editeng/editrids.hrc>
26*cd937af9Smseidel// pragma -------------------------------------------------------------------
27cdf0e10cSrcweir
28*cd937af9Smseidel// Value-Strings ------------------------------------------------------------
29cdf0e10cSrcweirString RID_SVXITEMS_TRUE
30cdf0e10cSrcweir{
31cdf0e10cSrcweir	Text [ en-US ] = "True" ;
32cdf0e10cSrcweir};
33cdf0e10cSrcweirString RID_SVXITEMS_FALSE
34cdf0e10cSrcweir{
35cdf0e10cSrcweir	Text [ en-US ] = "False" ;
36cdf0e10cSrcweir};
37*cd937af9Smseidel// enum SvxBreak ------------------------------------------------------------
38cdf0e10cSrcweirString RID_SVXITEMS_BREAK_NONE
39cdf0e10cSrcweir{
40cdf0e10cSrcweir	Text [ en-US ] = "No break" ;
41cdf0e10cSrcweir};
42cdf0e10cSrcweirString RID_SVXITEMS_BREAK_COLUMN_BEFORE
43cdf0e10cSrcweir{
44cdf0e10cSrcweir	Text [ en-US ] = "Break before new column" ;
45cdf0e10cSrcweir};
46cdf0e10cSrcweirString RID_SVXITEMS_BREAK_COLUMN_AFTER
47cdf0e10cSrcweir{
48cdf0e10cSrcweir	Text [ en-US ] = "Break after new column" ;
49cdf0e10cSrcweir};
50cdf0e10cSrcweirString RID_SVXITEMS_BREAK_COLUMN_BOTH
51cdf0e10cSrcweir{
52cdf0e10cSrcweir	Text [ en-US ] = "Break before and after new column" ;
53cdf0e10cSrcweir};
54cdf0e10cSrcweirString RID_SVXITEMS_BREAK_PAGE_BEFORE
55cdf0e10cSrcweir{
56cdf0e10cSrcweir	Text [ en-US ] = "Break before new page" ;
57cdf0e10cSrcweir};
58cdf0e10cSrcweirString RID_SVXITEMS_BREAK_PAGE_AFTER
59cdf0e10cSrcweir{
60cdf0e10cSrcweir	Text [ en-US ] = "Break after new page" ;
61cdf0e10cSrcweir};
62cdf0e10cSrcweirString RID_SVXITEMS_BREAK_PAGE_BOTH
63cdf0e10cSrcweir{
64cdf0e10cSrcweir	Text [ en-US ] = "Break before and after new page" ;
65cdf0e10cSrcweir};
66*cd937af9Smseidel// enum SvxShadowLocation ---------------------------------------------------
67cdf0e10cSrcweirString RID_SVXITEMS_SHADOW_NONE
68cdf0e10cSrcweir{
69cdf0e10cSrcweir	Text [ en-US ] = "No Shadow" ;
70cdf0e10cSrcweir};
71cdf0e10cSrcweirString RID_SVXITEMS_SHADOW_TOPLEFT
72cdf0e10cSrcweir{
73cdf0e10cSrcweir	Text [ en-US ] = "Shadow top left" ;
74cdf0e10cSrcweir};
75cdf0e10cSrcweirString RID_SVXITEMS_SHADOW_TOPRIGHT
76cdf0e10cSrcweir{
77cdf0e10cSrcweir	Text [ en-US ] = "Shadow top right" ;
78cdf0e10cSrcweir};
79cdf0e10cSrcweirString RID_SVXITEMS_SHADOW_BOTTOMLEFT
80cdf0e10cSrcweir{
81cdf0e10cSrcweir	Text [ en-US ] = "Shadow bottom left" ;
82cdf0e10cSrcweir};
83cdf0e10cSrcweirString RID_SVXITEMS_SHADOW_BOTTOMRIGHT
84cdf0e10cSrcweir{
85cdf0e10cSrcweir	Text [ en-US ] = "Shadow bottom right" ;
86cdf0e10cSrcweir};
87*cd937af9Smseidel// enum ColorName -----------------------------------------------------------
88cdf0e10cSrcweirString RID_SVXITEMS_COLOR
89cdf0e10cSrcweir{
90cdf0e10cSrcweir	Text [ en-US ] = "Color " ;
91cdf0e10cSrcweir};
92cdf0e10cSrcweirString RID_SVXITEMS_COLOR_BLACK
93cdf0e10cSrcweir{
94cdf0e10cSrcweir	Text [ en-US ] = "Black" ;
95cdf0e10cSrcweir};
96cdf0e10cSrcweirString RID_SVXITEMS_COLOR_BLUE
97cdf0e10cSrcweir{
98cdf0e10cSrcweir	Text [ en-US ] = "Blue" ;
99cdf0e10cSrcweir};
100cdf0e10cSrcweirString RID_SVXITEMS_COLOR_GREEN
101cdf0e10cSrcweir{
102cdf0e10cSrcweir	Text [ en-US ] = "Green" ;
103cdf0e10cSrcweir};
104cdf0e10cSrcweirString RID_SVXITEMS_COLOR_CYAN
105cdf0e10cSrcweir{
106cdf0e10cSrcweir	Text [ en-US ] = "Cyan" ;
107cdf0e10cSrcweir};
108cdf0e10cSrcweirString RID_SVXITEMS_COLOR_RED
109cdf0e10cSrcweir{
110cdf0e10cSrcweir	Text [ en-US ] = "Red" ;
111cdf0e10cSrcweir};
112cdf0e10cSrcweirString RID_SVXITEMS_COLOR_MAGENTA
113cdf0e10cSrcweir{
114cdf0e10cSrcweir	Text [ en-US ] = "Magenta" ;
115cdf0e10cSrcweir};
116cdf0e10cSrcweirString RID_SVXITEMS_COLOR_BROWN
117cdf0e10cSrcweir{
118cdf0e10cSrcweir	Text [ en-US ] = "Brown" ;
119cdf0e10cSrcweir};
120cdf0e10cSrcweirString RID_SVXITEMS_COLOR_GRAY
121cdf0e10cSrcweir{
122cdf0e10cSrcweir	Text [ en-US ] = "Gray" ;
123cdf0e10cSrcweir};
124cdf0e10cSrcweirString RID_SVXITEMS_COLOR_LIGHTGRAY
125cdf0e10cSrcweir{
126cdf0e10cSrcweir	Text [ en-US ] = "Light Gray" ;
127cdf0e10cSrcweir};
128cdf0e10cSrcweirString RID_SVXITEMS_COLOR_LIGHTBLUE
129cdf0e10cSrcweir{
130cdf0e10cSrcweir	Text [ en-US ] = "Light Blue" ;
131cdf0e10cSrcweir};
132cdf0e10cSrcweirString RID_SVXITEMS_COLOR_LIGHTGREEN
133cdf0e10cSrcweir{
134cdf0e10cSrcweir	Text [ en-US ] = "Light Green" ;
135cdf0e10cSrcweir};
136cdf0e10cSrcweirString RID_SVXITEMS_COLOR_LIGHTCYAN
137cdf0e10cSrcweir{
138cdf0e10cSrcweir	Text [ en-US ] = "Light Cyan" ;
139cdf0e10cSrcweir};
140cdf0e10cSrcweirString RID_SVXITEMS_COLOR_LIGHTRED
141cdf0e10cSrcweir{
142cdf0e10cSrcweir	Text [ en-US ] = "Light Red" ;
143cdf0e10cSrcweir};
144cdf0e10cSrcweirString RID_SVXITEMS_COLOR_LIGHTMAGENTA
145cdf0e10cSrcweir{
146cdf0e10cSrcweir	Text [ en-US ] = "Light Magenta" ;
147cdf0e10cSrcweir};
148cdf0e10cSrcweirString RID_SVXITEMS_COLOR_YELLOW
149cdf0e10cSrcweir{
150cdf0e10cSrcweir	Text [ en-US ] = "Yellow" ;
151cdf0e10cSrcweir};
152cdf0e10cSrcweirString RID_SVXITEMS_COLOR_WHITE
153cdf0e10cSrcweir{
154cdf0e10cSrcweir	Text [ en-US ] = "White" ;
155cdf0e10cSrcweir};
156cdf0e10cSrcweirString RID_SVXITEMS_COLOR_MENUBAR
157cdf0e10cSrcweir{
158cdf0e10cSrcweir	Text = "?" ;
159cdf0e10cSrcweir};
160cdf0e10cSrcweirString RID_SVXITEMS_COLOR_MENUBARTEXT
161cdf0e10cSrcweir{
162cdf0e10cSrcweir	Text = "?" ;
163cdf0e10cSrcweir};
164cdf0e10cSrcweirString RID_SVXITEMS_COLOR_POPUPMENU
165cdf0e10cSrcweir{
166cdf0e10cSrcweir	Text = "?" ;
167cdf0e10cSrcweir};
168cdf0e10cSrcweirString RID_SVXITEMS_COLOR_POPUPMENUTEXT
169cdf0e10cSrcweir{
170cdf0e10cSrcweir	Text = "?" ;
171cdf0e10cSrcweir};
172cdf0e10cSrcweirString RID_SVXITEMS_COLOR_WINDOWTEXT
173cdf0e10cSrcweir{
174cdf0e10cSrcweir	Text = "?" ;
175cdf0e10cSrcweir};
176cdf0e10cSrcweirString RID_SVXITEMS_COLOR_WINDOWWORKSPACE
177cdf0e10cSrcweir{
178cdf0e10cSrcweir	Text = "?" ;
179cdf0e10cSrcweir};
180cdf0e10cSrcweirString RID_SVXITEMS_COLOR_HIGHLIGHT
181cdf0e10cSrcweir{
182cdf0e10cSrcweir	Text = "?" ;
183cdf0e10cSrcweir};
184cdf0e10cSrcweirString RID_SVXITEMS_COLOR_HIGHLIGHTTEXT
185cdf0e10cSrcweir{
186cdf0e10cSrcweir	Text = "?" ;
187cdf0e10cSrcweir};
188cdf0e10cSrcweirString RID_SVXITEMS_COLOR_3DTEXT
189cdf0e10cSrcweir{
190cdf0e10cSrcweir	Text = "?" ;
191cdf0e10cSrcweir};
192cdf0e10cSrcweirString RID_SVXITEMS_COLOR_3DFACE
193cdf0e10cSrcweir{
194cdf0e10cSrcweir	Text = "?" ;
195cdf0e10cSrcweir};
196cdf0e10cSrcweirString RID_SVXITEMS_COLOR_3DLIGHT
197cdf0e10cSrcweir{
198cdf0e10cSrcweir	Text = "?" ;
199cdf0e10cSrcweir};
200cdf0e10cSrcweirString RID_SVXITEMS_COLOR_3DSHADOW
201cdf0e10cSrcweir{
202cdf0e10cSrcweir	Text = "?" ;
203cdf0e10cSrcweir};
204cdf0e10cSrcweirString RID_SVXITEMS_COLOR_SCROLLBAR
205cdf0e10cSrcweir{
206cdf0e10cSrcweir	Text = "?" ;
207cdf0e10cSrcweir};
208cdf0e10cSrcweirString RID_SVXITEMS_COLOR_FIELD
209cdf0e10cSrcweir{
210cdf0e10cSrcweir	Text = "?" ;
211cdf0e10cSrcweir};
212cdf0e10cSrcweirString RID_SVXITEMS_COLOR_FIELDTEXT
213cdf0e10cSrcweir{
214cdf0e10cSrcweir	Text = "?" ;
215cdf0e10cSrcweir};
216*cd937af9Smseidel// enum FontItalic -------------------------------------------------------
217cdf0e10cSrcweirString RID_SVXITEMS_ITALIC_NONE
218cdf0e10cSrcweir{
219cdf0e10cSrcweir	Text [ en-US ] = "Not Italic" ;
220cdf0e10cSrcweir};
221cdf0e10cSrcweirString RID_SVXITEMS_ITALIC_OBLIQUE
222cdf0e10cSrcweir{
223cdf0e10cSrcweir	Text [ en-US ] = "Oblique italic" ;
224cdf0e10cSrcweir};
225cdf0e10cSrcweirString RID_SVXITEMS_ITALIC_NORMAL
226cdf0e10cSrcweir{
227cdf0e10cSrcweir	Text [ en-US ] = "Italic" ;
228cdf0e10cSrcweir};
229*cd937af9Smseidel// enum FontWeight -------------------------------------------------------
230cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_DONTKNOW
231cdf0e10cSrcweir{
232cdf0e10cSrcweir	Text = "?" ;
233cdf0e10cSrcweir};
234cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_THIN
235cdf0e10cSrcweir{
236cdf0e10cSrcweir	Text [ en-US ] = "thin" ;
237cdf0e10cSrcweir};
238cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_ULTRALIGHT
239cdf0e10cSrcweir{
240cdf0e10cSrcweir	Text [ en-US ] = "ultra thin" ;
241cdf0e10cSrcweir};
242cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_LIGHT
243cdf0e10cSrcweir{
244cdf0e10cSrcweir	Text [ en-US ] = "light" ;
245cdf0e10cSrcweir};
246cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_SEMILIGHT
247cdf0e10cSrcweir{
248cdf0e10cSrcweir	Text [ en-US ] = "semi light" ;
249cdf0e10cSrcweir};
250cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_NORMAL
251cdf0e10cSrcweir{
252cdf0e10cSrcweir	Text [ en-US ] = "normal" ;
253cdf0e10cSrcweir};
254cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_MEDIUM
255cdf0e10cSrcweir{
256cdf0e10cSrcweir	Text [ en-US ] = "medium" ;
257cdf0e10cSrcweir};
258cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_SEMIBOLD
259cdf0e10cSrcweir{
260cdf0e10cSrcweir	Text [ en-US ] = "semi bold" ;
261cdf0e10cSrcweir};
262cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_BOLD
263cdf0e10cSrcweir{
264cdf0e10cSrcweir	Text [ en-US ] = "bold" ;
265cdf0e10cSrcweir};
266cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_ULTRABOLD
267cdf0e10cSrcweir{
268cdf0e10cSrcweir	Text [ en-US ] = "ultra bold" ;
269cdf0e10cSrcweir};
270cdf0e10cSrcweirString RID_SVXITEMS_WEIGHT_BLACK
271cdf0e10cSrcweir{
272cdf0e10cSrcweir	Text [ en-US ] = "black" ;
273cdf0e10cSrcweir};
274*cd937af9Smseidel// enum FontUnderline - used for underline ------------------------------
275cdf0e10cSrcweirString RID_SVXITEMS_UL_NONE
276cdf0e10cSrcweir{
277cdf0e10cSrcweir	Text [ en-US ] = "No underline" ;
278cdf0e10cSrcweir};
279cdf0e10cSrcweirString RID_SVXITEMS_UL_SINGLE
280cdf0e10cSrcweir{
281cdf0e10cSrcweir	Text [ en-US ] = "Single underline" ;
282cdf0e10cSrcweir};
283cdf0e10cSrcweirString RID_SVXITEMS_UL_DOUBLE
284cdf0e10cSrcweir{
285cdf0e10cSrcweir	Text [ en-US ] = "Double underline" ;
286cdf0e10cSrcweir};
287cdf0e10cSrcweirString RID_SVXITEMS_UL_DOTTED
288cdf0e10cSrcweir{
289cdf0e10cSrcweir	Text [ en-US ] = "Dotted underline" ;
290cdf0e10cSrcweir};
291cdf0e10cSrcweirString RID_SVXITEMS_UL_DONTKNOW
292cdf0e10cSrcweir{
293*cd937af9Smseidel	Text [ en-US ] = "Underline" ;
294cdf0e10cSrcweir};
295cdf0e10cSrcweirString RID_SVXITEMS_UL_DASH
296cdf0e10cSrcweir{
297*cd937af9Smseidel	Text [ en-US ] = "Underline (dashes)" ;
298cdf0e10cSrcweir};
299cdf0e10cSrcweirString RID_SVXITEMS_UL_LONGDASH
300cdf0e10cSrcweir{
301*cd937af9Smseidel	Text [ en-US ] = "Underline (long dashes)" ;
302cdf0e10cSrcweir};
303cdf0e10cSrcweirString RID_SVXITEMS_UL_DASHDOT
304cdf0e10cSrcweir{
305*cd937af9Smseidel	Text [ en-US ] = "Underline (dot dash)" ;
306cdf0e10cSrcweir};
307cdf0e10cSrcweirString RID_SVXITEMS_UL_DASHDOTDOT
308cdf0e10cSrcweir{
309*cd937af9Smseidel	Text [ en-US ] = "Underline (dot dot dash)" ;
310cdf0e10cSrcweir};
311cdf0e10cSrcweirString RID_SVXITEMS_UL_SMALLWAVE
312cdf0e10cSrcweir{
313*cd937af9Smseidel	Text [ en-US ] = "Underline (small wave)" ;
314cdf0e10cSrcweir};
315cdf0e10cSrcweirString RID_SVXITEMS_UL_WAVE
316cdf0e10cSrcweir{
317*cd937af9Smseidel	Text [ en-US ] = "Underline (Wave)" ;
318cdf0e10cSrcweir};
319cdf0e10cSrcweirString RID_SVXITEMS_UL_DOUBLEWAVE
320cdf0e10cSrcweir{
321*cd937af9Smseidel	Text [ en-US ] = "Underline (Double wave)" ;
322cdf0e10cSrcweir};
323cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLD
324cdf0e10cSrcweir{
325*cd937af9Smseidel	Text [ en-US ] = "Underlined (Bold)" ;
326cdf0e10cSrcweir};
327cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLDDOTTED
328cdf0e10cSrcweir{
329*cd937af9Smseidel	Text [ en-US ] = "Dotted underline (Bold)" ;
330cdf0e10cSrcweir};
331cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLDDASH
332cdf0e10cSrcweir{
333*cd937af9Smseidel	Text [ en-US ] = "Underline (Dash bold)" ;
334cdf0e10cSrcweir};
335cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLDLONGDASH
336cdf0e10cSrcweir{
337*cd937af9Smseidel	Text [ en-US ] = "Underline (long dash, bold)" ;
338cdf0e10cSrcweir};
339cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLDDASHDOT
340cdf0e10cSrcweir{
341*cd937af9Smseidel	Text [ en-US ] = "Underline (dot dash, bold)" ;
342cdf0e10cSrcweir};
343cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLDDASHDOTDOT
344cdf0e10cSrcweir{
345*cd937af9Smseidel	Text [ en-US ] = "Underline (dot dot dash, bold)" ;
346cdf0e10cSrcweir};
347cdf0e10cSrcweirString RID_SVXITEMS_UL_BOLDWAVE
348cdf0e10cSrcweir{
349*cd937af9Smseidel	Text [ en-US ] = "Underline (wave, bold)" ;
350cdf0e10cSrcweir};
351*cd937af9Smseidel// enum FontUnderline - used for overline -------------------------------
352cdf0e10cSrcweirString RID_SVXITEMS_OL_NONE
353cdf0e10cSrcweir{
354cdf0e10cSrcweir	Text [ en-US ] = "No overline" ;
355cdf0e10cSrcweir};
356cdf0e10cSrcweirString RID_SVXITEMS_OL_SINGLE
357cdf0e10cSrcweir{
358cdf0e10cSrcweir	Text [ en-US ] = "Single overline" ;
359cdf0e10cSrcweir};
360cdf0e10cSrcweirString RID_SVXITEMS_OL_DOUBLE
361cdf0e10cSrcweir{
362cdf0e10cSrcweir	Text [ en-US ] = "Double overline" ;
363cdf0e10cSrcweir};
364cdf0e10cSrcweirString RID_SVXITEMS_OL_DOTTED
365cdf0e10cSrcweir{
366cdf0e10cSrcweir	Text [ en-US ] = "Dotted overline" ;
367cdf0e10cSrcweir};
368cdf0e10cSrcweirString RID_SVXITEMS_OL_DONTKNOW
369cdf0e10cSrcweir{
370*cd937af9Smseidel	Text [ en-US ] = "Overline" ;
371cdf0e10cSrcweir};
372cdf0e10cSrcweirString RID_SVXITEMS_OL_DASH
373cdf0e10cSrcweir{
374*cd937af9Smseidel	Text [ en-US ] = "Overline (dashes)" ;
375cdf0e10cSrcweir};
376cdf0e10cSrcweirString RID_SVXITEMS_OL_LONGDASH
377cdf0e10cSrcweir{
378*cd937af9Smseidel	Text [ en-US ] = "Overline (long dashes)" ;
379cdf0e10cSrcweir};
380cdf0e10cSrcweirString RID_SVXITEMS_OL_DASHDOT
381cdf0e10cSrcweir{
382*cd937af9Smseidel	Text [ en-US ] = "Overline (dot dash)" ;
383cdf0e10cSrcweir};
384cdf0e10cSrcweirString RID_SVXITEMS_OL_DASHDOTDOT
385cdf0e10cSrcweir{
386*cd937af9Smseidel	Text [ en-US ] = "Overline (dot dot dash)" ;
387cdf0e10cSrcweir};
388cdf0e10cSrcweirString RID_SVXITEMS_OL_SMALLWAVE
389cdf0e10cSrcweir{
390*cd937af9Smseidel	Text [ en-US ] = "Overline (small wave)" ;
391cdf0e10cSrcweir};
392cdf0e10cSrcweirString RID_SVXITEMS_OL_WAVE
393cdf0e10cSrcweir{
394*cd937af9Smseidel	Text [ en-US ] = "Overline (Wave)" ;
395cdf0e10cSrcweir};
396cdf0e10cSrcweirString RID_SVXITEMS_OL_DOUBLEWAVE
397cdf0e10cSrcweir{
398*cd937af9Smseidel	Text [ en-US ] = "Overline (Double wave)" ;
399cdf0e10cSrcweir};
400cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLD
401cdf0e10cSrcweir{
402*cd937af9Smseidel	Text [ en-US ] = "Overlined (Bold)" ;
403cdf0e10cSrcweir};
404cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLDDOTTED
405cdf0e10cSrcweir{
406*cd937af9Smseidel	Text [ en-US ] = "Dotted overline (Bold)" ;
407cdf0e10cSrcweir};
408cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLDDASH
409cdf0e10cSrcweir{
410*cd937af9Smseidel	Text [ en-US ] = "Overline (Dash bold)" ;
411cdf0e10cSrcweir};
412cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLDLONGDASH
413cdf0e10cSrcweir{
414*cd937af9Smseidel	Text [ en-US ] = "Overline (long dash, bold)" ;
415cdf0e10cSrcweir};
416cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLDDASHDOT
417cdf0e10cSrcweir{
418*cd937af9Smseidel	Text [ en-US ] = "Overline (dot dash, bold)" ;
419cdf0e10cSrcweir};
420cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLDDASHDOTDOT
421cdf0e10cSrcweir{
422*cd937af9Smseidel	Text [ en-US ] = "Overline (dot dot dash, bold)" ;
423cdf0e10cSrcweir};
424cdf0e10cSrcweirString RID_SVXITEMS_OL_BOLDWAVE
425cdf0e10cSrcweir{
426*cd937af9Smseidel	Text [ en-US ] = "Overline (wave, bold)" ;
427cdf0e10cSrcweir};
428*cd937af9Smseidel// enum FontStrikeout ----------------------------------------------------
429cdf0e10cSrcweirString RID_SVXITEMS_STRIKEOUT_NONE
430cdf0e10cSrcweir{
431cdf0e10cSrcweir	Text [ en-US ] = "No strikethrough" ;
432cdf0e10cSrcweir};
433cdf0e10cSrcweirString RID_SVXITEMS_STRIKEOUT_SINGLE
434cdf0e10cSrcweir{
435cdf0e10cSrcweir	Text [ en-US ] = "Single strikethrough" ;
436cdf0e10cSrcweir};
437cdf0e10cSrcweirString RID_SVXITEMS_STRIKEOUT_DOUBLE
438cdf0e10cSrcweir{
439cdf0e10cSrcweir	Text [ en-US ] = "Double strikethrough" ;
440cdf0e10cSrcweir};
441cdf0e10cSrcweirString RID_SVXITEMS_STRIKEOUT_BOLD
442cdf0e10cSrcweir{
443*cd937af9Smseidel	Text [ en-US ] = "Bold strikethrough" ;
444cdf0e10cSrcweir};
445cdf0e10cSrcweirString RID_SVXITEMS_STRIKEOUT_SLASH
446cdf0e10cSrcweir{
447*cd937af9Smseidel	Text [ en-US ] = "Strike through with slash" ;
448cdf0e10cSrcweir};
449cdf0e10cSrcweirString RID_SVXITEMS_STRIKEOUT_X
450cdf0e10cSrcweir{
451*cd937af9Smseidel	Text [ en-US ] = "Strike through with Xes" ;
452cdf0e10cSrcweir};
453*cd937af9Smseidel// enum CASEMAP ----------------------------------------------------------
454cdf0e10cSrcweirString RID_SVXITEMS_CASEMAP_NONE
455cdf0e10cSrcweir{
456cdf0e10cSrcweir	Text [ en-US ] = "None" ;
457cdf0e10cSrcweir};
458cdf0e10cSrcweirString RID_SVXITEMS_CASEMAP_VERSALIEN
459cdf0e10cSrcweir{
460cdf0e10cSrcweir	Text [ en-US ] = "Caps" ;
461cdf0e10cSrcweir};
462cdf0e10cSrcweirString RID_SVXITEMS_CASEMAP_GEMEINE
463cdf0e10cSrcweir{
464cdf0e10cSrcweir	Text [ en-US ] = "Lowercase" ;
465cdf0e10cSrcweir};
466cdf0e10cSrcweirString RID_SVXITEMS_CASEMAP_TITEL
467cdf0e10cSrcweir{
468cdf0e10cSrcweir	Text [ en-US ] = "Title" ;
469cdf0e10cSrcweir};
470cdf0e10cSrcweirString RID_SVXITEMS_CASEMAP_KAPITAELCHEN
471cdf0e10cSrcweir{
472cdf0e10cSrcweir	Text [ en-US ] = "Small caps" ;
473cdf0e10cSrcweir};
474*cd937af9Smseidel// enum ESCAPEMENT -------------------------------------------------------
475cdf0e10cSrcweirString RID_SVXITEMS_ESCAPEMENT_OFF
476cdf0e10cSrcweir{
477cdf0e10cSrcweir	Text [ en-US ] = "Normal position" ;
478cdf0e10cSrcweir};
479cdf0e10cSrcweirString RID_SVXITEMS_ESCAPEMENT_SUPER
480cdf0e10cSrcweir{
481cdf0e10cSrcweir	Text [ en-US ] = "Superscript " ;
482cdf0e10cSrcweir};
483cdf0e10cSrcweirString RID_SVXITEMS_ESCAPEMENT_SUB
484cdf0e10cSrcweir{
485cdf0e10cSrcweir	Text [ en-US ] = "Subscript " ;
486cdf0e10cSrcweir};
487cdf0e10cSrcweirString RID_SVXITEMS_ESCAPEMENT_AUTO
488cdf0e10cSrcweir{
489cdf0e10cSrcweir	Text [ en-US ] = "automatic" ;
490cdf0e10cSrcweir};
491*cd937af9Smseidel// enum SvxAdjust -----------------------------------------------------------
492cdf0e10cSrcweirString RID_SVXITEMS_ADJUST_LEFT
493cdf0e10cSrcweir{
494cdf0e10cSrcweir	Text [ en-US ] = "Align left" ;
495cdf0e10cSrcweir};
496cdf0e10cSrcweirString RID_SVXITEMS_ADJUST_RIGHT
497cdf0e10cSrcweir{
498cdf0e10cSrcweir	Text [ en-US ] = "Align right" ;
499cdf0e10cSrcweir};
500cdf0e10cSrcweirString RID_SVXITEMS_ADJUST_BLOCK
501cdf0e10cSrcweir{
502cdf0e10cSrcweir	Text [ en-US ] = "Justify" ;
503cdf0e10cSrcweir};
504cdf0e10cSrcweirString RID_SVXITEMS_ADJUST_CENTER
505cdf0e10cSrcweir{
506cdf0e10cSrcweir	Text [ en-US ] = "Centered" ;
507cdf0e10cSrcweir};
508cdf0e10cSrcweirString RID_SVXITEMS_ADJUST_BLOCKLINE
509cdf0e10cSrcweir{
510cdf0e10cSrcweir	Text [ en-US ] = "Justify" ;
511cdf0e10cSrcweir};
512*cd937af9Smseidel// enum SvxTabAdjust --------------------------------------------------------
513cdf0e10cSrcweirString RID_SVXITEMS_TAB_DECIMAL_CHAR
514cdf0e10cSrcweir{
515cdf0e10cSrcweir	Text [ en-US ] = "Decimal Symbol:" ;
516cdf0e10cSrcweir};
517cdf0e10cSrcweirString RID_SVXITEMS_TAB_FILL_CHAR
518cdf0e10cSrcweir{
519cdf0e10cSrcweir	Text [ en-US ] = "Fill character:" ;
520cdf0e10cSrcweir};
521cdf0e10cSrcweirString RID_SVXITEMS_TAB_ADJUST_LEFT
522cdf0e10cSrcweir{
523cdf0e10cSrcweir	Text [ en-US ] = "Left" ;
524cdf0e10cSrcweir};
525cdf0e10cSrcweirString RID_SVXITEMS_TAB_ADJUST_RIGHT
526cdf0e10cSrcweir{
527cdf0e10cSrcweir	Text [ en-US ] = "Right" ;
528cdf0e10cSrcweir};
529cdf0e10cSrcweirString RID_SVXITEMS_TAB_ADJUST_DECIMAL
530cdf0e10cSrcweir{
531cdf0e10cSrcweir	Text [ en-US ] = "Decimal" ;
532cdf0e10cSrcweir};
533cdf0e10cSrcweirString RID_SVXITEMS_TAB_ADJUST_CENTER
534cdf0e10cSrcweir{
535cdf0e10cSrcweir	Text [ en-US ] = "Centered" ;
536cdf0e10cSrcweir};
537cdf0e10cSrcweirString RID_SVXITEMS_TAB_ADJUST_DEFAULT
538cdf0e10cSrcweir{
539cdf0e10cSrcweir	Text [ en-US ] = "Default" ;
540cdf0e10cSrcweir};
541cdf0e10cSrcweirString RID_SINGLE_LINE0
542cdf0e10cSrcweir{
543cdf0e10cSrcweir	Text [ en-US ] = "Single, fine lines" ;
544cdf0e10cSrcweir};
545cdf0e10cSrcweirString RID_SINGLE_LINE1
546cdf0e10cSrcweir{
547cdf0e10cSrcweir	Text [ en-US ] = "Single, thin" ;
548cdf0e10cSrcweir};
549cdf0e10cSrcweirString RID_SINGLE_LINE2
550cdf0e10cSrcweir{
551cdf0e10cSrcweir	Text [ en-US ] = "Single, thick" ;
552cdf0e10cSrcweir};
553cdf0e10cSrcweirString RID_SINGLE_LINE3
554cdf0e10cSrcweir{
555cdf0e10cSrcweir	Text [ en-US ] = "Single, very thick" ;
556cdf0e10cSrcweir};
557cdf0e10cSrcweirString RID_SINGLE_LINE4
558cdf0e10cSrcweir{
559cdf0e10cSrcweir	Text [ en-US ] = "Single, bold" ;
560cdf0e10cSrcweir};
561cdf0e10cSrcweirString RID_DOUBLE_LINE0
562cdf0e10cSrcweir{
563cdf0e10cSrcweir	Text [ en-US ] = "Double, fine lines, spacing: small" ;
564cdf0e10cSrcweir};
565cdf0e10cSrcweirString RID_DOUBLE_LINE1
566cdf0e10cSrcweir{
567cdf0e10cSrcweir	Text [ en-US ] = "Double, fine line, spacing: large" ;
568cdf0e10cSrcweir};
569cdf0e10cSrcweirString RID_DOUBLE_LINE2
570cdf0e10cSrcweir{
571cdf0e10cSrcweir	Text [ en-US ] = "Double, thin, spacing: small" ;
572cdf0e10cSrcweir};
573cdf0e10cSrcweirString RID_DOUBLE_LINE3
574cdf0e10cSrcweir{
575cdf0e10cSrcweir	Text [ en-US ] = "Double, thick, spacing: large" ;
576cdf0e10cSrcweir};
577cdf0e10cSrcweirString RID_DOUBLE_LINE4
578cdf0e10cSrcweir{
579cdf0e10cSrcweir	Text [ en-US ] = "Double, inside: fine lines, outside: thin, spacing: large" ;
580cdf0e10cSrcweir};
581cdf0e10cSrcweirString RID_DOUBLE_LINE5
582cdf0e10cSrcweir{
583cdf0e10cSrcweir	Text [ en-US ] = "Double, inside: fine lines, outside: thick, spacing: large" ;
584cdf0e10cSrcweir};
585cdf0e10cSrcweirString RID_DOUBLE_LINE6
586cdf0e10cSrcweir{
587cdf0e10cSrcweir	Text [ en-US ] = "Double, inside: fine lines, outside: very thick, spacing: large" ;
588cdf0e10cSrcweir};
589cdf0e10cSrcweirString RID_DOUBLE_LINE7
590cdf0e10cSrcweir{
591cdf0e10cSrcweir	Text [ en-US ] = "Double, inside: thin, outside: thick, spacing: large" ;
592cdf0e10cSrcweir};
593cdf0e10cSrcweirString RID_DOUBLE_LINE8
594cdf0e10cSrcweir{
595cdf0e10cSrcweir	Text [ en-US ] = "Double, inside: thick, outside: thin, spacing: small" ;
596cdf0e10cSrcweir};
597cdf0e10cSrcweirString RID_DOUBLE_LINE9
598cdf0e10cSrcweir{
599cdf0e10cSrcweir	Text [ en-US ] = "Double, inside: thick, outside: very thick, spacing: large" ;
600cdf0e10cSrcweir};
601cdf0e10cSrcweirString RID_DOUBLE_LINE10
602cdf0e10cSrcweir{
603cdf0e10cSrcweir	Text [ en-US ] = "Double, inside: very thick, outside: thick, Spacing: large" ;
604cdf0e10cSrcweir};
605cdf0e10cSrcweirString RID_SVXITEMS_METRIC_MM
606cdf0e10cSrcweir{
607*cd937af9Smseidel	Text [ en-US ] = "mm" ;
608cdf0e10cSrcweir};
609cdf0e10cSrcweirString RID_SVXITEMS_METRIC_CM
610cdf0e10cSrcweir{
611*cd937af9Smseidel	Text [ en-US ] = "cm" ;
612cdf0e10cSrcweir};
613cdf0e10cSrcweirString RID_SVXITEMS_METRIC_INCH
614cdf0e10cSrcweir{
615*cd937af9Smseidel	Text [ en-US ] = "inch" ;
616cdf0e10cSrcweir};
617cdf0e10cSrcweirString RID_SVXITEMS_METRIC_POINT
618cdf0e10cSrcweir{
619*cd937af9Smseidel	Text [ en-US ] = "pt" ;
620cdf0e10cSrcweir};
621cdf0e10cSrcweirString RID_SVXITEMS_METRIC_TWIP
622cdf0e10cSrcweir{
623*cd937af9Smseidel	Text [ en-US ] = "twip" ;
624cdf0e10cSrcweir};
625cdf0e10cSrcweirString RID_SVXITEMS_METRIC_PIXEL
626cdf0e10cSrcweir{
627*cd937af9Smseidel	Text [ en-US ] = "pixel" ;
628cdf0e10cSrcweir};
629*cd937af9Smseidel// GetValueText von BoolItems
630cdf0e10cSrcweirString RID_SVXITEMS_SHADOWED_TRUE
631cdf0e10cSrcweir{
632cdf0e10cSrcweir	Text [ en-US ] = "Shadowed" ;
633cdf0e10cSrcweir};
634cdf0e10cSrcweirString RID_SVXITEMS_SHADOWED_FALSE
635cdf0e10cSrcweir{
636cdf0e10cSrcweir	Text [ en-US ] = "Not Shadowed" ;
637cdf0e10cSrcweir};
638cdf0e10cSrcweirString RID_SVXITEMS_BLINK_TRUE
639cdf0e10cSrcweir{
640cdf0e10cSrcweir	Text [ en-US ] = "Blinking" ;
641cdf0e10cSrcweir};
642cdf0e10cSrcweirString RID_SVXITEMS_BLINK_FALSE
643cdf0e10cSrcweir{
644cdf0e10cSrcweir	Text [ en-US ] = "Not Blinking" ;
645cdf0e10cSrcweir};
646cdf0e10cSrcweirString RID_SVXITEMS_AUTOKERN_TRUE
647cdf0e10cSrcweir{
648cdf0e10cSrcweir	Text [ en-US ] = "Pair Kerning" ;
649cdf0e10cSrcweir};
650cdf0e10cSrcweirString RID_SVXITEMS_AUTOKERN_FALSE
651cdf0e10cSrcweir{
652cdf0e10cSrcweir	Text [ en-US ] = "No pair kerning" ;
653cdf0e10cSrcweir};
654cdf0e10cSrcweirString RID_SVXITEMS_WORDLINE_TRUE
655cdf0e10cSrcweir{
656cdf0e10cSrcweir	Text [ en-US ] = "Individual words" ;
657cdf0e10cSrcweir};
658cdf0e10cSrcweirString RID_SVXITEMS_WORDLINE_FALSE
659cdf0e10cSrcweir{
660cdf0e10cSrcweir	Text [ en-US ] = "Not Words Only" ;
661cdf0e10cSrcweir};
662cdf0e10cSrcweirString RID_SVXITEMS_CONTOUR_TRUE
663cdf0e10cSrcweir{
664cdf0e10cSrcweir	Text [ en-US ] = "Outline" ;
665cdf0e10cSrcweir};
666cdf0e10cSrcweirString RID_SVXITEMS_CONTOUR_FALSE
667cdf0e10cSrcweir{
668cdf0e10cSrcweir	Text [ en-US ] = "No Outline" ;
669cdf0e10cSrcweir};
670cdf0e10cSrcweirString RID_SVXITEMS_NOLINEBREAK_TRUE
671cdf0e10cSrcweir{
672cdf0e10cSrcweir	Text = "?" ;
673cdf0e10cSrcweir};
674cdf0e10cSrcweirString RID_SVXITEMS_NOLINEBREAK_FALSE
675cdf0e10cSrcweir{
676cdf0e10cSrcweir	Text = "?" ;
677cdf0e10cSrcweir};
678cdf0e10cSrcweirString RID_SVXITEMS_NOHYPHEN_TRUE
679cdf0e10cSrcweir{
680cdf0e10cSrcweir	Text = "?" ;
681cdf0e10cSrcweir};
682cdf0e10cSrcweirString RID_SVXITEMS_NOHYPHEN_FALSE
683cdf0e10cSrcweir{
684cdf0e10cSrcweir	Text = "?" ;
685cdf0e10cSrcweir};
686cdf0e10cSrcweirString RID_SVXITEMS_PRINT_TRUE
687cdf0e10cSrcweir{
688cdf0e10cSrcweir	Text [ en-US ] = "Print" ;
689cdf0e10cSrcweir};
690cdf0e10cSrcweirString RID_SVXITEMS_PRINT_FALSE
691cdf0e10cSrcweir{
692cdf0e10cSrcweir	Text [ en-US ] = "Don't print" ;
693cdf0e10cSrcweir};
694cdf0e10cSrcweirString RID_SVXITEMS_OPAQUE_TRUE
695cdf0e10cSrcweir{
696cdf0e10cSrcweir	Text [ en-US ] = "Opaque" ;
697cdf0e10cSrcweir};
698cdf0e10cSrcweirString RID_SVXITEMS_OPAQUE_FALSE
699cdf0e10cSrcweir{
700cdf0e10cSrcweir	Text [ en-US ] = "Not Opaque" ;
701cdf0e10cSrcweir};
702cdf0e10cSrcweirString RID_SVXITEMS_FMTKEEP_TRUE
703cdf0e10cSrcweir{
704cdf0e10cSrcweir	Text [ en-US ] = "Keep with next paragraph" ;
705cdf0e10cSrcweir};
706cdf0e10cSrcweirString RID_SVXITEMS_FMTKEEP_FALSE
707cdf0e10cSrcweir{
708cdf0e10cSrcweir	Text [ en-US ] = "Don't Keep Paragraphs Together" ;
709cdf0e10cSrcweir};
710cdf0e10cSrcweirString RID_SVXITEMS_FMTSPLIT_TRUE
711cdf0e10cSrcweir{
712cdf0e10cSrcweir	Text [ en-US ] = "Split paragraph" ;
713cdf0e10cSrcweir};
714cdf0e10cSrcweirString RID_SVXITEMS_FMTSPLIT_FALSE
715cdf0e10cSrcweir{
716cdf0e10cSrcweir	Text [ en-US ] = "Don't split paragraph" ;
717cdf0e10cSrcweir};
718cdf0e10cSrcweirString RID_SVXITEMS_PROT_CONTENT_TRUE
719cdf0e10cSrcweir{
720cdf0e10cSrcweir	Text [ en-US ] = "Contents protected" ;
721cdf0e10cSrcweir};
722cdf0e10cSrcweirString RID_SVXITEMS_PROT_CONTENT_FALSE
723cdf0e10cSrcweir{
724cdf0e10cSrcweir	Text [ en-US ] = "Contents not protected" ;
725cdf0e10cSrcweir};
726cdf0e10cSrcweirString RID_SVXITEMS_PROT_SIZE_TRUE
727cdf0e10cSrcweir{
728cdf0e10cSrcweir	Text [ en-US ] = "Size protected" ;
729cdf0e10cSrcweir};
730cdf0e10cSrcweirString RID_SVXITEMS_PROT_SIZE_FALSE
731cdf0e10cSrcweir{
732cdf0e10cSrcweir	Text [ en-US ] = "Size not protected" ;
733cdf0e10cSrcweir};
734cdf0e10cSrcweirString RID_SVXITEMS_PROT_POS_TRUE
735cdf0e10cSrcweir{
736cdf0e10cSrcweir	Text [ en-US ] = "Position protected" ;
737cdf0e10cSrcweir};
738cdf0e10cSrcweirString RID_SVXITEMS_PROT_POS_FALSE
739cdf0e10cSrcweir{
740cdf0e10cSrcweir	Text [ en-US ] = "Position not protected" ;
741cdf0e10cSrcweir};
742cdf0e10cSrcweirString RID_SVXITEMS_TRANSPARENT_TRUE
743cdf0e10cSrcweir{
744cdf0e10cSrcweir	Text [ en-US ] = "Transparent" ;
745cdf0e10cSrcweir};
746cdf0e10cSrcweirString RID_SVXITEMS_TRANSPARENT_FALSE
747cdf0e10cSrcweir{
748cdf0e10cSrcweir	Text [ en-US ] = "Not Transparent" ;
749cdf0e10cSrcweir};
750cdf0e10cSrcweirString RID_SVXITEMS_HYPHEN_TRUE
751cdf0e10cSrcweir{
752cdf0e10cSrcweir	Text [ en-US ] = "Hyphenation" ;
753cdf0e10cSrcweir};
754cdf0e10cSrcweirString RID_SVXITEMS_HYPHEN_FALSE
755cdf0e10cSrcweir{
756cdf0e10cSrcweir	Text [ en-US ] = "No hyphenation" ;
757cdf0e10cSrcweir};
758cdf0e10cSrcweirString RID_SVXITEMS_PAGE_END_TRUE
759cdf0e10cSrcweir{
760cdf0e10cSrcweir	Text [ en-US ] = "Page End" ;
761cdf0e10cSrcweir};
762cdf0e10cSrcweirString RID_SVXITEMS_PAGE_END_FALSE
763cdf0e10cSrcweir{
764cdf0e10cSrcweir	Text [ en-US ] = "No Page End" ;
765cdf0e10cSrcweir};
766cdf0e10cSrcweirString RID_SVXITEMS_SIZE_WIDTH
767cdf0e10cSrcweir{
768cdf0e10cSrcweir	Text [ en-US ] = "Width: " ;
769cdf0e10cSrcweir};
770cdf0e10cSrcweirString RID_SVXITEMS_SIZE_HEIGHT
771cdf0e10cSrcweir{
772cdf0e10cSrcweir	Text [ en-US ] = "Height: " ;
773cdf0e10cSrcweir};
774cdf0e10cSrcweirString RID_SVXITEMS_LRSPACE_LEFT
775cdf0e10cSrcweir{
776cdf0e10cSrcweir	Text [ en-US ] = "Indent left " ;
777cdf0e10cSrcweir};
778cdf0e10cSrcweirString RID_SVXITEMS_LRSPACE_FLINE
779cdf0e10cSrcweir{
780cdf0e10cSrcweir	Text [ en-US ] = "First Line " ;
781cdf0e10cSrcweir};
782cdf0e10cSrcweirString RID_SVXITEMS_LRSPACE_RIGHT
783cdf0e10cSrcweir{
784cdf0e10cSrcweir	Text [ en-US ] = "Indent right " ;
785cdf0e10cSrcweir};
786cdf0e10cSrcweirString RID_SVXITEMS_SHADOW_COMPLETE
787cdf0e10cSrcweir{
788cdf0e10cSrcweir	Text [ en-US ] = "Shadow: " ;
789cdf0e10cSrcweir};
790cdf0e10cSrcweirString RID_SVXITEMS_BORDER_COMPLETE
791cdf0e10cSrcweir{
792cdf0e10cSrcweir	Text [ en-US ] = "Borders " ;
793cdf0e10cSrcweir};
794cdf0e10cSrcweirString RID_SVXITEMS_BORDER_NONE
795cdf0e10cSrcweir{
796*cd937af9Smseidel	Text [ en-US ] = "No border" ;
797cdf0e10cSrcweir};
798cdf0e10cSrcweirString RID_SVXITEMS_BORDER_TOP
799cdf0e10cSrcweir{
800cdf0e10cSrcweir	Text [ en-US ] = "top " ;
801cdf0e10cSrcweir};
802cdf0e10cSrcweirString RID_SVXITEMS_BORDER_BOTTOM
803cdf0e10cSrcweir{
804cdf0e10cSrcweir	Text [ en-US ] = "bottom " ;
805cdf0e10cSrcweir};
806cdf0e10cSrcweirString RID_SVXITEMS_BORDER_LEFT
807cdf0e10cSrcweir{
808cdf0e10cSrcweir	Text [ en-US ] = "left " ;
809cdf0e10cSrcweir};
810cdf0e10cSrcweirString RID_SVXITEMS_BORDER_RIGHT
811cdf0e10cSrcweir{
812cdf0e10cSrcweir	Text [ en-US ] = "right " ;
813cdf0e10cSrcweir};
814cdf0e10cSrcweirString RID_SVXITEMS_BORDER_DISTANCE
815cdf0e10cSrcweir{
816cdf0e10cSrcweir	Text [ en-US ] = "Spacing " ;
817cdf0e10cSrcweir};
818cdf0e10cSrcweirString RID_SVXITEMS_ULSPACE_UPPER
819cdf0e10cSrcweir{
820cdf0e10cSrcweir	Text [ en-US ] = "From top " ;
821cdf0e10cSrcweir};
822cdf0e10cSrcweirString RID_SVXITEMS_ULSPACE_LOWER
823cdf0e10cSrcweir{
824cdf0e10cSrcweir	Text [ en-US ] = "From bottom " ;
825cdf0e10cSrcweir};
826cdf0e10cSrcweirString RID_SVXITEMS_LINES
827cdf0e10cSrcweir{
828cdf0e10cSrcweir	Text [ en-US ] = "%1 Lines" ;
829cdf0e10cSrcweir};
830cdf0e10cSrcweirString RID_SVXITEMS_WIDOWS_COMPLETE
831cdf0e10cSrcweir{
832cdf0e10cSrcweir	Text [ en-US ] = "Widow control" ;
833cdf0e10cSrcweir};
834cdf0e10cSrcweirString RID_SVXITEMS_ORPHANS_COMPLETE
835cdf0e10cSrcweir{
836cdf0e10cSrcweir	Text [ en-US ] = "Orphan control" ;
837cdf0e10cSrcweir};
838cdf0e10cSrcweirString RID_SVXITEMS_HYPHEN_MINLEAD
839cdf0e10cSrcweir{
840cdf0e10cSrcweir	Text [ en-US ] = "Characters at end of line" ;
841cdf0e10cSrcweir};
842cdf0e10cSrcweirString RID_SVXITEMS_HYPHEN_MINTRAIL
843cdf0e10cSrcweir{
844cdf0e10cSrcweir	Text [ en-US ] = "Characters at beginning of line" ;
845cdf0e10cSrcweir};
846cdf0e10cSrcweirString RID_SVXITEMS_HYPHEN_MAX
847cdf0e10cSrcweir{
848cdf0e10cSrcweir	Text [ en-US ] = "Hyphens" ;
849cdf0e10cSrcweir};
850cdf0e10cSrcweirString RID_SVXITEMS_PAGEMODEL_COMPLETE
851cdf0e10cSrcweir{
852cdf0e10cSrcweir	Text [ en-US ] = "Page Style: " ;
853cdf0e10cSrcweir};
854cdf0e10cSrcweirString RID_SVXITEMS_KERNING_COMPLETE
855cdf0e10cSrcweir{
856cdf0e10cSrcweir	Text [ en-US ] = "Kerning " ;
857cdf0e10cSrcweir};
858cdf0e10cSrcweirString RID_SVXITEMS_KERNING_EXPANDED
859cdf0e10cSrcweir{
860cdf0e10cSrcweir	Text [ en-US ] = "locked " ;
861cdf0e10cSrcweir};
862cdf0e10cSrcweirString RID_SVXITEMS_KERNING_CONDENSED
863cdf0e10cSrcweir{
864cdf0e10cSrcweir	Text [ en-US ] = "Condensed " ;
865cdf0e10cSrcweir};
866cdf0e10cSrcweirString RID_SVXITEMS_GRAPHIC
867cdf0e10cSrcweir{
868cdf0e10cSrcweir	Text [ en-US ] = "Graphic" ;
869cdf0e10cSrcweir};
870cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_NONE_STYLE
871cdf0e10cSrcweir{
872*cd937af9Smseidel	Text [ en-US ] = "none" ;
873cdf0e10cSrcweir};
874cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_DOT_STYLE
875cdf0e10cSrcweir{
876*cd937af9Smseidel	Text [ en-US ] = "Dots " ;
877cdf0e10cSrcweir};
878cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE
879cdf0e10cSrcweir{
880*cd937af9Smseidel	Text [ en-US ] = "Circle " ;
881cdf0e10cSrcweir};
882cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_DISC_STYLE
883cdf0e10cSrcweir{
884cdf0e10cSrcweir// ??? disc == filled ring
885*cd937af9Smseidel	Text [ en-US ] = "Filled circle " ;
886cdf0e10cSrcweir};
887cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_ACCENT_STYLE
888cdf0e10cSrcweir{
889*cd937af9Smseidel	Text [ en-US ] = "Accent " ;
890cdf0e10cSrcweir};
891cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_ABOVE_POS
892cdf0e10cSrcweir{
893*cd937af9Smseidel	Text [ en-US ] = "Above" ;
894cdf0e10cSrcweir};
895cdf0e10cSrcweirString RID_SVXITEMS_EMPHASIS_BELOW_POS
896cdf0e10cSrcweir{
897*cd937af9Smseidel	Text [ en-US ] = "Below" ;
898cdf0e10cSrcweir};
899cdf0e10cSrcweirString RID_SVXITEMS_TWOLINES_OFF
900cdf0e10cSrcweir{
901*cd937af9Smseidel	Text [ en-US ] = "Double-lined off" ;
902cdf0e10cSrcweir};
903cdf0e10cSrcweirString RID_SVXITEMS_TWOLINES
904cdf0e10cSrcweir{
905*cd937af9Smseidel	Text [ en-US ] = "Double-lined" ;
906cdf0e10cSrcweir};
907cdf0e10cSrcweirString RID_SVXITEMS_SCRPTSPC_OFF
908cdf0e10cSrcweir{
909*cd937af9Smseidel	Text [ en-US ] = "No automatic character spacing" ;
910cdf0e10cSrcweir};
911cdf0e10cSrcweirString RID_SVXITEMS_SCRPTSPC_ON
912cdf0e10cSrcweir{
913*cd937af9Smseidel	Text [ en-US ] = "No automatic character spacing" ;
914cdf0e10cSrcweir};
915cdf0e10cSrcweirString RID_SVXITEMS_HNGPNCT_OFF
916cdf0e10cSrcweir{
917*cd937af9Smseidel	Text [ en-US ] = "No hanging punctuation at line end" ;
918cdf0e10cSrcweir};
919cdf0e10cSrcweirString RID_SVXITEMS_HNGPNCT_ON
920cdf0e10cSrcweir{
921*cd937af9Smseidel	Text [ en-US ] = "Hanging punctuation at line end" ;
922cdf0e10cSrcweir};
923cdf0e10cSrcweirString RID_SVXITEMS_FORBIDDEN_RULE_OFF
924cdf0e10cSrcweir{
925*cd937af9Smseidel	Text [ en-US ] = "Apply list of forbidden characters to beginning and end of lines" ;
926cdf0e10cSrcweir};
927cdf0e10cSrcweirString RID_SVXITEMS_FORBIDDEN_RULE_ON
928cdf0e10cSrcweir{
929*cd937af9Smseidel	Text [ en-US ] = "Don't apply list of forbidden characters to beginning and end of lines" ;
930cdf0e10cSrcweir};
931cdf0e10cSrcweirString RID_SVXITEMS_CHARROTATE_OFF
932cdf0e10cSrcweir{
933*cd937af9Smseidel	Text [ en-US ] = "No rotated characters" ;
934cdf0e10cSrcweir};
935cdf0e10cSrcweirString RID_SVXITEMS_CHARROTATE
936cdf0e10cSrcweir{
937*cd937af9Smseidel	Text [ en-US ] = "Character rotated by $(ARG1)°" ;
938cdf0e10cSrcweir};
939cdf0e10cSrcweirString RID_SVXITEMS_CHARROTATE_FITLINE
940cdf0e10cSrcweir{
941*cd937af9Smseidel	Text [ en-US ] = "Fit to line" ;
942cdf0e10cSrcweir};
943cdf0e10cSrcweirString RID_SVXITEMS_CHARSCALE
944cdf0e10cSrcweir{
945*cd937af9Smseidel	Text [ en-US ] = "Characters scaled $(ARG1)%" ;
946cdf0e10cSrcweir};
947cdf0e10cSrcweirString RID_SVXITEMS_CHARSCALE_OFF
948cdf0e10cSrcweir{
949*cd937af9Smseidel	Text [ en-US ] = "No scaled characters" ;
950cdf0e10cSrcweir};
951cdf0e10cSrcweirString RID_SVXITEMS_RELIEF_NONE
952cdf0e10cSrcweir{
953*cd937af9Smseidel	Text [ en-US ] = "No relief" ;
954cdf0e10cSrcweir};
955cdf0e10cSrcweirString RID_SVXITEMS_RELIEF_EMBOSSED
956cdf0e10cSrcweir{
957*cd937af9Smseidel	Text [ en-US ] = "Relief" ;
958cdf0e10cSrcweir};
959cdf0e10cSrcweirString RID_SVXITEMS_RELIEF_ENGRAVED
960cdf0e10cSrcweir{
961*cd937af9Smseidel	Text [ en-US ] = "Engraved" ;
962cdf0e10cSrcweir};
963cdf0e10cSrcweirString RID_SVXITEMS_PARAVERTALIGN_AUTO
964cdf0e10cSrcweir{
965*cd937af9Smseidel	Text [ en-US ] = "Automatic text alignment" ;
966cdf0e10cSrcweir};
967cdf0e10cSrcweirString RID_SVXITEMS_PARAVERTALIGN_BASELINE
968cdf0e10cSrcweir{
969*cd937af9Smseidel	Text [ en-US ] = "Text aligned to base line" ;
970cdf0e10cSrcweir};
971cdf0e10cSrcweirString RID_SVXITEMS_PARAVERTALIGN_TOP
972cdf0e10cSrcweir{
973*cd937af9Smseidel	Text [ en-US ] = "Text aligned top" ;
974cdf0e10cSrcweir};
975cdf0e10cSrcweirString RID_SVXITEMS_PARAVERTALIGN_CENTER
976cdf0e10cSrcweir{
977*cd937af9Smseidel	Text [ en-US ] = "Text aligned middle" ;
978cdf0e10cSrcweir};
979cdf0e10cSrcweirString RID_SVXITEMS_PARAVERTALIGN_BOTTOM
980cdf0e10cSrcweir{
981*cd937af9Smseidel	Text [ en-US ] = "Text aligned bottom" ;
982cdf0e10cSrcweir};
983cdf0e10cSrcweirString RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP
984cdf0e10cSrcweir{
985*cd937af9Smseidel	Text [ en-US ] = "Text direction left-to-right (horizontal)" ;
986cdf0e10cSrcweir};
987cdf0e10cSrcweirString RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP
988cdf0e10cSrcweir{
989*cd937af9Smseidel	Text [ en-US ] = "Text direction right-to-left (horizontal)" ;
990cdf0e10cSrcweir};
991cdf0e10cSrcweirString RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT
992cdf0e10cSrcweir{
993*cd937af9Smseidel	Text [ en-US ] = "Text direction right-to-left (vertical)" ;
994cdf0e10cSrcweir};
995cdf0e10cSrcweirString RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT
996cdf0e10cSrcweir{
997*cd937af9Smseidel	Text [ en-US ] = "Text direction left-to-right (vertical)" ;
998cdf0e10cSrcweir};
999cdf0e10cSrcweirString RID_SVXITEMS_FRMDIR_ENVIRONMENT
1000cdf0e10cSrcweir{
1001*cd937af9Smseidel	Text [ en-US ] = "Use superordinate object text direction setting" ;
1002cdf0e10cSrcweir};
1003cdf0e10cSrcweirString RID_SVXITEMS_PARASNAPTOGRID_ON
1004cdf0e10cSrcweir{
1005*cd937af9Smseidel	Text [ en-US ] = "Paragraph snaps to text grid (if active)" ;
1006cdf0e10cSrcweir};
1007cdf0e10cSrcweirString RID_SVXITEMS_PARASNAPTOGRID_OFF
1008cdf0e10cSrcweir{
1009*cd937af9Smseidel	Text [ en-US ] = "Paragraph does not snap to text grid" ;
1010cdf0e10cSrcweir};
1011cdf0e10cSrcweirString RID_SVXITEMS_CHARHIDDEN_FALSE
1012cdf0e10cSrcweir{
1013*cd937af9Smseidel	Text [ en-US ] = "Not hidden" ;
1014cdf0e10cSrcweir};
1015cdf0e10cSrcweirString RID_SVXITEMS_CHARHIDDEN_TRUE
1016cdf0e10cSrcweir{
1017*cd937af9Smseidel	Text [ en-US ] = "Hidden" ;
1018cdf0e10cSrcweir};
1019cdf0e10cSrcweir
1020*cd937af9Smseidel// ********************************************************************** EOF
1021