Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / uui / source / logindlg.src
blobea3de7043c04ad19e98e7a19088d3b3ad8beff13
1 /*
2  * This file is part of the LibreOffice project.
3  *
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/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
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 .
17  */
19 #define __RSC
21 #include "ids.hrc"
22 #include "logindlg.hrc"
24 ModalDialog DLG_UUI_LOGIN
26     HelpId = HID_DLG_LOGIN ;
27     Border = TRUE ;
28     Moveable = TRUE ;
29     OutputSize = TRUE ;
30     SVLook = TRUE ;
31     Size = MAP_APPFONT( 177 , 247 ) ;
32     Text [ en-US ] = "Authentication Required" ;
34     FixedText FT_LOGIN_ERROR
35     {
36         Pos = MAP_APPFONT( 6 , 6 ) ;
37         Size = MAP_APPFONT( 165 , 8 ) ;
38         Text [ en-US ] = "Message from server:" ;
39     };
41     FixedText FT_INFO_LOGIN_ERROR
42     {
43         Pos = MAP_APPFONT( 6 , 14 ) ;
44         Size = MAP_APPFONT( 165 , 3*8 ) ;
45         WordBreak = TRUE ;
46     };
48     FixedLine FL_LOGIN_1
49     {
50         Pos = MAP_APPFONT( 6 , 41 ) ;
51         Size = MAP_APPFONT( 165 , 8 ) ;
52     };
54     FixedText FT_INFO_LOGIN_REQUEST
55     {
56         Pos = MAP_APPFONT( 6 , 52 ) ;
57         Size = MAP_APPFONT( 165 , 2*8 ) ;
58         WordBreak = TRUE ;
59         Text [ en-US ] = "Enter user name and password for: \n%1" ;
60     };
62     String STR_LOGIN_REALM
63     {
64         Text [ en-US ] = "Enter user name and password for: \n\"%2\" on %1" ;
65     };
67     FixedLine FL_LOGIN_2
68     {
69         Pos = MAP_APPFONT( 6 , 71 ) ;
70         Size = MAP_APPFONT( 165 , 8 ) ;
71     };
73     FixedText FT_LOGIN_PATH
74     {
75         Pos = MAP_APPFONT( 6 , 84 ) ;
76         Size = MAP_APPFONT( 112 , 8 ) ;
77         Text [ en-US ] = "~Path" ;
78     };
80     Edit ED_LOGIN_PATH
81     {
82         HelpId = HID_LOGIN_DLG_PATH;
83         Border = TRUE ;
84         Pos = MAP_APPFONT( 6 , 95 ) ;
85         Size = MAP_APPFONT( 112 , 12 ) ;
86     };
87     PushButton BTN_LOGIN_PATH
88     {
89         HelpId = HID_LOGIN_DLG_BROWSE;
90         Pos = MAP_APPFONT( 121 , 94 ) ;
91         Size = MAP_APPFONT( 50 , 14 ) ;
92         Text = "~Browse..." ;
93     };
95     FixedText FT_LOGIN_USERNAME
96     {
97         Pos = MAP_APPFONT( 6 , 110 ) ;
98         Size = MAP_APPFONT( 165 , 8 ) ;
99         Text [ en-US ] = "~User name" ;
100     };
102     Edit ED_LOGIN_USERNAME
103     {
104         HelpId = HID_LOGIN_DLG_USER_NAME;
105         Border = TRUE ;
106         Pos = MAP_APPFONT( 6 , 121 ) ;
107         Size = MAP_APPFONT( 165 , 12 ) ;
108     };
110     FixedText FT_LOGIN_PASSWORD
111     {
112         Pos = MAP_APPFONT( 6 , 136 ) ;
113         Size = MAP_APPFONT( 165 , 8 ) ;
114         Text [ en-US ] = "Pass~word" ;
115     };
117     Edit ED_LOGIN_PASSWORD
118     {
119         HelpId = HID_LOGIN_DLG_PASSWORD;
120         Border = TRUE ;
121         Pos = MAP_APPFONT( 6 , 147 ) ;
122         Size = MAP_APPFONT( 165 , 12 ) ;
123         PassWord = TRUE ;
124     };
126     FixedText FT_LOGIN_ACCOUNT
127     {
128         Pos = MAP_APPFONT( 6 , 162 ) ;
129         Size = MAP_APPFONT( 165 , 8 ) ;
130         Text [ en-US ] = "A~ccount";
131     };
133     Edit ED_LOGIN_ACCOUNT
134     {
135         HelpId = HID_LOGIN_DLG_ACCOUNT;
136         Border = TRUE ;
137         Pos = MAP_APPFONT( 6 , 173 ) ;
138         Size = MAP_APPFONT( 165 , 12 ) ;
139         PassWord = TRUE ;
140     };
142     CheckBox CB_LOGIN_SAVEPASSWORD
143     {
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" ;
148     };
150     CheckBox CB_LOGIN_USESYSCREDS
151     {
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" ;
156     };
158     FixedLine FL_BUTTONS
159     {
160         Pos = MAP_APPFONT( 0 , 216 ) ;
161         Size = MAP_APPFONT( 177 , 8 ) ;
162     };
164     HelpButton BTN_LOGIN_HELP
165     {
166         Pos = MAP_APPFONT( 6 , 227 ) ;
167         Size = MAP_APPFONT( 50 , 14 ) ;
168     };
170     OKButton BTN_LOGIN_OK
171     {
172         Pos = MAP_APPFONT( 66 , 227 ) ;
173         Size = MAP_APPFONT( 50 , 14 ) ;
174         DefButton = TRUE ;
175     };
177     CancelButton BTN_LOGIN_CANCEL
178     {
179         Pos = MAP_APPFONT( 121 , 227 ) ;
180         Size = MAP_APPFONT( 50 , 14 ) ;
181     };