1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include <svx/dialogs.hrc>
24 // RID_SVXDLG_PASSWORD ---------------------------------------------------
25 ModalDialog RID_SVXDLG_PASSWORD
27 HelpId = HID_PASSWORD ;
30 Size = MAP_APPFONT ( 210 , 77 ) ;
32 FixedText FT_OLD_PASSWD
34 Pos = MAP_APPFONT ( 12 , 16 ) ;
35 Size = MAP_APPFONT ( 57 , 8 ) ;
36 Text [ en-US ] = "~Password" ;
40 HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD";
42 Pos = MAP_APPFONT ( 71 , 14 ) ;
43 Size = MAP_APPFONT ( 71 , 12 ) ;
46 FixedLine FL_OLD_PASSWD
48 Pos = MAP_APPFONT ( 6 , 3 ) ;
49 Size = MAP_APPFONT ( 142 , 8 ) ;
50 Text [ en-US ] = "Old password" ;
52 FixedText FT_NEW_PASSWD
54 Pos = MAP_APPFONT ( 12 , 45 ) ;
55 Size = MAP_APPFONT ( 57 , 8 ) ;
56 Text [ en-US ] = "Pa~ssword" ;
60 HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD";
62 Pos = MAP_APPFONT ( 71 , 43 ) ;
63 Size = MAP_APPFONT ( 71 , 12 ) ;
66 FixedText FT_REPEAT_PASSWD
68 Pos = MAP_APPFONT ( 12 , 61 ) ;
69 Size = MAP_APPFONT ( 57 , 8 ) ;
70 Text [ en-US ] = "Confi~rm";
74 HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD";
76 Pos = MAP_APPFONT ( 71 , 59 ) ;
77 Size = MAP_APPFONT ( 71 , 12 ) ;
80 FixedLine FL_NEW_PASSWD
82 Pos = MAP_APPFONT ( 6 , 32 ) ;
83 Size = MAP_APPFONT ( 142 , 8 ) ;
84 Text [ en-US ] = "New password" ;
86 OKButton BTN_PASSWD_OK
88 Pos = MAP_APPFONT ( 154 , 6 ) ;
89 Size = MAP_APPFONT ( 50 , 14 ) ;
93 CancelButton BTN_PASSWD_ESC
95 Pos = MAP_APPFONT ( 154 , 23 ) ;
96 Size = MAP_APPFONT ( 50 , 14 ) ;
98 HelpButton BTN_PASSWD_HELP
100 Pos = MAP_APPFONT ( 154 , 43 ) ;
101 Size = MAP_APPFONT ( 50 , 14 ) ;
103 String STR_ERR_OLD_PASSWD
105 Text [ en-US ] = "Invalid password" ;
107 String STR_ERR_REPEAT_PASSWD
109 Text [ en-US ] = "Passwords do not match" ;
111 Text [ en-US ] = "Change Password" ;
113 // ********************************************************************** EOF
115 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */