summaryrefslogtreecommitdiff
path: root/padmin/source/rtsetup.src
blob: f95a009220d7bb2b3e6cf81ecaa11803b154ffce (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
/* -*- 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 "rtsetup.hrc"

String RID_RTS_RTSDIALOG_INVALID_TXT
{
    Text [ en-US ] = "<ignore>";
};

TabPage RID_RTS_COMMANDPAGE
{
    HelpID = "padmin:TabPage:RID_RTS_COMMANDPAGE";
    Hide = TRUE;
    Size = MAP_APPFONT( 230, 175 );

    ComboBox RID_RTS_CMD_CB_COMMANDS
    {
        HelpID = "padmin:ComboBox:RID_RTS_COMMANDPAGE:RID_RTS_CMD_CB_COMMANDS";
        Border = TRUE ;
        Sort = TRUE ;
        Dropdown = TRUE;
        Pos = MAP_APPFONT ( 11 , 75 ) ;
        Size = MAP_APPFONT ( 150 , 65 ) ;
    };
    CheckBox RID_RTS_CMD_CB_EXTERNAL
    {
        HelpID = "padmin:CheckBox:RID_RTS_COMMANDPAGE:RID_RTS_CMD_CB_EXTERNAL";
        Pos = MAP_APPFONT( 11, 95 );
        Size = MAP_APPFONT( 220, 10 );
        Text [ en-US ] = "~Use system print dialog, disable %PRODUCTNAME's print dialog";
    };
    FixedText RID_RTS_CMD_FT_QUICKCMD
    {
        Pos = MAP_APPFONT( 11, 110 );
        Size = MAP_APPFONT( 150, 20 );
        WordBreak = TRUE;
        Text [ en-US ] = "Command for quick printing without dialog (optional)";
    };
    ComboBox RIT_RTS_CMD_CB_QUICKCMD
    {
        HelpID = "padmin:ComboBox:RID_RTS_COMMANDPAGE:RIT_RTS_CMD_CB_QUICKCMD";
        Border = TRUE;
        Sort = TRUE;
        Dropdown = TRUE;
        Pos = MAP_APPFONT( 11, 130 );
        Size = MAP_APPFONT( 150, 65 );
    };
    FixedLine RID_RTS_CMD_FL_INSTALL
    {
        Pos = MAP_APPFONT ( 6 , 44 ) ;
        Size = MAP_APPFONT ( 220 , 8 ) ;
        Text [ en-US ] = "Select command";
    };
    String RID_RTS_CMD_STR_CONFIGURE_PRINTER
    {
        Text [ en-US ] = "Printer";
    };
    String RID_RTS_CMD_STR_CONFIGURE_PDF
    {
        Text [ en-US ] = "PDF converter";
    };

    ListBox RID_RTS_CMD_LB_CONFIGURE
    {
        HelpID = "padmin:ListBox:RID_RTS_COMMANDPAGE:RID_RTS_CMD_LB_CONFIGURE";
        DropDown = true;
        Border = true;
        Pos = MAP_APPFONT( 101, 56 );
        Size = MAP_APPFONT( 60, 200 );
    };
    FixedText RID_RTS_CMD_TXT_CONFIGURE
    {
        Pos = MAP_APPFONT( 11, 56 );
        Size = MAP_APPFONT( 85, 10 );
        Text [ en-US ] = "~Configure as";
    };

    FixedText RID_RTS_CMD_TXT_PDFDIR
    {
        Pos = MAP_APPFONT( 11, 146 );
        Size = MAP_APPFONT( 130, 8 );
        Text [ en-US ] = "PDF target directory :";
    };
    Edit RID_RTS_CMD_EDT_PDFDIR
    {
        HelpID = "padmin:Edit:RID_RTS_COMMANDPAGE:RID_RTS_CMD_EDT_PDFDIR";
        Border = TRUE;
        Pos = MAP_APPFONT( 11, 155 );
        Size = MAP_APPFONT( 130, 12 );
    };
    PushButton RID_RTS_CMD_BTN_PDFDIR
    {
        HelpID = "padmin:PushButton:RID_RTS_COMMANDPAGE:RID_RTS_CMD_BTN_PDFDIR";
        Pos = MAP_APPFONT( 146, 155 );
        Size = MAP_APPFONT( 15, 12 );
        Text = "...";
    };
    FixedText RID_RTS_CMD_TXT_PRTNAME
    {
        Pos = MAP_APPFONT ( 11 , 16 ) ;
        Size = MAP_APPFONT ( 210 , 8 ) ;
    };
    FixedText RID_RTS_CMD_TXT_CONNECT
    {
        Pos = MAP_APPFONT ( 11 , 26 ) ;
        Size = MAP_APPFONT ( 210 , 8 ) ;
        Text [ en-US ] = "Command: ";
    };
    FixedLine RID_RTS_CMD_FL_DEFAULT
    {
        Pos = MAP_APPFONT ( 6 , 6 ) ;
        Size = MAP_APPFONT ( 220 , 8 ) ;
        Text [ en-US ] = "Printer";
    };
    PushButton RID_RTS_CMD_BTN_HELP
    {
        HelpID = "padmin:PushButton:RID_RTS_COMMANDPAGE:RID_RTS_CMD_BTN_HELP";
        Pos = MAP_APPFONT( 170, 55 );
        Size = MAP_APPFONT( 50, 12 );
        Text [ en-US ] = "~Help";
    };
    PushButton RID_RTS_CMD_BTN_REMOVE
    {
        HelpID = "padmin:PushButton:RID_RTS_COMMANDPAGE:RID_RTS_CMD_BTN_REMOVE";
        Pos = MAP_APPFONT( 170, 72 );
        Size = MAP_APPFONT( 50, 12 );
        Text [ en-US ] = "~Remove";
    };
    String RID_RTS_CMD_STR_PDFHELP
    {
        Text [ en-US ] = "The command line for PDF converters is executed as follows: for each document printed, \"(TMP)\" in the command line is replaced by a temporary file and \"(OUTFILE)\" in the command line is replaced by the target PDF file name. If \"(TMP)\" is in the command line, the PostScript code will be supplied via a file, otherwise via standard input (i.e. as a pipe).";
    };
    String RID_RTS_CMD_STR_PRINTERHELP
    {
        Text [ en-US ] = "The command line for printer devices is executed as follows: the generated PostScript code is supplied as standard input (i.e. as a pipe) to the command line.";
    };
};

TabPage RID_RTS_OTHERPAGE
{
    HelpID = "padmin:TabPage:RID_RTS_OTHERPAGE";
    Hide = TRUE;
    Size = MAP_APPFONT( 230, 175 );

    FixedText RID_RTS_OTHER_LEFTMARGIN_TXT
    {
        Pos = MAP_APPFONT( 5, 5 );
        Size = MAP_APPFONT( 85, 8 );
        Text [ en-US ] = "~Left margin";
    };
    MetricField RID_RTS_OTHER_LEFTMARGIN_BOX
    {
        HelpID = "padmin:MetricField:RID_RTS_OTHERPAGE:RID_RTS_OTHER_LEFTMARGIN_BOX";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 100 , 5 ) ;
        Size = MAP_APPFONT ( 50 , 12 ) ;
        StrictFormat = TRUE ;
        Spin = TRUE;
        Repeat = TRUE;
        Unit = FUNIT_MM;
    };
    FixedText RID_RTS_OTHER_TOPMARGIN_TXT
    {
        Pos = MAP_APPFONT( 5, 20 );
        Size = MAP_APPFONT( 85, 8 );
        Text [ en-US ] = "~Top margin";
    };
    MetricField RID_RTS_OTHER_TOPMARGIN_BOX
    {
        HelpID = "padmin:MetricField:RID_RTS_OTHERPAGE:RID_RTS_OTHER_TOPMARGIN_BOX";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 100 , 20 ) ;
        Size = MAP_APPFONT ( 50 , 12 ) ;
        StrictFormat = TRUE ;
        Spin = TRUE;
        Repeat = TRUE;
        Unit = FUNIT_MM;
    };
    FixedText RID_RTS_OTHER_RIGHTMARGIN_TXT
    {
        Pos = MAP_APPFONT( 5, 35 );
        Size = MAP_APPFONT( 85, 8 );
        Text [ en-US ] = "~Right margin";
    };
    MetricField RID_RTS_OTHER_RIGHTMARGIN_BOX
    {
        HelpID = "padmin:MetricField:RID_RTS_OTHERPAGE:RID_RTS_OTHER_RIGHTMARGIN_BOX";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 100 , 35 ) ;
        Size = MAP_APPFONT ( 50 , 12 ) ;
        StrictFormat = TRUE ;
        Spin = TRUE;
        Repeat = TRUE;
        Unit = FUNIT_MM;
    };
    FixedText RID_RTS_OTHER_BOTTOMMARGIN_TXT
    {
        Pos = MAP_APPFONT( 5, 50 );
        Size = MAP_APPFONT( 85, 8 );
        Text [ en-US ] = "~Bottom margin";
    };
    MetricField RID_RTS_OTHER_BOTTOMMARGIN_BOX
    {
        HelpID = "padmin:MetricField:RID_RTS_OTHERPAGE:RID_RTS_OTHER_BOTTOMMARGIN_BOX";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 100 , 50 ) ;
        Size = MAP_APPFONT ( 50 , 12 ) ;
        StrictFormat = TRUE ;
        Spin = TRUE;
        Repeat = TRUE;
        Unit = FUNIT_MM;
    };
    FixedText RID_RTS_OTHER_COMMENT_TXT
    {
        Pos = MAP_APPFONT( 5, 65 );
        Size = MAP_APPFONT( 85, 8 );
        Text [ en-US ] = "~Comment";
    };
    Edit RID_RTS_OTHER_COMMENT_EDT
    {
        HelpID = "padmin:Edit:RID_RTS_OTHERPAGE:RID_RTS_OTHER_COMMENT_EDT";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 5 , 75 ) ;
        Size = MAP_APPFONT ( 220 , 12 ) ;
    };
    PushButton RID_RTS_OTHER_DEFAULT_BTN
    {
        HelpID = "padmin:PushButton:RID_RTS_OTHERPAGE:RID_RTS_OTHER_DEFAULT_BTN";
        Pos = MAP_APPFONT( 175, 5 );
        Size = MAP_APPFONT( 50, 12 );
        Text [ en-US ] = "~Default";
    };
};

String RID_TXT_QUERYFAXNUMBER
{
    Text [ en-US ] = "Please enter the fax number.";
};

ModalDialog RID_RTS_PWDIALOG
{
    HelpID = "padmin:ModalDialog:RID_RTS_PWDIALOG";
    Text [ en-US ] = "Authentication request";
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 150 , 90 ) ;
    Moveable = TRUE ;
    Closeable = TRUE ;

    FixedText RID_RTS_PWDIALOG_TXT
    {
        Pos = MAP_APPFONT( 5, 5 );
        Size = MAP_APPFONT( 140, 20 );
        WordBreak = TRUE;
        Text [ en-US ] = "Please enter your authentication data for server %s";
    };
    FixedText RID_RTS_PWDIALOG_USER_TXT
    {
        Pos = MAP_APPFONT( 5, 30 );
        Size = MAP_APPFONT( 60, 10 );
        Text [ en-US ] = "~User";
    };
    Edit RID_RTS_PWDIALOG_USER_EDT
    {
        HelpID = "padmin:Edit:RID_RTS_PWDIALOG:RID_RTS_PWDIALOG_USER_EDT";
        Pos = MAP_APPFONT( 70, 29 );
        Size = MAP_APPFONT( 75, 12 );
        Border = TRUE;
    };
    FixedText RID_RTS_PWDIALOG_PASS_TXT
    {
        Pos = MAP_APPFONT( 5, 45 );
        Size = MAP_APPFONT( 60, 10 );
        Text [ en-US ] = "~Password";
    };
    Edit RID_RTS_PWDIALOG_PASS_EDT
    {
        HelpID = "padmin:Edit:RID_RTS_PWDIALOG:RID_RTS_PWDIALOG_PASS_EDT";
        Pos = MAP_APPFONT( 70, 44 );
        Size = MAP_APPFONT( 75, 12 );
        Border = TRUE;
        Password = TRUE;
    };
    CancelButton RID_RTS_PWDIALOG_CANCEL_BTN
    {
        Pos = MAP_APPFONT( 95, 70 );
        Size = MAP_APPFONT( 50, 15 );
    };
    OKButton RID_RTS_PWDIALOG_OK_BTN
    {
        Pos = MAP_APPFONT( 5, 70 );
        Size = MAP_APPFONT( 50, 15 );
        DefButton = TRUE;
    };
};

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