summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/numpages.src
blob: be5b9ff0ed8b9a219c69f5217b8bbc211c93decd (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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
/*
 * 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 <cuires.hrc>
#include <helpid.hrc>
#include "numpages.hrc"
#include <svx/dialogs.hrc>

/**************************************************************************/
/*                                                                        */
/*  TabPage Numerierungsoptionen                                          */
/*                                                                        */
/**************************************************************************/
TabPage RID_SVXPAGE_NUM_OPTIONS
{
    HelpID = HID_SVXPAGE_NUM_OPTIONS ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
    Hide = TRUE;
    FixedText FT_LEVEL
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "Level" ;
    };
    MultiListBox LB_LEVEL
    {
        HelpID = "cui:MultiListBox:RID_SVXPAGE_NUM_OPTIONS:LB_LEVEL";
        Pos = MAP_APPFONT ( 12 , 25 ) ;
        Size = MAP_APPFONT ( 26 , 154 ) ;
        TabStop = TRUE ;
        DropDown = FALSE ;
        Border = TRUE ;
        SimpleMode = TRUE ;
    };
    FixedLine FL_FORMAT
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Format" ;
    };
    FixedText FT_FMT
    {
        Pos = MAP_APPFONT ( 50 , 27 ) ;
        Size = MAP_APPFONT ( 50, 8 ) ;
        Text [ en-US ] = "~Numbering" ;
    };
    ListBox LB_FMT
    {
        HelpID = "cui:ListBox:RID_SVXPAGE_NUM_OPTIONS:LB_FMT";
        Pos = MAP_APPFONT ( 103 , 25 ) ;
        Size = MAP_APPFONT ( 67 , 72 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
        CurPos = 0 ;
        StringList [ en-US ] =
        {
            < "1, 2, 3, ..." ;                 4/*SVX_NUM_ARABIC              */; > ;
            < "A, B, C, ..." ;                 0/*SVX_NUM_CHARS_UPPER_LETTER  */; > ;
            < "a, b, c, ..." ;              1/*SVX_NUM_CHARS_LOWER_LETTER  */; > ;
            < "I, II, III, ..." ;          2/*SVX_NUM_ROMAN_UPPER         */; > ;
            < "i, ii, iii, ..." ;          3/*SVX_NUM_ROMAN_LOWER         */; > ;
            < "A, .., AA, .., AAA, ..." ;  9/*SVX_NUM_CHARS_UPPER_LETTER_N*/; > ;
            < "a, .., aa, .., aaa, ..." ;  10/*SVX_NUM_CHARS_LOWER_LETTER_N*/; > ;
            < "Bullet" ;                    6/*SVX_NUM_CHAR_SPECIAL        */; > ;
            < "Graphics" ;                  8/*SVX_NUM_BITMAP              */; > ;
            < "Linked graphics" ;           0x88/*SVX_NUM_BITMAP|0x80      */; > ;
            < "None" ;                      5/*SVX_NUM_NUMBER_NONE         */; > ;
            < "Native Numbering" ;                      12 /*NATIVE_NUMBERING                   */; > ;
            < "А, Б, .., Аа, Аб, ... (Bulgarian)" ;     38 /*CHARS_CYRILLIC_UPPER_LETTER_BG     */; > ;
            < "а, б, .., аа, аб, ... (Bulgarian)" ;     39 /*CHARS_CYRILLIC_LOWER_LETTER_BG     */; > ;
            < "А, Б, .., Аа, Бб, ... (Bulgarian)" ;     40 /*CHARS_CYRILLIC_UPPER_LETTER_N_BG   */; > ;
            < "а, б, .., аа, бб, ... (Bulgarian)" ;     41 /*CHARS_CYRILLIC_LOWER_LETTER_N_BG   */; > ;
            < "А, Б, .., Аа, Аб, ... (Russian)" ;       42 /*CHARS_CYRILLIC_UPPER_LETTER_RU     */; > ;
            < "а, б, .., аа, аб, ... (Russian)" ;       43 /*CHARS_CYRILLIC_LOWER_LETTER_RU     */; > ;
            < "А, Б, .., Аа, Бб, ... (Russian)" ;       44 /*CHARS_CYRILLIC_UPPER_LETTER_N_RU   */; > ;
            < "а, б, .., аа, бб, ... (Russian)" ;       45 /*CHARS_CYRILLIC_LOWER_LETTER_N_RU   */; > ;
            < "А, Б, .., Аа, Аб, ... (Serbian)" ;       48 /*CHARS_CYRILLIC_UPPER_LETTER_SR     */; > ;
            < "а, б, .., аа, аб, ... (Serbian)" ;       49 /*CHARS_CYRILLIC_LOWER_LETTER_SR     */; > ;
            < "А, Б, .., Аа, Бб, ... (Serbian)" ;       50 /*CHARS_CYRILLIC_UPPER_LETTER_N_SR   */; > ;
            < "а, б, .., аа, бб, ... (Serbian)" ;       51 /*CHARS_CYRILLIC_LOWER_LETTER_N_SR   */; > ;
            < "Α, Β, Γ, ... (Greek Upper Letter)";       52 /*CHARS_GREEK_UPPER_LETTER           */; > ;
            < "α, β, γ, ... (Greek Lower Letter)";       53 /*CHARS_GREEK_LOWER_LETTER           */; > ;
        };
    };
    FixedText FT_PREFIX
    {
        Pos = MAP_APPFONT ( 50 , 43 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "Before" ;
        Left = TRUE ;
    };
    Edit ED_PREFIX
    {
        HelpID = "cui:Edit:RID_SVXPAGE_NUM_OPTIONS:ED_PREFIX";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 103 , 41 ) ;
        Size = MAP_APPFONT ( 67 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        MaxTextLength = 50 ;
    };
    FixedText FT_SUFFIX
    {
        Pos = MAP_APPFONT ( 50 , 59 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "After" ;
        Left = TRUE ;
    };
    Edit ED_SUFFIX
    {
        HelpID = "cui:Edit:RID_SVXPAGE_NUM_OPTIONS:ED_SUFFIX";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 103 , 57 ) ;
        Size = MAP_APPFONT ( 67 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        MaxTextLength = 50 ;
    };
    FixedText FT_CHARFMT
    {
        Pos = MAP_APPFONT ( 50 , 75 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "~Character Style" ;
    };
    ListBox LB_CHARFMT
    {
        HelpID = "cui:ListBox:RID_SVXPAGE_NUM_OPTIONS:LB_CHARFMT";
        TabStop = TRUE ;
        DropDown = TRUE ;
        Pos = MAP_APPFONT ( 103 , 73 ) ;
        Size = MAP_APPFONT ( 67 , 72 ) ;
    };
    FixedText FT_BUL_COLOR
    {
        Pos = MAP_APPFONT ( 50 , 75 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Hide = TRUE;
        Text [ en-US ] = "Color";
    };
    ListBox LB_BUL_COLOR
    {
        HelpID = "cui:ListBox:RID_SVXPAGE_NUM_OPTIONS:LB_BUL_COLOR";
        TabStop = TRUE ;
        DropDown = TRUE ;
        Pos = MAP_APPFONT ( 103 , 73 ) ;
        Size = MAP_APPFONT ( 67 , 100 ) ;
        Hide = TRUE;
    };
    FixedText FT_BUL_REL_SIZE
    {
        Pos = MAP_APPFONT ( 50 , 91 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Hide = TRUE;
        Text [ en-US ] = "~Relative size";
    };
    MetricField MF_BUL_REL_SIZE
    {
        HelpID = "cui:MetricField:RID_SVXPAGE_NUM_OPTIONS:MF_BUL_REL_SIZE";
        Pos = MAP_APPFONT ( 103 , 89 ) ;
        Size = MAP_APPFONT ( 67 , 12 ) ;
        Border = TRUE ;
        Group = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Unit = FUNIT_CUSTOM ;
        CustomUnitText  = "%" ;
        SpinSize = 1 ;
        Minimum = 1;
        Maximum = 250;
        Hide = TRUE;
    };
    FixedText FT_ALL_LEVEL
    {
        Pos = MAP_APPFONT ( 50 , 91 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "Show sublevels" ;
    };
    NumericField NF_ALL_LEVEL
    {
        HelpID = "cui:NumericField:RID_SVXPAGE_NUM_OPTIONS:NF_ALL_LEVEL";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 103 , 89 ) ;
        Size = MAP_APPFONT ( 67 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 1 ;
        Maximum = 10 ;
        Value = 1 ;
        First = 1 ;
        Last = 10 ;
    };
    FixedText FT_START
    {
        Pos = MAP_APPFONT ( 50 , 107 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "Start at" ;
        Left = TRUE ;
    };
    NumericField ED_START
    {
        HelpID = "cui:NumericField:RID_SVXPAGE_NUM_OPTIONS:ED_START";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 103 , 105 ) ;
        Size = MAP_APPFONT ( 67 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 0 ;
        Maximum = 65535 ;
        Value = 1 ;
        First = 0 ;
        Last = 65535 ;
    };
    FixedText FT_ALIGN
    {
        Pos = MAP_APPFONT ( 50 , 135 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "~Alignment" ;
        Hide = TRUE;
    };
    ListBox LB_ALIGN
    {
        HelpID = "cui:ListBox:RID_SVXPAGE_NUM_OPTIONS:LB_ALIGN";
        Pos = MAP_APPFONT ( 103 , 133 ) ;
        Size = MAP_APPFONT ( 40 , 40 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
        Hide = TRUE;
        StringList [ en-US ] =
        {
            < "Left" ; > ;
            < "Centered" ; > ;
            < "Right" ; > ;
        };
    };
    String STR_BULLET
    {
        Text [ en-US ] = "Character" ;
    };
    PushButton PB_BULLET
    {
        HelpID = "cui:PushButton:RID_SVXPAGE_NUM_OPTIONS:PB_BULLET";
        Hide = TRUE ;
        Pos = MAP_APPFONT ( 103 , 105 ) ;
        Size = MAP_APPFONT ( 12 , 12 ) ;
        Text = "..." ;
        TabStop = TRUE ;
    };
    FixedText FT_BITMAP
    {
        Hide = TRUE ;
        Pos = MAP_APPFONT ( 50 , 43 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "Graphics" ;
    };
    MenuButton MB_BITMAP
    {
        HelpID = "cui:MenuButton:RID_SVXPAGE_NUM_OPTIONS:MB_BITMAP";
        Hide = TRUE ;
        Pos = MAP_APPFONT ( 103 , 41 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        ButtonMenu = Menu
        {
            ItemList  =
            {
                MenuItem
                {
                    Identifier = MN_GRAPHIC_DLG ;
                     //                    HelpID = HID_NUM_NAMED_NUMS ;
                    Text [ en-US ] = "From file..." ;
                };
                MenuItem
                {
                    Identifier = MN_GALLERY ;
                    Text [ en-US ] = "Gallery";
                };
            };
        };
        Text [ en-US ] = "Select..." ;
    };
    FixedText FT_SIZE
    {
        Hide = TRUE ;
        Pos = MAP_APPFONT ( 50 , 61 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "Width" ;
    };
    MetricField MF_WIDTH
    {
        HelpID = "cui:MetricField:RID_SVXPAGE_NUM_OPTIONS:MF_WIDTH";
        Pos = MAP_APPFONT ( 103 , 59 ) ;
        Size = MAP_APPFONT ( 67 , 12 ) ;
        Border = TRUE ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 0 ;
        Maximum = 1999 ;
        DecimalDigits = 2 ;
        Value = 0 ;
        Unit = FUNIT_CM ;
        First = 0 ;
        Last = 1999 ;
        SpinSize = 5 ;
        Hide = TRUE ;
    };
    FixedText FT_MULT
    {
        Hide = TRUE ;
        Pos = MAP_APPFONT ( 50 , 77 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "Height" ;
    };
    MetricField MF_HEIGHT
    {
        HelpID = "cui:MetricField:RID_SVXPAGE_NUM_OPTIONS:MF_HEIGHT";
        Pos = MAP_APPFONT ( 103 , 75 ) ;
        Size = MAP_APPFONT ( 67 , 12 ) ;
        Border = TRUE ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 0 ;
        Maximum = 1999 ;
        DecimalDigits = 2 ;
        Value = 0 ;
        Unit = FUNIT_CM ;
        First = 0 ;
        Last = 1999 ;
        SpinSize = 5 ;
        Hide = TRUE ;
    };
    CheckBox CB_RATIO
    {
        HelpID = "cui:CheckBox:RID_SVXPAGE_NUM_OPTIONS:CB_RATIO";
        Hide = TRUE ;
        Pos = MAP_APPFONT ( 50 , 91 ) ;
        Size = MAP_APPFONT ( 100 , 10 ) ;
        Text [ en-US ] = "Keep ratio" ;
    };
    FixedText FT_ORIENT
    {
        Hide = TRUE ;
        Pos = MAP_APPFONT ( 50 , 105 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text [ en-US ] = "Alignment" ;
    };
    ListBox LB_ORIENT
    {
        HelpID = "cui:ListBox:RID_SVXPAGE_NUM_OPTIONS:LB_ORIENT";
        Hide = TRUE ;
        Pos = MAP_APPFONT ( 103 , 103 ) ;
        Size = MAP_APPFONT ( 67 , 72 ) ;
        TabStop = TRUE ;
        DropDown = TRUE ;
        CurPos = 0 ;
        StringList [ en-US ] =
        {
            < "Top of baseline" ; > ;
            < "Center of baseline" ; > ;
            < "Bottom of baseline" ; > ;
            < "Top of character" ; > ;
            < "Center of character" ; > ;
            < "Bottom of character" ; > ;
            < "Top of line" ; > ;
            < "Center of line" ; > ;
            < "Bottom of line" ; > ;
        };
    };
    FixedLine FL_SAME_LEVEL
    {
        Pos = MAP_APPFONT ( 47 , 156 ) ;
        Size = MAP_APPFONT ( 126 , 8 ) ;
        Text [ en-US ] = "All levels" ;
    };
    CheckBox CB_SAME_LEVEL
    {
        HelpID = "cui:CheckBox:RID_SVXPAGE_NUM_OPTIONS:CB_SAME_LEVEL";
        Pos = MAP_APPFONT ( 53 , 167 ) ;
        Size = MAP_APPFONT ( 114 , 10 ) ;
        Text [ en-US ] = "~Consecutive numbering" ;
    };
    Window WIN_PREVIEW
    {
        Pos = MAP_APPFONT ( 179 , 25 ) ;
        Size = MAP_APPFONT ( 69 , 154 ) ;
        Border = TRUE ;
    };
    String ST_POPUP_EMPTY_ENTRY
    {
        Text [ en-US ] = "There are no graphics in the 'Bullets' Gallery theme.";
    };

};

String RID_STR_EDIT_GRAPHIC
{
    Text [ en-US ] = "Link" ;
};