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 .
23 #include "logindlg.hrc"
25 ModalDialog DLG_UUI_LOGIN
27 HelpId = HID_DLG_LOGIN ;
32 Size = MAP_APPFONT( 177 , 247 ) ;
33 Text [ en-US ] = "Authentication Required" ;
35 FixedText FT_LOGIN_ERROR
37 Pos = MAP_APPFONT( 6 , 6 ) ;
38 Size = MAP_APPFONT( 165 , 8 ) ;
39 Text [ en-US ] = "Message from server:" ;
42 FixedText FT_INFO_LOGIN_ERROR
44 Pos = MAP_APPFONT( 6 , 14 ) ;
45 Size = MAP_APPFONT( 165 , 3*8 ) ;
51 Pos = MAP_APPFONT( 6 , 41 ) ;
52 Size = MAP_APPFONT( 165 , 8 ) ;
55 FixedText FT_INFO_LOGIN_REQUEST
57 Pos = MAP_APPFONT( 6 , 52 ) ;
58 Size = MAP_APPFONT( 165 , 2*8 ) ;
60 Text [ en-US ] = "Enter user name and password for: \n%1" ;
63 String STR_LOGIN_REALM
65 Text [ en-US ] = "Enter user name and password for: \n\"%2\" on %1" ;
70 Pos = MAP_APPFONT( 6 , 71 ) ;
71 Size = MAP_APPFONT( 165 , 8 ) ;
74 FixedText FT_LOGIN_PATH
76 Pos = MAP_APPFONT( 6 , 84 ) ;
77 Size = MAP_APPFONT( 112 , 8 ) ;
78 Text [ en-US ] = "~Path" ;
83 HelpId = HID_LOGIN_DLG_PATH;
85 Pos = MAP_APPFONT( 6 , 95 ) ;
86 Size = MAP_APPFONT( 112 , 12 ) ;
88 PushButton BTN_LOGIN_PATH
90 HelpId = HID_LOGIN_DLG_BROWSE;
91 Pos = MAP_APPFONT( 121 , 94 ) ;
92 Size = MAP_APPFONT( 50 , 14 ) ;
96 FixedText FT_LOGIN_USERNAME
98 Pos = MAP_APPFONT( 6 , 110 ) ;
99 Size = MAP_APPFONT( 165 , 8 ) ;
100 Text [ en-US ] = "~User name" ;
103 Edit ED_LOGIN_USERNAME
105 HelpId = HID_LOGIN_DLG_USER_NAME;
107 Pos = MAP_APPFONT( 6 , 121 ) ;
108 Size = MAP_APPFONT( 165 , 12 ) ;
111 FixedText FT_LOGIN_PASSWORD
113 Pos = MAP_APPFONT( 6 , 136 ) ;
114 Size = MAP_APPFONT( 165 , 8 ) ;
115 Text [ en-US ] = "Pass~word" ;
118 Edit ED_LOGIN_PASSWORD
120 HelpId = HID_LOGIN_DLG_PASSWORD;
122 Pos = MAP_APPFONT( 6 , 147 ) ;
123 Size = MAP_APPFONT( 165 , 12 ) ;
127 FixedText FT_LOGIN_ACCOUNT
129 Pos = MAP_APPFONT( 6 , 162 ) ;
130 Size = MAP_APPFONT( 165 , 8 ) ;
131 Text [ en-US ] = "A~ccount";
134 Edit ED_LOGIN_ACCOUNT
136 HelpId = HID_LOGIN_DLG_ACCOUNT;
138 Pos = MAP_APPFONT( 6 , 173 ) ;
139 Size = MAP_APPFONT( 165 , 12 ) ;
143 CheckBox CB_LOGIN_SAVEPASSWORD
145 HelpId = HID_LOGIN_DLG_REMEMBER_PASSWORD;
146 Pos = MAP_APPFONT( 6 , 190 ) ;
147 Size = MAP_APPFONT( 165 , 10 ) ;
148 Text [ en-US ] = "~Remember password" ;
151 CheckBox CB_LOGIN_USESYSCREDS
153 HelpId = HID_LOGIN_DLG_USE_SYSTEM_CREDENTIALS;
154 Pos = MAP_APPFONT( 6 , 203 ) ;
155 Size = MAP_APPFONT( 165 , 10 ) ;
156 Text [ en-US ] = "~Use system credentials" ;
161 Pos = MAP_APPFONT( 0 , 216 ) ;
162 Size = MAP_APPFONT( 177 , 8 ) ;
165 HelpButton BTN_LOGIN_HELP
167 Pos = MAP_APPFONT( 6 , 227 ) ;
168 Size = MAP_APPFONT( 50 , 14 ) ;
171 OKButton BTN_LOGIN_OK
173 Pos = MAP_APPFONT( 66 , 227 ) ;
174 Size = MAP_APPFONT( 50 , 14 ) ;
178 CancelButton BTN_LOGIN_CANCEL
180 Pos = MAP_APPFONT( 121 , 227 ) ;
181 Size = MAP_APPFONT( 50 , 14 ) ;
185 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */