summaryrefslogtreecommitdiffstats
path: root/forms/source/resource/strings.src
blob: c94c4f1db6379f5a3513c9507ec2abdeb8dbd867 (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
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
/*************************************************************************
 *
 *  $RCSfile: strings.src,v $
 *
 *  $Revision: 1.41 $
 *
 *  last change: $Author: vg $ $Date: 2003-12-17 19:23: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 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 _FRM_RESOURCE_HRC_
#include "frm_resource.hrc"
#endif

String RID_BASELISTBOX_ERROR_FILLLIST
{
    Text = "Der Inhalt eines Kombinations- oder Listenfeldes konnte nicht ermittelt werden.";
    Text [ ENGLISH ] = "The content of a combo or list box could not be determined.";
    Text [ english_us ] = "The contents of a combo box or list field could not be determined.";
    Text[ portuguese ] = "Foi impossvel determinar o contedo de uma caixa combinada ou caixa de listagem.";
    Text[ russian ] = "        .";
    Text[ greek ] = "              ";
    Text[ dutch ] = "Inhoud combinatieveld of keuzelijst niet gevonden.";
    Text[ french ] = "Impossible de dterminer le contenu de la zone combine/zone de liste.";
    Text[ spanish ] = "No se pudo determinar ni el contenido del cuadro combinado ni el del listado.";
    Text[ italian ] = "Non  stato possibile determinare il contenuto di una casella combinata o di una casella di riepilogo.";
    Text[ danish ] = "Det var ikke muligt at bestemme indholdet for en kombinationsboks eller rulleliste.";
    Text[ swedish ] = "Innehllet i ett kombinationsflt eller en listruta kunde inte bestmmas.";
    Text[ polish ] = "Nie mona ustali zawartoci pola kombi lub pola listy.";
    Text[ portuguese_brazilian ] = "No foi possvel determinar o contedo de uma caixa de combinao ou campo de listagem.";
    Text[ japanese ] = "コンボボックスまたはリストボックスの内容が確認できませんでした。";
    Text[ korean ] = "콤보 상자 또는 목록 필드의 내용을 확인하지 못했습니다.";
    Text[ chinese_simplified ] = "无法确定组合框或者列表框内的内容。";
    Text[ chinese_traditional ] = "無法從資料庫內測定組合方塊或清單方塊的內容";
    Text[ arabic ] = "         .";
    Text[ turkish ] = "Kombinasyon alan yada liste alan alglanamyor.";
    Text[ catalan ] = "No s'ha pogut determinar el contingut d'un camp de llista o quadre combinat.";
    Text[ finnish ] = "Yhdistelmruudun tai luettelokentn sislt ei voitu mritt.";
    Text[ thai ] = "ไม่สามารถกำหนดเนื้อหาของกล่องคอมโบ้หรือเขตข้อมูลรายการได้";
    Text[ czech ] = "Nebylo možné určit obsah rozbalovacího menu nebo položky seznamu.";
    Text[ hebrew ] = "Der Inhalt eines Kombinations- oder Listenfeldes konnte nicht ermittelt werden.";
    Text[ hindi ] = "कॉम्बो बॉक्स अथवा सूची बॉक्स की विषय को निश्चित नहीं कर सकते है ।";
    Text[ slovak ] = "Nebolo možné určiť obsah rozbaľovacieho menu alebo textového poľa.";
    Text[ hungarian ] = "A kombinált lista vagy lista tartalma nem határozható meg.";
    Text[ slovenian ] = "Ni mogoče določiti vsebine kombiniranega polja ali polja seznama.";
};

String RID_STR_IMPORT_GRAPHIC
{
    Text = "Grafik einfgen" ;
    Text [ English ] = "Insert graphic" ;
    Text [ portuguese ] = "Inserir imagem" ;
    Text [ english_us ] = "Insert graphics" ;
    Text [ portuguese_brazilian ] = "Inserir Figuras" ;
    Text [ swedish ] = "Infoga grafik" ;
    Text [ danish ] = "Indst grafik" ;
    Text [ italian ] = "Inserisci immagine" ;
    Text [ spanish ] = "Insertar una imagen" ;
    Text [ french ] = "Insrer une image" ;
    Text [ dutch ] = "Afbeelding invoegen" ;
    Text[ chinese_simplified ] = "插入图形";
    Text[ russian ] = "  ";
    Text[ polish ] = "Wstaw grafik";
    Text[ japanese ] = "図の挿入";
    Text[ chinese_traditional ] = "插入圖形";
    Text[ greek ] = " ";
    Text[ korean ] = "그림 삽입";
    Text[ arabic ] = " ";
    Text[ turkish ] = "Resim ekle";
    Text[ catalan ] = "Insereix grfics";
    Text[ finnish ] = "Lis grafiikka";
    Text[ thai ] = "แทรกกราฟิค";
    Text[ czech ] = "Vložit obrázek";
    Text[ hebrew ] = "Grafik einfügen";
    Text[ hindi ] = "सुचित्र जोड़ो";
    Text[ slovak ] = "Vložiť obrázok";
    Text[ hungarian ] = "Kép beszúrása";
    Text[ slovenian ] = "Vstavi grafike";
};

String RID_STR_CONTROL_SUBSTITUTED_NAME
{
    Text = "ersetzt";
    Text [ english ] = "substituted";
    Text [ english_us ] = "substituted";
    Text[ portuguese ] = "substitudo";
    Text[ russian ] = "";
    Text[ greek ] = "";
    Text[ dutch ] = "vervangen";
    Text[ french ] = "remplac";
    Text[ spanish ] = "reemplazado";
    Text[ italian ] = "sostituito";
    Text[ danish ] = "erstattet";
    Text[ swedish ] = "ersatt";
    Text[ polish ] = "zamieniono";
    Text[ portuguese_brazilian ] = "substitudo";
    Text[ japanese ] = "置換";
    Text[ korean ] = "대체됨";
    Text[ chinese_simplified ] = "替换";
    Text[ chinese_traditional ] = "替代";
    Text[ arabic ] = "";
    Text[ turkish ] = "deitirildi";
    Text[ catalan ] = "substitut";
    Text[ finnish ] = "korvattu";
    Text[ thai ] = "แทน";
    Text[ czech ] = "nahrazeno";
    Text[ hebrew ] = "ersetzt";
    Text[ hindi ] = "स्थानापन्न की हुयी";
    Text[ slovak ] = "nahradené";
    Text[ hungarian ] = "behelyettesítve";
    Text[ slovenian ] = "nadomeščeno";
};

String RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN
{
    Text = "Beim Laden dieses Controls trat ein Fehler auf. Es wurde daher durch einen Platzhalter ersetzt.";
    Text [ english ] = "While loading this control an error occured. Thus it was replaced with a placeholder.";
    Text [ english_us ] = "An error occurred while this control was being loaded. It was therefore replaced with a placeholder.";
    Text[ portuguese ] = "Ao carregar este controlo ocorreu um erro. Por esta razo foi substitudo por um marcador de posio.";
    Text[ russian ] = "   .     .";
    Text[ greek ] = "        .          .";
    Text[ dutch ] = "Fout bij het laden van control. Is vervangen door plaatsvervanger.";
    Text[ french ] = "Erreur lors du chargement de ce contrle ; c'est pouquoi il a t remplac par un substituant.";
    Text[ spanish ] = "Ha ocurrido un error al cargar este Control. Por ello se ha reemplazado con un comodn.";
    Text[ italian ] = "Durante il caricamento del control si  verificato un errore. Pertanto  stato sostituito con una variabile.";
    Text[ danish ] = "Der opstod en fejl under indlsningen af dette kontrolelement. Det blev derfor erstattet med en pladsholder.";
    Text[ swedish ] = "Nr denna control laddades uppstod ett fel. Drfr ersattes den av en platshllare.";
    Text[ polish ] = "Wystpi bd podczas adowania tego formantu, wic zastpiono go znakiem-wypeniaczem.";
    Text[ portuguese_brazilian ] = "Ocorreu um erro durante o carregamento desse controle. Por isso ele foi substitudo por um marcador de posio.";
    Text[ japanese ] = "このコントロールの読み込み中にエラーが発生しました。それが原因でワイルドカードに置換されました。";
    Text[ korean ] = "이 컨트롤 로드 중에 오류가 발생했습니다. 이 이유로 인해 플레이스홀더로 대체되었습니다.";
    Text[ chinese_simplified ] = "装入这个字段时出现了一个错误,因此用通配符代替字段。";
    Text[ chinese_traditional ] = "載入這個控制項時發生一個錯誤。但已經用一個萬用字元替代它。";
    Text[ arabic ] = "      .     .";
    Text[ turkish ] = "Komutlar yklenirken hata olutu. Bu yzden eskideerler ile deitirildi.";
    Text[ catalan ] = "S'ha produt un error mentre aquest control es carregava. Per tant, s'ha reemplaat per un marcador.";
    Text[ finnish ] = "Tt ohjausobjektia ladattaessa ilmeni virhe. Se korvattiin siksi paikkamerkill.";
    Text[ thai ] = "เกิดข้อผิดพลาดขณะกำลังโหลดตัวควบคุม เนื่องจากมันถูกแทนที่ด้วยตำแหน่งวางวัตถุ";
    Text[ czech ] = "Nastala chyba při načítání tohoto ovládacího prvku, který byl tudíž nahrazen pouze zástupkou.";
    Text[ hebrew ] = "Beim Laden dieses Controls trat ein Fehler auf. Es wurde daher durch einen Platzhalter ersetzt.";
    Text[ hindi ] = "इस नियंत्रण को लोड करने के समय गलती घटित हुआ । इसलिए इसको स्थानधारक द्वारा प्रतिस्थापित किया है ।";
    Text[ slovak ] = "Objavila sa chyba pri načítaní tohto ovládacieho prvku, ktorý bol preto nahradený len zástupcom.";
    Text[ hungarian ] = "Hiba történt a vezérlőelem betöltése közben, ezért helykitöltő helyettesíti.";
    Text[ slovenian ] = "Pri nalaganju kontrolnika je prišlo do napake, zato je bil zamenjan z ogrado.";
};

String RID_STR_READERROR
{
    Text = "Fehler beim Lesen von Daten aus der Datenbank" ;
    Text [ ENGLISH ] = "Error while reading data from database" ;
    Text [ norwegian ] = "Feil ved lesing av data fra database" ;
    Text [ italian ] = "Errore durante la lettura di dati dal database" ;
    Text [ portuguese_brazilian ] = "Ocorreu um erro ao ler dados do banco de dados" ;
    Text [ portuguese ] = "Erro ao ler dados da base de dados" ;
    Text [ finnish ] = "On ilmennyt virhe luettaessa tietokannan tietoja." ;
    Text [ danish ] = "Fejl under lsning af data fra databasen" ;
    Text [ french ] = "Erreur lors de la lecture des donnes de la base de donnes" ;
    Text [ swedish ] = "Fel vid lsning av data frn databasen" ;
    Text [ dutch ] = "Fout bij lezen van gegevens in database" ;
    Text [ spanish ] = "Error al leer datos de la base de datos" ;
    Text [ english_us ] = "Error reading data from database" ;
    Text[ chinese_simplified ] = "在读取数据库数据时发生错误";
    Text[ russian ] = "     ";
    Text[ polish ] = "Bd odczytu danych z bazy";
    Text[ japanese ] = "データベースからデータを読み取る時のエラー";
    Text[ chinese_traditional ] = "在讀取資料庫時發生錯誤";
    Text[ greek ] = "        ";
    Text[ korean ] = "데이터베이스에 있는 데이터를 읽을 때 오류";
    Text[ arabic ] = "       ";
    Text[ turkish ] = "Hata: veritabanndan veriler okunamyor";
    Text[ catalan ] = "S'ha produt un error en llegir les dades de la base de dades";
    Text[ thai ] = "อ่านข้อมูลจากฐานข้อมูลผิดพลาด";
    Text[ czech ] = "Chyba při čtení dat z databáze";
    Text[ hebrew ] = "Fehler beim Lesen von Daten aus der Datenbank";
    Text[ hindi ] = "लेखासंचय से डॉटा को पढ़ने के समय गलती";
    Text[ slovak ] = "Chyba pri čítaní­ dát z databázy";
    Text[ hungarian ] = "Hiba történt az adatbázis olvasása közben.";
    Text[ slovenian ] = "Napaka pri branju podatkov iz zbirke podatkov";
};

String RID_STR_CONNECTERROR
{
    Text = "Verbindungsaufbau gescheitert" ;
    Text [ ENGLISH ] = "Can't create connection" ;
    Text [ norwegian ] = "Kan ikke opprette forbindelse" ;
    Text [ italian ] = "Impossibile creare il collegamento" ;
    Text [ portuguese_brazilian ] = "No foi possvel estabelecer a conexo" ;
    Text [ portuguese ] = "No foi possvel estabelecer ligao." ;
    Text [ finnish ] = "Yhteyden muodostaminen ei onnistunut." ;
    Text [ danish ] = "Det var ikke muligt at oprette forbindelsen" ;
    Text [ french ] = "Connexion impossible" ;
    Text [ swedish ] = "Uppkoppling avbruten" ;
    Text [ dutch ] = "Kan geen verbinding tot stand brengen" ;
    Text [ spanish ] = "No se pudo efectuar la conexin." ;
    Text [ english_us ] = "Connection failed" ;
    Text[ chinese_simplified ] = "连接失败";
    Text[ russian ] = " ";
    Text[ polish ] = "Poczenie nie powiodo si";
    Text[ japanese ] = "接続できませんでした。";
    Text[ chinese_traditional ] = "連線失敗";
    Text[ greek ] = "  ";
    Text[ korean ] = "연결 실패";
    Text[ arabic ] = "  ";
    Text[ turkish ] = "Balant hatas";
    Text[ catalan ] = "La connexi ha fallat";
    Text[ thai ] = "การเชื่อมต่อล้มเหลว";
    Text[ czech ] = "Spojení přerušeno";
    Text[ hebrew ] = "Verbindungsaufbau gescheitert";
    Text[ hindi ] = "कनेक्शन असफल हुआ";
    Text[ slovak ] = "Spojenie prerušené";
    Text[ hungarian ] = "Sikertelen csatlakozás";
    Text[ slovenian ] = "Povezava ni uspela";
};

String RID_ERR_LOADING_FORM
{
    Text = "Die Dateninhalte konnten nicht geladen werden.";
    Text [ english ] = "The data content could not be loaded.";
    Text [ english_us ] = "The data content could not be loaded.";
    Text[ portuguese ] = "Foi impossvel carregar o contedo dos dados.";
    Text[ russian ] = "  .";
    Text[ greek ] = "         .";
    Text[ dutch ] = "De gegevens kunnen niet worden geladen.";
    Text[ french ] = "Impossible de charger le contenu des donnes.";
    Text[ spanish ] = "No se pudieron cargar los contenidos de los datos.";
    Text[ italian ] = "Non  stato possibile caricare i contenuti.";
    Text[ danish ] = "Det var ikke muligt at indlse dataindholdet.";
    Text[ swedish ] = "Datainnehllet kunde inte laddas.";
    Text[ polish ] = "Nie mona zaadowa danych.";
    Text[ portuguese_brazilian ] = "No foi possvel carregar o contedo dos dados.";
    Text[ japanese ] = "データ内容が読み込めませんでした。";
    Text[ korean ] = "데이터 내용을 로드하지 못했습니다.";
    Text[ chinese_simplified ] = "无法装入数据内容。";
    Text[ chinese_traditional ] = "無法載入資料內容。";
    Text[ arabic ] = "   .";
    Text[ turkish ] = "Veri yklenemedi";
    Text[ catalan ] = "No s'ha pogut carregar el contingut de les dades.";
    Text[ finnish ] = "Tietosislln lataaminen ei onnistunut.";
    Text[ thai ] = "ไม่สามารถโหลดเนื้อหาข้อมูลได้";
    Text[ czech ] = "Datový obsah nemohl být nahrán.";
    Text[ hebrew ] = "Die Dateninhalte konnten nicht geladen werden.";
    Text[ hindi ] = "डॉटा विषय को लोड़ नहीं कर सकते है ।";
    Text[ slovak ] = "Obsah dát nemohol byť načítaný.";
    Text[ hungarian ] = "Az adattartalmat nem sikerült betölteni.";
    Text[ slovenian ] = "Ni mogoče naložiti podatkov.";
};

String RID_ERR_REFRESHING_FORM
{
    Text = "Die Dateninhalte konnten nicht aktualisiert werden.";
    Text [ english ] = "The data content could not be refreshed.";
    Text [ english_us ] = "The data content could not be updated";
    Text[ portuguese ] = "Foi impossvel actualizar o contedo dos dados.";
    Text[ russian ] = "   .";
    Text[ greek ] = "         .";
    Text[ dutch ] = "De gegevens kunnen niet worden bijgewerkt.";
    Text[ french ] = "Impossible d'actualiser le contenu des donnes.";
    Text[ spanish ] = "No se pudieron actualizar los contenidos de los datos.";
    Text[ italian ] = "Non  stato possibile aggiornare i contenuti.";
    Text[ danish ] = "Det var ikke muligt at opdatere dataindholdet.";
    Text[ swedish ] = "Datainnehllet kunde inte uppdateras.";
    Text[ polish ] = "Nie mona zaktualizowa danych.";
    Text[ portuguese_brazilian ] = "No foi possvel atualizar o contedo dos dados.";
    Text[ japanese ] = "データ内容が更新できませんでした。";
    Text[ korean ] = "데이터 내용을 업데이트하지 못했습니다.";
    Text[ chinese_simplified ] = "无法更新数据内容。";
    Text[ chinese_traditional ] = "無法更新資料內容。";
    Text[ arabic ] = "   .";
    Text[ turkish ] = "Veri ierii gncellenemedi.";
    Text[ language_user1 ] = "; The meaning here is 'refresh', not 'update'.";
    Text[ catalan ] = "No s'ha pogut actualitzar el contingut de les dades";
    Text[ finnish ] = "Tietosislln pivittminen ei onnistunut.";
    Text[ thai ] = "ไม่สามารถปรับปรุงเนื้อหาข้อมูลได้";
    Text[ czech ] = "Datový obsah nemohl být obnoven.";
    Text[ hebrew ] = "Die Dateninhalte konnten nicht aktualisiert werden.";
    Text[ hindi ] = "डॉटा विषय को अपडेट् नहीं कर सकते है ।";
    Text[ slovak ] = "Obsah dát nemohol byť aktualizovaný";
    Text[ hungarian ] = "Az adattartalmat nem sikerült frissíteni.";
    Text[ slovenian ] = "Ni mogoče posodobiti podatkov";
};

String RID_STR_ERR_INSERTRECORD
{
    Text = "Fehler beim Einfgen des neuen Datensatzs";
    Text [ english ] = "error inserting the new record";
    Text [ english_us ] = "Error inserting the new record";
    Text[ portuguese ] = "Erro ao inserir o novo registo de dados";
    Text[ russian ] = "   ";
    Text[ greek ] = "      ";
    Text[ dutch ] = "Fout bij invoegen van nieuwe record";
    Text[ french ] = "Erreur lors de l'insertion du nouvel enregistrement";
    Text[ spanish ] = "Error al insertar un nuevo registro de datos.";
    Text[ italian ] = "Errore nell'inserire il nuovo record di dati.";
    Text[ danish ] = "Fejl ved indsttelse af den nye datapost";
    Text[ swedish ] = "Fel vid infogning av den nya dataposten";
    Text[ polish ] = "Bd wstawiania nowego rekordu";
    Text[ portuguese_brazilian ] = "Ocorreu um erro ao inserir o novo registro";
    Text[ japanese ] = "新しいレコードを挿入する時のエラー";
    Text[ korean ] = "새 레코드 삽입시 오류";
    Text[ chinese_simplified ] = "在插入新数据条目时发生错误";
    Text[ chinese_traditional ] = "在插入新資料條目時發生錯誤";
    Text[ arabic ] = "     ";
    Text[ turkish ] = "Yeni veri kmesi girerken hata olutu.";
    Text[ catalan ] = "S'ha produt un error en inserir el nou registre";
    Text[ finnish ] = "Virhe listtess uutta tietuetta.";
    Text[ thai ] = "แทรกระเบียนใหม่ผิดพลาด";
    Text[ czech ] = "Chyba při vkládání nového záznamu";
    Text[ hebrew ] = "Fehler beim Einfügen des neuen Datensatzs";
    Text[ hindi ] = "नया अभिलेख को जोड़ने के समय गलती";
    Text[ slovak ] = "Chyba pri vkladaní­ nového záznamu";
    Text[ hungarian ] = "Hiba az új rekord beszúrásakor";
    Text[ slovenian ] = "Napaka pri vstavljanju novega zapisa";
};

String RID_STR_ERR_UPDATERECORD
{
    Text = "Fehler beim Schreiben des aktuellen Datensatzes";
    Text [ english ] = "error updating the current record";
    Text [ english_us ] = "Error updating the current record";
    Text[ portuguese ] = "Erro ao escrever o registo de dados activo";
    Text[ russian ] = "   ";
    Text[ greek ] = "      ";
    Text[ dutch ] = "Fout bij schrijven van huidige record";
    Text[ french ] = "Erreur lors de l'criture de l'enregistrement actif";
    Text[ spanish ] = "Error al escribir el registro actual de datos.";
    Text[ italian ] = "Errore nello scrivere il record di dati attivo";
    Text[ danish ] = "Fejl ved opdatering af den aktuelle datapost";
    Text[ swedish ] = "Fel vid skrivning av den aktuella dataposten";
    Text[ polish ] = "Bd aktualizacji biecego rekordu";
    Text[ portuguese_brazilian ] = "Ocorreu um erro ao atualizar o registro atual";
    Text[ japanese ] = "現在のレコードを書き込む時のエラー";
    Text[ korean ] = "현재의 데이터 레코드에서 오류";
    Text[ chinese_simplified ] = "在更新当前数据条目时发生错误";
    Text[ chinese_traditional ] = "在寫入資料條目時發生錯誤";
    Text[ arabic ] = "     ";
    Text[ turkish ] = "Yrrlkteki veri kmesi gncellenirken hata olutu";
    Text[ catalan ] = "S'ha produt un error en actualitzar el registre actual";
    Text[ finnish ] = "Virhe pivitettess nykyist tietuetta.";
    Text[ thai ] = "ปรับปรุงระเบียนปัจจุบันผิดพลาด";
    Text[ czech ] = "Chyba při aktualizaci stávajícího záznamu";
    Text[ hebrew ] = "Fehler beim Schreiben des aktuellen Datensatzes";
    Text[ hindi ] = "वर्तमान अभिलेख को अपडेट् करने के समय गलती";
    Text[ slovak ] = "Chyba pri aktualizácii aktuálneho záznamu";
    Text[ hungarian ] = "Hiba az aktuális rekord frissítésekor";
    Text[ slovenian ] = "Napaka pri posodabljanju trenutnega zapisa";
};

String RID_STR_ERR_DELETERECORD
{
    Text = "Fehler beim Lschen des aktuellen Datensatzes";
    Text [ english ] = "error deleting the current record";
    Text [ english_us ] = "Error deleting the current record";
    Text[ portuguese ] = "Erro ao eliminar o registo de dados activo";
    Text[ russian ] = "   ";
    Text[ greek ] = "      ";
    Text[ dutch ] = "Fout bij wissen van huidige record";
    Text[ french ] = "Erreur lors de la suppression de l'enregistrement actif";
    Text[ spanish ] = "Error al borrar el registro actual.";
    Text[ italian ] = "Errore nel cancellare il record di dati attivo";
    Text[ danish ] = "Fejl ved sletning af den aktuelle datapost";
    Text[ swedish ] = "Fel vid radering av den aktuella dataposten";
    Text[ polish ] = "Bd usuwania biecego rekordu";
    Text[ portuguese_brazilian ] = "Ocorreu um erro ao excluir o registro atual";
    Text[ japanese ] = "現在のレコードを削除する時のエラー";
    Text[ korean ] = "현재 레코드 삭제시에 오류";
    Text[ chinese_simplified ] = "在删除当前数据条目时发生错误";
    Text[ chinese_traditional ] = "在刪除資料條目時發生錯誤";
    Text[ arabic ] = "     ";
    Text[ turkish ] = "Yrrlkteki veri kmesi silinirken hata olutu.";
    Text[ catalan ] = "S'ha produt un error en suprimir el registre actual";
    Text[ finnish ] = "Virhe poistettaessa nykyist tietuetta.";
    Text[ thai ] = "ลบระเบียนปัจจุบันผิดพลาด";
    Text[ czech ] = "Chyba při odstraňování stávajícího záznamu";
    Text[ hebrew ] = "Fehler beim Löschen des aktuellen Datensatzes";
    Text[ hindi ] = "वर्तमान अभिलेख को मिटाने के समय गलती";
    Text[ slovak ] = "Chyba pri odstraňovaní­ aktuálneho záznamu";
    Text[ hungarian ] = "Hiba az aktuális rekord törlésekor";
    Text[ slovenian ] = "Napaka pri brisanju trenutnega zapisa";
};

String RID_STR_ERR_DELETERECORDS
{
    Text = "Fehler beim Lschen der angegebenen Datenstze";
    Text [ english ] = "error deleting the specified records";
    Text [ english_us ] = "Error deleting the specified records";
    Text[ portuguese ] = "Erro ao eliminar os registos de dados indicados.";
    Text[ russian ] = "   ";
    Text[ greek ] = "      ";
    Text[ dutch ] = "Fout bij wissen van opgegeven records";
    Text[ french ] = "Erreur lors de la suppression des enregistrements spcifis";
    Text[ spanish ] = "Error al borrar los registros indicados.";
    Text[ italian ] = "Errore nel cancellare i record di dati specificati.";
    Text[ danish ] = "Fejl ved sletning af de angivne dataposter";
    Text[ swedish ] = "Fel vid radering av de angivna dataposterna";
    Text[ polish ] = "Bd usuwania okrelonych rekordw";
    Text[ portuguese_brazilian ] = "Ocorreu um erro ao excluir os registros especificados";
    Text[ japanese ] = "指定したレコードを削除する時のエラー";
    Text[ korean ] = "지정된 레코드 삭제 중 오류";
    Text[ chinese_simplified ] = "在删除指定的数据条目时发生错误";
    Text[ chinese_traditional ] = "在刪除指定資料條目時發生錯誤";
    Text[ arabic ] = "     ";
    Text[ turkish ] = "Belirtilmi veri kmesi silinirken hata olutu.";
    Text[ catalan ] = "S'ha produt un error en suprimir els registres indicats";
    Text[ finnish ] = "Virhe poistettaessa mritettyj tietueita.";
    Text[ thai ] = "ลบระเบียนที่ระบุผิดพลาด";
    Text[ czech ] = "Chyba při odstraňování uvedených záznamů";
    Text[ hebrew ] = "Fehler beim Löschen der angegebenen Datensätze";
    Text[ hindi ] = "निर्दिष्ट की हुयी अभिलेखों को मिटाने के समय गलती";
    Text[ slovak ] = "Chyba pri odstraňovaní­ uvedených záznamov";
    Text[ hungarian ] = "Hiba a megadott rekordok törlésekor";
    Text[ slovenian ] = "Napaka pri brisanju navedenih zapisov";
};

String RID_STR_NEED_NON_NULL_OBJECT
{
    Text = "Das Objekt darf nicht NULL sein.";
    Text [ english ] = "The object must not be NULL.";
    Text [ english_us ] = "The object cannot be NULL.";
    Text[ portuguese ] = "O objecto no pode ser NULL.";
    Text[ russian ] = "    NULL.";
    Text[ greek ] = "      .";
    Text[ dutch ] = "Het object mag niet NUL zijn.";
    Text[ french ] = "L'objet ne pas tre NULL.";
    Text[ spanish ] = "El objeto no puede ser NULL.";
    Text[ finnish ] = "Objekti ei voi olla NULL.";
    Text[ italian ] = "L'oggetto non deve essere NULL.";
    Text[ danish ] = "Objektet m ikke vre NULL.";
    Text[ swedish ] = "Objektet fr inte vara NULL.";
    Text[ polish ] = "Obiekt nie moe mie wartoci NULL.";
    Text[ portuguese_brazilian ] = "O objeto no pode ser NULL.";
    Text[ japanese ] = "オブジェクトが NULL ではいけません。";
    Text[ korean ] = "개체가 NULL이면 안됩니다.";
    Text[ chinese_simplified ] = "这个对象不可以是 NULL 。";
    Text[ chinese_traditional ] = "這個物件不可以是 NULL 。";
    Text[ turkish ] = "Nesne NULL olamaz.";
    Text[ arabic ] = "The object must not be NULL.";
    Text[ catalan ] = "L'objecte no pot ser NULL.";
    Text[ thai ] = "วัตถุไม่สามารถเป็น NULL ได้";
    Text[ czech ] = "Objekt nemůže být NULL.";
    Text[ hebrew ] = "Das Objekt darf nicht NULL sein.";
    Text[ hindi ] = "वस्तु NULL नहीं हो सकता है ।";
    Text[ slovak ] = "Objekt nemôže byť NULL.";
    Text[ hungarian ] = "Az objektum nem lehet NULL.";
    Text[ slovenian ] = "Predmet ne more biti NULL.";
};

String RID_STR_OPEN_GRAPHICS
{
    Text = "Grafik einfgen aus...";
    Text [ english ] = "Insert graphics from...";
    Text [ english_us ] = "Insert graphics from...";
    Text[ portuguese ] = "Inserir imagem de...";
    Text[ russian ] = "   ...";
    Text[ greek ] = "  ...";
    Text[ dutch ] = "Afbeelding invoegen uit...";
    Text[ french ] = "Insrer une image  partir de...";
    Text[ spanish ] = "Insertar una imagen de...";
    Text[ finnish ] = "Lis grafiikka kohteesta...";
    Text[ italian ] = "Inserisci l'immagine da...";
    Text[ danish ] = "Indst grafik fra...";
    Text[ swedish ] = "Infoga grafik frn...";
    Text[ polish ] = "Wstaw grafik z...";
    Text[ portuguese_brazilian ] = "Inserir figuras de...";
    Text[ japanese ] = "図の挿入に開く...";
    Text[ korean ] = "삽입할 그림... ";
    Text[ chinese_simplified ] = "插入图形从...";
    Text[ chinese_traditional ] = "插入圖形從...";
    Text[ turkish ] = "'dan grafik ekle...";
    Text[ arabic ] = "Insert graphics from...";
    Text[ catalan ] = "Inserta un grfic des de...";
    Text[ thai ] = "แทรกกราฟฟิคจาก...";
    Text[ czech ] = "Vložit obrázek z...";
    Text[ hebrew ] = "Grafik einfügen aus...";
    Text[ hindi ] = "से सुचित्रों को जोड़ो...";
    Text[ slovak ] = "Vložiť obrázok z...";
    Text[ hungarian ] = "Kép beszúrása...";
    Text[ slovenian ] = "Vstavi grafike iz...";
};

String RID_STR_CLEAR_GRAPHICS
{
    Text = "Grafik entfernen";
    Text [ english ] = "Remove graphics";
    Text [ english_us ] = "Remove graphics";
    Text[ portuguese ] = "Remover imagem";
    Text[ russian ] = "  ";
    Text[ greek ] = " ";
    Text[ dutch ] = "Afbeelding verwijderen";
    Text[ french ] = "Supprimer l'image";
    Text[ spanish ] = "Borrar la imagen";
    Text[ finnish ] = "Poista grafiikka";
    Text[ italian ] = "Elimina l'immagine";
    Text[ danish ] = "Fjern grafik";
    Text[ swedish ] = "Ta bort grafik";
    Text[ polish ] = "Usu grafik";
    Text[ portuguese_brazilian ] = "Remover figuras";
    Text[ japanese ] = "図の削除";
    Text[ korean ] = "그림 제거";
    Text[ chinese_simplified ] = "删除图形";
    Text[ chinese_traditional ] = "刪除圖形";
    Text[ turkish ] = "Grafik kaldr";
    Text[ arabic ] = "Remove graphics";
    Text[ catalan ] = "Elimina els grfics";
    Text[ thai ] = "เอากราฟฟิคออก";
    Text[ czech ] = "Odstranit obrázek";
    Text[ hebrew ] = "Grafik entfernen";
    Text[ hindi ] = "सुचित्रों को हटाओ";
    Text[ slovak ] = "Odstrániť obrázok";
    Text[ hungarian ] = "Kép eltávolítása";
    Text[ slovenian ] = "Odstrani grafike";
};


String RID_STR_INVALIDSTREAM
{
    Text = "Die bergebene Stream-Komponente ist ungltig.";
};

String RID_STR_SYNTAXERROR
{
    Text = "Fehler bei der Analyse des Anfrageausdrucks" ;
    Text [ english ] = "Syntax error in query expression" ;
    Text [ english_us ] = "Syntax error in query expression" ;
    Text [ portuguese ] = "Erro ao analisar a expresso de consulta." ;
    Text [ portuguese_brazilian ] = "Ocorreu um erro ao analisar a expresso da consulta" ;
    Text [ swedish ] = "Fel vid analys av frgeuttryck" ;
    Text [ danish ] = "Syntaksfejl i foresprgseludtrykket" ;
    Text [ italian ] = "Errore nell'analizzare dell'espressione di ricerca" ;
    Text [ spanish ] = "Ha ocurrido un error al analizar la expresin de la consulta" ;
    Text [ french ] = "Erreur dans l'analyse de l'expression de la requte" ;
    Text [ dutch ] = "Fout bij de analyse van query-afdruk" ;
    Text[ chinese_simplified ] = "查询语句出现语法错误。";
    Text[ russian ] = "    ";
    Text[ polish ] = "Bd przy ocenie wydruku kwerendy";
    Text[ japanese ] = "クエリー言語分析中でのエラー";
    Text[ chinese_traditional ] = "在分解查詢語句時發生一個錯誤。";
    Text[ arabic ] = "     ";
    Text[ greek ] = "       ";
    Text[ korean ] = "쿼리식을 분석하는 중 오류";
    Text[ turkish ] = "Sorgu ifadesinde szdizim hatas";
    Text[ catalan ] = "S'ha produt un error en analitzar l'expressi de consulta";
    Text[ finnish ] = "Syntaksivirhe kyselylausekkeessa";
    Text[ thai ] = "ไวยกรณ์ในคำอธิบายแบบสอบถามผิดพลาด";
    Text[ czech ] = "Syntaktická chyba v dotazu";
    Text[ hebrew ] = "‮שגיאת תחביר בביטוי שאילתה‬";
    Text[ hindi ] = "जानकारी की वर्णन में सिन्टाक्स की गलती";
    Text[ slovak ] = "Chyba syntaxu v dotaze";
    Text[ hungarian ] = "Szintaktikai hiba a lekérdező-kifejezésben";
    Text[ slovenian ] = "Napaka v sintaksi poizvedbe";
};