Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optinet2.src
blob14e609c4f4cd5df1df080c0495f328e60f7ab5e1
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include <sfx2/sfx.hrc>
20 #include "helpid.hrc"
21 #include <cuires.hrc>
22 #include "optinet2.hrc"
24 /************************************************************************/
25 /*                                                                      */
26 /*  Proxy server                                                        */
27 /*                                                                      */
28 /************************************************************************/
30 TabPage RID_SVXPAGE_INET_MOZPLUGIN
32     HelpID = "cui:TabPage:RID_SVXPAGE_INET_MOZPLUGIN";
33     OutputSize = TRUE ;
34     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
35     SVLook = TRUE ;
36     Hide = TRUE ;
38     FixedLine GB_MOZPLUGIN
39     {
40         Pos = MAP_APPFONT ( 6 , 3 ) ;
41         Size = MAP_APPFONT (  248 , 8  ) ;
42         Text[ en-US ] = "Browser Plug-in";
43     };
44     CheckBox CB_MOZPLUGIN_CODE
45     {
46         HelpID = "cui:CheckBox:RID_SVXPAGE_INET_MOZPLUGIN:CB_MOZPLUGIN_CODE";
47         Pos = MAP_APPFONT ( 12 , 14 ) ;
48         Size = MAP_APPFONT (  236 , 10  ) ;
49         TabStop = TRUE ;
50         Text [ en-US ] = "~Display documents in browser" ;
51     };
54 TabPage RID_SVXPAGE_INET_PROXY
56     HelpId = HID_OPTIONS_PROXY ;
57     OutputSize = TRUE ;
58     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
59     SVLook = TRUE ;
60     Hide = TRUE ;
61     Text [ en-US ] = "Proxy" ;
62                                     #define GB_TYPES_TOP 3
63                                     #define GB_TYPES_LEFT 6
64     FixedLine GB_SETTINGS
65     {
66         Pos = MAP_APPFONT ( GB_TYPES_LEFT , GB_TYPES_TOP ) ;
67         Size = MAP_APPFONT ( 248 , 8 ) ;
68         Text [ en-US ] = "Settings" ;
69     };
70     FixedText FT_PROXYMODE
71     {
72         Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 13 ) ;
73         Size = MAP_APPFONT ( 50 , 8 ) ;
74         Text [ en-US ] = "Proxy s~erver" ;
75     };
76     ListBox LB_PROXYMODE
77     {
78         HelpID = "cui:ListBox:RID_SVXPAGE_INET_PROXY:LB_PROXYMODE";
79         Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 11 ) ;
80         Size = MAP_APPFONT ( 49 , 48 ) ;
81         Border = TRUE ;
82         DropDown = TRUE ;
83         StringList [ en-US ] =
84         {
85             < "None" ; > ;
86             < "System" ; > ;
87             < "Manual" ; > ;
88         };
89     };
90     String ST_PROXY_FROM_BROWSER
91     {
92         Text [ en-US ] = "Use browser settings";
93     };
94     FixedText FT_HTTP_PROXY
95     {
96         Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 29 ) ;
97         Size = MAP_APPFONT ( 50 , 8 ) ;
98         Text [ en-US ] = "HT~TP proxy" ;
99     };
100     Edit ED_HTTP_PROXY
101     {
102         HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_HTTP_PROXY";
103         Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 27 ) ;
104         Size = MAP_APPFONT ( 123 , 12 ) ;
105         Border = TRUE ;
106     };
108     #define FT_PORT_WIDTH       37
109     #define ED_PORT_WIDTH       20
110     #define ED_PORT_COL         229
112     FixedText FT_HTTP_PORT
113     {
114         Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 29 ) ;
115         Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
116         Right = TRUE;
117         Text [ en-US ] = "~Port" ;
118     };
119     Edit ED_HTTP_PORT
120     {
121         HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_HTTP_PORT";
122         Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 27 ) ;
123         Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
124         Border = TRUE ;
125     };
127     FixedText FT_HTTPS_PROXY
128     {
129         Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 45 ) ;
130         Size = MAP_APPFONT ( 50 , 8 ) ;
131         Text [ en-US ] = "HTTP~S proxy" ;
132     };
133     Edit ED_HTTPS_PROXY
134     {
135         HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_HTTPS_PROXY";
136         Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 43 ) ;
137         Size = MAP_APPFONT ( 123 , 12 ) ;
138         Border = TRUE ;
139     };
140     FixedText FT_HTTPS_PORT
141     {
142         Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 45 ) ;
143         Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
144         Right = TRUE;
145         Text [ en-US ] = "P~ort" ;
146     };
147     Edit ED_HTTPS_PORT
148     {
149         HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_HTTPS_PORT";
150         Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 43 ) ;
151         Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
152         Border = TRUE ;
153     };
155     FixedText FT_FTP_PROXY
156     {
157         Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 61 ) ;
158         Size = MAP_APPFONT ( 50 , 8 ) ;
159         Text [ en-US ] = "~FTP proxy" ;
160     };
161     Edit ED_FTP_PROXY
162     {
163         HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_FTP_PROXY";
164         Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 59 ) ;
165         Size = MAP_APPFONT ( 123 , 12 ) ;
166         Border = TRUE ;
167     };
168     FixedText FT_FTP_PORT
169     {
170         Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 61 ) ;
171         Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
172         Right = TRUE;
173         Text [ en-US ] = "P~ort" ;
174     };
175     Edit ED_FTP_PORT
176     {
177         HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_FTP_PORT";
178         Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 59 ) ;
179         Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
180         Border = TRUE ;
181     };
182     FixedText FT_SOCKS_PROXY
183     {
184         Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 77 ) ;
185         Size = MAP_APPFONT ( 50 , 10 ) ;
186         Text [ en-US ] = "~SOCKS proxy" ;
187     };
188     Edit ED_SOCKS_PROXY
189     {
190         HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_SOCKS_PROXY";
191         Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 75 ) ;
192         Size = MAP_APPFONT ( 123 , 12 ) ;
193         Border = TRUE ;
194     };
195     FixedText FT_SOCKS_PORT
196     {
197         Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 77 ) ;
198         Size = MAP_APPFONT ( FT_PORT_WIDTH , 8 ) ;
199         Right = TRUE;
200         Text [ en-US ] = "Po~rt" ;
201     };
202     Edit ED_SOCKS_PORT
203     {
204         HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_SOCKS_PORT";
205         Pos = MAP_APPFONT ( ED_PORT_COL , GB_TYPES_TOP + 75 ) ;
206         Size = MAP_APPFONT ( ED_PORT_WIDTH , 12 ) ;
207         Border = TRUE ;
208     };
209     FixedText FT_NOPROXYFOR
210     {
211         Pos = MAP_APPFONT ( 12 , GB_TYPES_TOP + 93 ) ;
212         Size = MAP_APPFONT ( 50 , 8 ) ;
213         Text [ en-US ] = "~No proxy for:" ;
214     };
215     Edit ED_NOPROXYFOR
216     {
217         HelpID = "cui:Edit:RID_SVXPAGE_INET_PROXY:ED_NOPROXYFOR";
218         Pos = MAP_APPFONT ( 65 , GB_TYPES_TOP + 91 ) ;
219         Size = MAP_APPFONT ( 123 , 12 ) ;
220         Border = TRUE ;
221     };
222     FixedText ED_NOPROXYDESC
223     {
224         Pos = MAP_APPFONT ( 190 , GB_TYPES_TOP + 93 ) ;
225         Size = MAP_APPFONT ( 56 , 8 ) ;
226         Text [ en-US ] = "Separator ;" ;
227     };
228     FixedLine GB_DNS
229     {
230         Pos = MAP_APPFONT( 6, 100 );
231         Size = MAP_APPFONT( 248, 8 );
232         Text [ en-US ] = "DNS server" ;
233     };
234     RadioButton RB_DNS_AUTO
235     {
236         HelpID = "cui:RadioButton:RID_SVXPAGE_INET_PROXY:RB_DNS_AUTO";
237         Pos = MAP_APPFONT( 12, 111 );
238         Size = MAP_APPFONT( 236, 10 );
239         Text [ en-US ] = "~Automatic" ;
240     };
241     RadioButton RB_DNS_MANUAL
242     {
243         HelpID = "cui:RadioButton:RID_SVXPAGE_INET_PROXY:RB_DNS_MANUAL";
244         Pos = MAP_APPFONT( 12, 124 );
245         Size = MAP_APPFONT( 75, 10 );
246         Text [ en-US ] = "~Manual" ;
247     };
248     PatternField ED_DNS
249     {
250         HelpID = "cui:PatternField:RID_SVXPAGE_INET_PROXY:ED_DNS";
251         Pos = MAP_APPFONT( 90, 126 );
252         Size = MAP_APPFONT( 66, 12 );
253         Border = TRUE ;
254         LiteralMask = "   .   .   .   " ;
255         EditMask = "nnnLnnnLnnnLnnn" ;
256         StrictFormat = TRUE ;
257     };
258     String ST_MSG_255_0
259     {
260         Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 0 and 255." ;
261     };
262     String ST_MSG_255_1
263     {
264         Text [ en-US ] = "is not a valid entry for this field. Please specify a value between 1 and 255." ;
265     };
269 /************************************************************************/
270 /*                                                                      */
271 /*  Scripting                                                           */
272 /*                                                                      */
273 /************************************************************************/
275 TabPage RID_SVXPAGE_INET_SECURITY
277     HelpID = "cui:TabPage:RID_SVXPAGE_INET_SECURITY";
278     OutputSize = TRUE ;
279     Size = MAP_APPFONT( TP_WIDTH , TP_HEIGHT );
280     SVLook = TRUE;
281     Hide = TRUE;
282     Text [ en-US ] = "Security";
283     FixedLine FL_SEC_SECURITYOPTIONS
284     {
285         Pos = MAP_APPFONT( COL_0, ROW_0 );
286         Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
287         Text [ en-US ] = "Security options and warnings";
288     };
289     FixedText FI_SEC_SECURITYOPTIONS
290     {
291         Pos = MAP_APPFONT( COL_1, ROW_1 );
292         Size = MAP_APPFONT( COL_2-COL_1, 3*RSC_CD_FIXEDLINE_HEIGHT );
293         Wordbreak = TRUE;
294         Text [ en-US ] = "Adjust security related options and define warnings for hidden information in documents.";
295     };
296     PushButton PB_SEC_SECURITYOPTIONS
297     {
298         HelpID = "cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_SECURITYOPTIONS";
299         Pos = MAP_APPFONT( COL_3, ROW_2a );
300         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
301         Text [ en-US ] = "Options...";
302     };
303     FixedLine FL_SEC_PASSWORDS
304     {
305         Pos = MAP_APPFONT( COL_0, ROW_2 - 2 );
306         Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
307         Text [ en-US ] = "Passwords for web connections";
308     };
309     CheckBox CB_SEC_SAVEPASSWORDS
310     {
311         HelpID = "cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_SAVEPASSWORDS";
312         Pos = MAP_APPFONT( COL_1, ROW_3 - 4 );
313         Size = MAP_APPFONT( COL_2-COL_1, 16 );
314         Wordbreak = TRUE;
315         Text [ en-US ] = "Persistently save passwords for web connections";
316     };
317     PushButton PB_SEC_CONNECTIONS
318     {
319         HelpID = "cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_CONNECTIONS";
320         Pos = MAP_APPFONT( COL_3, ROW_3-1 );
321         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
322         Text [ en-US ] = "Connections...";
323     };
324     CheckBox CB_SEC_MASTERPASSWORD
325     {
326         HelpID = "cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_MASTERPASSWORD";
327         Pos = MAP_APPFONT( COL_1a, ROW_4 );
328         Size = MAP_APPFONT( COL_2-COL_1a, RSC_CD_CHECKBOX_HEIGHT );
329         Text [ en-US ] = "Protected by a master password (recommended)";
330     };
331     FixedText FI_SEC_MASTERPASSWORD
332     {
333         Pos = MAP_APPFONT( COL_1a, ROW_4a );
334         Size = MAP_APPFONT( COL_2-COL_1a, 4*RSC_CD_FIXEDLINE_HEIGHT );
335         Wordbreak = TRUE;
336         Text [ en-US ] = "Passwords are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list.";
337     };
338     PushButton PB_SEC_MASTERPASSWORD
339     {
340         HelpID = "cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_MASTERPASSWORD";
341         Pos = MAP_APPFONT( COL_3, ROW_4a );
342         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
343         Text [ en-US ] = "Master Password...";
344     };
345     FixedLine FL_SEC_MACROSEC
346     {
347         Pos = MAP_APPFONT( COL_0, ROW_5 );
348         Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
349         Text [ en-US ] = "Macro security";
350     };
351     FixedText FI_SEC_MACROSEC
352     {
353         Pos = MAP_APPFONT( COL_1, ROW_6 );
354         Size = MAP_APPFONT( COL_2-COL_1, 3*RSC_CD_FIXEDLINE_HEIGHT );
355         Wordbreak = TRUE;
356         Text [ en-US ] = "Adjust the security level for executing macros and specify trusted macro developers.";
357     };
358     PushButton PB_SEC_MACROSEC
359     {
360         HelpID = "cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_MACROSEC";
361         Pos = MAP_APPFONT( COL_3, ROW_7a );
362         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
363         Text [ en-US ] = "Macro Security...";
364     };
365     FixedLine FL_SEC_CERTPATH
366     {
367         Pos = MAP_APPFONT( COL_0, ROW_7 );
368         Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
369         Text [ en-US ] = "Certificate Path";
370     };
371     FixedText FI_SEC_CERTPATH
372     {
373         Pos = MAP_APPFONT( COL_1, ROW_8 );
374         Size = MAP_APPFONT( COL_2-COL_1, 3*RSC_CD_FIXEDLINE_HEIGHT );
375         Wordbreak = TRUE;
376         Text [ en-US ] = "Select the Network Security Services certificate directory to use for digital signatures.";
377     };
378     PushButton PB_SEC_CERTPATH
379     {
380         Pos = MAP_APPFONT( COL_3, ROW_9a );
381         Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
382         Text [ en-US ] = "Certificate...";
383     };
384     String STR_SEC_NOPASSWDSAVE
385     {
386         Text [ en-US ] = "Disabling the function to persistently store passwords deletes the list of passwords stored and resets the master password.\n\nDo you want to delete password list and reset master password?";
387     };
390 ErrorBox RID_SVXERR_OPT_PROXYPORTS
392     BUTTONS = WB_OK ;
393     Message [ en-US ] = "Invalid value!\n\nThe maximum value for a port number is 65535.";
396 // RID_SVXDLG_OPT_JAVASCRIPT_DISABLE -----------------------------------------
398 ModalDialog RID_SVXDLG_OPT_JAVASCRIPT_DISABLE
400     HelpID = "cui:ModalDialog:RID_SVXDLG_OPT_JAVASCRIPT_DISABLE";
401     OutputSize = TRUE;
402     Size = MAP_APPFONT( 150, 81 );
403     Moveable = TRUE;
404     Closeable = TRUE;
405     FixedImage IMG_JSCPT_WARNING
406     {
407         Pos = MAP_APPFONT( 6, 6 );
408         Size = MAP_APPFONT( 30, 30 );
409     };
410     FixedText FT_JSCPT_WARNING
411     {
412         Pos = MAP_APPFONT( 39, 6 );
413         Size = MAP_APPFONT( 195, 36 );
414         WordBreak = TRUE;
415         Text [ en-US ] = "Please note that with Java\nyou disable Javascript as well.\n\nDo you still want to disable Java?";
416     };
417     CheckBox CB_JSCPT_DISABLE
418     {
419         HelpID = "cui:CheckBox:RID_SVXDLG_OPT_JAVASCRIPT_DISABLE:CB_JSCPT_DISABLE";
420         Pos = MAP_APPFONT( 39, 45 );
421         Size = MAP_APPFONT( 195, 12 );
422         Hide = TRUE;
423         Text [ en-US ] = "~Don't show warning again";
424     };
425     OKButton BTN_JSCPT_YES
426     {
427         Pos = MAP_APPFONT( 41, 61 );
428         Size = MAP_APPFONT( 50, 14 );
429     };
430     CancelButton BTN_JSCPT_NO
431     {
432         Pos = MAP_APPFONT( 94, 61 );
433         Size = MAP_APPFONT( 50, 14 );
434         DefButton = TRUE;
435     };
438 // *******************************************************************
440 TabPage RID_SVXPAGE_INET_MAIL
442     HelpID = HID_OPTIONS_MAIL ;
443     SVLook = TRUE ;
444     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
445     Hide = TRUE ;
447     FixedLine FL_MAIL
448     {
449         Pos = MAP_APPFONT ( 6 , 3 ) ;
450         Size = MAP_APPFONT ( 248 , 8 ) ;
451         Text [ en-US ] = "Sending documents as e-mail attachments";
452     };
454     FixedImage FI_MAILERURL
455     {
456         Pos = MAP_APPFONT ( 5 , 21 ) ;
457         Size = MAP_APPFONT ( 6 , 6 ) ;
458         Hide = TRUE;
459     };
461     FixedText FT_MAILERURL
462     {
463         Pos = MAP_APPFONT ( 14 , 20 ) ;
464         Size = MAP_APPFONT ( 43 , 8 ) ;
465         Text [ en-US ] = "~E-mail program";
466     };
468     Edit ED_MAILERURL
469     {
470         HelpID = "cui:Edit:RID_SVXPAGE_INET_MAIL:ED_MAILERURL";
471         Pos = MAP_APPFONT ( 60 , 18 ) ;
472         Size = MAP_APPFONT ( 171 , 12 ) ;
473         Border = TRUE;
474     };
476     PushButton PB_MAILERURL
477     {
478         HelpID = "cui:PushButton:RID_SVXPAGE_INET_MAIL:PB_MAILERURL";
479         Pos = MAP_APPFONT ( 234 , 17 ) ;
480         Size = MAP_APPFONT ( 14 , 14 ) ;
481         Text = "..." ;
482     };
484     String STR_DEFAULT_FILENAME
485     {
486         Text [ en-US ] = "All files" ;
487     };
490  // ******************************************************************* EOF