2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
22 #include <passworddlg.hrc>
24 ModalDialog DLG_UUI_PASSWORD
26 HelpId = HID_DLG_PASSWORD_UUI;
31 Size = MAP_APPFONT( 165, 95 );
35 Pos = MAP_APPFONT( 3, 6 );
36 Size = MAP_APPFONT( 159, 8 );
42 HelpID = "uui:Edit:DLG_UUI_PASSWORD:ED_PASSWORD";
43 Pos = MAP_APPFONT( 3, 17 );
44 Size = MAP_APPFONT( 159, 12 );
49 FixedText FT_CONFIRM_PASSWORD
51 Pos = MAP_APPFONT( 3, 34 );
52 Size = MAP_APPFONT( 159, 8 );
56 Edit ED_CONFIRM_PASSWORD
58 HelpID = "uui:Edit:DLG_UUI_PASSWORD:ED_CONFIRM_PASSWORD";
59 Pos = MAP_APPFONT( 3, 45 );
60 Size = MAP_APPFONT( 159, 12 );
65 FixedLine FL_FIXED_LINE_1
67 Pos = MAP_APPFONT( 0, 63 );
68 Size = MAP_APPFONT( 165, 8 );
71 HelpButton BTN_PASSWORD_HELP
73 Pos = MAP_APPFONT( 3, 76 );
74 Size = MAP_APPFONT( 50, 14 );
77 OKButton BTN_PASSWORD_OK
79 Pos = MAP_APPFONT( 59, 76 );
80 Size = MAP_APPFONT( 50, 14 );
84 CancelButton BTN_PASSWORD_CANCEL
86 Pos = MAP_APPFONT( 112, 76 );
87 Size = MAP_APPFONT( 50, 14 );
90 String STR_ENTER_PASSWORD_TO_OPEN
92 Text [ en-US ] = "Enter password to open file: \n";
95 String STR_ENTER_PASSWORD_TO_MODIFY
97 Text [ en-US ] = "Enter password to modify file: \n";
100 String STR_ENTER_SIMPLE_PASSWORD
102 Text [ en-US ] = "Enter password: ";
105 String STR_CONFIRM_SIMPLE_PASSWORD
107 Text [ en-US ] = "Confirm password: ";
110 String STR_TITLE_CREATE_PASSWORD
112 Text [ en-US ] = "Set Password";
115 String STR_TITLE_ENTER_PASSWORD
117 Text [ en-US ] = "Enter Password";
120 String STR_PASSWORD_MISMATCH
122 Text [ en-US ] = "The confirmation password did not match the password. Set the password again by entering the same password in both boxes." ;