summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign/relation.src
blob: 3d04fcc20033c1370c9020c9f112f80517365c93 (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
/*************************************************************************
 *
 *  $RCSfile: relation.src,v $
 *
 *  $Revision: 1.9 $
 *
 *  last change: $Author: kz $ $Date: 2001-04-10 20:31:25 $
 *
 *  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 _DBU_RESOURCE_HRC_
#include "dbu_resource.hrc"
#endif
#ifndef _GLOBLMN_HRC
#include <svx/globlmn.hrc>
#endif
#ifndef _CNTIDS_HRC
#include <sfx2/cntids.hrc>
#endif
#ifndef DBACCESS_UI_BROWSER_ID_HXX
#include "browserids.hxx"
#endif
#ifndef _DBA_DBACCESS_HELPID_HRC_
#include "dbaccess_helpid.hrc"
#endif
#ifndef DBAUI_TOOLBOX_HXX
#include "toolbox.hrc"
#endif


ToolBox RID_BRW_REALTIONDESIGN_TOOLBOX
{
    SVLook = TRUE ;
    Pos = MAP_APPFONT ( 3 , 1 ) ;
    Size = MAP_APPFONT ( 200 , 14 ) ;
    OutputSize = TRUE ;
    Align = BOXALIGN_TOP ;
    ItemImageList = RID_DEFAULTIMAGELIST_SC ;
    HideWhenDeactivate = TRUE ;
    HelpId = HID_TLB_RELATIONDESIGN ;

    ItemList =
    {
        ToolBoxItem
        {
            Identifier = ID_BROWSER_EDITDOC ;
            HelpId = SID_EDITDOC ;
            Text = "Bearbeiten" ;
            Text [ ENGLISH ] = "Edit" ;
            Text[ english_us ] = "Edit";
            Text[ portuguese ] = "Editar";
            Text[ russian ] = "";
            Text[ greek ] = "";
            Text[ dutch ] = "Bewerken";
            Text[ french ] = "diter";
            Text[ spanish ] = "Editar";
            Text[ italian ] = "Modifica";
            Text[ danish ] = "Edit";
            Text[ swedish ] = "Redigera";
            Text[ polish ] = "Edytuj";
            Text[ portuguese_brazilian ] = "Edit";
            Text[ japanese ] = "ҏW";
            Text[ korean ] = "Edit";
            Text[ chinese_simplified ] = "༭";
            Text[ chinese_traditional ] = "s";
            Text[ turkish ] = "Edit";
            Text[ arabic ] = "";
        };
        ToolBoxItem
        {
            Type = TOOLBOXITEM_SEPARATOR ;
        };
        ToolBoxItem
        {
            Identifier = ID_BROWSER_SAVEDOC ;
            HelpId = SID_SAVEDOC ;
            Text = "Speichern" ;
            Text [ ENGLISH ] = "Save" ;
            Text[ english_us ] = "Save";
            Text[ portuguese ] = "Save";
            Text[ russian ] = "";
            Text[ greek ] = "";
            Text[ dutch ] = "Opslaan";
            Text[ french ] = "Enregistrer";
            Text[ spanish ] = "Guardar";
            Text[ italian ] = "Salva";
            Text[ danish ] = "Save";
            Text[ swedish ] = "Spara";
            Text[ polish ] = "Zapisz";
            Text[ portuguese_brazilian ] = "Save";
            Text[ japanese ] = "ۑ";
            Text[ korean ] = "Save";
            Text[ chinese_simplified ] = "";
            Text[ chinese_traditional ] = "xs";
            Text[ turkish ] = "Save";
            Text[ arabic ] = "";
        };
        ToolBoxItem
        {
            Identifier = SID_PRINTDOCDIRECT ;
            HelpId = SID_PRINTDOCDIRECT ;
            Hide = TRUE;
            Text = "Drucken" ;
            Text [ ENGLISH ] = "Print" ;
            Text[ english_us ] = "Print";
            Text[ portuguese ] = "Imprimir";
            Text[ russian ] = "";
            Text[ greek ] = "";
            Text[ dutch ] = "Afdrukken";
            Text[ french ] = "Imprimer";
            Text[ spanish ] = "Imprimir";
            Text[ italian ] = "Stampa";
            Text[ danish ] = "Print";
            Text[ swedish ] = "Skriv ut";
            Text[ polish ] = "Drukuj";
            Text[ portuguese_brazilian ] = "Print";
            Text[ japanese ] = "";
            Text[ korean ] = "Print";
            Text[ chinese_simplified ] = "ӡ";
            Text[ chinese_traditional ] = "CL";
            Text[ turkish ] = "Print";
            Text[ arabic ] = "";
        };
        ToolBoxItem
        {
            Type = TOOLBOXITEM_SEPARATOR ;
        };
        ToolBoxItem
        {
            Identifier = ID_BROWSER_UNDO ;
            HelpId = SID_UNDO ;
            Text = "Rckgngig" ;
            Text [ ENGLISH ] = "Undo" ;
            Text[ english_us ] = "Undo";
            Text[ portuguese ] = "Anular";
            Text[ russian ] = "";
            Text[ greek ] = "";
            Text[ dutch ] = "Ongedaan";
            Text[ french ] = "Annuler";
            Text[ spanish ] = "Deshacer";
            Text[ italian ] = "Annulla";
            Text[ danish ] = "Undo";
            Text[ swedish ] = "ngra";
            Text[ polish ] = "Cofnij";
            Text[ portuguese_brazilian ] = "Undo";
            Text[ japanese ] = "ɖ߂";
            Text[ korean ] = "Undo";
            Text[ chinese_simplified ] = "";
            Text[ chinese_traditional ] = "_";
            Text[ turkish ] = "Undo";
            Text[ arabic ] = "";
        };
        ToolBoxItem
        {
            Identifier = ID_BROWSER_REDO ;
            HelpId = SID_REDO ;
            Text = "Wiederherstellen" ;
            Text [ ENGLISH ] = "Redo" ;

            Text[ english_us ] = "Redo";
            Text[ portuguese ] = "Restaurar";
            Text[ russian ] = "";
            Text[ greek ] = "";
            Text[ dutch ] = "Herstellen";
            Text[ french ] = "Restaurer";
            Text[ spanish ] = "Restaurar";
            Text[ italian ] = "Ripristina";
            Text[ danish ] = "Redo";
            Text[ swedish ] = "terstll";
            Text[ polish ] = "Przywr";
            Text[ portuguese_brazilian ] = "Redo";
            Text[ japanese ] = "蒼";
            Text[ korean ] = "Redo";
            Text[ chinese_simplified ] = "ָ";
            Text[ chinese_traditional ] = "_MO";
            Text[ turkish ] = "Redo";
            Text[ arabic ] = "";
        };
        ToolBoxItem
        {
            Type = TOOLBOXITEM_SEPARATOR ;
        };
        ToolBoxItem
        {
            Identifier = ID_BROWSER_ADDTABLE;
            HelpId = SID_FM_ADDTABLE ;
            Text = "Tabellen hinzufgen ..." ;
            Text [ ENGLISH ] = "Add tables ..." ;
            Text[ english_us ] = "Add Tables...";
            Text[ portuguese ] = "Adicionar tabelas...";
            Text[ russian ] = " ...";
            Text[ greek ] = " ...";
            Text[ dutch ] = "Tabellen toevoegen...";
            Text[ french ] = "Ajouter des tables ...";
            Text[ spanish ] = "Aadir tablas ...";
            Text[ italian ] = "Inserisci tabelle";
            Text[ danish ] = "Add tables ...";
            Text[ swedish ] = "Lgg till tabeller ...";
            Text[ polish ] = "Dodaj tabele ...";
            Text[ portuguese_brazilian ] = "Add tables ...";
            Text[ japanese ] = "ðق̒lj...";
            Text[ korean ] = "Add tables ...";
            Text[ chinese_simplified ] = "ӱ...";
            Text[ chinese_traditional ] = "W[...";
            Text[ turkish ] = "Add tables ...";
            Text[ arabic ] = " ...";
        };
        ToolboxItem
        {
            Type = TOOLBOXITEM_SEPARATOR;
        };
        ToolboxItem
        {
            Identifier = ID_REALTION_ADD_RELATION ;
            HelpId = SID_SBA_ADD_RELATION ;
            Text = "neue Relation ..." ;
            Text [ ENGLISH ] = "new relation ..." ;
            Text[ english_us ] = "New Relation...";
            Text[ portuguese ] = "nova relao...";
            Text[ russian ] = " ...";
            Text[ greek ] = "  ...";
            Text[ dutch ] = "nieuwe relatie...";
            Text[ french ] = "Nouvelle relation ...";
            Text[ spanish ] = "nueva relacin ...";
            Text[ italian ] = "Nuova relazione...";
            Text[ danish ] = "new relation ...";
            Text[ swedish ] = "ny relation ...";
            Text[ polish ] = "nowa relacja ...";
            Text[ portuguese_brazilian ] = "new relation ...";
            Text[ japanese ] = "Vڰ...";
            Text[ korean ] = "new relation ...";
            Text[ chinese_simplified ] = "µĹϵ...";
            Text[ chinese_traditional ] = "sY...";
            Text[ turkish ] = "new relation ...";
            Text[ arabic ] = " ...";
        };
/*      ToolBoxItem
        {
            Identifier = SID_ZOOM_OUT ;
            HelpId = SID_ZOOM_OUT ;
        };
        ToolBoxItem
        {
            Identifier = SID_ZOOM_IN ;
            HelpId = SID_ZOOM_IN ;
        };
*/
    };
};

String STR_QUERY_REL_EDIT_RELATION
{
    Text = "Diese Relation existiert bereits. Mchten Sie sie bearbeiten?" ;
    Text [ ENGLISH ] = "This relation already exsits. Do you want to edit it?" ;
    Text [ english_us ] = "This relation already exsits. Do you want to edit it?" ;
    Text[ portuguese ] = "Esta relao j existe. Editar?";
    Text[ russian ] = "   .    ?";
    Text[ greek ] = "    .    ;";
    Text[ dutch ] = "Deze relatie bestaat reeds. Wilt u deze bewerken?";
    Text[ french ] = "Cette relation existe dj. Voulez-vous l'diter ?";
    Text[ spanish ] = "Ya existe esta relacin. Desea editarla?";
    Text[ italian ] = "Questa relazione esiste gi. Volete modificarla?";
    Text[ danish ] = "Denne ralation eksisterer allerede. Vil du redigere den?";
    Text[ swedish ] = "Den hr relationen finns redan. Vill du redigera den?";
    Text[ polish ] = "Relacja ju istnieje. Czy chcesz j edytowa?";
    Text[ portuguese_brazilian ] = "This relation already exsits. Do you want to edit it?";
    Text[ japanese ] = "ڰ݂͂łɂ܂BҏW܂B";
    Text[ korean ] = "  ̹ ֽϴ. ̰ Ͻðڽϱ ?";
    Text[ chinese_simplified ] = "ϵѾڡ༭";
    Text[ chinese_traditional ] = "oYwgsbCns襦H";
    Text[ arabic ] = "   .   ǿ";
    Text[ turkish ] = "Bu iliki mevcut durumda. Dzenlemek istiyor musunuz?";
};
String STR_RELATIONDESIGN
{
    Text = "Relationenentwurf" ;
    Text [ English ] = "Relation design" ;
    Text [ english_us ] = "Relation design" ;
    Text[ portuguese ] = "Esboar relao";
    Text[ russian ] = " ";
    Text[ greek ] = " ";
    Text[ dutch ] = "Relatie-ontwerp";
    Text[ french ] = "bauche de relation";
    Text[ spanish ] = "Diseo de relaciones";
    Text[ italian ] = "Struttura relazione";
    Text[ danish ] = "Relation design";
    Text[ swedish ] = "Relationsutkast";
    Text[ polish ] = "Projekt relacji";
    Text[ portuguese_brazilian ] = "Relation design";
    Text[ japanese ] = "ڰ݂޻޲";
    Text[ korean ] = "Relation design";
    Text[ chinese_simplified ] = "ϵ";
    Text[ chinese_traditional ] = "Y]p";
    Text[ turkish ] = "Relation design";
    Text[ arabic ] = " ";
};
String STR_RELATIONDESIGN_NOT_AVAILABLE
{
    Text = "Die Datenbank untersttzt keine Relationen!" ;
    Text [ English ] = "The database doesn't support any relations!" ;
    Text [ english_us ] = "The database does not support relations." ;
    Text[ portuguese ] = "A base de dados no tem suporte para relaes.";
    Text[ russian ] = "     .";
    Text[ greek ] = "     .      .";
    Text[ dutch ] = "De database ondersteunt geen verbindingen! ";
    Text[ french ] = "La base de donnes ne supporte pas les relations !";
    Text[ spanish ] = "La base de datos no apoya ninguna relacin.";
    Text[ italian ] = "Il database non supporta alcuna relazione.";
    Text[ danish ] = "The database doesn't support any relations. The relation design will be closed!";
    Text[ swedish ] = "Databasen understder inte ngra relationer.";
    Text[ polish ] = "Baza danych nie obsuguje relacji.";
    Text[ portuguese_brazilian ] = "The database doesn't support any relations. The relation design will be closed!";
    Text[ japanese ] = "ްްڰ݂x܂B";
    Text[ korean ] = "The database doesn't support any relations. The relation design will be closed!";
    Text[ chinese_simplified ] = "ݿⲻֹ֧ϵܣ";
    Text[ chinese_traditional ] = "oӸƮw䴩Y\\I";
    Text[ turkish ] = "The database doesn't support any relations. The relation design will be closed!";
    Text[ arabic ] = "     .";
};
QueryBox RELATION_DESIGN_SAVEMODIFIED
{
    Buttons = WB_YES_NO_CANCEL ;
    DefButton = WB_DEF_YES ;
    Message = "Der Relationeneentwurf wurde gendert.\nSollen die nderungen gespeichert werden?" ;
    Message [ English ] = "The relation design has been modified.\nDo you want to save your changes?" ;
    Message [ english_us ] = "The relation design has been changed.\nDo you want to save the changes?" ;
    Message[ portuguese ] = "O esboo de relaes foi modificado.\nGuardar as modificaes?";
    Message[ russian ] = "  .\n  ?";
    Message[ greek ] = "The relation design has been changed.\nDo you want to save the changes?";
    Message[ dutch ] = "Het ontwerp voor de verbinding werd gewijzigd.\nWilt u de wijzigingen opslaan?";
    Message[ french ] = "L'bauche de relation a t modifie.\nVoulez-vous enregistrer les modifications ?";
    Message[ spanish ] = "El diseo de relacin ha sido modificado\nDesea guardar las modificaciones?";
    Message[ italian ] = "La struttura relazione  stata cambiata.\nVolete salvare le modifiche?";
    Message[ danish ] = "The relation design has been changed.\nDo you want to save the changes?";
    Message[ swedish ] = "Relationsutkastet har ndrats.\nSka ndringarna sparas?";
    Message[ polish ] = "Zmieniono projekt relacji.\nZapisa zmiany?";
    Message[ portuguese_brazilian ] = "The relation design has been changed.\nDo you want to save the changes?";
    Message[ japanese ] = "ڰ݂޻޲݂ύXĂ܂B\nύXۑ܂B";
    Message[ korean ] = "The relation design has been changed.\nDo you want to save the changes?";
    Message[ chinese_simplified ] = "ϵѾġ\nҪЩݣ";
    Message[ chinese_traditional ] = "oY]pwgܧC\nnxsܧ󤺮eH";
    Message[ turkish ] = "The relation design has been changed.\nDo you want to save the changes?";
    Message[ arabic ] = "   .\n   ʿ";
};