summaryrefslogtreecommitdiff
path: root/svx/source/items/svxitems.src
blob: 587d97a350261b472b664e5a0412c8489cbdc1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include "svx/svxitems.hrc"
#include "svx/svxids.hrc"
#include <editeng/editids.hrc>

StringArray RID_ATTR_NAMES
{
    ItemList [ en-US ] =
    {
        < "Scale"           ;           SID_ATTR_ZOOM ; > ;
        < "Brush"           ;           SID_ATTR_BRUSH ; > ;
        < "Tab stops"               ;   SID_ATTR_TABSTOP ; > ;
        < "Character"               ;   SID_ATTR_CHAR ; > ;
        < "Font"            ;           SID_ATTR_CHAR_FONT ; > ;
        < "Font posture"        ;       SID_ATTR_CHAR_POSTURE ; > ;
        < "Font weight"             ;   SID_ATTR_CHAR_WEIGHT ; > ;
        < "Shadowed"            ;       SID_ATTR_CHAR_SHADOWED ; > ;
        < "Individual words"        ;   SID_ATTR_CHAR_WORDLINEMODE ; > ;
        < "Outline"         ;           SID_ATTR_CHAR_CONTOUR ; > ;
        < "Strikethrough"           ;   SID_ATTR_CHAR_STRIKEOUT ; > ;
        < "Underline"           ;       SID_ATTR_CHAR_UNDERLINE ; > ;
        < "Font size"               ;   SID_ATTR_CHAR_FONTHEIGHT ; > ;
        < "Rel. Font size"      ;       SID_ATTR_CHAR_PROPSIZE ; > ;
        < "Font color"          ;       SID_ATTR_CHAR_COLOR ; > ;
        < "Kerning"     ;               SID_ATTR_CHAR_KERNING ; > ;
        < "Effects"     ;               SID_ATTR_CHAR_CASEMAP ; > ;
        < "Language";                   SID_ATTR_CHAR_LANGUAGE ; > ;
        < "Position"        ;           SID_ATTR_CHAR_ESCAPEMENT ; > ;
        < "Blinking"    ;               SID_ATTR_CHAR_AUTOKERN ; > ;
        < "Character set color"       ; SID_ATTR_CHAR_CHARSETCOLOR ; > ;
        < "Overline"      ;             SID_ATTR_CHAR_OVERLINE ; > ;
        < "Paragraph"       ;           SID_ATTR_PARA ; > ;
        < "Alignment"       ;           SID_ATTR_PARA_ADJUST ; > ;
        < "Line spacing"        ;       SID_ATTR_PARA_LINESPACE ; > ;
        < "Page Break"      ;           SID_ATTR_PARA_PAGEBREAK ; > ;
        < "Hyphenation"     ;           SID_ATTR_PARA_HYPHENZONE ; > ;
        < "Do not split paragraph";     SID_ATTR_PARA_SPLIT ; > ;
        < "Orphans"     ;               SID_ATTR_PARA_ORPHANS ; > ;
        < "Widows"      ;               SID_ATTR_PARA_WIDOWS ; > ;
        < "Spacing"     ;               SID_ATTR_PARA_ULSPACE ; > ;
        < "Indent"      ;               SID_ATTR_PARA_LRSPACE ; > ;
        < "Indent"      ;               SID_ATTR_LRSPACE ; > ;
        < "Spacing"     ;               SID_ATTR_ULSPACE ; > ;
        < "Page"        ;               SID_ATTR_PAGE ; > ;
        < "Page Style"      ;           SID_ATTR_PARA_MODEL ; > ;
        < "Keep with next paragraph";   SID_ATTR_PARA_KEEP ; > ;
        < "Blinking"        ;           SID_ATTR_FLASH ; > ;
        < "Register-true"       ;       SID_ATTR_PARA_REGISTER ; > ;
        < "Character background"    ;   SID_ATTR_BRUSH_CHAR ; > ;
        < "Asian font"      ;           SID_ATTR_CHAR_CJK_FONT ; > ;
        < "Size of Asian font"      ;   SID_ATTR_CHAR_CJK_FONTHEIGHT ; > ;
        < "Language of Asian font";     SID_ATTR_CHAR_CJK_LANGUAGE ; > ;
        < "Posture of Asian font"   ;   SID_ATTR_CHAR_CJK_POSTURE ; > ;
        < "Weight of Asian font"    ;   SID_ATTR_CHAR_CJK_WEIGHT ; > ;
        < "CTL"     ;                   SID_ATTR_CHAR_CTL_FONT ; > ;
        < "Size of complex scripts" ;   SID_ATTR_CHAR_CTL_FONTHEIGHT ; > ;
        < "Language of complex scripts";SID_ATTR_CHAR_CTL_LANGUAGE ; > ;
        < "Posture of complex scripts"; SID_ATTR_CHAR_CTL_POSTURE ; > ;
        < "Weight of complex scripts";  SID_ATTR_CHAR_CTL_WEIGHT ; > ;
        < "Double-lined"        ;       SID_ATTR_CHAR_TWO_LINES ; > ;
        < "Emphasis mark"       ;       SID_ATTR_CHAR_EMPHASISMARK ; > ;
        < "Text spacing"        ;       SID_ATTR_PARA_SCRIPTSPACE ; > ;
        < "Hanging punctuation"     ;   SID_ATTR_PARA_HANGPUNCTUATION ; > ;
        < "Forbidden characters"    ;   SID_ATTR_PARA_FORBIDDEN_RULES ; > ;
        < "Rotation"        ;           SID_ATTR_CHAR_ROTATED ; > ;
        < "Scale"       ;               SID_ATTR_CHAR_SCALEWIDTH ; > ;
        < "Relief"      ;               SID_ATTR_CHAR_RELIEF ; > ;
        < "Vertical text alignment" ;   SID_PARA_VERTALIGN ; > ;
    };
};


String RID_SVXITEMS_EXTRAS_CHARCOLOR
{
    Text [ en-US ] = "Font color" ;
};
 // SvxSearchItem ------------------------------------------------------------
 // Kommando
String RID_SVXITEMS_SEARCHCMD_FIND
{
    Text [ en-US ] = "Search" ;
};
String RID_SVXITEMS_SEARCHCMD_FIND_ALL
{
    Text [ en-US ] = "Find All" ;
};
String RID_SVXITEMS_SEARCHCMD_REPLACE
{
    Text [ en-US ] = "Replace" ;
};
String RID_SVXITEMS_SEARCHCMD_REPLACE_ALL
{
    Text [ en-US ] = "Replace all" ;
};
 // Vorlagen
String RID_SVXITEMS_SEARCHSTYL_CHAR
{
    Text [ en-US ] = "Character Style" ;
};
String RID_SVXITEMS_SEARCHSTYL_PARA
{
    Text [ en-US ] = "Paragraph Style" ;
};
String RID_SVXITEMS_SEARCHSTYL_FRAME
{
    Text [ en-US ] = "Frame Style" ;
};
String RID_SVXITEMS_SEARCHSTYL_PAGE
{
    Text [ en-US ] = "Page Style" ;
};
 // Zellen-Typ
String RID_SVXITEMS_SEARCHIN_FORMULA
{
    Text [ en-US ] = "Formula" ;
};
String RID_SVXITEMS_SEARCHIN_VALUE
{
    Text [ en-US ] = "Value" ;
};
String RID_SVXITEMS_SEARCHIN_NOTE
{
    Text [ en-US ] = "Note" ;
};
 // Applikation
String RID_SVXITEMS_SEARCHAPP_WRITER
{
    Text = "StarWriter" ;
};
String RID_SVXITEMS_SEARCHAPP_CALC
{
    Text = "StarCalc" ;
};
String RID_SVXITEMS_SEARCHAPP_DRAW
{
    Text = "StarDraw" ;
};
String RID_SVXITEMS_SEARCHAPP_BASE
{
    Text = "StarBase" ;
};
 // enum BrushStyle ----------------------------------------------------------
String RID_SVXITEMS_BRUSHSTYLE_NULL
{
    Text [ en-US ] = "None" ;
};
String RID_SVXITEMS_BRUSHSTYLE_SOLID
{
    Text [ en-US ] = "Solid" ;
};
String RID_SVXITEMS_BRUSHSTYLE_HORZ
{
    Text [ en-US ] = "Horizontal" ;
};
String RID_SVXITEMS_BRUSHSTYLE_VERT
{
    Text [ en-US ] = "Vertical" ;
};
String RID_SVXITEMS_BRUSHSTYLE_CROSS
{
    Text [ en-US ] = "Grid" ;
};
String RID_SVXITEMS_BRUSHSTYLE_DIAGCROSS
{
    Text [ en-US ] = "Diamond" ;
};
String RID_SVXITEMS_BRUSHSTYLE_UPDIAG
{
    Text [ en-US ] = "Diagonal up" ;
};
String RID_SVXITEMS_BRUSHSTYLE_DOWNDIAG
{
    Text [ en-US ] = "Diagonal down" ;
};
String RID_SVXITEMS_BRUSHSTYLE_25
{
    Text = "25%" ;
};
String RID_SVXITEMS_BRUSHSTYLE_50
{
    Text = "50%" ;
};
String RID_SVXITEMS_BRUSHSTYLE_75
{
    Text = "75%" ;
};
String RID_SVXITEMS_BRUSHSTYLE_BITMAP
{
    Text [ en-US ] = "Image" ;
};
// end enum ColorName -----------------------------------------------------------
String RID_SVXITEMS_ORI_STANDARD
{
    Text [ en-US ] = "Default orientation" ;
};
String RID_SVXITEMS_ORI_TOPBOTTOM
{
    Text [ en-US ] = "From top to bottom" ;
};
String RID_SVXITEMS_ORI_BOTTOMTOP
{
    Text [ en-US ] = "Bottom to Top" ;
};
String RID_SVXITEMS_ORI_STACKED
{
    Text [ en-US ] = "Stacked" ;
};
 // GetValueText von BoolItems
String RID_SVXITEMS_BOXINF_TABLE_TRUE
{
    Text [ en-US ] = "Table" ;
};
String RID_SVXITEMS_BOXINF_TABLE_FALSE
{
    Text [ en-US ] = "Not Table" ;
};
String RID_SVXITEMS_BOXINF_DIST_TRUE
{
    Text [ en-US ] = "Spacing enabled" ;
};
String RID_SVXITEMS_BOXINF_DIST_FALSE
{
    Text [ en-US ] = "Spacing disabled" ;
};
String RID_SVXITEMS_BOXINF_MDIST_TRUE
{
    Text [ en-US ] = "Keep spacing interval" ;
};
String RID_SVXITEMS_BOXINF_MDIST_FALSE
{
    Text [ en-US ] = "Allowed to fall short of spacing interval" ;
};
String RID_SVXITEMS_MARGIN_LEFT
{
    Text [ en-US ] = "Left margin: " ;
};
String RID_SVXITEMS_MARGIN_TOP
{
    Text [ en-US ] = "Top margin: " ;
};
String RID_SVXITEMS_MARGIN_RIGHT
{
    Text [ en-US ] = "Right margin: " ;
};
String RID_SVXITEMS_MARGIN_BOTTOM
{
    Text [ en-US ] = "Bottom margin: " ;
};
String RID_SVXITEMS_PAGE_COMPLETE
{
    Text [ en-US ] = "Page Description: " ;
};
String RID_SVXITEMS_PAGE_NUM_CHR_UPPER
{
    Text [ en-US ] = "Capitals" ;
};
String RID_SVXITEMS_PAGE_NUM_CHR_LOWER
{
    Text [ en-US ] = "Lowercase" ;
};
String RID_SVXITEMS_PAGE_NUM_ROM_UPPER
{
    Text [ en-US ] = "Uppercase Roman" ;
};
String RID_SVXITEMS_PAGE_NUM_ROM_LOWER
{
    Text [ en-US ] = "Lowercase Roman" ;
};
String RID_SVXITEMS_PAGE_NUM_ARABIC
{
    Text [ en-US ] = "Arabic" ;
};
String RID_SVXITEMS_PAGE_NUM_NONE
{
    Text [ en-US ] = "None" ;
};
String RID_SVXITEMS_PAGE_LAND_TRUE
{
    Text [ en-US ] = "Landscape" ;
};
String RID_SVXITEMS_PAGE_LAND_FALSE
{
    Text [ en-US ] = "Portrait" ;
};
String RID_SVXITEMS_PAGE_USAGE_LEFT
{
    Text [ en-US ] = "Left" ;
};
String RID_SVXITEMS_PAGE_USAGE_RIGHT
{
    Text [ en-US ] = "Right" ;
};
String RID_SVXITEMS_PAGE_USAGE_ALL
{
    Text [ en-US ] = "All" ;
};
String RID_SVXITEMS_PAGE_USAGE_MIRROR
{
    Text [ en-US ] = "Mirrored" ;
};
String RID_SVXITEMS_AUTHOR_COMPLETE
{
    Text [ en-US ] = "Author: " ;
};
String RID_SVXITEMS_DATE_COMPLETE
{
    Text [ en-US ] = "Date: " ;
};
String RID_SVXITEMS_TEXT_COMPLETE
{
    Text [ en-US ] = "Text: " ;
};
String RID_SVXITEMS_BACKGROUND_COLOR
{
    Text [ en-US ] = "Background color: " ;
};
String RID_SVXITEMS_PATTERN_COLOR
{
    Text [ en-US ] = "Pattern color: " ;
};
String RID_SVXITEMS_BRUSH_CHAR
{
    Text [ en-US ] = "Character background";
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */