summaryrefslogtreecommitdiff
path: root/uui/source/logindlg.src
blob: 46e92a47df24ee9bcf7c7ceec2edb498e071a64d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
/*************************************************************************
 *
 *  $RCSfile: logindlg.src,v $
 *
 *  $Revision: 1.1.1.1 $
 *
 *  last change: $Author: hr $ $Date: 2000-09-18 17:04:11 $
 *
 *  The Contents of this file are made available subject to the terms of
 *  either of the following licenses
 *
 *         - GNU Lesser General Public License Version 2.1
 *         - Sun Industry Standards Source License Version 1.1
 *
 *  Sun Microsystems Inc., October, 2000
 *
 *  GNU Lesser General Public License Version 2.1
 *  =============================================
 *  Copyright 2000 by Sun Microsystems, Inc.
 *  901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License version 2.1, as published by the Free Software Foundation.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 *  MA  02111-1307  USA
 *
 *
 *  Sun Industry Standards Source License Version 1.1
 *  =================================================
 *  The contents of this file are subject to the Sun Industry Standards
 *  Source License Version 1.1 (the "License"); You may not use this file
 *  except in compliance with the License. You may obtain a copy of the
 *  License at http://www.openoffice.org/license.html.
 *
 *  Software provided under this License is provided on an "AS IS" basis,
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 *  See the License for the specific provisions governing your rights and
 *  obligations concerning the Software.
 *
 *  The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 *
 *  Copyright: 2000 by Sun Microsystems, Inc.
 *
 *  All Rights Reserved.
 *
 *  Contributor(s): _______________________________________
 *
 *
 ************************************************************************/

#ifndef UUI_IDS_HRC
#include <ids.hrc>
#endif
#ifndef UUI_LOGINDLG_HRC
#include <logindlg.hrc>
#endif

ModalDialog DLG_LOGIN
{
    HelpId = HID_DLG_LOGIN ;
    Border = TRUE ;
    Moveable = TRUE ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( 265 , 158 ) ;
    Text = "Benutzername und Passwort erforderlich" ;
    Text [ English ] = "User Name and Password required" ;
    FixedText INFO_LOGIN_ERROR
    {
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 185 , 18 ) ;
        WordBreak = TRUE ;
    };
    GroupBox GB_LOGIN_ERROR
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 197 , 35 ) ;
        Text = "Meldung vom Server" ;
        Text [ English ] = "Report from server" ;
        Text [ english_us ] = "Message from server" ;
        Text [ portuguese_brazilian ] = "Meldung vom Server" ;
        Text [ swedish ] = "Meddelande frn servern" ;
        Text [ danish ] = "Melding fra serveren" ;
        Text [ italian ] = "Segnalazione dal server" ;
        Text [ spanish ] = "Mensaje del servidor" ;
        Text [ french ] = "Message en provenance du serveur" ;
        Text [ dutch ] = "Melding van de server" ;
        Text [ portuguese ] = "Mensagem do servidor" ;
        Text[ chinese_simplified ] = "";
        Text[ russian ] = "  ";
        Text[ polish ] = "Wiadomo z serwera";
        Text[ japanese ] = "ްү";
        Text[ chinese_traditional ] = "Ai";
        Text[ greek ] = "  ";
        Text[ korean ] = "κ ޽";
        Text[ arabic ] = "  ";
        Text[ turkish ] = "Sunucudan ileti";
    };
    FixedText INFO_LOGIN_REQUEST
    {
        Pos = MAP_APPFONT ( 12 , 55 ) ;
        Size = MAP_APPFONT ( 185 , 18 ) ;
        WordBreak = TRUE ;
        Text = "Bitte geben Sie hier Benutzernamen und Passwort fr %1 ein." ;
        Text [ English ] = "Please enter user name and password here for %1." ;
        Text [ portuguese ] = "Especifique o nome do utilizador e a senha para %1." ;
        Text [ english_us ] = "Please enter user name and password for %1 here." ;
        Text [ portuguese_brazilian ] = "Bitte geben Sie hier Benutzernamen und Passwort fr %1 ein." ;
        Text [ swedish ] = "Var vnlig och mata in anvndarnamn och lsenord hr fr %1." ;
        Text [ danish ] = "Indtast her venligst brugernavnet og adgangkoden for %1." ;
        Text [ italian ] = "Digitate qui il nome dell'utente e la password per %1." ;
        Text [ spanish ] = "Especifique su nombre de usuario y su contrasea para %1." ;
        Text [ french ] = "Veuilez saisir votre nom d'utilisateur et votre mot de passe pour %1." ;
        Text [ dutch ] = "Vermeld hier de gebruiker en het wachtwoord voor %1." ;
        Text[ chinese_simplified ] = "ڴΪ %1 ûͿ";
        Text[ russian ] = ", ,      %1.";
        Text[ polish ] = "Wpisz nazwisko uytkownika i haso dla %1";
        Text[ japanese ] = " %1 հް߽ܰނ͂ĂB";
        Text[ chinese_traditional ] = "Ь %1 JϥΦWMKXC";
        Text[ greek ] = "            %1.";
        Text[ korean ] = "⿡  ̸ %1 н带 ԷϽʽÿ.";
        Text[ arabic ] = "       %1 .";
        Text[ turkish ] = "%1 iin buraya kullanc ad ve ifre girin.";
    };
    FixedText FT_LOGIN_PATH
    {
        Pos = MAP_APPFONT ( 12 , 77 ) ;
        Size = MAP_APPFONT ( 51 , 10 ) ;
        Text = "~Pfad" ;
        Text [ English ] = "~Path" ;
        Text [ english_us ] = "~Path" ;
        Text [ portuguese_brazilian ] = "~Pfad" ;
        Text [ swedish ] = "S~kvg" ;
        Text [ danish ] = "Sti" ;
        Text [ italian ] = "~Percorso" ;
        Text [ spanish ] = "~Ruta" ;
        Text [ french ] = "~Chemin" ;
        Text [ dutch ] = "~Pad" ;
        Text [ portuguese ] = "~Atalho" ;
        Text[ chinese_simplified ] = "·(~P)";
        Text[ russian ] = "";
        Text[ polish ] = "cieka";
        Text[ japanese ] = "߽(~H)";
        Text[ chinese_traditional ] = "|(~H)";
        Text[ greek ] = "";
        Text[ korean ] = "(~H)";
        Text[ arabic ] = "";
        Text[ turkish ] = "Veri yolu";
    };
    Edit ED_LOGIN_PATH
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 66 , 76 ) ;
        Size = MAP_APPFONT ( 114 , 12 ) ;
    };
    FixedText INFO_LOGIN_PATH
    {
        Hide = TRUE ;
        Pos = MAP_APPFONT ( 66 , 77 ) ;
        Size = MAP_APPFONT ( 131 , 10 ) ;
    };
    PushButton BTN_LOGIN_PATH
    {
        Pos = MAP_APPFONT ( 183 , 75 ) ;
        Size = MAP_APPFONT ( 14 , 14 ) ;
        Text = "~..." ;
    };
    FixedText FT_LOGIN_USERNAME
    {
        Pos = MAP_APPFONT ( 12 , 92 ) ;
        Size = MAP_APPFONT ( 51 , 10 ) ;
        Text = "~Benutzername" ;
        Text [ English ] = "~Username" ;
        Text [ english_us ] = "~User name" ;
        Text [ portuguese_brazilian ] = "~Benutzername" ;
        Text [ swedish ] = "~Anvndarnamn" ;
        Text [ danish ] = "Brugernavn" ;
        Text [ italian ] = "Nome utente" ;
        Text [ spanish ] = "~Nombre de usuario" ;
        Text [ french ] = "~Nom d'utilisateur" ;
        Text [ dutch ] = "Naam ~gebruiker" ;
        Text [ portuguese ] = "~Nome do utilizador" ;
        Text[ chinese_simplified ] = "û(~U)";
        Text[ russian ] = "";
        Text[ polish ] = "Nazwisko uytkownika";
        Text[ japanese ] = "հް(~U)";
        Text[ chinese_traditional ] = "ϥΦW(~U)";
        Text[ greek ] = " ";
        Text[ korean ] = " ̸(~U)";
        Text[ arabic ] = " ";
        Text[ turkish ] = "Kullanc ad";
    };
    Edit ED_LOGIN_USERNAME
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 66 , 91 ) ;
        Size = MAP_APPFONT ( 131 , 12 ) ;
    };
    FixedText INFO_LOGIN_USERNAME
    {
        Hide = TRUE ;
        Pos = MAP_APPFONT ( 66 , 92 ) ;
        Size = MAP_APPFONT ( 131 , 10 ) ;
    };
    FixedText FT_LOGIN_PASSWORD
    {
        Pos = MAP_APPFONT ( 12 , 107 ) ;
        Size = MAP_APPFONT ( 51 , 10 ) ;
        Text = "P~asswort" ;
        Text [ English ] = "P~assword" ;
        Text [ english_us ] = "Pass~word" ;
        Text [ portuguese_brazilian ] = "P~asswort" ;
        Text [ swedish ] = "Lsen~ord" ;
        Text [ danish ] = "Adgangskode" ;
        Text [ italian ] = "P~assword" ;
        Text [ spanish ] = "~Contrasea" ;
        Text [ french ] = "~Mot de passe" ;
        Text [ dutch ] = "W~achtwoord" ;
        Text [ portuguese ] = "~Senha" ;
        Text[ chinese_simplified ] = "(~W)";
        Text[ russian ] = "";
        Text[ polish ] = "Haso";
        Text[ japanese ] = "߽ܰ(~W)";
        Text[ chinese_traditional ] = "KX(~W)";
        Text[ greek ] = " ~";
        Text[ korean ] = "н(~W)";
        Text[ arabic ] = " ";
        Text[ turkish ] = "ifre";
    };
    Edit ED_LOGIN_PASSWORD
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 66 , 106 ) ;
        Size = MAP_APPFONT ( 131 , 12 ) ;
        PassWord = TRUE ;
    };
    FixedText FT_LOGIN_ACCOUNT
    {
        Pos = MAP_APPFONT ( 12 , 122 ) ;
        Size = MAP_APPFONT ( 51 , 10 ) ;
        Text = "A~ccount" ;
        Text [ English ] = "A~ccount" ;
        Text[ english_us ] = "A~ccount";
        Text[ portuguese ] = "~Conta";
        Text[ russian ] = " ";
        Text[ dutch ] = "A~ccount";
        Text[ french ] = "C~ompte";
        Text[ spanish ] = "~Cuenta";
        Text[ italian ] = "A~ccount";
        Text[ danish ] = "Konto";
        Text[ swedish ] = "~Konto";
        Text[ polish ] = "Konto";
        Text[ portuguese_brazilian ] = "A~ccount";
        Text[ japanese ] = "(~C)";
        Text[ chinese_simplified ] = "ʺ(~C)";
        Text[ chinese_traditional ] = "b(~C)";
        Text[ greek ] = "~";
        Text[ korean ] = "(~C)";
        Text[ arabic ] = "";
        Text[ turkish ] = "Hesap";
    };
    Edit ED_LOGIN_ACCOUNT
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 66 , 121 ) ;
        Size = MAP_APPFONT ( 131 , 12 ) ;
        PassWord = TRUE ;
    };
    CheckBox CB_LOGIN_SAVEPASSWORD
    {
        Pos = MAP_APPFONT ( 12 , 136 ) ;
        Size = MAP_APPFONT ( 185 , 10 ) ;
        Text = "Passwort ~speichern" ;
        Text [ English ] = "~Save password" ;
        Text [ english_us ] = "~Save password" ;
        Text [ italian ] = "Salva pa~ssword" ;
        Text [ spanish ] = "Guardar ~contrasea" ;
        Text [ french ] = "~Enregistrer le mot de passe" ;
        Text [ dutch ] = "Wachtwoord ~opslaan" ;
        Text [ swedish ] = "~Spara lsenord" ;
        Text [ danish ] = "Gem adgangskode" ;
        Text [ portuguese ] = "Guardar ~senha" ;
        Text [ portuguese_brazilian ] = "Passwort ~speichern" ;
        Text[ chinese_simplified ] = "̿(~S)";
        Text[ russian ] = " ";
        Text[ polish ] = "Zapisz haso";
        Text[ japanese ] = "߽ܰނ̕ۑ(~S)";
        Text[ chinese_traditional ] = "xsKX(~S)";
        Text[ greek ] = "~  ";
        Text[ korean ] = "н (~S)";
        Text[ arabic ] = "  ";
        Text[ turkish ] = "ifreyi kaydet";
    };
    GroupBox GB_LOGIN_LOGIN
    {
        Pos = MAP_APPFONT ( 7 , 44 ) ;
        Size = MAP_APPFONT ( 197 , 108 ) ;
        Text = "Anmelden" ;
        Text [ English ] = "Connect" ;
        Text [ english_us ] = "Login" ;
        Text [ portuguese_brazilian ] = "Anmelden" ;
        Text [ swedish ] = "Logga in" ;
        Text [ danish ] = "Login" ;
        Text [ italian ] = "Login" ;
        Text [ spanish ] = "Registrar" ;
        Text [ french ] = "Login" ;
        Text [ dutch ] = "Aanmelden" ;
        Text [ portuguese ] = "Login" ;
        Text[ chinese_simplified ] = "ǩ";
        Text[ russian ] = "  ";
        Text[ polish ] = "Zarejestruj";
        Text[ japanese ] = "۸޲";
        Text[ chinese_traditional ] = "nJ";
        Text[ greek ] = "";
        Text[ korean ] = "α";
        Text[ arabic ] = "";
        Text[ turkish ] = "Oturum a";
    };
    OKButton BTN_LOGIN_OK
    {
        Pos = MAP_APPFONT ( 209 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        DefButton = TRUE ;
    };
    CancelButton BTN_LOGIN_CANCEL
    {
        Pos = MAP_APPFONT ( 209 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
    };
    HelpButton BTN_LOGIN_HELP
    {
        Pos = MAP_APPFONT ( 209 , 43 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
    };
    String STR_LOGIN_AT
    {
        Text = "auf " ;
        Text [ English ] = "at " ;
        Text [ portuguese ] = "em  " ;
        Text [ english_us ] = "to " ;
        Text [ portuguese_brazilian ] = "auf " ;
        Text [ swedish ] = "p   " ;
        Text [ danish ] = "p " ;
        Text [ italian ] = "su  " ;
        Text [ spanish ] = "en  " ;
        Text [ french ] = "sur  " ;
        Text [ dutch ] = "op   " ;
        Text[ chinese_simplified ] = " ";
        Text[ russian ] = " ";
        Text[ polish ] = "na  ";
        Text[ japanese ] = "۸޲ݐ ";
        Text[ chinese_traditional ] = "b ";
        Text[ greek ] = " ";
        Text[ korean ] = " ";
        Text[ arabic ] = " ";
        Text[ turkish ] = "yeri ";
    };
    Text [ english_us ] = "User Name and Password Required" ;
    Text [ portuguese_brazilian ] = "Benutzername und Passwort erforderlich" ;
    Text [ swedish ] = "Anvndarnamn och lsenord ndvndigt" ;
    Text [ danish ] = "Brugernavn og adgangskode pkrvet" ;
    Text [ italian ] = "Nome utente e password sono necessari" ;
    Text [ spanish ] = "Se requieren el nombre de usuario y la contrasea" ;
    Text [ french ] = "Nom d'utilisateur et mot de passe requis" ;
    Text [ dutch ] = "Naam gebruiker en wachtwoord vereist" ;
    Text [ portuguese ] = "Requere-se nome de utilizador e senha" ;
    Text[ chinese_simplified ] = "ҪûͿ";
    Text[ russian ] = "    ";
    Text[ polish ] = "Wymagane nazwisko uytkownika i haso";
    Text[ japanese ] = "հް߽ܰނKv";
    Text[ chinese_traditional ] = "пJϥΦWMKX";
    Text[ greek ] = "       ";
    Text[ korean ] = " ̸ н尡 ʿմϴ.";
    Text[ arabic ] = "     ";
    Text[ turkish ] = "Kullanc ad ve ifre gerekli";
};