Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / uui / source / masterpasscrtdlg.src
blobe3b1990caade93e3f60eb037ddee6b61ba87d5e3
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 #define __RSC
21 #include <ids.hrc>
22 #include <masterpasscrtdlg.hrc>
24 ModalDialog DLG_UUI_MASTERPASSWORD_CRT
26     HelpId = HID_DLG_MASTERPASSWORD_CRT ;
27     Border = TRUE ;
28     Moveable = TRUE ;
29     OutputSize = TRUE ;
30     SVLook = TRUE ;
31     Size = MAP_APPFONT ( DLG_WIDTH , DLG_HEIGHT ) ;
32     Text [ en-US ] = "Set Master Password";
33     FixedText FT_INFOTEXT
34     {
35         Pos = MAP_APPFONT ( COL_0 , ROW_0 ) ;
36         Size = MAP_APPFONT ( CTRL_WIDTH , 7*RSC_CD_FIXEDTEXT_HEIGHT ) ;
37         WordBreak = TRUE ;
38         Text [ en-US ] = "Passwords for web connections 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.";
39     };
40     FixedLine FL_INFOTEXT
41     {
42         Pos = MAP_APPFONT ( 0 , ROW_1 ) ;
43         Size = MAP_APPFONT ( DLG_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
44     };
45     FixedText FT_MASTERPASSWORD_CRT
46     {
47         Pos = MAP_APPFONT ( COL_0 , ROW_2 ) ;
48         Size = MAP_APPFONT ( CTRL_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
49         Text [ en-US ] = "~Enter password";
50     };
51     Edit ED_MASTERPASSWORD_CRT
52     {
53         HelpID = "uui:Edit:DLG_UUI_MASTERPASSWORD_CRT:ED_MASTERPASSWORD_CRT";
54         Pos = MAP_APPFONT ( COL_0 , ROW_3 ) ;
55         Size = MAP_APPFONT ( CTRL_WIDTH , RSC_CD_TEXTBOX_HEIGHT ) ;
56         Border = TRUE ;
57         PassWord = TRUE ;
58     };
59     FixedText FT_MASTERPASSWORD_REPEAT
60     {
61         Pos = MAP_APPFONT ( COL_0 , ROW_4 ) ;
62         Size = MAP_APPFONT ( CTRL_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
63         Text [ en-US ] = "~Reenter password";
64     };
65     Edit ED_MASTERPASSWORD_REPEAT
66     {
67         HelpID = "uui:Edit:DLG_UUI_MASTERPASSWORD_CRT:ED_MASTERPASSWORD_REPEAT";
68         Pos = MAP_APPFONT ( COL_0 , ROW_5 ) ;
69         Size = MAP_APPFONT ( CTRL_WIDTH , RSC_CD_TEXTBOX_HEIGHT ) ;
70         Border = TRUE ;
71         PassWord = TRUE ;
72     };
73     FixedText FT_CAUTIONTEXT
74     {
75         Pos = MAP_APPFONT ( COL_0 , ROW_6 ) ;
76         Size = MAP_APPFONT ( CTRL_WIDTH , 8*RSC_CD_FIXEDTEXT_HEIGHT ) ;
77         WordBreak = TRUE ;
78         Text [ en-US ] = "Caution: If you forget the master password, you will be unable to access any of the information protected by it. Passwords are case-sensitive.";
79     };
80     FixedLine FL_CAUTIONTEXT
81     {
82         Pos = MAP_APPFONT ( 0 , ROW_7 ) ;
83         Size = MAP_APPFONT ( DLG_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
84     };
85     HelpButton BTN_MASTERPASSCRT_HELP
86     {
87         Pos = MAP_APPFONT ( COL_0 , ROW_8 ) ;
88         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
89     };
90     OKButton BTN_MASTERPASSCRT_OK
91     {
92         Pos = MAP_APPFONT ( COL_1 , ROW_8 ) ;
93         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
94         DefButton = TRUE ;
95     };
96     CancelButton BTN_MASTERPASSCRT_CANCEL
97     {
98         Pos = MAP_APPFONT ( COL_2 , ROW_8 ) ;
99         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
100     };