merge the formfield patch from ooo-build
[ooovba.git] / svx / source / dialog / passwd.src
blob8aabb380669299c140b889400c78ca8211ca0f86
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: passwd.src,v $
10  * $Revision: 1.26 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include <svx/dialogs.hrc>
32 #include "helpid.hrc"
33 #include "passwd.hrc"
34  // pragma ----------------------------------------------------------------
36  // RID_SVXDLG_PASSWORD ---------------------------------------------------
37 ModalDialog RID_SVXDLG_PASSWORD
39     HelpId = HID_PASSWORD ;
40     OutputSize = TRUE ;
41     SVLook = TRUE ;
42     Size = MAP_APPFONT ( 210 , 77 ) ;
43     Moveable = TRUE ;
44     FixedText FT_OLD_PASSWD
45     {
46         Pos = MAP_APPFONT ( 12 , 16 ) ;
47         Size = MAP_APPFONT ( 57 , 8 ) ;
48         Text [ en-US ] = "~Password" ;
49     };
50     Edit ED_OLD_PASSWD
51     {
52         Border = TRUE ;
53         Pos = MAP_APPFONT ( 71 , 14 ) ;
54         Size = MAP_APPFONT ( 71 , 12 ) ;
55         PassWord = TRUE ;
56     };
57     FixedLine FL_OLD_PASSWD
58     {
59         Pos = MAP_APPFONT ( 6 , 3 ) ;
60         Size = MAP_APPFONT ( 142 , 8 ) ;
61         Text [ en-US ] = "Old password" ;
62     };
63     FixedText FT_NEW_PASSWD
64     {
65         Pos = MAP_APPFONT ( 12 , 45 ) ;
66         Size = MAP_APPFONT ( 57 , 8 ) ;
67         Text [ en-US ] = "Pa~ssword" ;
68     };
69     Edit ED_NEW_PASSWD
70     {
71         Border = TRUE ;
72         Pos = MAP_APPFONT ( 71 , 43 ) ;
73         Size = MAP_APPFONT ( 71 , 12 ) ;
74         PassWord = TRUE ;
75     };
76     FixedText FT_REPEAT_PASSWD
77     {
78         Pos = MAP_APPFONT ( 12 , 61 ) ;
79         Size = MAP_APPFONT ( 57 , 8 ) ;
80         Text [ en-US ] = "Confi~rm";
81     };
82     Edit ED_REPEAT_PASSWD
83     {
84         Border = TRUE ;
85         Pos = MAP_APPFONT ( 71 , 59 ) ;
86         Size = MAP_APPFONT ( 71 , 12 ) ;
87         PassWord = TRUE ;
88     };
89     FixedLine FL_NEW_PASSWD
90     {
91         Pos = MAP_APPFONT ( 6 , 32 ) ;
92         Size = MAP_APPFONT ( 142 , 8 ) ;
93         Text [ en-US ] = "New password" ;
94     };
95     OKButton BTN_PASSWD_OK
96     {
97         Pos = MAP_APPFONT ( 154 , 6 ) ;
98         Size = MAP_APPFONT ( 50 , 14 ) ;
99         DefButton = TRUE ;
100         Disable = TRUE ;
101     };
102     CancelButton BTN_PASSWD_ESC
103     {
104         Pos = MAP_APPFONT ( 154 , 23 ) ;
105         Size = MAP_APPFONT ( 50 , 14 ) ;
106     };
107     HelpButton BTN_PASSWD_HELP
108     {
109         Pos = MAP_APPFONT ( 154 , 43 ) ;
110         Size = MAP_APPFONT ( 50 , 14 ) ;
111     };
112     String STR_ERR_OLD_PASSWD
113     {
114         Text [ en-US ] = "Invalid password" ;
115     };
116     String STR_ERR_REPEAT_PASSWD
117     {
118         Text [ en-US ] = "Passwords do not match" ;
119     };
120     Text [ en-US ] = "Change Password" ;
122  // ********************************************************************** EOF