xref: /AOO42X/main/svx/source/dialog/passwd.src (revision ae74bbdbe75f40d862e6d762da6eaf9591119a65)
109a1d057SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
309a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
409a1d057SAndrew Rist * or more contributor license agreements.  See the NOTICE file
509a1d057SAndrew Rist * distributed with this work for additional information
609a1d057SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
709a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the
809a1d057SAndrew Rist * "License"); you may not use this file except in compliance
909a1d057SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
1109a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
1309a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing,
1409a1d057SAndrew Rist * software distributed under the License is distributed on an
1509a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1609a1d057SAndrew Rist * KIND, either express or implied.  See the License for the
1709a1d057SAndrew Rist * specific language governing permissions and limitations
1809a1d057SAndrew Rist * under the License.
19cdf0e10cSrcweir *
2009a1d057SAndrew Rist *************************************************************/
2109a1d057SAndrew Rist
2209a1d057SAndrew Rist
23*ae74bbdbSmseidel
24cdf0e10cSrcweir// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include <svx/dialogs.hrc>
26cdf0e10cSrcweir#include "helpid.hrc"
27cdf0e10cSrcweir#include "passwd.hrc"
28cdf0e10cSrcweir// pragma ----------------------------------------------------------------
29cdf0e10cSrcweir
30cdf0e10cSrcweir// RID_SVXDLG_PASSWORD ---------------------------------------------------
31cdf0e10cSrcweirModalDialog RID_SVXDLG_PASSWORD
32cdf0e10cSrcweir{
33cdf0e10cSrcweir    HelpId = HID_PASSWORD ;
34cdf0e10cSrcweir    OutputSize = TRUE ;
35cdf0e10cSrcweir    SVLook = TRUE ;
36cdf0e10cSrcweir    Size = MAP_APPFONT ( 210, 77 ) ;
37cdf0e10cSrcweir    Moveable = TRUE ;
38cdf0e10cSrcweir    FixedText FT_OLD_PASSWD
39cdf0e10cSrcweir    {
40cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 16 ) ;
41cdf0e10cSrcweir        Size = MAP_APPFONT ( 57, 8 ) ;
42cdf0e10cSrcweir        Text [ en-US ] = "~Password" ;
43cdf0e10cSrcweir    };
44cdf0e10cSrcweir    Edit ED_OLD_PASSWD
45cdf0e10cSrcweir    {
46cdf0e10cSrcweir        HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD" ;
47cdf0e10cSrcweir        Border = TRUE ;
48cdf0e10cSrcweir        Pos = MAP_APPFONT ( 71, 14 ) ;
49cdf0e10cSrcweir        Size = MAP_APPFONT ( 71, 12 ) ;
50cdf0e10cSrcweir        PassWord = TRUE ;
51cdf0e10cSrcweir    };
52cdf0e10cSrcweir    FixedLine FL_OLD_PASSWD
53cdf0e10cSrcweir    {
54cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
55cdf0e10cSrcweir        Size = MAP_APPFONT ( 142, 8 ) ;
56cdf0e10cSrcweir        Text [ en-US ] = "Old password" ;
57cdf0e10cSrcweir    };
58cdf0e10cSrcweir    FixedText FT_NEW_PASSWD
59cdf0e10cSrcweir    {
60cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 45 ) ;
61cdf0e10cSrcweir        Size = MAP_APPFONT ( 57, 8 ) ;
62cdf0e10cSrcweir        Text [ en-US ] = "Pa~ssword" ;
63cdf0e10cSrcweir    };
64cdf0e10cSrcweir    Edit ED_NEW_PASSWD
65cdf0e10cSrcweir    {
66cdf0e10cSrcweir        HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD" ;
67cdf0e10cSrcweir        Border = TRUE ;
68cdf0e10cSrcweir        Pos = MAP_APPFONT ( 71, 43 ) ;
69cdf0e10cSrcweir        Size = MAP_APPFONT ( 71, 12 ) ;
70cdf0e10cSrcweir        PassWord = TRUE ;
71cdf0e10cSrcweir    };
72cdf0e10cSrcweir    FixedText FT_REPEAT_PASSWD
73cdf0e10cSrcweir    {
74cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 61 ) ;
75cdf0e10cSrcweir        Size = MAP_APPFONT ( 57, 8 ) ;
76cdf0e10cSrcweir        Text [ en-US ] = "Confi~rm" ;
77cdf0e10cSrcweir    };
78cdf0e10cSrcweir    Edit ED_REPEAT_PASSWD
79cdf0e10cSrcweir    {
80cdf0e10cSrcweir        HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD" ;
81cdf0e10cSrcweir        Border = TRUE ;
82cdf0e10cSrcweir        Pos = MAP_APPFONT ( 71, 59 ) ;
83cdf0e10cSrcweir        Size = MAP_APPFONT ( 71, 12 ) ;
84cdf0e10cSrcweir        PassWord = TRUE ;
85cdf0e10cSrcweir    };
86cdf0e10cSrcweir    FixedLine FL_NEW_PASSWD
87cdf0e10cSrcweir    {
88cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 32 ) ;
89cdf0e10cSrcweir        Size = MAP_APPFONT ( 142, 8 ) ;
90cdf0e10cSrcweir        Text [ en-US ] = "New password" ;
91cdf0e10cSrcweir    };
92cdf0e10cSrcweir    OKButton BTN_PASSWD_OK
93cdf0e10cSrcweir    {
94cdf0e10cSrcweir        Pos = MAP_APPFONT ( 154, 6 ) ;
95cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
96cdf0e10cSrcweir        DefButton = TRUE ;
97cdf0e10cSrcweir        Disable = TRUE ;
98cdf0e10cSrcweir    };
99cdf0e10cSrcweir    CancelButton BTN_PASSWD_ESC
100cdf0e10cSrcweir    {
101cdf0e10cSrcweir        Pos = MAP_APPFONT ( 154, 23 ) ;
102cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
103cdf0e10cSrcweir    };
104cdf0e10cSrcweir    HelpButton BTN_PASSWD_HELP
105cdf0e10cSrcweir    {
106cdf0e10cSrcweir        Pos = MAP_APPFONT ( 154, 43 ) ;
107cdf0e10cSrcweir        Size = MAP_APPFONT ( 50, 14 ) ;
108cdf0e10cSrcweir    };
109cdf0e10cSrcweir    String STR_ERR_OLD_PASSWD
110cdf0e10cSrcweir    {
111cdf0e10cSrcweir        Text [ en-US ] = "Invalid password" ;
112cdf0e10cSrcweir    };
113cdf0e10cSrcweir    String STR_ERR_REPEAT_PASSWD
114cdf0e10cSrcweir    {
115cdf0e10cSrcweir        Text [ en-US ] = "Passwords do not match" ;
116cdf0e10cSrcweir    };
117cdf0e10cSrcweir    Text [ en-US ] = "Change Password" ;
118cdf0e10cSrcweir};
119*ae74bbdbSmseidel
120cdf0e10cSrcweir// ********************************************************************** EOF
121