summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/UserAdmin.src
blob: 5b6a1fabbdf57e875cd98167acff308a0222683a (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
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
/*************************************************************************
 *
 *  $RCSfile: UserAdmin.src,v $
 *
 *  $Revision: 1.14 $
 *
 *  last change: $Author: hr $ $Date: 2003-03-19 17:52:19 $
 *
 *  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 DBAUI_USERADMIN_HRC
#include "UserAdmin.hrc"
#endif
#ifndef _DBU_DLG_HRC_
#include "dbu_dlg.hrc"
#endif
#ifndef _DBA_DBACCESS_HELPID_HRC_
#include "dbaccess_helpid.hrc"
#endif

#define WINDOW_SIZE_X 260
#define WINDOW_SIZE_Y 185

TabPage TAB_PAGE_USERADMIN
{
    SVLook      = TRUE ;
    HelpId      = HID_TAB_PAGE_USERADMIN ;
    Size        = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;
    Hide = TRUE;

    FixedLine FL_USER
    {
        Pos                 = MAP_APPFONT ( 6 , 3  ) ;
        Size                = MAP_APPFONT ( WINDOW_SIZE_X - 8, 8) ;
        Text                = "Benutzerauswahl" ;
        Text [ ENGLISH ]    = "User choise" ;
        Text[english_us]    = "User selection";
        Text[ portuguese ] = "Seleco do utilizador";
        Text[ russian ] = ",     ";
        Text[ greek ] = " ";
        Text[ dutch ] = "Gebruikerselectie";
        Text[ french ] = "Slection de l'utilisateur";
        Text[ spanish ] = "Seleccin de usuario";
        Text[ italian ] = "Selezione utente";
        Text[ danish ] = "Brugerudvalg";
        Text[ swedish ] = "Anvndarurval";
        Text[ polish ] = "Wybr uytkownika";
        Text[ portuguese_brazilian ] = "User choise";
        Text[ japanese ] = "ユーザーの選択";
        Text[ korean ] = "사용자 선택";
        Text[ chinese_simplified ] = "使用者选择";
        Text[ chinese_traditional ] = "使用者選擇";
        Text[ arabic ] = " ";
        Text[ turkish ] = "Kullanc seimi";
        Text[ finnish ] = "Kyttjn valinta";
        Text[ catalan ] = "Selecci de l'usuari";
        Text[ thai ] = "เลือกผู้ใช้";
    };

    FixedText FT_USER
    {
        Pos                 = MAP_APPFONT ( 12 , 14 ) ;
        Size                = MAP_APPFONT ( 90 , 10 ) ;
        Text                = "B~enutzer:" ;
        Text[ENGLISH]       = "Us~er:" ;
        Text[english_us]    = "Us~er:";
        Text[ portuguese ] = "~Utilizador:";
        Text[ russian ] = ":";
        Text[ greek ] = ":";
        Text[ dutch ] = "Gebr~uiker:";
        Text[ french ] = "Utilisateur :";
        Text[ spanish ] = "Usuari~o:";
        Text[ italian ] = "Ut~ente:";
        Text[ danish ] = "Brug~er:";
        Text[ swedish ] = "Anvndar~e:";
        Text[ polish ] = "Uytkownik:";
        Text[ portuguese_brazilian ] = "Us~er:";
        Text[ japanese ] = "ユーザー(~E):";
        Text[ korean ] = "사용자(~E):";
        Text[ chinese_simplified ] = "使用者(~E):";
        Text[ chinese_traditional ] = "使用者(~E):";
        Text[ arabic ] = ":";
        Text[ turkish ] = "Kullanc:";
        Text[ finnish ] = "K~yttj";
        Text[ catalan ] = "Us~uari:";
        Text[ thai ] = "ผู้ใ~ช้:";
    };

    ListBox LB_USER
    {
        Border              = TRUE ;
        Pos                 = MAP_APPFONT ( 108 , 13) ;
        Size                = MAP_APPFONT ( 105 , 97 ) ;
        TabStop             = TRUE ;
        HScroll             = TRUE ;
        Sort                = TRUE ;
        DropDown            = TRUE ;
        HelpId              = HID_TAB_PAGE_LBUSER ;
    };


    PushButton PB_NEWUSER
    {
        Pos                 = MAP_APPFONT ( 12 , 29 ) ;
        Size                = MAP_APPFONT ( 70 , 14 ) ;
        TabStop             = TRUE ;
        DefButton           = TRUE ;
        HelpId              = HID_TAB_PAGE_PBUSER ;
        Text                = "Benutzer ~hinzufgen...";
        Text[ENGLISH]       = "~User add...";
        Text[ english_us ] = "~Add User...";
        Text[ portuguese ] = "~Novo utilizador...";
        Text[ russian ] = " ...";
        Text[ greek ] = " ...";
        Text[ dutch ] = "Gebruiker ~toevoegen...";
        Text[ french ] = "Ajouter un utilisateur...";
        Text[ spanish ] = "~Nuevo usuario...";
        Text[ finnish ] = "Uu~si kyttj...";
        Text[ italian ] = "~Nuovo utente...";
        Text[ danish ] = "~Tilfj bruger...";
        Text[ swedish ] = "Lgg till ~anvndare...";
        Text[ polish ] = "Dodaj uytkownika...";
        Text[ portuguese_brazilian ] = "~New user...";
        Text[ japanese ] = "ユーザーの追加(~A)...";
        Text[ korean ] = "사용자 추가(~A)...";
        Text[ chinese_simplified ] = "新增使用者(~A)...";
        Text[ chinese_traditional ] = "新增使用者(~A)...";
        Text[ turkish ] = "Yeni kullanc...";
        Text[ arabic ] = " ...";
        Text[ catalan ] = "~Nou usuari...";
        Text[ thai ] = "เ~พิ่มผู้ใช้...";
    };

    PushButton PB_CHANGEPWD
    {
        Pos                 = MAP_APPFONT ( 95 , 29 ) ;
        Size                = MAP_APPFONT ( 70 , 14 ) ;
        TabStop             = TRUE ;
        DefButton           = TRUE ;
        HelpId              = HID_TAB_PAGE_PBCHGPWD ;
        Text                = "~Passwort ndern...";
        Text[ENGLISH]       = "Change ~password...";
        Text[ english_us ] = "Change ~Password...";
        Text[ portuguese ] = "~Mudar senha...";
        Text[ russian ] = " ...";
        Text[ greek ] = "  ...";
        Text[ dutch ] = "~Wachtwoord wijzigen...";
        Text[ french ] = "Modifier le mot de ~passe...";
        Text[ spanish ] = "Cambiar ~contrasea...";
        Text[ italian ] = "Cambia ~password...";
        Text[ danish ] = "Skift ~adgangskode...";
        Text[ swedish ] = "ndra ~lsenord...";
        Text[ polish ] = "Zmie haso...";
        Text[ portuguese_brazilian ] = "Change ~password...";
        Text[ japanese ] = "パスワードの変更(~P)...";
        Text[ korean ] = "암호 변경(~P)...";
        Text[ chinese_simplified ] = "更改密码(~P)...";
        Text[ chinese_traditional ] = "變更密碼(~P)...";
        Text[ arabic ] = "  ...";
        Text[ turkish ] = "ifreyi deitir...";
        Text[ finnish ] = "M~uuta salasana...";
        Text[ catalan ] = "Canvia la ~contrasenya...";
        Text[ thai ] = "เปลี่ยน~รหัสผ่าน...";
    };

    PushButton PB_DELETEUSER
    {
        Pos                 = MAP_APPFONT ( WINDOW_SIZE_X - 82 , 29 ) ;
        Size                = MAP_APPFONT ( 70 , 14 ) ;
        TabStop             = TRUE ;
        DefButton           = TRUE ;
        HelpId              = HID_TAB_PAGE_PBUSERDELETE ;
        Text                = "Benut~zer lschen...";
        Text[ENGLISH]       = "~Delete user...";
        Text[ english_us ] = "~Delete User...";
        Text[ portuguese ] = "~Eliminar utilizador...";
        Text[ russian ] = " ...";
        Text[ greek ] = " ...";
        Text[ dutch ] = "~Gebruiker wissen...";
        Text[ french ] = "Supprimer l'utilisateur...";
        Text[ spanish ] = "~Borrar usuario...";
        Text[ italian ] = "Cancella utente...";
        Text[ danish ] = "Slet br~uger...";
        Text[ swedish ] = "Ra~dera anvndare...";
        Text[ polish ] = "Usu uytkownika...";
        Text[ portuguese_brazilian ] = "~Delete user...";
        Text[ japanese ] = "ユーザーの削除(~D)...";
        Text[ korean ] = "사용자 삭제(~D)...";
        Text[ chinese_simplified ] = "删除使用者(~D)...";
        Text[ chinese_traditional ] = "刪除使用者(~D)...";
        Text[ arabic ] = " ...";
        Text[ turkish ] = "Kullancsy sil...";
        Text[ finnish ] = "P~oista kyttj...";
        Text[ catalan ] = "~Elimina l'usuari...";
        Text[ thai ] = "~ลบผู้ใช้...";
    };

    FixedLine FL_TABLE_GRANTS
    {
        Pos                 = MAP_APPFONT ( 6 , 52  ) ;
        Size                = MAP_APPFONT ( WINDOW_SIZE_X - 8, 8) ;
        Text                = "Zugriffsrechte fr ausgewhlten Benutzer" ;
        Text [ ENGLISH ]    = "Access rights for choosen user" ;
        Text[ english_us ] = "Access rights for selected user";
        Text[ portuguese ] = "Direitos de acesso para utilizador seleccionado";
        Text[ russian ] = "    ";
        Text[ greek ] = "     ";
        Text[ dutch ] = "Toegangsrechten voor geselecteerde gebruikers";
        Text[ french ] = "Droits d'accs pour l'utilisateur slectionn";
        Text[ spanish ] = "Derechos de usuario para usuarios seleccionados";
        Text[ italian ] = "Diritti utente per utente selezionato";
        Text[ danish ] = "Adgangsrettigheder for den udvalgte bruger";
        Text[ swedish ] = "tkomstrttigheter fr markerad anvndare";
        Text[ polish ] = "Prawa dostpu dla wybranego uytkownika";
        Text[ portuguese_brazilian ] = "User rights for choosen user";
        Text[ japanese ] = "選択したユーザーのアクセス権";
        Text[ korean ] = "선택된 사용자의 액세스 권한";
        Text[ chinese_simplified ] = "用于已经选中使用者的使用权限";
        Text[ chinese_traditional ] = "適用於已選取的使用者的使用權限";
        Text[ arabic ] = "   ";
        Text[ turkish ] = "Seilen kullanc iin eriim haklar";
        Text[ finnish ] = "Valitun kyttjn kyttoikeudet";
        Text[ catalan ] = "Drets d'accs per a l'usuari seleccionat";
        Text[ thai ] = "สิทธิ์การเข้าถึงสำหรับผู้ใช้ที่เลือก";
    };

    Control CTRL_TABLE_GRANTS
    {
        Pos                 = MAP_APPFONT ( 12 , 63  ) ;
        Size                = MAP_APPFONT ( WINDOW_SIZE_X - 22, WINDOW_SIZE_Y - 75 );
        Border              = TRUE ;
        TabStop             = TRUE ;
        HelpId              = HID_TAB_PAGE_TBLGRANTS ;
    };
};

QueryBox QUERY_USERADMIN_DELETE_USER
{
    Buttons = WB_YES_NO ;
    Message = "Soll der Benutzer wirklich gelscht werden?" ;
    Message [ English ] = "Do you really want to delete the select user?" ;
    Message[ english_us ] = "Do you really want to delete the user?";
    Message[ portuguese ] = "Eliminar utilizador?";
    Message[ russian ] = "     ?";
    Message[ greek ] = "Do you really want to delete the select user?";
    Message[ dutch ] = "Wilt u deze gebruikersnaam werkelijk wissen?";
    Message[ french ] = "Voulez-vous vraiment supprimer l'utilisateur ?";
    Message[ spanish ] = "Desea realmente borrar el usuario?";
    Message[ finnish ] = "Haluatko varmasti poistaa kyttjn?";
    Message[ italian ] = "Volete davvero eliminare l'utente selezionato?";
    Message[ danish ] = "Skal brugeren virkelig slettes?";
    Message[ swedish ] = "Vill du verkligen radera anvndaren?";
    Message[ polish ] = "Na pewno usun uytkownika?";
    Message[ portuguese_brazilian ] = "Do you really want to delete the select user?";
    Message[ japanese ] = "本当にユーザーを削除しますか。";
    Message[ korean ] = "사용자를 정말로 삭제하시겠습니까?";
    Message[ chinese_simplified ] = "您真的要删除这个使用者?";
    Message[ chinese_traditional ] = "真的要刪除這個使用者?";
    Message[ turkish ] = "Do you really want to delete the select user?";
    Message[ arabic ] = "Do you really want to delete the select user?";
    Message[ catalan ] = "Realment voleu eliminar l'usuari seleccionat?";
    Message[ thai ] = "คุณต้องการลบผู้ใช้หรือไม่?";
};

#define EDIT_SIZE_X     50
#define FT_SIZE_X       90
#define WIN_X           220
#define WIN_Y           72

ModalDialog DLG_PASSWORD
{
    HelpId = HID_DLG_PASSWORD ;
    Border = TRUE ;
    Moveable = TRUE ;
    OutputSize = TRUE ;
    SVLook = TRUE ;
    Size = MAP_APPFONT ( WIN_X , WIN_Y ) ;
    Text = "Kennwort ndern";
    Text [ English ] = "Change password";

    FixedLine FL_USER
    {
        Pos = MAP_APPFONT ( 3 , 3 ) ;
        Size = MAP_APPFONT ( WIN_X - 3 - 6 - 6 - 50 , 8 ) ;
        Text = "Benutzer \"$name$:  $\"" ;
        Text [ English ] = "User \"$name$:  $\"" ;
        Text[ english_us ] = "User \"$name$:  $\"";
        Text[ portuguese ] = "Utilizador \"$Name: not supported by cvs2svn $\"";
        Text[ russian ] = " \"$Name: not supported by cvs2svn $\"";
        Text[ greek ] = "User \"$Name: not supported by cvs2svn $\"";
        Text[ dutch ] = "Gebruiker \"$Name: not supported by cvs2svn $\"";
        Text[ french ] = "Utilisateur \"$name:  $\"";
        Text[ spanish ] = "Usuario \"$name:  $\"";
        Text[ finnish ] = "Kyttj \"$Name: not supported by cvs2svn $\"";
        Text[ italian ] = "Utente \"$name: $\"";
        Text[ danish ] = "Bruger \"$Name: not supported by cvs2svn $\"";
        Text[ swedish ] = "Anvndare \"$name$:  $\"";
        Text[ polish ] = "Uytkownik \"$Name: not supported by cvs2svn $\"";
        Text[ portuguese_brazilian ] = "User \"$name$:  $\"";
        Text[ japanese ] = "ユーザー \"$Name: not supported by cvs2svn $\"";
        Text[ korean ] = "사용자 \"$name$:  $\"";
        Text[ chinese_simplified ] = "使用者 \"$Name: not supported by cvs2svn $\"";
        Text[ chinese_traditional ] = "使用者 \"$name$:  $\"";
        Text[ turkish ] = "User \"$Name: not supported by cvs2svn $\"";
        Text[ arabic ] = "User \"$Name: not supported by cvs2svn $\"";
        Text[ catalan ] = "Usuari \"$Name: not supported by cvs2svn $\"";
        Text[ thai ] = "ผู้ใช้ \"$ชื่อ: OpenOffice641C $\"";
    };

    FixedText FT_OLDPASSWORD
    {
        Pos = MAP_APPFONT ( 6 , 17 ) ;
        Size = MAP_APPFONT ( FT_SIZE_X , 10 ) ;
        Text = "Altes K~ennwort" ;
        Text [ English ] = "old p~assword" ;
        Text[ english_us ] = "Old p~assword";
        Text[ portuguese ] = "Se~nha antiga";
        Text[ russian ] = " ";
        Text[ greek ] = "old p~assword";
        Text[ dutch ] = "Oud w~achtwoord";
        Text[ french ] = "Ancien mot de passe";
        Text[ spanish ] = "Contrasea anterior";
        Text[ finnish ] = "Vanha ~salasana";
        Text[ italian ] = "Vecchia password";
        Text[ danish ] = "Gammel a~dgangskode";
        Text[ swedish ] = "Gammalt ls~enord";
        Text[ polish ] = "Stare haso";
        Text[ portuguese_brazilian ] = "old p~assword";
        Text[ japanese ] = "旧パスワード(~A)";
        Text[ korean ] = "이전 암호(~A)";
        Text[ chinese_simplified ] = "旧密码(~A)";
        Text[ chinese_traditional ] = "舊密碼(~A)";
        Text[ turkish ] = "old p~assword";
        Text[ arabic ] = "old p~assword";
        Text[ catalan ] = "contrasenya ~antiga";
        Text[ thai ] = "ร~หัสผ่านเก่า";
    };
    Edit ED_OLDPASSWORD
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 12 + FT_SIZE_X , 16 ) ;
        Size = MAP_APPFONT ( EDIT_SIZE_X , 12 ) ;
        PassWord = TRUE ;
    };

    FixedText FT_PASSWORD
    {
        Pos = MAP_APPFONT ( 6 , 35 ) ;
        Size = MAP_APPFONT ( FT_SIZE_X , 10 ) ;
        Text = "~Kennwort" ;
        Text [ English ] = " ~password" ;
        Text[ english_us ] = "~Password";
        Text[ portuguese ] = "~Senha";
        Text[ russian ] = "";
        Text[ greek ] = " password";
        Text[ dutch ] = "~wachtwoord";
        Text[ french ] = "Mot de passe";
        Text[ spanish ] = "~Contrasea";
        Text[ finnish ] = "~Salasana";
        Text[ italian ] = "~Password";
        Text[ danish ] = "~Adgangskode";
        Text[ swedish ] = "L~senord";
        Text[ polish ] = "Haso";
        Text[ portuguese_brazilian ] = " password";
        Text[ japanese ] = "パスワード(~P)";
        Text[ korean ] = "암호(~P)";
        Text[ chinese_simplified ] = "密码(~P)";
        Text[ chinese_traditional ] = "密碼(~P)";
        Text[ turkish ] = " password";
        Text[ arabic ] = " password";
        Text[ catalan ] = " contrasenya";
        Text[ thai ] = "~รหัสผ่าน";
    };
    Edit ED_PASSWORD
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 12 + FT_SIZE_X , 34 ) ;
        Size = MAP_APPFONT ( EDIT_SIZE_X , 12 ) ;
        PassWord = TRUE ;
    };
    FixedText FT_PASSWORD_REPEAT
    {
        Pos = MAP_APPFONT ( 6 , 52 ) ;
        Size = MAP_APPFONT ( FT_SIZE_X , 10 ) ;
        Text = "Kennwort ~besttigen" ;
        Text [ English ] = "~Confirm  password" ;
        Text[ english_us ] = "~Confirm  password";
        Text[ portuguese ] = "~Confirmar senha";
        Text[ russian ] = "~ ";
        Text[ greek ] = "~Confirm  password";
        Text[ dutch ] = "~Wachtwoord bevestigen";
        Text[ french ] = "Confirmation du mot de passe";
        Text[ spanish ] = "~Confirmar contrasea";
        Text[ finnish ] = "V~ahvista salasana";
        Text[ italian ] = "~Conferma password";
        Text[ danish ] = "~Bekrft adgangskode";
        Text[ swedish ] = "~Bekrfta lsenord";
        Text[ polish ] = "Potwierd haso";
        Text[ portuguese_brazilian ] = "~Confirm  password";
        Text[ japanese ] = "パスワードの確認(~C)";
        Text[ korean ] = "암호 확인(~C)";
        Text[ chinese_simplified ] = "确认密码(~C)";
        Text[ chinese_traditional ] = "確認密碼(~C)";
        Text[ turkish ] = "~Confirm  password";
        Text[ arabic ] = "~Confirm  password";
        Text[ catalan ] = "~Verificaci de la contrasenya";
        Text[ thai ] = "~ยืนยันรหัสผ่าน";
    };
    Edit ED_PASSWORD_REPEAT
    {
        Border = TRUE ;
        Pos = MAP_APPFONT ( 12 + FT_SIZE_X , 51 ) ;
        Size = MAP_APPFONT ( EDIT_SIZE_X , 12 ) ;
        PassWord = TRUE ;
    };

    OKButton BTN_PASSWORD_OK
    {
        Pos = MAP_APPFONT ( WIN_X - 56 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        DefButton = TRUE ;
    };
    CancelButton BTN_PASSWORD_CANCEL
    {
        Pos = MAP_APPFONT ( WIN_X - 56 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
    };
    HelpButton BTN_PASSWORD_HELP
    {
        Pos = MAP_APPFONT ( WIN_X - 56 , 43 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
    };
    Text[ english_us ] = "Change Password";
    Text[ portuguese ] = "Modificar senha";
    Text[ russian ] = " ";
    Text[ greek ] = "Change password";
    Text[ dutch ] = "Wachtwoord wijzigen";
    Text[ french ] = "Modification du mot de passe";
    Text[ spanish ] = "Cambiar contrasea";
    Text[ finnish ] = "Muuta salasana";
    Text[ italian ] = "Cambia password";
    Text[ danish ] = "Skift adgangskode";
    Text[ swedish ] = "ndra lsenord";
    Text[ polish ] = "Zmie haso";
    Text[ portuguese_brazilian ] = "Change password";
    Text[ japanese ] = "パスワードの変更";
    Text[ korean ] = "암호 변경";
    Text[ chinese_simplified ] = "更改密码";
    Text[ chinese_traditional ] = "變更密碼";
    Text[ turkish ] = "Change password";
    Text[ arabic ] = "Change password";
    Text[ catalan ] = "Canvia la contrasenya";
    Text[ thai ] = "เปลี่ยนรหัสผ่าน";
};

String STR_ERROR_PASSWORDS_NOT_IDENTICAL
{
    Text = "Die beiden Kennwrter stimmen nicht berein, bitte noch einmal eingeben!" ;
    Text [ English ] = "Passwords are different, please enter again!" ;
    Text[ english_us ] = "The passwords do not match. Please enter the password again.";
    Text[ portuguese ] = "As senhas no so iguais. Indique-as novamente.";
    Text[ russian ] = "  .   .";
    Text[ greek ] = "Passwords are different, please enter again";
    Text[ dutch ] = "De beide wachtwoorden komen niet overeen. Voer het wachtwoord nogmaals in!";
    Text[ french ] = "Les deux mots de passe sont diffrents. Rptez la saisie  !";
    Text[ spanish ] = "Las contraseas no coinciden. Introdzcalas otra vez.";
    Text[ finnish ] = "Salasanat eivt ole identtiset. Anna salasana uudestaan.";
    Text[ italian ] = "Le due password non coincidono. Digitate di nuovo la password.";
    Text[ danish ] = "De to adgangskoder stemmer ikke overens, prv igen!";
    Text[ swedish ] = "De bda lsenorden stmmer inte verens, mata in lsenordet igen.";
    Text[ polish ] = "Podane hasa nie zgadzaj si! Naley wpisa je ponownie.";
    Text[ portuguese_brazilian ] = "Passwords are different, please enter again";
    Text[ japanese ] = "入力した2つのパスワードは一致しません。もう一度入力しなおしてください。";
    Text[ korean ] = "암호가 일치하지 않습니다. 다시 입력해주십시오.";
    Text[ chinese_simplified ] = "这两个密码不一致,请重新输入密码!";
    Text[ chinese_traditional ] = "這兩個密碼不一致,請重新輸入!";
    Text[ turkish ] = "Passwords are different, please enter again";
    Text[ arabic ] = "Passwords are different, please enter again";
    Text[ catalan ] = "Les contrasenyes sn diferents, torneu-les a escriure";
    Text[ thai ] = "รหัสผ่านไม่ตรงกัน กรุณาใส่รหัสผ่านอีกครั้ง";
};