summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui/attrdesc.src
blob: cd14d9e6add0df5d39c3d819a874bc31bb1be3ea (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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
/* -*- 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 "globals.hrc"
#include "attrdesc.hrc"

// Strings for textual attributes.

String STR_DROP_OVER
{
    Text [ en-US ] = "Drop Caps over" ;
};
String STR_DROP_LINES
{
    Text [ en-US ] = "rows" ;
};
String STR_NO_DROP_LINES
{
    Text [ en-US ] = "No Drop Caps" ;
};
String STR_NO_PAGEDESC
{
    Text [ en-US ] = "No page break" ;
};
String STR_NO_MIRROR
{
    Text [ en-US ] = "Don't mirror" ;
};
String STR_VERT_MIRROR
{
    Text [ en-US ] = "Flip vertically" ;
};
String STR_HORI_MIRROR
{
    Text [ en-US ] = "Flip horizontal" ;
};
String STR_BOTH_MIRROR
{
    Text [ en-US ] = "Horizontal and Vertical Flip" ;
};
String STR_MIRROR_TOGGLE
{
    Text [ en-US ] = "+ mirror horizontal on even pages" ;
};
String STR_CHARFMT
{
    Text [ en-US ] = "Character Style" ;
};
String STR_NO_CHARFMT
{
    Text [ en-US ] = "No Character Style" ;
};
String STR_FOOTER
{
    Text [ en-US ] = "Footer" ;
};
String STR_NO_FOOTER
{
    Text [ en-US ] = "No footer" ;
};
String STR_HEADER
{
    Text [ en-US ] = "Header" ;
};
String STR_NO_HEADER
{
    Text [ en-US ] = "No header" ;
};
String STR_SURROUND_IDEAL
{
    Text [ en-US ] = "Optimal wrap" ;
};
String STR_SURROUND_NONE
{
    Text [ en-US ] = "No wrap" ;
};
String STR_SURROUND_THROUGHT
{
    Text [ en-US ] = "Through" ;
};
String STR_SURROUND_PARALLEL
{
    Text [ en-US ] = "Parallel wrap" ;
};
String STR_SURROUND_COLUMN
{
    Text [ en-US ] = "Column Wrap" ;
};
String STR_SURROUND_LEFT
{
    Text [ en-US ] = "Left wrap" ;
};
String STR_SURROUND_RIGHT
{
    Text [ en-US ] = "Right wrap" ;
};
String STR_SURROUND_INSIDE
{
    Text [ en-US ] = "Inner wrap" ;
};
String STR_SURROUND_OUTSIDE
{
    Text [ en-US ] = "Outer wrap" ;
};
String STR_SURROUND_ANCHORONLY
{
    Text [ en-US ] = "(Anchor only)" ;
};
String STR_FRM_WIDTH
{
    Text [ en-US ] = "Width:" ;
};
String STR_FRM_FIXEDHEIGHT
{
    Text [ en-US ] = "Fixed height:" ;
};
String STR_FRM_MINHEIGHT
{
    Text [ en-US ] = "Min. height:" ;
};
String STR_FLY_AT_PARA
{
    Text [ en-US ] = "to paragraph" ;
};
String STR_FLY_AS_CHAR
{
    Text [ en-US ] = "to character" ;
};
String STR_FLY_AT_PAGE
{
    Text [ en-US ] = "to page" ;
};
String STR_POS_X
{
    Text [ en-US ] = "X Coordinate:" ;
};
String STR_POS_Y
{
    Text [ en-US ] = "Y Coordinate:" ;
};
String STR_VERT_TOP
{
    Text [ en-US ] = "at top" ;
};
String STR_VERT_CENTER
{
    Text [ en-US ] = "Centered vertically" ;
};
String STR_VERT_BOTTOM
{
    Text [ en-US ] = "at bottom" ;
};
String STR_LINE_TOP
{
    Text [ en-US ] = "Top of line" ;
};
String STR_LINE_CENTER
{
    Text [ en-US ] = "Line centered" ;
};
String STR_LINE_BOTTOM
{
    Text [ en-US ] = "Bottom of line" ;
};
String STR_REGISTER_ON
{
    Text [ en-US ] = "Register-true" ;
};
String STR_REGISTER_OFF
{
    Text [ en-US ] = "Not register-true" ;
};
String STR_HORI_RIGHT
{
    Text [ en-US ] = "at the right" ;
};
String STR_HORI_CENTER
{
    Text [ en-US ] = "Centered horizontally" ;
};
String STR_HORI_LEFT
{
    Text [ en-US ] = "at the left" ;
};
String STR_HORI_INSIDE
{
    Text [ en-US ] = "inside" ;
};
String STR_HORI_OUTSIDE
{
    Text [ en-US ] = "outside" ;
};
String STR_HORI_FULL
{
    Text [ en-US ] = "Full width" ;
};
String STR_COLUMNS
{
    Text [ en-US ] = "Columns" ;
};
String STR_LINE_WIDTH
{
    Text [ en-US ] = "Separator Width:" ;
};
String STR_MAX_FTN_HEIGHT
{
    Text [ en-US ] = "Max. footnote area:" ;
};
String STR_EDIT_IN_READONLY
{
    Text [ en-US ] = "Editable in read-only document" ;
};
String STR_LAYOUT_SPLIT
{
    Text [ en-US ] = "Split" ;
};
String STR_NUMRULE_ON
{
    Text [ en-US ] = "Numbering" ;
};
String STR_NUMRULE_OFF
{
    Text [ en-US ] = "no numbering" ;
};
String STR_CONNECT1
{
    Text [ en-US ] = "linked to " ;
};
String STR_CONNECT2
{
    Text [ en-US ] = "and " ;
};
String STR_LINECOUNT
{
    Text [ en-US ] = "Count lines" ;
};
String STR_DONTLINECOUNT
{
    Text [ en-US ] = "don't count lines" ;
};
String STR_LINCOUNT_START
{
    Text [ en-US ] = "restart line count with: " ;
};

String STR_LUMINANCE
{
    Text [ en-US ] = "Brightness: ";
};

String STR_CHANNELR
{
    Text [ en-US ] = "Red: ";
};

String STR_CHANNELG
{
    Text [ en-US ] = "Green: ";
};

String STR_CHANNELB
{
    Text [ en-US ] = "Blue: ";
};

String STR_CONTRAST
{
    Text [ en-US ] = "Contrast: ";
};

String STR_GAMMA
{
    Text [ en-US ] = "Gamma: ";
};

String STR_TRANSPARENCY
{
    Text [ en-US ] = "Transparency: ";
};

String STR_INVERT
{
    Text [ en-US ] = "Invert";
};
String STR_INVERT_NOT
{
    Text [ en-US ] = "do not invert";
};

String STR_DRAWMODE
{
    Text [ en-US ] = "Graphics mode: ";
};

String STR_DRAWMODE_STD
{
    Text [ en-US ] = "Standard";
};
String STR_DRAWMODE_GREY
{
    Text [ en-US ] = "Grayscales";
};
String STR_DRAWMODE_BLACKWHITE
{
    Text [ en-US ] = "Black & White";
};
String STR_DRAWMODE_WATERMARK
{
    Text [ en-US ] = "Watermark";
};
String STR_ROTATION
{
    Text [ en-US ] = "Rotation";
};

String STR_GRID_NONE
{
    Text [ en-US ] = "No grid";
};

String STR_GRID_LINES_ONLY
{
    Text [ en-US ] = "Grid (lines only)";
};

String STR_GRID_LINES_CHARS
{
    Text [ en-US ] = "Grid (lines and characters)";
};
String STR_FOLLOW_TEXT_FLOW
{
    Text [ en-US ] = "Follow text flow";
};
String STR_DONT_FOLLOW_TEXT_FLOW
{
    Text [ en-US ] = "Do not follow text flow";
};
String STR_CONNECT_BORDER_ON
{
    Text [ en-US ] = "Merge borders";
};
String STR_CONNECT_BORDER_OFF
{
    Text [ en-US ] = "Do not merge borders";
};

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