Update ooo320-m1
[ooovba.git] / uui / source / logindlg.src
blob88dec194fb717073a925cbd682a429353ecda01a
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: logindlg.src,v $
10  * $Revision: 1.42 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #define __RSC
33 #ifndef UUI_IDS_HRC
34 #include "ids.hrc"
35 #endif
37 #ifndef UUI_LOGINDLG_HRC
38 #include "logindlg.hrc"
39 #endif
41 ModalDialog DLG_UUI_LOGIN
43     HelpId = HID_DLG_LOGIN ;
44     Border = TRUE ;
45     Moveable = TRUE ;
46     OutputSize = TRUE ;
47     SVLook = TRUE ;
48     Size = MAP_APPFONT ( 265 , 170 ) ;
49     FixedText INFO_LOGIN_ERROR
50     {
51         Pos = MAP_APPFONT ( 12 , 14 ) ;
52         Size = MAP_APPFONT ( 185 , 18 ) ;
53         WordBreak = TRUE ;
54     };
55     FixedLine GB_LOGIN_ERROR
56     {
57         Pos = MAP_APPFONT ( 6 , 3 ) ;
58         Size = MAP_APPFONT ( 197 , 8 ) ;
59         Text [ en-US ] = "Message from server" ;
60     };
61     FixedText INFO_LOGIN_REQUEST
62     {
63         Pos = MAP_APPFONT ( 12 , 55 ) ;
64         Size = MAP_APPFONT ( 185 , 18 ) ;
65         WordBreak = TRUE ;
66         Text [ en-US ] = "Enter the user name and password for %1 here." ;
67     };
68     FixedText FT_LOGIN_PATH
69     {
70         Pos = MAP_APPFONT ( 12 , 77 ) ;
71         Size = MAP_APPFONT ( 57 , 10 ) ;
72         Text [ en-US ] = "~Path" ;
73     };
74     Edit ED_LOGIN_PATH
75     {
76         Border = TRUE ;
77         Pos = MAP_APPFONT ( 72 , 76 ) ;
78         Size = MAP_APPFONT ( 108 , 12 ) ;
79     };
80     FixedText INFO_LOGIN_PATH
81     {
82         Hide = TRUE ;
83         Pos = MAP_APPFONT ( 72 , 77 ) ;
84         Size = MAP_APPFONT ( 125 , 10 ) ;
85     };
86     PushButton BTN_LOGIN_PATH
87     {
88         Pos = MAP_APPFONT ( 183 , 75 ) ;
89         Size = MAP_APPFONT ( 14 , 14 ) ;
90         Text = "~..." ;
91     };
92     FixedText FT_LOGIN_USERNAME
93     {
94         Pos = MAP_APPFONT ( 12 , 92 ) ;
95         Size = MAP_APPFONT ( 57 , 10 ) ;
96         Text [ en-US ] = "~User name" ;
97     };
98     Edit ED_LOGIN_USERNAME
99     {
100         Border = TRUE ;
101         Pos = MAP_APPFONT ( 72 , 91 ) ;
102         Size = MAP_APPFONT ( 125 , 12 ) ;
103     };
104     FixedText INFO_LOGIN_USERNAME
105     {
106         Hide = TRUE ;
107         Pos = MAP_APPFONT ( 72 , 92 ) ;
108         Size = MAP_APPFONT ( 125 , 10 ) ;
109     };
110     FixedText FT_LOGIN_PASSWORD
111     {
112         Pos = MAP_APPFONT ( 12 , 107 ) ;
113         Size = MAP_APPFONT ( 57 , 10 ) ;
114         Text [ en-US ] = "Pass~word" ;
115     };
116     Edit ED_LOGIN_PASSWORD
117     {
118         Border = TRUE ;
119         Pos = MAP_APPFONT ( 72 , 106 ) ;
120         Size = MAP_APPFONT ( 125 , 12 ) ;
121         PassWord = TRUE ;
122     };
123     FixedText FT_LOGIN_ACCOUNT
124     {
125         Pos = MAP_APPFONT ( 12 , 122 ) ;
126         Size = MAP_APPFONT ( 57 , 10 ) ;
127         Text [ en-US ] = "A~ccount";
128     };
129     Edit ED_LOGIN_ACCOUNT
130     {
131         Border = TRUE ;
132         Pos = MAP_APPFONT ( 72 , 121 ) ;
133         Size = MAP_APPFONT ( 125 , 12 ) ;
134         PassWord = TRUE ;
135     };
136     CheckBox CB_LOGIN_SAVEPASSWORD
137     {
138         Pos = MAP_APPFONT ( 12 , 136 ) ;
139         Size = MAP_APPFONT ( 185 , 10 ) ;
140         Text [ en-US ] = "~Save password" ;
141     };
142     CheckBox CB_LOGIN_USESYSCREDS
143     {
144         Pos = MAP_APPFONT ( 12 , 148 ) ;
145         Size = MAP_APPFONT ( 185 , 10 ) ;
146         Text [ en-US ] = "~Use System Credentials" ;
147     };
148     FixedLine GB_LOGIN_LOGIN
149     {
150         Pos = MAP_APPFONT ( 7 , 44 ) ;
151         Size = MAP_APPFONT ( 197 , 8 ) ;
152         Text [ en-US ] = "Log in" ;
153     };
154     OKButton BTN_LOGIN_OK
155     {
156         Pos = MAP_APPFONT ( 209 , 6 ) ;
157         Size = MAP_APPFONT ( 50 , 14 ) ;
158         DefButton = TRUE ;
159     };
160     CancelButton BTN_LOGIN_CANCEL
161     {
162         Pos = MAP_APPFONT ( 209 , 23 ) ;
163         Size = MAP_APPFONT ( 50 , 14 ) ;
164     };
165     HelpButton BTN_LOGIN_HELP
166     {
167         Pos = MAP_APPFONT ( 209 , 43 ) ;
168         Size = MAP_APPFONT ( 50 , 14 ) ;
169     };
170     String STR_LOGIN_REALM
171     {
172         Text [ en-US ] = "Please enter user name and password for \"%2\" on %1 here." ;
173     };
174     Text [ en-US ] = "User Name and Password Required" ;