1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: logindlg.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
32 #include <svtools/svtools.hrc>
35 #ifndef _SVTOOLS_LOGINDLG_HRC_
36 #include "logindlg.hrc"
41 // HelpId = HID_DLG_LOGIN ;
46 Size = MAP_APPFONT ( 265 , 158 ) ;
47 FixedText INFO_LOGIN_ERROR
49 Pos = MAP_APPFONT ( 12 , 14 ) ;
50 Size = MAP_APPFONT ( 185 , 18 ) ;
53 FixedLine GB_LOGIN_ERROR
55 Pos = MAP_APPFONT ( 6 , 3 ) ;
56 Size = MAP_APPFONT ( 197 , 8 ) ;
57 Text [ en-US ] = "Message from server" ;
59 FixedText INFO_LOGIN_REQUEST
61 Pos = MAP_APPFONT ( 12 , 55 ) ;
62 Size = MAP_APPFONT ( 185 , 18 ) ;
64 Text [ en-US ] = "Please enter user name and password for %1." ;
66 FixedText FT_LOGIN_PATH
68 Pos = MAP_APPFONT ( 12 , 77 ) ;
69 Size = MAP_APPFONT ( 57 , 10 ) ;
70 Text [ en-US ] = "~Path" ;
75 Pos = MAP_APPFONT ( 72 , 76 ) ;
76 Size = MAP_APPFONT ( 108 , 12 ) ;
78 FixedText INFO_LOGIN_PATH
81 Pos = MAP_APPFONT ( 72 , 77 ) ;
82 Size = MAP_APPFONT ( 125 , 10 ) ;
84 PushButton BTN_LOGIN_PATH
86 Pos = MAP_APPFONT ( 183 , 75 ) ;
87 Size = MAP_APPFONT ( 14 , 14 ) ;
90 FixedText FT_LOGIN_USERNAME
92 Pos = MAP_APPFONT ( 12 , 92 ) ;
93 Size = MAP_APPFONT ( 57 , 10 ) ;
94 Text [ en-US ] = "~User name" ;
96 Edit ED_LOGIN_USERNAME
99 Pos = MAP_APPFONT ( 72 , 91 ) ;
100 Size = MAP_APPFONT ( 125 , 12 ) ;
102 FixedText INFO_LOGIN_USERNAME
105 Pos = MAP_APPFONT ( 72 , 92 ) ;
106 Size = MAP_APPFONT ( 125 , 10 ) ;
108 FixedText FT_LOGIN_PASSWORD
110 Pos = MAP_APPFONT ( 12 , 107 ) ;
111 Size = MAP_APPFONT ( 57 , 10 ) ;
112 Text [ en-US ] = "Pass~word" ;
114 Edit ED_LOGIN_PASSWORD
117 Pos = MAP_APPFONT ( 72 , 106 ) ;
118 Size = MAP_APPFONT ( 125 , 12 ) ;
121 FixedText FT_LOGIN_ACCOUNT
123 Pos = MAP_APPFONT ( 12 , 122 ) ;
124 Size = MAP_APPFONT ( 57 , 10 ) ;
125 Text [ en-US ] = "A~ccount";
127 Edit ED_LOGIN_ACCOUNT
130 Pos = MAP_APPFONT ( 72 , 121 ) ;
131 Size = MAP_APPFONT ( 125 , 12 ) ;
134 CheckBox CB_LOGIN_SAVEPASSWORD
136 Pos = MAP_APPFONT ( 12 , 136 ) ;
137 Size = MAP_APPFONT ( 185 , 10 ) ;
138 Text [ en-US ] = "~Save password" ;
140 FixedLine GB_LOGIN_LOGIN
142 Pos = MAP_APPFONT ( 7 , 44 ) ;
143 Size = MAP_APPFONT ( 197 , 8 ) ;
144 Text [ en-US ] = "Log in" ;
146 OKButton BTN_LOGIN_OK
148 Pos = MAP_APPFONT ( 209 , 6 ) ;
149 Size = MAP_APPFONT ( 50 , 14 ) ;
152 CancelButton BTN_LOGIN_CANCEL
154 Pos = MAP_APPFONT ( 209 , 23 ) ;
155 Size = MAP_APPFONT ( 50 , 14 ) ;
157 HelpButton BTN_LOGIN_HELP
159 Pos = MAP_APPFONT ( 209 , 43 ) ;
160 Size = MAP_APPFONT ( 50 , 14 ) ;
164 Text [ en-US ] = "to " ;
166 Text [ en-US ] = "User Name and Password Required" ;