Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / sfx2 / source / dialog / passwd.src
blobcca8814d1526739817927e6833460eb12941dfd3
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28  // include ---------------------------------------------------------------
29 #include "helpid.hrc"
30 #include "dialog.hrc"
31 #include "passwd.hrc"
33  // DLG_PASSWD ------------------------------------------------------------
34 ModalDialog DLG_PASSWD
36     HelpId = HID_PASSWD ;
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Size = MAP_APPFONT( 200, 68 );
40     Text [ en-US ] = "Enter Password" ;
41     Moveable = TRUE ;
42     FixedText FT_PASSWD_USER
43     {
44         Pos = MAP_APPFONT( 12, 15 );
45         Size = MAP_APPFONT( 42, 10 );
46         Text [ en-US ] = "~User";
47     };
48     Edit ED_PASSWD_USER
49     {
50         HelpID = "sfx2:Edit:DLG_PASSWD:ED_PASSWD_USER";
51         Border = TRUE;
52         Pos = MAP_APPFONT( 57, 14 );
53         Size = MAP_APPFONT( 75, 12 );
54     };
55     FixedText FT_PASSWD_PASSWORD
56     {
57         Pos = MAP_APPFONT( 12, 30 );
58         Size = MAP_APPFONT( 42, 10 );
59         Text [ en-US ] = "~Password";
60     };
61     Edit ED_PASSWD_PASSWORD
62     {
63         HelpID = "sfx2:Edit:DLG_PASSWD:ED_PASSWD_PASSWORD";
64         Border = TRUE;
65         PassWord = TRUE;
66         Pos = MAP_APPFONT( 57, 29 );
67         Size = MAP_APPFONT( 75, 12 );
68     };
69     FixedText FT_PASSWD_CONFIRM
70     {
71         Pos = MAP_APPFONT( 12, 45 );
72         Size = MAP_APPFONT( 42, 10 );
73         Text [ en-US ] = "~Confirm";
74     };
75     Edit ED_PASSWD_CONFIRM
76     {
77         HelpID = "sfx2:Edit:DLG_PASSWD:ED_PASSWD_CONFIRM";
78         Border = TRUE;
79         PassWord = TRUE;
80         Pos = MAP_APPFONT( 57, 44 );
81         Size = MAP_APPFONT( 75, 12 );
82     };
84     String STR_PASSWD_MIN_LEN
85     {
86         Text [ en-US ] = "(Minimum $(MINLEN) characters)" ;
87     };
88     String STR_PASSWD_EMPTY
89     {
90         Text [ en-US ] = "(The password can be empty)" ;
91     };
93     FixedText FT_PASSWD_MINLEN
94     {
95         Pos = MAP_APPFONT(12, 65 );
96         Size = MAP_APPFONT( 126, 10 );
97     };
99     FixedLine GB_PASSWD_PASSWORD
100     {
101         Pos = MAP_APPFONT( 6, 3 );
102         Size = MAP_APPFONT( 132, 8 );
103         Text [ en-US ] = "Password" ;
104     };
105     FixedText FT_PASSWD_PASSWORD2
106     {
107         Pos = MAP_APPFONT( 12, 30 );
108         Size = MAP_APPFONT( 42, 10 );
109         Text [ en-US ] = "P~assword";
110     };
111     Edit ED_PASSWD_PASSWORD2
112     {
113         Border = TRUE;
114         PassWord = TRUE;
115         Pos = MAP_APPFONT( 57, 29 );
116         Size = MAP_APPFONT( 75, 12 );
117     };
118     FixedText FT_PASSWD_CONFIRM2
119     {
120         Pos = MAP_APPFONT( 12, 45 );
121         Size = MAP_APPFONT( 42, 10 );
122         Text [ en-US ] = "Confir~m";
123     };
124     Edit ED_PASSWD_CONFIRM2
125     {
126         Border = TRUE;
127         PassWord = TRUE;
128         Pos = MAP_APPFONT( 57, 44 );
129         Size = MAP_APPFONT( 75, 12 );
130     };
131     OKButton BTN_PASSWD_OK
132     {
133         Disable = TRUE;
134         Pos = MAP_APPFONT( 144, 6 );
135         Size = MAP_APPFONT( 50, 14 );
136         DefButton = TRUE;
137     };
138     CancelButton BTN_PASSWD_CANCEL
139     {
140         Pos = MAP_APPFONT( 144, 23 );
141         Size = MAP_APPFONT( 50, 14 );
142     };
143     HelpButton BTN_PASSWD_HELP
144     {
145         Pos = MAP_APPFONT( 144, 43 );
146         Size = MAP_APPFONT( 50, 14 );
147     };
148     String TEXT_PASSWD
149     {
150         Text [ en-US ] = "Password" ;
151     };