summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/envprt.src
blob: cb858c9890c7e07553f4ca9d479c6b4043280e75 (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
/*************************************************************************
 *
 *  $RCSfile: envprt.src,v $
 *
 *  $Revision: 1.10 $
 *
 *  last change: $Author: rt $ $Date: 2001-05-04 20:48:23 $
 *
 *  The Contents of this file are made available subject to the terms of
 *  either of the following licenses
 *
 *         - GNU Lesser General Public License Version 2.1
 *         - Sun Industry Standards Source License Version 1.1
 *
 *  Sun Microsystems Inc., October, 2000
 *
 *  GNU Lesser General Public License Version 2.1
 *  =============================================
 *  Copyright 2000 by Sun Microsystems, Inc.
 *  901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License version 2.1, as published by the Free Software Foundation.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 *  MA  02111-1307  USA
 *
 *
 *  Sun Industry Standards Source License Version 1.1
 *  =================================================
 *  The contents of this file are subject to the Sun Industry Standards
 *  Source License Version 1.1 (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.openoffice.org/license.html.
 *
 *  Software provided under this License is provided on an "AS IS" basis,
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 *  See the License for the specific provisions governing your rights and
 *  obligations concerning the Software.
 *
 *  The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 *
 *  Copyright: 2000 by Sun Microsystems, Inc.
 *
 *  All Rights Reserved.
 *
 *  Contributor(s): _______________________________________
 *
 *
 ************************************************************************/
 // #pragma *****************************************************************

 // #include ****************************************************************
#include "envprt.hrc"
#include "helpid.h"
 // TP_ENV_PRT ---------------------------------------------------------------
TabPage TP_ENV_PRT
{
    HelpID = HID_ENV_PRT ;
    Size = MAP_APPFONT ( 260 , 185 ) ;
    Hide = TRUE ;
    GroupBox GRP_NONAME
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 248 , 123 ) ;
        Group = TRUE ;
    };
    ToolBox BOX_ALIGN
    {
        Pos = MAP_APPFONT ( 35 , 14 ) ;
        ItemList =
        {
            ToolBoxItem
            {
                Identifier = ITM_HOR_LEFT ;
                HelpID = ITM_HOR_LEFT ;
            };
            ToolBoxItem
            {
                Identifier = ITM_HOR_CNTR ;
                HelpID = ITM_HOR_CNTR ;
            };
            ToolBoxItem
            {
                Identifier = ITM_HOR_RGHT ;
                HelpID = ITM_HOR_RGHT ;
            };
            ToolBoxItem
            {
                Identifier = ITM_VER_LEFT ;
                HelpID = ITM_VER_LEFT ;
            };
            ToolBoxItem
            {
                Identifier = ITM_VER_CNTR ;
                HelpID = ITM_VER_CNTR ;
            };
            ToolBoxItem
            {
                Identifier = ITM_VER_RGHT ;
                HelpID = ITM_VER_RGHT ;
            };
        };
    };
    RadioButton BTN_TOP
    {
        Pos = MAP_APPFONT ( 12 , 39 ) ;
        Size = MAP_APPFONT ( 179 , 10 ) ;
        Text = "Von ~oben bedrucken" ;
        Text [ ENGLISH ] = "Print upper side" ;
        Text [ NORWEGIAN ] = "Print upper side" ;
        Text [ DANISH ] = "Forsiden opad" ;
        Text [ ENGLISH_US ] = "~Print from top" ;
        Text [ SPANISH ] = "Imprimir r~everso" ;
        Text [ FINNISH ] = "Tulosta ylpuoli" ;
        Text [ FRENCH ] = "Imprimer du ~haut" ;
        Text [ ITALIAN ] = "Stampa da sopra" ;
        Text [ DUTCH ] = "B~ovenkant bedrukken" ;
        Text [ PORTUGUESE_BRAZILIAN ] = "Imprimir parte superior" ;
        Text [ SWEDISH ] = "Skriv ut u~ppifrn" ;
        Text [ PORTUGUESE ] = "Imprimir a partir de cima" ;
        TabStop = TRUE ;
        Group = TRUE ;
        Check = TRUE ;
        Text[ chinese_simplified ] = "Ϸʼӡ(~P)";
        Text[ russian ] = " ";
        Text[ polish ] = "Drukuj od gry";
        Text[ japanese ] = "̕\\ɂ(~P)";
        Text[ chinese_traditional ] = "qW}lCL(~P)";
        Text[ arabic ] = "  ";
        Text[ greek ] = "  ";
        Text[ korean ] = " μ(~P)";
        Text[ turkish ] = "stten yazdr";
        Text[ language_user1 ] = " ";
        Text[ catalan ] = "Imprimir r~everso";
    };
    RadioButton BTN_BOTTOM
    {
        Pos = MAP_APPFONT ( 12 , 53 ) ;
        Size = MAP_APPFONT ( 179 , 10 ) ;
        Text = "Von ~unten bedrucken" ;
        Text [ ENGLISH ] = "Print lower side" ;
        Text [ NORWEGIAN ] = "Print lower side" ;
        Text [ DANISH ] = "Forsiden nedad" ;
        Text [ ENGLISH_US ] = "Print from ~bottom" ;
        Text [ SPANISH ] = "Imprimir ~anverso" ;
        Text [ FINNISH ] = "Tulosta alapuoli" ;
        Text [ FRENCH ] = "Imprimer du ~bas" ;
        Text [ ITALIAN ] = "Stampa da sotto" ;
        Text [ DUTCH ] = "~Onderkant bedrukken" ;
        Text [ PORTUGUESE_BRAZILIAN ] = "Imprimir parte inferior" ;
        Text [ SWEDISH ] = "Skriv ~ut nedifrn" ;
        Text [ PORTUGUESE ] = "Imprimir a partir de baixo" ;
        TabStop = TRUE ;
        Text[ chinese_simplified ] = "·ʼӡ(~B)";
        Text[ russian ] = " ";
        Text[ polish ] = "Drukuj od dou";
        Text[ japanese ] = "̕\\ɂ(~B)";
        Text[ chinese_traditional ] = "qU}lCL(~B)";
        Text[ arabic ] = "  ";
        Text[ greek ] = "  ";
        Text[ korean ] = "Ʒ μ(~B)";
        Text[ turkish ] = "Alttan yazdr";
        Text[ language_user1 ] = " ";
        Text[ catalan ] = "Imprimir ~anverso";
    };
    FixedText TXT_RIGHT
    {
        Pos = MAP_APPFONT ( 12 , 69 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text = "Nach ~rechts" ;
        Text [ ENGLISH ] = "Shift right" ;
        Text [ NORWEGIAN ] = "Shift right" ;
        Text [ DANISH ] = "Mod hjre" ;
        Text [ ENGLISH_US ] = "~Shift right" ;
        Text [ SPANISH ] = "Hacia la ~derecha" ;
        Text [ FINNISH ] = "Siirr oikealle" ;
        Text [ FRENCH ] = "Vers la ~droite" ;
        Text [ ITALIAN ] = "Sposta a destra" ;
        Text [ DUTCH ] = "Naar re~chts" ;
        Text [ PORTUGUESE_BRAZILIAN ] = "Trocar  direita" ;
        Text [ SWEDISH ] = "t hger" ;
        Text [ PORTUGUESE ] = " direita" ;
        Left = TRUE ;
        Text[ chinese_simplified ] = "(~S)";
        Text[ russian ] = "";
        Text[ polish ] = "Na prawo";
        Text[ japanese ] = "E(~S)";
        Text[ chinese_traditional ] = "Vk(~S)";
        Text[ arabic ] = " ";
        Text[ greek ] = "  ";
        Text[ korean ] = " ̵(~S)";
        Text[ turkish ] = "S~aa";
        Text[ language_user1 ] = " ";
        Text[ catalan ] = "Hacia la ~derecha";
    };
    MetricField FLD_RIGHT
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 66 , 67 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 0 ;
        Maximum = 10000 ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        First = 0 ;
        Last = 10000 ;
        SpinSize = 10 ;
    };
    FixedText TXT_DOWN
    {
        Pos = MAP_APPFONT ( 12 , 85 ) ;
        Size = MAP_APPFONT ( 50 , 8 ) ;
        Text = "~Nach unten" ;
        Text [ ENGLISH ] = "Shift down" ;
        Text [ NORWEGIAN ] = "Shift down" ;
        Text [ DANISH ] = "Nedad" ;
        Text [ ENGLISH_US ] = "Shift ~down" ;
        Text [ SPANISH ] = "Hacia a~bajo" ;
        Text [ FINNISH ] = "Siirr alas" ;
        Text [ FRENCH ] = "Vers le ~bas" ;
        Text [ ITALIAN ] = "Sposta in basso" ;
        Text [ DUTCH ] = "~Naar beneden" ;
        Text [ PORTUGUESE_BRAZILIAN ] = "Trocar abaixo" ;
        Text [ SWEDISH ] = "~Nedt" ;
        Text [ PORTUGUESE ] = "Para baixo" ;
        Left = TRUE ;
        Text[ chinese_simplified ] = "(~D)";
        Text[ russian ] = "";
        Text[ polish ] = "W d";
        Text[ japanese ] = "(~D)";
        Text[ chinese_traditional ] = "VU(~D)";
        Text[ arabic ] = " ";
        Text[ greek ] = "  ";
        Text[ korean ] = "Ʒ ̵(~D)";
        Text[ turkish ] = "~Aa";
        Text[ language_user1 ] = " ";
        Text[ catalan ] = "Hacia a~bajo";
    };
    MetricField FLD_DOWN
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 66 , 83 ) ;
        Size = MAP_APPFONT ( 40 , 12 ) ;
        TabStop = TRUE ;
        Left = TRUE ;
        Repeat = TRUE ;
        Spin = TRUE ;
        Minimum = 0 ;
        Maximum = 10000 ;
        DecimalDigits = 2 ;
        Unit = FUNIT_CM ;
        First = 0 ;
        Last = 10000 ;
        SpinSize = 10 ;
    };
    FixedText TXT_PRINTER
    {
        Pos = MAP_APPFONT ( 12 , 111 ) ;
        Size = MAP_APPFONT ( 179 , 8 ) ;
        Text = "- Kein Drucker installiert -" ;
        Text [ ENGLISH ] = "- No printer installed -" ;
        Text [ NORWEGIAN ] = "- No printer installed -" ;
        Text [ DANISH ] = "- Ingen printer installeret -" ;
        Text [ ENGLISH_US ] = "- No printer installed -" ;
        Text [ SPANISH ] = "- No hay instalada ninguna impresora -" ;
        Text [ FINNISH ] = "- Kirjoitinta ei asennettu -" ;
        Text [ FRENCH ] = "- Aucune imprimante installe -" ;
        Text [ ITALIAN ] = "- Nessuna stampante installata -." ;
        Text [ DUTCH ] = "- Geen printer genstalleerd -" ;
        Text [ PORTUGUESE_BRAZILIAN ] = "- Nenhuma impressora instalada -" ;
        Text [ SWEDISH ] = "- Ingen skrivare installerad -" ;
        Text [ PORTUGUESE ] = "- Nenhuma impressora instalada -" ;
        Left = TRUE ;
        Text[ chinese_simplified ] = "- ûаװӡ -";
        Text[ russian ] = "-    -";
        Text[ polish ] = "- Drukarka nie jest zainstalowana -";
        Text[ japanese ] = "- ݽİقĂ܂ -";
        Text[ chinese_traditional ] = "- Sw˦L -";
        Text[ arabic ] = "-     -";
        Text[ greek ] = "-     -";
        Text[ korean ] = "- Ͱ ġ ʾҽϴ. -";
        Text[ turkish ] = "- Kurulu yazc yok -";
        Text[ language_user1 ] = " ";
        Text[ catalan ] = "- No hay instalada ninguna impresora -";
    };
    PushButton BTN_PRTSETUP
    {
        Pos = MAP_APPFONT ( 198 , 109 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        Text = "~Einrichten..." ;
        Text [ ENGLISH ] = "Setup..." ;
        TabStop = TRUE ;
        Text [ english_us ] = "Setup..." ;
        Text [ italian ] = "Imposta..." ;
        Text [ spanish ] = "Configurar..." ;
        Text [ french ] = "~Paramtrer..." ;
        Text [ dutch ] = "~Configureren..." ;
        Text [ swedish ] = "Stll ~in..." ;
        Text [ danish ] = "Indstil..." ;
        Text [ portuguese_brazilian ] = "Einrichten..." ;
        Text [ portuguese ] = "~Configurar..." ;
        Text[ chinese_simplified ] = "(~S)...";
        Text[ russian ] = "...";
        Text[ polish ] = "Konfiguruj...";
        Text[ japanese ] = "ݒ...";
        Text[ language_user1 ] = " ";
        Text[ chinese_traditional ] = "]m...";
        Text[ arabic ] = "...";
        Text[ greek ] = "~...";
        Text[ korean ] = "¾...";
        Text[ turkish ] = "Ayarlar...";
        Text[ catalan ] = "Configurar...";
    };
};
 // Bitmaps ******************************************************************
Bitmap BMP_HOR_LEFT_LOWER
{
    File = "envhl_l.bmp" ;
};
Bitmap BMP_HOR_LEFT_UPPER
{
    File = "envhl_u.bmp" ;
};
Bitmap BMP_HOR_CNTR_LOWER
{
    File = "envhc_l.bmp" ;
};
Bitmap BMP_HOR_CNTR_UPPER
{
    File = "envhc_u.bmp" ;
};
Bitmap BMP_HOR_RGHT_LOWER
{
    File = "envhr_l.bmp" ;
};
Bitmap BMP_HOR_RGHT_UPPER
{
    File = "envhr_u.bmp" ;
};
Bitmap BMP_VER_LEFT_LOWER
{
    File = "envvl_l.bmp" ;
};
Bitmap BMP_VER_LEFT_UPPER
{
    File = "envvl_u.bmp" ;
};
Bitmap BMP_VER_CNTR_LOWER
{
    File = "envvc_l.bmp" ;
};
Bitmap BMP_VER_CNTR_UPPER
{
    File = "envvc_u.bmp" ;
};
Bitmap BMP_VER_RGHT_LOWER
{
    File = "envvr_l.bmp" ;
};
Bitmap BMP_VER_RGHT_UPPER
{
    File = "envvr_u.bmp" ;
};