1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
33 #ifndef UUI_PASSWORDDLG_HRC
34 #include <passworddlg.hrc>
37 ModalDialog DLG_UUI_PASSWORD
39 HelpId = HID_DLG_PASSWORD_UUI;
44 Size = MAP_APPFONT( 165, 95 );
48 Pos = MAP_APPFONT( 3, 6 );
49 Size = MAP_APPFONT( 159, 8 );
55 HelpID = "uui:Edit:DLG_UUI_PASSWORD:ED_PASSWORD";
56 Pos = MAP_APPFONT( 3, 17 );
57 Size = MAP_APPFONT( 159, 12 );
62 FixedText FT_CONFIRM_PASSWORD
64 Pos = MAP_APPFONT( 3, 34 );
65 Size = MAP_APPFONT( 159, 8 );
69 Edit ED_CONFIRM_PASSWORD
71 HelpID = "uui:Edit:DLG_UUI_PASSWORD:ED_CONFIRM_PASSWORD";
72 Pos = MAP_APPFONT( 3, 45 );
73 Size = MAP_APPFONT( 159, 12 );
78 FixedLine FL_FIXED_LINE_1
80 Pos = MAP_APPFONT( 0, 63 );
81 Size = MAP_APPFONT( 165, 8 );
84 HelpButton BTN_PASSWORD_HELP
86 Pos = MAP_APPFONT( 3, 76 );
87 Size = MAP_APPFONT( 50, 14 );
90 OKButton BTN_PASSWORD_OK
92 Pos = MAP_APPFONT( 59, 76 );
93 Size = MAP_APPFONT( 50, 14 );
97 CancelButton BTN_PASSWORD_CANCEL
99 Pos = MAP_APPFONT( 112, 76 );
100 Size = MAP_APPFONT( 50, 14 );
103 String STR_ENTER_PASSWORD_TO_OPEN
105 Text [ en-US ] = "Enter password to open file: \n";
108 String STR_ENTER_PASSWORD_TO_MODIFY
110 Text [ en-US ] = "Enter password to modify file: \n";
113 String STR_ENTER_SIMPLE_PASSWORD
115 Text [ en-US ] = "Enter password: ";
118 String STR_CONFIRM_SIMPLE_PASSWORD
120 Text [ en-US ] = "Confirm password: ";
123 String STR_TITLE_CREATE_PASSWORD
125 Text [ en-US ] = "Set Password";
128 String STR_TITLE_ENTER_PASSWORD
130 Text [ en-US ] = "Enter Password";
133 String STR_PASSWORD_MISMATCH
135 Text [ en-US ] = "The confirmation password did not match the password. Set the password again by entering the same password in both boxes." ;