summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/UserAdmin.src
blob: 920696cf2f5851cfa3a18b5d8cd3454e37dae952 (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
/*************************************************************************
 *
 *  $RCSfile: UserAdmin.src,v $
 *
 *  $Revision: 1.2 $
 *
 *  last change: $Author: oj $ $Date: 2001-06-20 12:30:48 $
 *
 *  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_RESOURCE_HRC_
#include "dbu_resource.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 ] = "հްI";
        Text[ korean ] = " ";
        Text[ chinese_simplified ] = "ʹѡ";
        Text[ chinese_traditional ] = "ۭq";
        Text[ arabic ] = " ";
        Text[ turkish ] = "Kullanc seimi";
    };

    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 ] = "Bruger:";
        Text[ swedish ] = "Anvndare:";
        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:";
    };

    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 ] = "~User add...";
    };

    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 ] = "Modificer adgangskode...";
        Text[ swedish ] = "ndra ~lsenord...";
        Text[ polish ] = "Zmie haso...";
        Text[ portuguese_brazilian ] = "Change ~password...";
        Text[ japanese ] = "߽ܰނ̕ύX(~P)...";
        Text[ korean ] = "н (~P)...";
        Text[ chinese_simplified ] = "Ŀ(~P)...";
        Text[ chinese_traditional ] = "ܧKX(~P)...";
        Text[ arabic ] = "  ...";
        Text[ turkish ] = "ifreyi deitir...";
    };

    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 ] = "~Eliminar usuario...";
        Text[ italian ] = "Cancella utente...";
        Text[ danish ] = "Slet bruger...";
        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 ] = "RϥΪ(~D)...";
        Text[ arabic ] = " ...";
        Text[ turkish ] = "Kullancsy sil...";
    };

    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 user selected";
        Text[ portuguese ] = "Direitos de acesso para utilizador seleccionado";
        Text[ russian ] = "    ";
        Text[ greek ] = "     ";
        Text[ dutch ] = "Gebruikersrechten voor geselecteerde gebruikers";
        Text[ french ] = "Droits accords  l'utilisateur slectionn";
        Text[ spanish ] = "Derechos de usuario para usuarios seleccionados";
        Text[ italian ] = "Diritti utente per utente selezionato";
        Text[ danish ] = "Den valgte brugers brugerrettigheder";
        Text[ swedish ] = "Anvndarrttigheter fr utvald anvndare";
        Text[ polish ] = "Prawa dla wybranego uytkownika";
        Text[ portuguese_brazilian ] = "User rights for choosen user";
        Text[ japanese ] = "Iհްp̱";
        Text[ korean ] = "õ  ׼ ";
        Text[ chinese_simplified ] = "ѡʹߵʹȨ";
        Text[ chinese_traditional ] = "襤ϥΪ̪ϥv";
        Text[ arabic ] = "   ";
        Text[ turkish ] = "Seilen kullanc iin eriim haklar";
    };

    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?" ;
};