2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
22 #include "logindlg.hrc"
24 ModalDialog DLG_UUI_LOGIN
26 HelpId = HID_DLG_LOGIN ;
31 Size = MAP_APPFONT( 177 , 247 ) ;
32 Text [ en-US ] = "Authentication Required" ;
34 FixedText FT_LOGIN_ERROR
36 Pos = MAP_APPFONT( 6 , 6 ) ;
37 Size = MAP_APPFONT( 165 , 8 ) ;
38 Text [ en-US ] = "Message from server:" ;
41 FixedText FT_INFO_LOGIN_ERROR
43 Pos = MAP_APPFONT( 6 , 14 ) ;
44 Size = MAP_APPFONT( 165 , 3*8 ) ;
50 Pos = MAP_APPFONT( 6 , 41 ) ;
51 Size = MAP_APPFONT( 165 , 8 ) ;
54 FixedText FT_INFO_LOGIN_REQUEST
56 Pos = MAP_APPFONT( 6 , 52 ) ;
57 Size = MAP_APPFONT( 165 , 2*8 ) ;
59 Text [ en-US ] = "Enter user name and password for: \n%1" ;
62 String STR_LOGIN_REALM
64 Text [ en-US ] = "Enter user name and password for: \n\"%2\" on %1" ;
69 Pos = MAP_APPFONT( 6 , 71 ) ;
70 Size = MAP_APPFONT( 165 , 8 ) ;
73 FixedText FT_LOGIN_PATH
75 Pos = MAP_APPFONT( 6 , 84 ) ;
76 Size = MAP_APPFONT( 112 , 8 ) ;
77 Text [ en-US ] = "~Path" ;
82 HelpId = HID_LOGIN_DLG_PATH;
84 Pos = MAP_APPFONT( 6 , 95 ) ;
85 Size = MAP_APPFONT( 112 , 12 ) ;
87 PushButton BTN_LOGIN_PATH
89 HelpId = HID_LOGIN_DLG_BROWSE;
90 Pos = MAP_APPFONT( 121 , 94 ) ;
91 Size = MAP_APPFONT( 50 , 14 ) ;
95 FixedText FT_LOGIN_USERNAME
97 Pos = MAP_APPFONT( 6 , 110 ) ;
98 Size = MAP_APPFONT( 165 , 8 ) ;
99 Text [ en-US ] = "~User name" ;
102 Edit ED_LOGIN_USERNAME
104 HelpId = HID_LOGIN_DLG_USER_NAME;
106 Pos = MAP_APPFONT( 6 , 121 ) ;
107 Size = MAP_APPFONT( 165 , 12 ) ;
110 FixedText FT_LOGIN_PASSWORD
112 Pos = MAP_APPFONT( 6 , 136 ) ;
113 Size = MAP_APPFONT( 165 , 8 ) ;
114 Text [ en-US ] = "Pass~word" ;
117 Edit ED_LOGIN_PASSWORD
119 HelpId = HID_LOGIN_DLG_PASSWORD;
121 Pos = MAP_APPFONT( 6 , 147 ) ;
122 Size = MAP_APPFONT( 165 , 12 ) ;
126 FixedText FT_LOGIN_ACCOUNT
128 Pos = MAP_APPFONT( 6 , 162 ) ;
129 Size = MAP_APPFONT( 165 , 8 ) ;
130 Text [ en-US ] = "A~ccount";
133 Edit ED_LOGIN_ACCOUNT
135 HelpId = HID_LOGIN_DLG_ACCOUNT;
137 Pos = MAP_APPFONT( 6 , 173 ) ;
138 Size = MAP_APPFONT( 165 , 12 ) ;
142 CheckBox CB_LOGIN_SAVEPASSWORD
144 HelpId = HID_LOGIN_DLG_REMEMBER_PASSWORD;
145 Pos = MAP_APPFONT( 6 , 190 ) ;
146 Size = MAP_APPFONT( 165 , 10 ) ;
147 Text [ en-US ] = "~Remember password" ;
150 CheckBox CB_LOGIN_USESYSCREDS
152 HelpId = HID_LOGIN_DLG_USE_SYSTEM_CREDENTIALS;
153 Pos = MAP_APPFONT( 6 , 203 ) ;
154 Size = MAP_APPFONT( 165 , 10 ) ;
155 Text [ en-US ] = "~Use system credentials" ;
160 Pos = MAP_APPFONT( 0 , 216 ) ;
161 Size = MAP_APPFONT( 177 , 8 ) ;
164 HelpButton BTN_LOGIN_HELP
166 Pos = MAP_APPFONT( 6 , 227 ) ;
167 Size = MAP_APPFONT( 50 , 14 ) ;
170 OKButton BTN_LOGIN_OK
172 Pos = MAP_APPFONT( 66 , 227 ) ;
173 Size = MAP_APPFONT( 50 , 14 ) ;
177 CancelButton BTN_LOGIN_CANCEL
179 Pos = MAP_APPFONT( 121 , 227 ) ;
180 Size = MAP_APPFONT( 50 , 14 ) ;