xref: /trunk/main/svx/source/dialog/passwd.src (revision e6cdf3af)
109a1d057SAndrew Rist/**************************************************************
2*e6cdf3afSmseidel *
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
10*e6cdf3afSmseidel *
1109a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*e6cdf3afSmseidel *
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.
19*e6cdf3afSmseidel *
2009a1d057SAndrew Rist *************************************************************/
2109a1d057SAndrew Rist
2209a1d057SAndrew Rist
23*e6cdf3afSmseidel
24*e6cdf3afSmseidel// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include <svx/dialogs.hrc>
26cdf0e10cSrcweir#include "helpid.hrc"
27cdf0e10cSrcweir#include "passwd.hrc"
28*e6cdf3afSmseidel// pragma ----------------------------------------------------------------
29cdf0e10cSrcweir
30*e6cdf3afSmseidel// RID_SVXDLG_PASSWORD ---------------------------------------------------
31cdf0e10cSrcweirModalDialog RID_SVXDLG_PASSWORD
32cdf0e10cSrcweir{
33cdf0e10cSrcweir	HelpId = HID_PASSWORD ;
34cdf0e10cSrcweir	OutputSize = TRUE ;
35cdf0e10cSrcweir	SVLook = TRUE ;
36*e6cdf3afSmseidel	Size = MAP_APPFONT ( 210, 77 ) ;
37cdf0e10cSrcweir	Moveable = TRUE ;
38cdf0e10cSrcweir	FixedText FT_OLD_PASSWD
39cdf0e10cSrcweir	{
40*e6cdf3afSmseidel		Pos = MAP_APPFONT ( 12, 16 ) ;
41*e6cdf3afSmseidel		Size = MAP_APPFONT ( 57, 8 ) ;
42cdf0e10cSrcweir		Text [ en-US ] = "~Password" ;
43cdf0e10cSrcweir	};
44cdf0e10cSrcweir	Edit ED_OLD_PASSWD
45cdf0e10cSrcweir	{
46*e6cdf3afSmseidel		HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD" ;
47cdf0e10cSrcweir		Border = TRUE ;
48*e6cdf3afSmseidel		Pos = MAP_APPFONT ( 71, 14 ) ;
49*e6cdf3afSmseidel		Size = MAP_APPFONT ( 71, 12 ) ;
50cdf0e10cSrcweir		PassWord = TRUE ;
51cdf0e10cSrcweir	};
52*e6cdf3afSmseidel	FixedLine FL_OLD_PASSWD
53cdf0e10cSrcweir	{
54*e6cdf3afSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
55*e6cdf3afSmseidel		Size = MAP_APPFONT ( 142, 8 ) ;
56cdf0e10cSrcweir		Text [ en-US ] = "Old password" ;
57cdf0e10cSrcweir	};
58cdf0e10cSrcweir	FixedText FT_NEW_PASSWD
59cdf0e10cSrcweir	{
60*e6cdf3afSmseidel		Pos = MAP_APPFONT ( 12, 45 ) ;
61*e6cdf3afSmseidel		Size = MAP_APPFONT ( 57, 8 ) ;
62cdf0e10cSrcweir		Text [ en-US ] = "Pa~ssword" ;
63cdf0e10cSrcweir	};
64cdf0e10cSrcweir	Edit ED_NEW_PASSWD
65cdf0e10cSrcweir	{
66*e6cdf3afSmseidel		HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD" ;
67cdf0e10cSrcweir		Border = TRUE ;
68*e6cdf3afSmseidel		Pos = MAP_APPFONT ( 71, 43 ) ;
69*e6cdf3afSmseidel		Size = MAP_APPFONT ( 71, 12 ) ;
70cdf0e10cSrcweir		PassWord = TRUE ;
71cdf0e10cSrcweir	};
72cdf0e10cSrcweir	FixedText FT_REPEAT_PASSWD
73cdf0e10cSrcweir	{
74*e6cdf3afSmseidel		Pos = MAP_APPFONT ( 12, 61 ) ;
75*e6cdf3afSmseidel		Size = MAP_APPFONT ( 57, 8 ) ;
76*e6cdf3afSmseidel		Text [ en-US ] = "Confi~rm" ;
77cdf0e10cSrcweir	};
78cdf0e10cSrcweir	Edit ED_REPEAT_PASSWD
79cdf0e10cSrcweir	{
80*e6cdf3afSmseidel		HelpID = "svx:Edit:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD" ;
81cdf0e10cSrcweir		Border = TRUE ;
82*e6cdf3afSmseidel		Pos = MAP_APPFONT ( 71, 59 ) ;
83*e6cdf3afSmseidel		Size = MAP_APPFONT ( 71, 12 ) ;
84cdf0e10cSrcweir		PassWord = TRUE ;
85cdf0e10cSrcweir	};
86*e6cdf3afSmseidel	FixedLine FL_NEW_PASSWD
87cdf0e10cSrcweir	{
88*e6cdf3afSmseidel		Pos = MAP_APPFONT ( 6, 32 ) ;
89*e6cdf3afSmseidel		Size = MAP_APPFONT ( 142, 8 ) ;
90cdf0e10cSrcweir		Text [ en-US ] = "New password" ;
91cdf0e10cSrcweir	};
92cdf0e10cSrcweir	OKButton BTN_PASSWD_OK
93cdf0e10cSrcweir	{
94*e6cdf3afSmseidel		Pos = MAP_APPFONT ( 154, 6 ) ;
95*e6cdf3afSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
96cdf0e10cSrcweir		DefButton = TRUE ;
97cdf0e10cSrcweir		Disable = TRUE ;
98cdf0e10cSrcweir	};
99cdf0e10cSrcweir	CancelButton BTN_PASSWD_ESC
100cdf0e10cSrcweir	{
101*e6cdf3afSmseidel		Pos = MAP_APPFONT ( 154, 23 ) ;
102*e6cdf3afSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
103cdf0e10cSrcweir	};
104cdf0e10cSrcweir	HelpButton BTN_PASSWD_HELP
105cdf0e10cSrcweir	{
106*e6cdf3afSmseidel		Pos = MAP_APPFONT ( 154, 43 ) ;
107*e6cdf3afSmseidel		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};
119cdf0e10cSrcweir
120*e6cdf3afSmseidel// ********************************************************************** EOF
121