update credits
[LibreOffice.git] / svx / source / dialog / passwd.src
blobbb0d96139223264adef3e800d3bfcece3dc2a5c3
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <svx/dialogs.hrc>
21 #include "helpid.hrc"
22 #include "passwd.hrc"
24  // RID_SVXDLG_PASSWORD ---------------------------------------------------
25 ModalDialog RID_SVXDLG_PASSWORD
27     HelpId = HID_PASSWORD ;
28     OutputSize = TRUE ;
29     SVLook = TRUE ;
30     Size = MAP_APPFONT ( 210 , 77 ) ;
31     Moveable = TRUE ;
32     FixedText FT_OLD_PASSWD
33     {
34         Pos = MAP_APPFONT ( 12 , 16 ) ;
35         Size = MAP_APPFONT ( 57 , 8 ) ;
36         Text [ en-US ] = "~Password" ;
37     };
38     Edit ED_OLD_PASSWD
39     {
40         HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD";
41         Border = TRUE ;
42         Pos = MAP_APPFONT ( 71 , 14 ) ;
43         Size = MAP_APPFONT ( 71 , 12 ) ;
44         PassWord = TRUE ;
45     };
46     FixedLine FL_OLD_PASSWD
47     {
48         Pos = MAP_APPFONT ( 6 , 3 ) ;
49         Size = MAP_APPFONT ( 142 , 8 ) ;
50         Text [ en-US ] = "Old password" ;
51     };
52     FixedText FT_NEW_PASSWD
53     {
54         Pos = MAP_APPFONT ( 12 , 45 ) ;
55         Size = MAP_APPFONT ( 57 , 8 ) ;
56         Text [ en-US ] = "Pa~ssword" ;
57     };
58     Edit ED_NEW_PASSWD
59     {
60         HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD";
61         Border = TRUE ;
62         Pos = MAP_APPFONT ( 71 , 43 ) ;
63         Size = MAP_APPFONT ( 71 , 12 ) ;
64         PassWord = TRUE ;
65     };
66     FixedText FT_REPEAT_PASSWD
67     {
68         Pos = MAP_APPFONT ( 12 , 61 ) ;
69         Size = MAP_APPFONT ( 57 , 8 ) ;
70         Text [ en-US ] = "Confi~rm";
71     };
72     Edit ED_REPEAT_PASSWD
73     {
74         HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD";
75         Border = TRUE ;
76         Pos = MAP_APPFONT ( 71 , 59 ) ;
77         Size = MAP_APPFONT ( 71 , 12 ) ;
78         PassWord = TRUE ;
79     };
80     FixedLine FL_NEW_PASSWD
81     {
82         Pos = MAP_APPFONT ( 6 , 32 ) ;
83         Size = MAP_APPFONT ( 142 , 8 ) ;
84         Text [ en-US ] = "New password" ;
85     };
86     OKButton BTN_PASSWD_OK
87     {
88         Pos = MAP_APPFONT ( 154 , 6 ) ;
89         Size = MAP_APPFONT ( 50 , 14 ) ;
90         DefButton = TRUE ;
91         Disable = TRUE ;
92     };
93     CancelButton BTN_PASSWD_ESC
94     {
95         Pos = MAP_APPFONT ( 154 , 23 ) ;
96         Size = MAP_APPFONT ( 50 , 14 ) ;
97     };
98     HelpButton BTN_PASSWD_HELP
99     {
100         Pos = MAP_APPFONT ( 154 , 43 ) ;
101         Size = MAP_APPFONT ( 50 , 14 ) ;
102     };
103     String STR_ERR_OLD_PASSWD
104     {
105         Text [ en-US ] = "Invalid password" ;
106     };
107     String STR_ERR_REPEAT_PASSWD
108     {
109         Text [ en-US ] = "Passwords do not match" ;
110     };
111     Text [ en-US ] = "Change Password" ;
113  // ********************************************************************** EOF
115 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */