bump product version to 4.1.6.2
[LibreOffice.git] / uui / source / logindlg.src
blob6a6a5f52ad0ca123129c660b0be0dae6e3076eae
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #define __RSC
22 #include "ids.hrc"
23 #include "logindlg.hrc"
25 ModalDialog DLG_UUI_LOGIN
27     HelpId = HID_DLG_LOGIN ;
28     Border = TRUE ;
29     Moveable = TRUE ;
30     OutputSize = TRUE ;
31     SVLook = TRUE ;
32     Size = MAP_APPFONT( 177 , 247 ) ;
33     Text [ en-US ] = "Authentication Required" ;
35     FixedText FT_LOGIN_ERROR
36     {
37         Pos = MAP_APPFONT( 6 , 6 ) ;
38         Size = MAP_APPFONT( 165 , 8 ) ;
39         Text [ en-US ] = "Message from server:" ;
40     };
42     FixedText FT_INFO_LOGIN_ERROR
43     {
44         Pos = MAP_APPFONT( 6 , 14 ) ;
45         Size = MAP_APPFONT( 165 , 3*8 ) ;
46         WordBreak = TRUE ;
47     };
49     FixedLine FL_LOGIN_1
50     {
51         Pos = MAP_APPFONT( 6 , 41 ) ;
52         Size = MAP_APPFONT( 165 , 8 ) ;
53     };
55     FixedText FT_INFO_LOGIN_REQUEST
56     {
57         Pos = MAP_APPFONT( 6 , 52 ) ;
58         Size = MAP_APPFONT( 165 , 2*8 ) ;
59         WordBreak = TRUE ;
60         Text [ en-US ] = "Enter user name and password for: \n%1" ;
61     };
63     String STR_LOGIN_REALM
64     {
65         Text [ en-US ] = "Enter user name and password for: \n\"%2\" on %1" ;
66     };
68     FixedLine FL_LOGIN_2
69     {
70         Pos = MAP_APPFONT( 6 , 71 ) ;
71         Size = MAP_APPFONT( 165 , 8 ) ;
72     };
74     FixedText FT_LOGIN_PATH
75     {
76         Pos = MAP_APPFONT( 6 , 84 ) ;
77         Size = MAP_APPFONT( 112 , 8 ) ;
78         Text [ en-US ] = "~Path" ;
79     };
81     Edit ED_LOGIN_PATH
82     {
83         HelpId = HID_LOGIN_DLG_PATH;
84         Border = TRUE ;
85         Pos = MAP_APPFONT( 6 , 95 ) ;
86         Size = MAP_APPFONT( 112 , 12 ) ;
87     };
88     PushButton BTN_LOGIN_PATH
89     {
90         HelpId = HID_LOGIN_DLG_BROWSE;
91         Pos = MAP_APPFONT( 121 , 94 ) ;
92         Size = MAP_APPFONT( 50 , 14 ) ;
93         Text = "~Browse..." ;
94     };
96     FixedText FT_LOGIN_USERNAME
97     {
98         Pos = MAP_APPFONT( 6 , 110 ) ;
99         Size = MAP_APPFONT( 165 , 8 ) ;
100         Text [ en-US ] = "~User name" ;
101     };
103     Edit ED_LOGIN_USERNAME
104     {
105         HelpId = HID_LOGIN_DLG_USER_NAME;
106         Border = TRUE ;
107         Pos = MAP_APPFONT( 6 , 121 ) ;
108         Size = MAP_APPFONT( 165 , 12 ) ;
109     };
111     FixedText FT_LOGIN_PASSWORD
112     {
113         Pos = MAP_APPFONT( 6 , 136 ) ;
114         Size = MAP_APPFONT( 165 , 8 ) ;
115         Text [ en-US ] = "Pass~word" ;
116     };
118     Edit ED_LOGIN_PASSWORD
119     {
120         HelpId = HID_LOGIN_DLG_PASSWORD;
121         Border = TRUE ;
122         Pos = MAP_APPFONT( 6 , 147 ) ;
123         Size = MAP_APPFONT( 165 , 12 ) ;
124         PassWord = TRUE ;
125     };
127     FixedText FT_LOGIN_ACCOUNT
128     {
129         Pos = MAP_APPFONT( 6 , 162 ) ;
130         Size = MAP_APPFONT( 165 , 8 ) ;
131         Text [ en-US ] = "A~ccount";
132     };
134     Edit ED_LOGIN_ACCOUNT
135     {
136         HelpId = HID_LOGIN_DLG_ACCOUNT;
137         Border = TRUE ;
138         Pos = MAP_APPFONT( 6 , 173 ) ;
139         Size = MAP_APPFONT( 165 , 12 ) ;
140         PassWord = TRUE ;
141     };
143     CheckBox CB_LOGIN_SAVEPASSWORD
144     {
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" ;
149     };
151     CheckBox CB_LOGIN_USESYSCREDS
152     {
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" ;
157     };
159     FixedLine FL_BUTTONS
160     {
161         Pos = MAP_APPFONT( 0 , 216 ) ;
162         Size = MAP_APPFONT( 177 , 8 ) ;
163     };
165     HelpButton BTN_LOGIN_HELP
166     {
167         Pos = MAP_APPFONT( 6 , 227 ) ;
168         Size = MAP_APPFONT( 50 , 14 ) ;
169     };
171     OKButton BTN_LOGIN_OK
172     {
173         Pos = MAP_APPFONT( 66 , 227 ) ;
174         Size = MAP_APPFONT( 50 , 14 ) ;
175         DefButton = TRUE ;
176     };
178     CancelButton BTN_LOGIN_CANCEL
179     {
180         Pos = MAP_APPFONT( 121 , 227 ) ;
181         Size = MAP_APPFONT( 50 , 14 ) ;
182     };
185 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */