summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/directsql.src
blob: d9fbf8d3c3a6bc9b9b5de6709c01e242df511e76 (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
/*************************************************************************
 *
 *  $RCSfile: directsql.src,v $
 *
 *  $Revision: 1.16 $
 *
 *  last change: $Author: hr $ $Date: 2003-03-19 17:52:22 $
 *
 *  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 EXPRESS 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 _DBACCESS_UI_DIRECTSQL_HRC_
#include "directsql.hrc"
#endif
#ifndef _DBU_DLG_HRC_
#include "dbu_dlg.hrc"
#endif

#define BUTTON_SIZE_X       50
#define BUTTON_SIZE_Y       14

#define WINDOW_SIZE_X       200
#define WINDOW_SIZE_Y       210 + BUTTON_SIZE_Y + BUTTON_SIZE_Y

ModalDialog DLG_DIRECTSQL
{
    OutputSize  = TRUE ;
    Moveable    = TRUE ;
    Closeable   = TRUE ;
    SVLook      = TRUE ;
    Size        = MAP_APPFONT ( WINDOW_SIZE_X , WINDOW_SIZE_Y ) ;

    FixedLine FL_SQL
    {
        Pos = MAP_APPFONT( 4, 3 );
        Size = MAP_APPFONT( WINDOW_SIZE_X - 8, 8 );
        Text = "SQL Kommando";
        Text [ english ] = "SQL command";
        Text [ english_us ] = "SQL command";
        Text[ portuguese ] = "Comando SQL";
        Text[ russian ] = " SQL";
        Text[ greek ] = "SQL command";
        Text[ dutch ] = "SQL-commando";
        Text[ french ] = "Instruction SQL";
        Text[ spanish ] = "Orden SQL";
        Text[ finnish ] = "SQL-lause";
        Text[ italian ] = "SQL command";
        Text[ danish ] = "SQL-kommando";
        Text[ swedish ] = "SQL-kommando";
        Text[ polish ] = "Polecenie SQL";
        Text[ portuguese_brazilian ] = "SQL command";
        Text[ japanese ] = "SQL コマンド";
        Text[ korean ] = "SQL 명령";
        Text[ chinese_simplified ] = "SQL 命令";
        Text[ chinese_traditional ] = "SQL 指令";
        Text[ turkish ] = "SQL command";
        Text[ arabic ] = "SQL command";
        Text[ catalan ] = "Comanda SQL";
        Text[ thai ] = "คำสั่ง SQL ";
    };
    FixedText FT_SQL
    {
        Pos = MAP_APPFONT( 7, 15 );
        Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 8 );
        Text = "auszufhrendes Kommando";
        Text [ english ] = "Command to execute";
        Text [ english_us ] = "Command to execute";
        Text[ portuguese ] = "Comando a executar";
        Text[ russian ] = " ";
        Text[ greek ] = "Command to execute";
        Text[ dutch ] = "uit te voeren commando";
        Text[ french ] = "Instruction  excuter";
        Text[ spanish ] = "Orden que ejecutar";
        Text[ finnish ] = "Suoritettava lause";
        Text[ italian ] = "Comando da eseguire";
        Text[ danish ] = "Kommando, der skal eksekveres";
        Text[ swedish ] = "Kommando att utfra";
        Text[ polish ] = "Polecenie do wykonania";
        Text[ portuguese_brazilian ] = "Command to execute";
        Text[ japanese ] = "実行コマンド";
        Text[ korean ] = "실행할 명령";
        Text[ chinese_simplified ] = "要执行的命令";
        Text[ chinese_traditional ] = "要執行的指令";
        Text[ turkish ] = "Command to execute";
        Text[ arabic ] = "Command to execute";
        Text[ catalan ] = "Comanda per executar";
        Text[ thai ] = "คำสั่งในการปฏิบัติการ";
    };
    MultiLineEdit ME_SQL
    {
        Pos = MAP_APPFONT( 7, 26 );
        Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 80 );
        SVLook = TRUE;
        Border = TRUE;
        TabStop = TRUE;
        IgnoreTab = TRUE;
    };
    PushButton PB_EXECUTE
    {
        Pos = MAP_APPFONT( WINDOW_SIZE_X - BUTTON_SIZE_X - 7, 109 );
        Size = MAP_APPFONT( BUTTON_SIZE_X, BUTTON_SIZE_Y );
        Text = "Ausfhren";
        Text [ english ] = "Execute";
        Text [ english_us ] = "Execute";
        DefButton = TRUE;
        Text[ portuguese ] = "Executar";
        Text[ russian ] = "";
        Text[ greek ] = "Execute";
        Text[ dutch ] = "Uitvoeren";
        Text[ french ] = "Excuter";
        Text[ spanish ] = "Ejecutar";
        Text[ finnish ] = "Suorita";
        Text[ italian ] = "Esegui";
        Text[ danish ] = "Udfr";
        Text[ swedish ] = "Utfr";
        Text[ polish ] = "Wykonaj";
        Text[ portuguese_brazilian ] = "Execute";
        Text[ japanese ] = "実行";
        Text[ korean ] = "실행";
        Text[ chinese_simplified ] = "执行";
        Text[ chinese_traditional ] = "執行";
        Text[ turkish ] = "Execute";
        Text[ arabic ] = "Execute";
        Text[ catalan ] = "Executa";
        Text[ thai ] = "ปฏิบัติการ";
    };
    FixedText FT_HISTORY
    {
        Pos = MAP_APPFONT( 7, 110 + BUTTON_SIZE_Y + 3 );
        Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 8 );
        Text = "Vorherige Kommandos";
        Text [ english ] = "Previous commands";
        Text [ english_us ] = "Previous commands";
        Text[ portuguese ] = "Comandos anteriores";
        Text[ russian ] = " ";
        Text[ greek ] = "Previous commands";
        Text[ dutch ] = "Vorige commando's";
        Text[ french ] = "Instructions prcdentes";
        Text[ spanish ] = "rdenes anteriores";
        Text[ finnish ] = "Edelliset lauseet";
        Text[ italian ] = "Comando precedente";
        Text[ danish ] = "Forrige kommandoer";
        Text[ swedish ] = "Fregende kommandon";
        Text[ polish ] = "Poprzednie polecenie";
        Text[ portuguese_brazilian ] = "Previous commands";
        Text[ japanese ] = "前のコマンド";
        Text[ korean ] = "이전 명령";
        Text[ chinese_simplified ] = "前一个命令";
        Text[ chinese_traditional ] = "前一個指令";
        Text[ turkish ] = "Previous commands";
        Text[ arabic ] = "Previous commands";
        Text[ catalan ] = "Comandes anteriors";
        Text[ thai ] = "คำสั่งก่อน";
    };
    ListBox LB_HISTORY
    {
        Pos = MAP_APPFONT( 7, 121 + BUTTON_SIZE_Y + 3 );
        Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 14 );
        SvLook = TRUE;
        DropDown = TRUE;
        Border = TRUE;
    };
    FixedLine FL_STATUS
    {
        Pos = MAP_APPFONT( 4, 138 + BUTTON_SIZE_Y + 4 );
        Size = MAP_APPFONT( WINDOW_SIZE_X - 8, 8 );
        Text = "Status";
        Text [ english ] = "Status";
        Text [ english_us ] = "Status";
        Text[ portuguese ] = "Estado";
        Text[ russian ] = "";
        Text[ greek ] = "";
        Text[ dutch ] = "Status";
        Text[ french ] = "Statut";
        Text[ spanish ] = "Estado";
        Text[ finnish ] = "Tila";
        Text[ italian ] = "Stato";
        Text[ danish ] = "Status";
        Text[ swedish ] = "Status";
        Text[ polish ] = "Stan";
        Text[ portuguese_brazilian ] = "Status";
        Text[ japanese ] = "ステータス";
        Text[ korean ] = "상태";
        Text[ chinese_simplified ] = "状态";
        Text[ chinese_traditional ] = "狀態";
        Text[ turkish ] = "Durum";
        Text[ arabic ] = "";
        Text[ catalan ] = "Estat";
        Text[ thai ] = "สถานะ";
    };
    MultiLineEdit ME_STATUS
    {
        Pos = MAP_APPFONT( 7, 153 + BUTTON_SIZE_Y );
        Size = MAP_APPFONT( WINDOW_SIZE_X - 14, 41 );
        Border = TRUE;
        ReadOnly = TRUE;
        VScroll = TRUE;
    };
    FixedLine FL_BUTTONS
    {
        Pos = MAP_APPFONT( 4, 193 + BUTTON_SIZE_Y + 4 );
        Size = MAP_APPFONT( WINDOW_SIZE_X - 8, 8 );
    };
    HelpButton PB_HELP
    {
        Pos = MAP_APPFONT( WINDOW_SIZE_X - 7 - BUTTON_SIZE_X - 3 - BUTTON_SIZE_X, 207 + BUTTON_SIZE_Y );
        Size = MAP_APPFONT( BUTTON_SIZE_X, BUTTON_SIZE_Y );
    };
    PushButton PB_CLOSE
    {
        Pos = MAP_APPFONT( WINDOW_SIZE_X - 7 - BUTTON_SIZE_X, 207 + BUTTON_SIZE_Y );
        Size = MAP_APPFONT( BUTTON_SIZE_X, BUTTON_SIZE_Y );
        Text = "Schlieen";
        Text [ english ] = "Close";
        Text [ english_us ] = "Close";
        Text[ portuguese ] = "Fechar";
        Text[ russian ] = "";
        Text[ greek ] = "Close";
        Text[ dutch ] = "Sluiten";
        Text[ french ] = "Fermer";
        Text[ spanish ] = "Cerrar";
        Text[ finnish ] = "Sulje";
        Text[ italian ] = "Chiudi";
        Text[ danish ] = "Luk";
        Text[ swedish ] = "Stng";
        Text[ polish ] = "Zamknij";
        Text[ portuguese_brazilian ] = "Close";
        Text[ japanese ] = "閉じる";
        Text[ korean ] = "닫기";
        Text[ chinese_simplified ] = "关闭";
        Text[ chinese_traditional ] = "關閉";
        Text[ turkish ] = "Close";
        Text[ arabic ] = "Close";
        Text[ catalan ] = "Tanca";
        Text[ thai ] = "ปิด";
    };

    Text                = "SQL Statement ausfhren" ;
    Text [ english ]    = "Excecute SQL statement" ;
    Text [ english_us ] = "Execute SQL Statement" ;
    Text[ language_user1 ] = "zl: statement means SQL commandos which are directly executed.";
    Text[ portuguese ] = "Executar instruo SQL";
    Text[ russian ] = "  SQL";
    Text[ greek ] = "Excecute SQL statement";
    Text[ dutch ] = "SQL-instructie uitvoeren";
    Text[ french ] = "Excuter l'instruction SQL";
    Text[ spanish ] = "Ejecutar orden SQL";
    Text[ finnish ] = "Suorita SQL-lause";
    Text[ italian ] = "Esegui il comando SQL";
    Text[ danish ] = "Udfr SQL-stning";
    Text[ swedish ] = "Utfr SQL-sats";
    Text[ polish ] = "Wykonaj polecenie SQL";
    Text[ portuguese_brazilian ] = "Excecute SQL statement";
    Text[ japanese ] = "SQL ステートメントの実行";
    Text[ korean ] = "SQL문 실행";
    Text[ chinese_simplified ] = "直接执行 SQL 命令";
    Text[ chinese_traditional ] = "直接執行 SQL 指令";
    Text[ turkish ] = "Excecute SQL statement";
    Text[ arabic ] = "Excecute SQL statement";
    Text[ catalan ] = "Executa una instrucci SQL";
    Text[ thai ] = "ปฏิบัติการประโยค SQL ";
};

String STR_COMMAND_EXECUTED_SUCCESSFULLY
{
    Text = "Befehl erfolgreich ausgefhrt." ;
    Text [ English ] = "Command executed successfully." ;
    Text [ portuguese ] = "Comando executado com xito." ;
    Text [ english_us ] = "Command successfully executed." ;
    Text [ portuguese_brazilian ] = "Befehl erfolgreich ausgefhrt." ;
    Text [ swedish ] = "Kommando utfrt." ;
    Text [ danish ] = "Kommando gennemfrt." ;
    Text [ italian ] = "Comando eseguito con successo." ;
    Text [ spanish ] = "Orden ejecutada satisfactoriamente." ;
    Text [ french ] = "Commande excute avec succs" ;
    Text [ dutch ] = "Opdracht is uitgevoerd." ;
    Text[ chinese_simplified ] = "执行命令已经成功。";
    Text[ russian ] = "  .";
    Text[ polish ] = "Polecenie wykonano pomylnie.";
    Text[ japanese ] = "コマンドは正常に実行されました。";
    Text[ chinese_traditional ] = "執行指令已經成功。";
    Text[ arabic ] = "   .";
    Text[ greek ] = "   .";
    Text[ korean ] = "명령을 성공적으로 실행했습니다.";
    Text[ finnish ] = "Kskyn suoritus onnistui.";
    Text[ turkish ] = "Command successfully executed.";
    Text[ catalan ] = "Comanda executada amb xit.";
    Text[ thai ] = "ปฏิบัติการคำสั่งสำเร็จ";
};

String STR_DIRECTSQL_CONNECTIONLOST
{
    Text = "Die Verbindung zur Datenbank wurde gelscht. Dieser Dialog wird geschlossen.";
    Text [ english ] = "The connection to the database has been lost. This dialog will be closed.";
    Text [ english_us ] = "The connection to the database has been lost. This dialog will be closed.";
    Text[ portuguese ] = "A ligao  base de dados foi eliminada. Esta caixa de dilogo ser fechada.";
    Text[ russian ] = "    .   .";
    Text[ greek ] = "The connection to the database has been lost. This dialog will be closed.";
    Text[ dutch ] = "Er bestaat geen verbinding met de database. Dit dialoogvenster wordt gesloten.";
    Text[ french ] = "La connexion  la base de donnes a t annule. Fermeture de la bote de dialogue.";
    Text[ spanish ] = "Se perdi la conexin a la base de datos. Este dilogo se cerrar.";
    Text[ finnish ] = "Tietokantayhteys katkesi. Tm valintaikkuna suljetaan.";
    Text[ italian ] = "Il collegamento al database  stato eliminato. Questo dialogo verr chiuso.";
    Text[ danish ] = "Forbindelsen til databasen blev slettet. Denne dialog lukkes.";
    Text[ swedish ] = "Frbindelsen till databasen har raderats. Den hr dialogrutan kommer att stngas.";
    Text[ polish ] = "Poczenie z baz danych przerwano. Okno dialogowe zostanie zamknite.";
    Text[ portuguese_brazilian ] = "The connection to the database has been lost. This dialog will be closed.";
    Text[ japanese ] = "データベースへの接続は削除されています。このダイアログを閉じます。";
    Text[ korean ] = "데이터베이스와의 연결이 해제되었습니다. 이 대화 상자가 닫힙니다.";
    Text[ chinese_simplified ] = "已经结束和数据库的连接。现在关闭这个对话框。";
    Text[ chinese_traditional ] = "已經結束與資料庫的連線。現在關閉這個對話方塊。";
    Text[ turkish ] = "The connection to the database has been lost. This dialog will be closed.";
    Text[ arabic ] = "The connection to the database has been lost. This dialog will be closed.";
    Text[ catalan ] = "S'ha perdut la connexi amb la base de dades. Aquest quadre de dileg es tancar.";
    Text[ thai ] = "การเชื่อมต่อกับฐานข้อมูลขาดหาย ไดอะล็อกนี้จะถูกปิดลง";
};

/*************************************************************************
 * history:
 *  $Log: not supported by cvs2svn $
 *  Revision 1.15.2.3  2003/02/23 12:00:59  nf
 *  trasnlation 6.1 Beta / OOo 1.1 Beta / final wave
 *
 *  Revision 1.15.2.2  2003/02/23 11:00:50  nf
 *  6.1 Beta 1/OOo 1.1 Beta translation, second wave
 *
 *  Revision 1.15.2.1  2003/02/22 15:47:19  hr
 *  INTEGRATION: CWS mergep (1.15.20); FILE MERGED
 *  2003/02/22 10:44:28 nf 1.15.20.2: #107113# localization of StarOffice 6.1 Beta/OpenOffice.org 1.1 Beta. Represents content of translation database of 02/21/2003. Translation up to date for SUN big rules languages
 *  2003/01/31 12:51:11 hjs 1.15.20.1: #107113# merge on SRX644p
 *
 *  Revision 1.15.20.2  2003/02/22 10:44:28  nf
 *  #107113# localization of StarOffice 6.1 Beta/OpenOffice.org 1.1 Beta. Represents content of translation database of 02/21/2003. Translation up to date for SUN big rules languages
 *
 *  Revision 1.15.20.1  2003/01/31 12:51:11  hjs
 *  #107113# merge on SRX644p
 *
 *  Revision 1.15  2002/12/05 10:35:58  kz
 *  Merge SRX644: 12/05/02 - 11:32:03
 *
 *  Revision 1.14  2002/11/25 15:17:52  kz
 *  Merge SRX644: 25.11.02 - 16:14:03
 *
 *  Revision 1.13  2002/09/05 13:59:13  kz
 *  Merge SRX643: 05.09.02 - 15:55:55
 *
 *  Revision 1.12  2002/08/19 07:47:21  oj
 *  #99473# change string resource files
 *
 *  Revision 1.11  2001/11/16 22:42:48  kz
 *  Merge SRC638: 16.11.01 - 22:41:18
 *
 *  Revision 1.10  2001/09/26 20:28:03  kz
 *  Merge SRC638: 09/26/01 - 22:27:14
 *
 *  Revision 1.9  2001/08/29 14:06:15  kz
 *  Merge SRC638: 29.08.01 - 16:05:39
 *
 *  Revision 1.8  2001/08/24 11:09:43  kz
 *  Merge SRC638: 24.08.01 - 13:08:49
 *
 *  Revision 1.7  2001/08/21 22:16:33  kz
 *  Merge SRC638: 22.08.01 - 00:15:50
 *
 *  Revision 1.6  2001/08/13 20:56:12  kz
 *  Merge SRC638: 13.08.01 - 22:55:32
 *
 *  Revision 1.5  2001/08/10 21:03:13  kz
 *  Merge SRC638: 10.08.01 - 23:02:37
 *
 *  Revision 1.4  2001/08/07 15:00:18  kz
 *  Merge SRC638: 07.08.01 - 16:59:48
 *
 *  Revision 1.3  2001/07/13 21:08:48  kz
 *  Merge SRC638: 13.07.01 - 23:07:57
 *
 *  Revision 1.2  2001/06/29 02:21:19  kz
 *  Merge SRC633: 29.06.01 - 04:20:55
 *
 *  Revision 1.1  2001/06/19 10:54:20  fs
 *  initial checkin - dialog for executing SQL statements
 *
 *
 *  Revision 1.0 18.06.01 17:01:52  fs
 ************************************************************************/