1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: passwd.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 // include ---------------------------------------------------------------
31 #include <svx/dialogs.hrc>
34 // pragma ----------------------------------------------------------------
36 // RID_SVXDLG_PASSWORD ---------------------------------------------------
37 ModalDialog RID_SVXDLG_PASSWORD
39 HelpId = HID_PASSWORD ;
42 Size = MAP_APPFONT ( 210 , 77 ) ;
44 FixedText FT_OLD_PASSWD
46 Pos = MAP_APPFONT ( 12 , 16 ) ;
47 Size = MAP_APPFONT ( 57 , 8 ) ;
48 Text [ en-US ] = "~Password" ;
53 Pos = MAP_APPFONT ( 71 , 14 ) ;
54 Size = MAP_APPFONT ( 71 , 12 ) ;
57 FixedLine FL_OLD_PASSWD
59 Pos = MAP_APPFONT ( 6 , 3 ) ;
60 Size = MAP_APPFONT ( 142 , 8 ) ;
61 Text [ en-US ] = "Old password" ;
63 FixedText FT_NEW_PASSWD
65 Pos = MAP_APPFONT ( 12 , 45 ) ;
66 Size = MAP_APPFONT ( 57 , 8 ) ;
67 Text [ en-US ] = "Pa~ssword" ;
72 Pos = MAP_APPFONT ( 71 , 43 ) ;
73 Size = MAP_APPFONT ( 71 , 12 ) ;
76 FixedText FT_REPEAT_PASSWD
78 Pos = MAP_APPFONT ( 12 , 61 ) ;
79 Size = MAP_APPFONT ( 57 , 8 ) ;
80 Text [ en-US ] = "Confi~rm";
85 Pos = MAP_APPFONT ( 71 , 59 ) ;
86 Size = MAP_APPFONT ( 71 , 12 ) ;
89 FixedLine FL_NEW_PASSWD
91 Pos = MAP_APPFONT ( 6 , 32 ) ;
92 Size = MAP_APPFONT ( 142 , 8 ) ;
93 Text [ en-US ] = "New password" ;
95 OKButton BTN_PASSWD_OK
97 Pos = MAP_APPFONT ( 154 , 6 ) ;
98 Size = MAP_APPFONT ( 50 , 14 ) ;
102 CancelButton BTN_PASSWD_ESC
104 Pos = MAP_APPFONT ( 154 , 23 ) ;
105 Size = MAP_APPFONT ( 50 , 14 ) ;
107 HelpButton BTN_PASSWD_HELP
109 Pos = MAP_APPFONT ( 154 , 43 ) ;
110 Size = MAP_APPFONT ( 50 , 14 ) ;
112 String STR_ERR_OLD_PASSWD
114 Text [ en-US ] = "Invalid password" ;
116 String STR_ERR_REPEAT_PASSWD
118 Text [ en-US ] = "Passwords do not match" ;
120 Text [ en-US ] = "Change Password" ;
122 // ********************************************************************** EOF