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
|
/*************************************************************************
*
* $RCSfile: tabletree.src,v $
*
* $Revision: 1.18 $
*
* last change: $Author: kz $ $Date: 2001-08-29 13:52:35 $
*
* 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 _DBU_RESOURCE_HRC_
#include "dbu_resource.hrc"
#endif
#ifndef _DBAUI_TABLETREE_HRC_
#include "tabletree.hrc"
#endif
Image TABLE_TREE_ICON
{
ImageBitmap = Bitmap { File = "sx03188.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
Image VIEW_TREE_ICON
{
ImageBitmap = Bitmap { File = "sx16670.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
Image TABLEFOLDER_TREE_ICON
{
ImageBitmap = Bitmap { File = "sx03187.bmp"; };
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
Menu MENU_TABLETREE_POPUP
{
ItemList =
{
MenuItem
{
Identifier = MID_SORT_ASCENDING;
Text = "Aufsteigend Sortieren" ;
Text [ ENGLISH ] = "Functions" ;
Text[ english_us ] = "Sort Ascending";
Text[ portuguese ] = "Ordem ascendente";
Text[ russian ] = " ";
Text[ greek ] = " ";
Text[ dutch ] = "Oplopend sorteren";
Text[ french ] = "Tri croissant";
Text[ spanish ] = "Orden ascendente";
Text[ italian ] = "Disponi in ordine crescente";
Text[ danish ] = "Sorter stigende";
Text[ swedish ] = "Sortera stigande";
Text[ polish ] = "Sortuj rosnco";
Text[ portuguese_brazilian ] = "Functions";
Text[ japanese ] = "昇順に並べ替え";
Text[ korean ] = "오름차순으로 정렬";
Text[ chinese_simplified ] = "向上排序";
Text[ chinese_traditional ] = "向上排序";
Text[ arabic ] = " ";
Text[ turkish ] = "Artan sralama";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Orden ascendente";
Text[ finnish ] = "Nouseva lajittelu";
};
MenuItem
{
Identifier = MID_SORT_DECENDING;
Text = "Absteigend Sortieren" ;
Text [ ENGLISH ] = "Functions" ;
Text[ english_us ] = "Sort Descending";
Text[ portuguese ] = "Ordem decrescente";
Text[ russian ] = " ";
Text[ greek ] = " ";
Text[ dutch ] = "Aflopend sorteren";
Text[ french ] = "Tri dcroissant";
Text[ spanish ] = "Orden descendente";
Text[ italian ] = "Disponi in ordine descrescente";
Text[ danish ] = "Sorter faldende";
Text[ swedish ] = "Sortera fallande";
Text[ polish ] = "Sortuj malejco";
Text[ portuguese_brazilian ] = "Functions";
Text[ japanese ] = "降順に並べ替え";
Text[ korean ] = "내림차순으로 정렬";
Text[ chinese_simplified ] = "向下排序";
Text[ chinese_traditional ] = "向下排序";
Text[ arabic ] = " ";
Text[ turkish ] = "Azalan sralama";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Orden descendente";
Text[ finnish ] = "Laskeva lajittelu";
};
};
};
String STR_COULDNOTCREATE_DRIVERMANAGER
{
Text = "Es konnte keine Verbindung zum SDBC-Treiber-Manager (#servicename#) hergestellt werden.";
Text [ english ] = "The connection to the SDBC driver manager (#servicename#) could not be established.";
Text [ english_us ] = "Cannot connect to the SDBC driver manager (#servicename#).";
Text[ portuguese ] = "Impossvel estabelecer ligao com o SDBC driver manager (#servicename#).";
Text[ russian ] = " SDBC (#servicename#) .";
Text[ greek ] = " SDBC (#servicename#).";
Text[ dutch ] = "Kan de verbinding met de SDBC-driver manager (#servicename#) niet tot stand brengen.";
Text[ french ] = "Impossible d'tablir une connexion au gestionnaire de pilotes SDBC (#servicename#) !";
Text[ spanish ] = "No se pudo establecer una conexin al administrador de controladores SDBC (#servicename#).";
Text[ italian ] = "Non possibile stabilire il collegamento al driver SDBC Manager (#servicename#).";
Text[ danish ] = "Det var ikke muligt at oprette en forbindelse til SDBC driver manageren (#servicename#).";
Text[ swedish ] = "Det gick inte att upprtta en frbindelse till SDBC-drivrutinsmanagern (#servicename#).";
Text[ polish ] = "Brak poczenia z menederem sterownika SDCB (#servicename#).";
Text[ portuguese_brazilian ] = "The connection to the SDBC driver manager (#servicename#) could not be established.";
Text[ japanese ] = "SDBC ドライバマネジャー(#servicename#)へ接続できませんでした。";
Text[ korean ] = "SDBC 드라이버 관리자 (#servicename#)에 대한 연결을 ) 구축하지 못했습니다.";
Text[ chinese_simplified ] = "无法和 SDBC 驱动程式管理器(#servicename#)建立连接。";
Text[ chinese_traditional ] = "無法連線到 SDBC 驅動程式管理(#servicename#) 。";
Text[ turkish ] = "The connection to the SDBC driver manager (#servicename#) could not be established.";
Text[ arabic ] = " (#servicename#) SDBC Driver Manager .";
Text[ catalan ] = "No se pudo establecer una conexin al administrador de controladores SDBC (#servicename#).";
Text[ finnish ] = "Yhteyden muodostaminen SDBC-ajurien hallintaan ei onnistu (servicename).";
};
String STR_NOREGISTEREDDRIVER
{
Text = "Es ist kein Treiber fr die URL #connurl# registriert!";
Text [ english ] = "There is no registered driver for the URL #connurl#";
Text [ english_us ] = "A driver is not registered for the URL #connurl#.";
Text[ portuguese ] = "No existe nenhum controlador registado para o URL #connurl#.";
Text[ russian ] = " URL #connurl# .";
Text[ greek ] = " URL #connurl#";
Text[ dutch ] = "Geen driver voor URL #connurl# geregistreerd.";
Text[ french ] = "Aucun pilote n'est inscrit pour l'URL #connurl# !";
Text[ spanish ] = "No existe un controlador registrado para la URL #connurl#";
Text[ italian ] = "Non esiste alcun driver registrato per l'URL #connurl#";
Text[ danish ] = "Der er ikke registeret en driver for URL'en #connurl#!";
Text[ swedish ] = "Det har inte registrerats ngon drivrutin fr URL:en #connurl#.";
Text[ polish ] = "Brak zarejestrowanego sterownika dla URL #connurl# !";
Text[ portuguese_brazilian ] = "There is no registered driver for the URL #connurl#";
Text[ japanese ] = "URL #connurl# のドライバが登録されていません。";
Text[ korean ] = "URL #connurl#에 대해 등록된 드라이버가 없습니다!";
Text[ chinese_simplified ] = "没有为 URL #connurl# 登记驱动程序。";
Text[ chinese_traditional ] = "不存在任何登記的 URL #connurl# 驅動程序。";
Text[ turkish ] = "There is no registered driver for the URL #connurl#";
Text[ arabic ] = " URL #connurl#!";
Text[ catalan ] = "No existe un controlador registrado para la URL #connurl#";
Text[ finnish ] = "Ajuria ei ole rekisterity URL-osoitteelle connurl.";
};
String STR_COULDNOTCONNECT
{
Text = "Es konnte keine Verbindung fr die URL #connurl# aufgebaut werden.";
Text [ english ] = "A connection could not be established for URL #connurl#.";
Text [ english_us ] = "A connection could not be established for URL #connurl#.";
Text[ portuguese ] = "Foi impossvel estabelecer ligao para o URL #connurl#.";
Text[ russian ] = " URL #connurl# .";
Text[ greek ] = " URL #connurl#.";
Text[ dutch ] = "Kon geen verbinding voor #connurl# opbouwen.";
Text[ french ] = "Impossible d'tablir une connexion pour l'URL #connurl# !";
Text[ spanish ] = "No se pudo realizar ninguna conexin para la URL #connurl#.";
Text[ italian ] = "Non possibile creare il collegamento all'URL #connurl#.";
Text[ danish ] = "Det var ikke muligt at oprette en forbindelse for URL'en #connurl#.";
Text[ swedish ] = "Det gick inte att upprtta ngon frbindelse till URL:en #connurl#.";
Text[ polish ] = "Brak poczenia z URL #connurl#.";
Text[ portuguese_brazilian ] = "A connection could not be established for URL #connurl#.";
Text[ japanese ] = "URL #connurl# へ接続できませんでした。";
Text[ korean ] = "URL #connurl#에 대한 연결을 구축하지 못했습니다 .";
Text[ chinese_simplified ] = "无法和 URL #connurl# 建立连接。";
Text[ chinese_traditional ] = "無法連線到 URL #connurl# 。";
Text[ turkish ] = "A connection could not be established for URL #connurl#.";
Text[ arabic ] = " URL #connurl#..";
Text[ catalan ] = "No se pudo realizar ninguna conexin para la URL #connurl#.";
Text[ finnish ] = "Yhteyden muodostaminen URL-osoitteeseen connurl ei onnistunut.";
};
String STR_COULDNOTCONNECT_PLEASECHECK
{
Text = "Bitte ueberpruefen Sie die aktuellen Einstellungen, zum Beispiel hinsichtlich Benutzername und Passwort.";
Text [ english ] = "Please check the current settings, e.g. with respect to user name and password.";
Text [ english_us ] = "Please check the current settings, e.g. regarding user name and password.";
Text[ portuguese ] = "Verifique as definies actuais, por exemplo, nome de utilizador e senha.";
Text[ russian ] = ", , , , , .";
Text[ greek ] = " , . .";
Text[ dutch ] = "Controleer de actuele instellingen, bijv. wat betreft naam gebruiker en wachtwoord.";
Text[ french ] = "Vrifiez les paramtres actifs - par ex. ceux qui concernent le nom d'utilisateur et le mot de passe.";
Text[ spanish ] = "Compruebe la configuracin actual, p.ej. el nombre de usuario y la contrasea.";
Text[ italian ] = "Verificare le impostazioni attuali; in particolare quelle in riferimento al nome utente e password.";
Text[ danish ] = "Kontroller venligst de aktuelle indstillinger, f.eks. med hensyn til brugernavn og adgangskode.";
Text[ swedish ] = "Kontrollera de aktuella instllningarna, t.ex. med avseende p anvndarnamn och lsenord.";
Text[ polish ] = "Sprawd biece konfiguracje, np. nazw uytkownika i haso.";
Text[ portuguese_brazilian ] = "Please check the current settings, e.g. with respect to user name and password.";
Text[ japanese ] = "ユーザー名やパスワードなど現在設定されている内容をもう一度チェックしてください。";
Text[ korean ] = "현재의 설정을 점검하십시오, 예를 들면 사용자 이름/ 패스워드와 관련해서.";
Text[ chinese_simplified ] = "请您检查当前的设定,如使用名和密码。";
Text[ chinese_traditional ] = "請您檢查您的設定,如使用者和密碼。";
Text[ turkish ] = "Please check the current settings, e.g. with respect to user name and password.";
Text[ arabic ] = " ɡ .";
Text[ catalan ] = "Compruebe la configuracin actual, p.ej. el nombre de usuario y la contrasea.";
Text[ finnish ] = "Tarkista, ett nykyiset asetukset (esimerkiksi salasana- ja kyttjtunnusasetukset) ovat oikeat.";
};
String STR_NOTABLEINFO
{
Text = "Die Verbindung wurde erfolgreich hergestellt, aber es konnten keine Informationen ber Tabellen in der Datenbank ermittelt werden.";
Text [ english ] = "A connection was established sucessfully, but no informations about tables and/or views could be gathered.";
Text [ english_us ] = "Successfully connected, but information about database tables is not available.";
Text[ portuguese ] = "A ligao foi estabelecida, mas foi impossvel encontrar informaes sobre tabelas na base de dados.";
Text[ russian ] = " , .";
Text[ greek ] = " .";
Text[ dutch ] = "Verbinding werd tot stand gebracht, echter geen gegevens over tabellen in de database gevonden.";
Text[ french ] = "Connexion tablie, mais aucune information concernant les tables et/ou vues n'a pu tre dtecte.";
Text[ spanish ] = "Se ha realizado una conexin satisfactoriamente, pero no se ha conseguido ninguna informacin sobre tablas en la base de datos.";
Text[ italian ] = "Il collegamento stato realizzato tuttavia non stato possibile trasmettere le informazioni relative alle tabelle nel database.";
Text[ danish ] = "Forbindelsen er blevet oprettet; men det var ikke muligt at hente informationer om tabeller i databasen.";
Text[ swedish ] = "Frbindelsen upprttades men det gick inte att f fram ngon information om tabeller i databasen.";
Text[ polish ] = "Poczenie zostao pomylnie ustanowione, ale nadal brak informacji o tabelach w bazie danych.";
Text[ portuguese_brazilian ] = "A connection was established sucessfully, but no informations about tables and/or views could be gathered.";
Text[ japanese ] = "正常に接続できましたが、データベースのテーブルに関する情報がありません。";
Text[ korean ] = "연결은 성공적으로 구축되었지만, 표 그리고/또는 보기에 대한 정보를 수집하지 못했습니다.";
Text[ chinese_simplified ] = "连接已经成功,但是无法获得相关的数据库表格数据。";
Text[ chinese_traditional ] = "已經成功連線,但是沒有找到資料庫的表格內容。";
Text[ turkish ] = "A connection was established sucessfully, but no informations about tables and/or views could be gathered.";
Text[ arabic ] = " ͡ .";
Text[ catalan ] = "Se ha realizado una conexin satisfactoriamente, pero no se ha conseguido ninguna informacin sobre tablas en la base de datos.";
Text[ finnish ] = "Yhteys on muodostettu, mutta tietokannan taulukkotiedot eivt ole kytettviss.";
};
String STR_ALL_TABLES
{
Text = "Alle Tabellen";
Text [ english ] = "All tables";
Text [ english_us ] = "All tables";
Text[ portuguese ] = "Tabelas todas";
Text[ russian ] = " ";
Text[ greek ] = " ";
Text[ dutch ] = "Alle tabellen";
Text[ french ] = "Toutes les tables";
Text[ spanish ] = "Todas las tablas";
Text[ italian ] = "Tutte le tabelle";
Text[ danish ] = "All tables";
Text[ swedish ] = "Alla tabeller";
Text[ polish ] = "Wszystkie tabele";
Text[ portuguese_brazilian ] = "All tables";
Text[ japanese ] = "すべてのテーブル";
Text[ korean ] = "모든 테이블";
Text[ chinese_simplified ] = "全部的表格";
Text[ chinese_traditional ] = "全部的表格";
Text[ turkish ] = "All tables";
Text[ arabic ] = " ";
Text[ catalan ] = "Todas las tablas";
Text[ finnish ] = "Alle Tabellen";
};
String STR_ALL_VIEWS
{
Text = "Alle Tabellensichten";
Text [ english ] = "All views";
Text [ english_us ] = "All views";
Text[ portuguese ] = "Todas as vistas de tabelas";
Text[ russian ] = " ";
Text[ greek ] = " ";
Text[ dutch ] = "Alle tabelmodi";
Text[ french ] = "Toutes les vues";
Text[ spanish ] = "Todas las visualizaciones de tablas";
Text[ italian ] = "Tutte le viste di tabelle";
Text[ danish ] = "All views";
Text[ swedish ] = "Alla tabellvyer";
Text[ polish ] = "Wszystkie widoki tabeli";
Text[ portuguese_brazilian ] = "All views";
Text[ japanese ] = "すべてのテーブルビュー";
Text[ korean ] = "모든 테이블 보기";
Text[ chinese_simplified ] = "全部的表格视图";
Text[ chinese_traditional ] = "所有的表格檢視";
Text[ turkish ] = "All views";
Text[ arabic ] = " ";
Text[ catalan ] = "Todas las visualizaciones de tablas";
Text[ finnish ] = "Alle Tabellensichten";
};
String STR_ALL_TABLES_AND_VIEWS
{
Text = "Alle Tabellen und Tabellensichten";
Text [ english ] = "All tables and views";
Text [ english_us ] = "All tables and views";
Text[ portuguese ] = "Todas as tabelas e vistas";
Text[ russian ] = " ";
Text[ greek ] = " ";
Text[ dutch ] = "Alle tabellen en tabelmodi";
Text[ french ] = "Toutes les tables et vues";
Text[ spanish ] = "Todas las tablas y visualizaciones de tablas";
Text[ italian ] = "Tutte le tabelle e le viste di tabelle";
Text[ danish ] = "All tables and views";
Text[ swedish ] = "Alla tabeller och tabellvyer";
Text[ polish ] = "Wszystkie tabele i widoki tabeli";
Text[ portuguese_brazilian ] = "All tables and views";
Text[ japanese ] = "すべてのテーブルとテーブルビュー";
Text[ korean ] = "모든 테이블과 테이블 보기";
Text[ chinese_simplified ] = "全部的表格和表格视图";
Text[ chinese_traditional ] = "所有的表格和表格檢視";
Text[ turkish ] = "All tables and views";
Text[ arabic ] = " ";
Text[ catalan ] = "Todas las tablas y visualizaciones de tablas";
Text[ finnish ] = "Alle Tabellen und Tabellensichten";
};
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
* Revision 1.17 2001/08/25 20:18:40 obo
* Merge SRC638: 25.08.01 - 22:19:09
*
* Revision 1.16 2001/08/21 22:01:29 kz
* Merge SRC638: 22.08.01 - 00:00:54
*
* Revision 1.15 2001/08/14 15:07:09 kz
* Merge SRC638: 14.08.01 - 17:06:33
*
* Revision 1.14 2001/08/07 14:48:58 kz
* Merge SRC638: 07.08.01 - 16:48:26
*
* Revision 1.13 2001/07/13 20:47:36 kz
* Merge SRC638: 13.07.01 - 22:46:26
*
* Revision 1.12 2001/05/16 15:24:36 rt
* Merge SRC632: 16.05.01 - 17:24:45 (NoBranch)
*
* Revision 1.11 2001/05/12 06:32:10 kz
* Merge SRC631: 12.05.01 - 08:31:35 (NoBranch)
*
* Revision 1.10 2001/05/10 05:40:48 rt
* Merge SRC631: 10.05.01 - 07:40:06 (NoBranch)
*
* Revision 1.9 2001/05/04 19:48:56 rt
* Merge SRC630: 04.05.01 - 21:48:13 (NoBranch)
*
* Revision 1.8 2001/03/19 11:32:51 kz
* Merge SRC625: 19.03.01 - 12:32:26 (NoBranch)
*
* Revision 1.7 2001/03/09 20:38:12 kz
* Merge SRC624: 09.03.01 - 21:38:15 (NoBranch)
*
* Revision 1.6 2001/01/30 08:29:43 fs
* 'wildcard checking'
*
* Revision 1.5 2000/11/29 09:47:43 kz
* Merge SRC614: 29.11.00 - 10:46:56 (NoBranch)
*
* Revision 1.4 2000/10/30 15:23:23 fs
* #79816# STR_INVALID_REGISTEREDDRIVER is obsolete
*
* Revision 1.3 2000/10/27 15:17:01 kz
* Merge SRC610: 27.10.00 - 17:16:44 (NoBranch)
*
* Revision 1.2 2000/10/09 12:37:02 fs
* STR_COULDNOTCONNECT
*
* Revision 1.1 2000/10/05 10:01:18 fs
* initial checkin
*
*
* Revision 1.0 28.09.00 13:36:13 fs
************************************************************************/
|