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
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
|
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: doc.src,v $
*
* $Revision: 1.84 $
*
* last change: $Author: hr $ $Date: 2005-11-17 15:22:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 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
*
************************************************************************/
#include "sfx.hrc"
#include "doc.hrc"
#define __RSC
#include <svtools/inetdef.hxx>
//#include <so3/so2defs.hxx>
// -----------------------------------------------------------------------
QueryBox MSG_CONFIRM_FILTER
{
Buttons = WB_YES_NO ;
DefButton = WB_DEF_YES ;
Message [ de ] = "Beim Speichern in Fremdformate kann ein\nInformationsverlust aufgetreten sein. Trotzdem schließen?" ;
Message [ en-US ] = "Saving in external formats may have caused\n information loss. Do you still want to close?" ;
Message [ x-comment ] = " ";
};
QueryBox MSG_CONFIRM_OVERWRITE_TEMPLATE
{
Buttons = WB_YES_NO ;
DefButton = WB_DEF_NO ;
Message [ de ] = "Es existiert bereits eine Vorlage mit diesem Namen.\nSoll sie überschrieben werden?" ;
Message [ en-US ] = "Name already in use.\nDo you want to overwrite document template?" ;
Message [ x-comment ] = " ";
};
QueryBox MSG_QUERY_LOAD_TEMPLATE
{
BUTTONS = WB_YES_NO ;
DEFBUTTON = WB_DEF_NO ;
HelpId = MSG_QUERY_LOAD_TEMPLATE;
Message [ de ] = "Die Formatvorlagen dieses Dokuments stimmen nicht mit Ihren aktuellen Vorlagen überein. Sollen Ihre aktuellen Vorlagen auf dieses Dokument angewendet werden?" ;
Message [ en-US ] = "The Styles in this document do not match your current Styles. Should your current Styles be applied to this document?";
Message [ x-comment ] = " ";
};
String STR_DELETE_REGION
{
Text [ de ] = "Soll der Bereich \"$1\" gelöscht werden?" ;
Text [ en-US ] = "Are you sure you want to delete the region \"$1\"?" ;
Text [ x-comment ] = " ";
};
String STR_DELETE_TEMPLATE
{
Text [ de ] = "Soll der Eintrag \"$1\" gelöscht werden?" ;
Text [ en-US ] = "Are you sure you want to delete the entry \"$1\"?" ;
Text [ x-comment ] = " ";
};
QueryBox MSG_REGION_NOTEMPTY
{
Buttons = WB_YES_NO ;
DefButton = WB_DEF_NO ;
Message [ de ] = "Der Bereich ist nicht leer.\nTrotzdem löschen?" ;
Message [ en-US ] = "The category is not empty.\nDelete anyway?" ;
Message [ x-comment ] = " ";
};
String STR_QUERY_SAVE_DOCUMENT
{
Text [ de ] = "Das Dokument \"$(DOC)\" wurde geändert.\nSollen die Änderungen gespeichert werden?" ;
Text [ en-US ] = "The document \"$(DOC)\" has been modified.\nDo you want to save your changes?" ;
};
Bitmap BMP_STYLES_CLOSED { File = "newex.bmp" ; };
Bitmap BMP_STYLES_OPENED { File = "newex.bmp" ; };
Bitmap BMP_STYLES_CLOSED_HC { File = "newex_h.bmp" ; };
Bitmap BMP_STYLES_OPENED_HC { File = "newex_h.bmp" ; };
String STR_STYLES
{
Text [ de ] = "Vorlagen" ;
Text [ en-US ] = "Styles" ;
Text [ x-comment ] = " ";
};
String STR_MACROS
{
Text [ de ] = "Makros" ;
Text [ en-US ] = "Macros" ;
Text [ x-comment ] = " ";
};
String STR_CONFIG
{
Text [ de ] = "Konfiguration" ;
Text [ en-US ] = "Configuration" ;
Text [ x-comment ] = " ";
};
String STR_PRINT_STYLES_HEADER
{
Text [ de ] = "Formatvorlagen in " ;
Text [ en-US ] = "Styles in " ;
Text [ x-comment ] = " ";
};
String STR_PRINT_STYLES
{
Text [ de ] = "Drucke Formatvorlagen" ;
Text [ en-US ] = "Printing Styles" ;
Text [ x-comment ] = " ";
};
Bitmap BMP_STYLES_FAMILY1 { File = "styfam1.bmp" ; };
Bitmap BMP_STYLES_FAMILY2 { File = "styfam2.bmp" ; };
Bitmap BMP_STYLES_FAMILY3 { File = "styfam3.bmp" ; };
Bitmap BMP_STYLES_FAMILY4 { File = "styfam4.bmp" ; };
Bitmap BMP_STYLES_FAMILY1_HC { File = "styfam1_h.bmp" ; };
Bitmap BMP_STYLES_FAMILY2_HC { File = "styfam2_h.bmp" ; };
Bitmap BMP_STYLES_FAMILY3_HC { File = "styfam3_h.bmp" ; };
Bitmap BMP_STYLES_FAMILY4_HC { File = "styfam4_h.bmp" ; };
ErrorBox MSG_PRINT_ERROR
{
BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ;
Message [ de ] = "Der Druckvorgang konnte nicht gestartet werden." ;
Message [ en-US ] = "The print job could not be started." ;
Message [ x-comment ] = " ";
};
String STR_BACKUP_COPY
{
Text [ de ] = " Kopie" ;
Text [ en-US ] = "Copy" ;
Text [ x-comment ] = " ";
};
WarningBox MSG_WARNING_BACKUP
{
Message [ de ] = "Sicherungskopie konnte nicht angelegt werden." ;
Message [ en-US ] = "Could not create backup copy." ;
Buttons = WB_OK ;
DefButton = WB_DEF_OK ;
Message [ x-comment ] = " ";
};
InfoBox MSG_CANT_OPEN_TEMPLATE
{
Message [ de ] = "Die Dokumentvorlage kann nicht geöffnet werden." ;
Message [ en-US ] = "The template could not be opened." ;
Message [ x-comment ] = " ";
};
InfoBox MSG_VIEW_OPEN_CANT_SAVE
{
BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ;
Message [ de ] = "Das Dokument ist bereits zur Bearbeitung geöffnet." ;
Message [ en-US ] = "Document already open for editing." ;
Message [ x-comment ] = " ";
};
String STR_ERROR_SAVE
{
Text [ de ] = "Fehler beim Schreiben des Dokumentes " ;
Text [ en-US ] = "Error recording document " ;
Text [ x-comment ] = " ";
};
String STR_TEMPLATE_FILTER
{
Text [ de ] = "Dokumentvorlagen" ;
Text [ en-US ] = "Templates" ;
Text [ x-comment ] = " ";
};
String STR_ERROR_COPY_TEMPLATE
{
Text [ de ] = "Fehler beim Kopieren der Vorlage \"$1\".\nEventuell existiert die Vorlage bereits." ;
Text [ en-US ] = "Error copying template \"$1\". \nA template with this name may already exist." ;
Text [ x-comment ] = " ";
};
String STR_ERROR_DELETE_TEMPLATE
{
Text [ de ] = "Die Vorlage \"$1\" kann nicht gelöscht werden." ;
Text [ en-US ] = "The template \"$1\" can not be deleted." ;
Text [ x-comment ] = " ";
};
String STR_ERROR_MOVE_TEMPLATE
{
Text [ de ] = "Fehler beim Verschieben der Vorlage \"$1\"." ;
Text [ en-US ] = "Error moving template \"$1\"." ;
Text [ x-comment ] = " ";
};
ErrorBox MSG_ERROR_RESCAN
{
BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ;
Message [ de ] = "Die Aktualisierungen konnten nicht gespeichert werden." ;
Message [ en-US ] = "The update could not be saved." ;
Message [ x-comment ] = " ";
};
String STR_ERROR_SAVE_TEMPLATE
{
Text [ de ] = "Fehler beim Schreiben der Vorlage " ;
Text [ en-US ] = "Error saving template " ;
Text [ x-comment ] = " ";
};
ErrorBox MSG_ERROR_RENAME_TEMPLATE
{
BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ;
Message [ de ] = "Fehler bei der Umbenennung der Vorlage." ;
Message [ en-US ] = "Error renaming template." ;
Message [ x-comment ] = " ";
};
ErrorBox MSG_ERROR_RENAME_TEMPLATE_REGION
{
BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ;
Message [ de ] = "Fehler bei der Umbenennung des Bereiches." ;
Message [ en-US ] = "Error renaming template category." ;
Message [ x-comment ] = " ";
};
ErrorBox MSG_ERROR_EMPTY_NAME
{
BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ;
Message [ de ] = "Es muss ein Name angegeben werden." ;
Message [ en-US ] = "Please specify a name." ;
Message [ x-comment ] = " ";
};
ErrorBox MSG_ERROR_UNIQ_NAME
{
BUTTONS = WB_OK ;
DEFBUTTON = WB_DEF_OK ;
Message [ de ] = "Es muss ein eindeutiger Name angegeben werden.\nZwischen Groß- und Kleinschreibung wird nicht unterschieden." ;
Message [ en-US ] = "Please specify a unique name.\nEntries must not be case specific." ;
Message [ x-comment ] = " ";
};
String STR_QUERY_DEFAULT_TEMPLATE
{
Text [ de ] = "Wollen Sie die Vorlage \"$(TEXT)\" zur Standardvorlage machen?" ;
Text [ en-US ] = "Should the template \"$(TEXT)\" become the default template?" ;
Text [ x-comment ] = " ";
};
QueryBox MSG_QUERY_RESET_DEFAULT_TEMPLATE
{
Buttons = WB_YES_NO ;
DefButton = WB_DEF_NO ;
Message [ de ] = "Wollen Sie die Standardvorlage zurücksetzen?" ;
Message [ en-US ] = "Do you want to reset the default template?" ;
Message [ x-comment ] = " ";
};
InfoBox MSG_TEMPLATE_DIR_NOT_EXIST
{
Message [ de ] = "Das Vorlagenverzeichnis\n$(DIR)\nexistiert nicht." ;
Message [ en-US ] = "Template directory\n$(DIR)\ndoes not exist." ;
Message [ x-comment ] = " ";
};
InfoBox MSG_DOCINFO_CANTREAD
{
Message [ de ] = "Die Dokumenteigenschaften können nicht gelesen werden." ;
Message [ en-US ] = "Document info cannot be read." ;
Message [ x-comment ] = " ";
};
String STR_ERROR_NOSTORAGE
{
/* ### ACHTUNG: Neuer Text in Resource? Die ausgewhlte Datei besitzt ein falsches Format. : Die ausgewhlte Datei besitzt ein falsches Format. */
/* ### ACHTUNG: Neuer Text in Resource? Die ausgewhlte Datei besitzt ein falsches Format. : Die ausgewhlte Datei besitzt ein falsches Format. */
Text [ de ] = "Die ausgewählte Datei besitzt ein falsches Format." ;
Text [ en-US ] = "The selected file has an incorrect format." ;
Text [ x-comment ] = " ";
};
String STR_QUERY_SAVEOWNFORMAT
{
// Text [ de ] = "$(FILENAME) enthlt mglicherweise Elemente, die mit $(FORMAT)-Format nicht kompatibel sind. Mchten Sie das Dokument in diesem Format speichern?\n\n- Klicken Sie auf 'Ja', um im $(FORMAT)-Format zuspeichern.\n- Klicken Sie auf 'Nein', um die Elemente zu erhalten. Speichern Sie dann das Dokument im aktuellen %PRODUCTNAME-Format.";
Text [ de ] = "Dieses Dokument beinhaltet unter Umständen Formatierungen oder Inhalte, die im aktuellen %FORMATNAME Format nicht gespeichert werden können./n/n Möchten Sie das Dokument trotzdem in diesem Format speichern?/n/n- Klicken Sie auf 'Ja', um das aktuelle Format beizubehalten./n- Klicken Sie auf 'Nein', um im aktuellsten %PRODUCTNAME Dateiformat zu speichern und dabei Formatierungen und Inhalte sicher zu speichern.";
Text [ en-US ] = "This document may contain formatting or content that cannot be saved in the present %FORMATNAME file format./n/nDo you want to save the document in this format anyway?/n/n- Click 'Yes' to keep the present file format./n- Click 'No' to use the latest %PRODUCTNAME file format and be sure all formatting and content is saved correctly.";
// Text [ en-US ] = "$(FILENAME) may contain formattings that are not compatible with $(FORMAT) Format. Do you want to save the document in this format?\n\n- To save in $(FORMAT) Format, click 'Yes'\n- To preserve formatting, click No. Next save the document in the latest %PRODUCTNAME format.";
Text [ x-comment ] = " ";
};
String STR_QUERY_MUSTOWNFORMAT
{
Text [ de ] = "Dokumente können nicht im $(FORMAT) Format gespeichert\nwerden. Möchten Sie das Dokument im $(OWNFORMAT) Format\nspeichern?" ;
Text [ en-US ] = "Documents cannot be saved in $(FORMAT) format. Do you\nwant to save your changes using the $(OWNFORMAT) format?" ;
};
String STR_SAVEDOC
{
Text [ de ] = "~Speichern" ;
Text [ en-US ] = "~Save" ;
Text [ x-comment ] = " ";
};
String STR_UPDATEDOC
{
Text [ de ] = "Aktuali~siere" ;
Text [ en-US ] = "~Update" ;
Text [ x-comment ] = " ";
};
String STR_SAVEASDOC
{
Text [ de ] = "Speichern ~unter..." ;
Text [ en-US ] = "Save ~As..." ;
Text [ x-comment ] = " ";
};
String STR_SAVECOPYDOC
{
Text [ de ] = "Kopie Speichern ~unter..." ;
Text [ en-US ] = "Save Copy ~as..." ;
Text [ x-comment ] = " ";
};
String STR_CLOSEDOC
{
Text [ de ] = "S~chließen" ;
Text [ en-US ] = "~Close" ;
Text [ x-comment ] = " ";
};
String STR_CLOSEDOC_ANDRETURN
{
/* ### ACHTUNG: Neuer Text in Resource? S~chlieen & zurck zu : S~chlieen & zurck zu */
/* ### ACHTUNG: Neuer Text in Resource? S~chlieen & zurck zu : S~chlieen & zurck zu */
Text [ de ] = "S~chließen & zurück zu " ;
Text [ en-US ] = "~Close & Return to " ;
Text [ x-comment ] = " ";
};
String STR_WIZARD
{
Text [ de ] = "wizard" ;
Text [ en-US ] = " AutoPilot" ;
Text [ x-comment ] = " ";
};
String RID_STR_FILTCONFIG
{
Text [ de ] = "Konfigurationen" ;
Text [ en-US ] = "Configurations" ;
Text [ x-comment ] = " ";
};
String RID_STR_FILTBASIC
{
Text [ de ] = "%PRODUCTNAME Basic Bibliotheken" ;
Text [ en-US ] = "%PRODUCTNAME Basic libraries" ;
Text [ x-comment ] = " ";
};
String RID_STR_WARNSTYLEOVERWRITE
{
Text [ de ] = "Soll der Style \"$(ARG1)\" ersetzt werden?" ;
Text [ en-US ] = "Should the \"$(ARG1)\" Style be replaced?" ;
Text [ x-comment ] = "; All \"Vorlagen\" /Styles are written with a capital S.10.5.00EM";
};
String STR_DOC_LOADING
{
Text [ de ] = "Dokument wird geladen" ;
Text [ en-US ] = "Loading Document" ;
Text [ x-comment ] = " ";
};
Resource RID_DLSTATUS
{
String INET_NAME_RESOLVE_START
{
Text [ de ] = "Verbindung zu: $(HOST). Warten auf Antwort..." ;
Text [ en-US ] = "Connection to: $(HOST). Waiting for response..." ;
Text [ x-comment ] = " ";
};
String INET_CONNECT_START
{
Text [ de ] = "Geöffnet wird: $(TARGET) auf $(HOST)" ;
Text [ en-US ] = "Opening $(TARGET) at $(HOST)" ;
Text [ x-comment ] = " ";
};
String INET_READ_STATUS
{
Text [ de ] = "Übertragen wird: $(TARGET) von $(HOST). Gelesen: $(BYTE)" ;
Text [ en-US ] = "Loading: $(TARGET) from $(HOST). Loaded: $(BYTE)" ;
Text [ x-comment ] = " ";
};
String INET_CONNECTION_CLOSED
{
Text [ de ] = "Verbindung abgebaut" ;
Text [ en-US ] = "Disconnected" ;
Text [ x-comment ] = " ";
};
};
QueryBox MSG_OPEN_READONLY
{
BUTTONS = WB_YES_NO ;
DEFBUTTON = WB_DEF_YES ;
Message [ de ] = "Das Dokument kann nicht zur Bearbeitung geöffnet werden.\nMöchten Sie es zum Lesen öffnen?" ;
Message [ en-US ] = "Document cannot be opened for editing.\nDo you want to open it as read-only?" ;
Message [ x-comment ] = " ";
};
String STR_EDIT
{
Text [ de ] = "Bearbeiten" ;
Text [ en-US ] = "Edit" ;
Text [ x-comment ] = " ";
};
String RID_OFFICEFILTER
{
Text [ de ] = "%PRODUCTNAME Dokumente" ;
Text [ en-US ] = "%PRODUCTNAME Documents" ;
Text [ x-comment ] = " ";
};
String RID_OFFICEFILTER_WILDCARD
{
Text = "*.sdw;*.sdd;*.sda;*.sdc;*.smf;*.sds;*.sd;*.sdm;*.smd" ;
};
String RID_OFFICEFILTER_MACTYPE
{
Text = "SVsd0;SW/\2510;SVsc0;SVsm0;SVsh0;SVsd1;SW/\2511;SVsc1;SVsm1;SVsh1;MAIL" ;
};
String RID_OFFICEFILTER_OS2TYPE
{
Text = "StarWriter 4.0;StarWriter 3.0;StarDraw 4.0;StarDraw 3.0;StarCalc 4.0;StarCalc 3.0;StarMath 4.0;StarMath 3.0;StarChart 4.0;StarChart 3.0;StarFrameSet;StarMessage" ;
};
String STR_FRAMEOBJECT_PROPERTIES
{
Text [ de ] = "~Eigenschaften..." ;
Text [ en-US ] = "Propert~ies..." ;
Text [ x-comment ] = " ";
};
String STR_FSET_FILTERNAME0
{
Text [ de ] = "HTML (FrameSet)" ;
Text [ en-US ] = "HTML (FrameSet)" ;
Text [ x-comment ] = " ";
};
String STR_FSET_FILTERNAME1
{
// nur 'Dokument' "ubersetzen - only translate 'Document'
Text [ de ] = "%PRODUCTNAME Frame Dokument" ;
Text [ en-US ] = "%PRODUCTNAME Frame Document" ;
Text [ x-comment ] = " ";
};
String STR_TEMPL_MOVED
{
Text [ de ] = "Die Vorlage \"$(TEMPLATE)\" wurde nicht an ihrem ursprünglichem Ort gefunden. Eine Vorlage gleichen Namens existiert an der Stelle \"$(FOUND)\". Soll diese Vorlage in Zukunft zum Abgleichen benutzt werden?" ;
Text [ en-US ] = "The template \"$(TEMPLATE)\" was not found at the original location. A template with the same name exists at \"$(FOUND)\". Should this template be used in the future when comparing?" ;
Text [ x-comment ] = " ";
};
String STR_TEMPL_RESET
{
Text [ de ] = "Die Vorlage \"$(TEMPLATE)\" wurde nicht gefunden. Soll in Zukunft weiterhin nach ihr gesucht werden?" ;
Text [ en-US ] = "The template \"$(TEMPLATE)\" has not been found. Should the template be looked for the next time the document is opened ?" ;
Text [ x-comment ] = " ";
};
String STR_AUTOMATICVERSION
{
Text [ de ] = "Automatisch gespeicherte Version" ;
Text [ en-US ] = "Automatically saved version" ;
Text [ x-comment ] = " ";
};
String STR_DOCTYPENAME_SW
{
Text [ de ] = "Textdokument";
Text [ en-US ] = "Text Document";
};
String STR_DOCTYPENAME_SWWEB
{
Text [ de ] = "HTML-Dokument";
Text [ en-US ] = "HTML Document";
};
String STR_DOCTYPENAME_SWGLOB
{
Text [ de ] = "Globaldokument";
Text [ en-US ] = "Master Document";
};
String STR_DOCTYPENAME_SC
{
Text [ de ] = "Tabellendokument";
Text [ en-US ] = "Spreadsheet";
};
String STR_DOCTYPENAME_SI
{
Text [ de ] = "Präsentation";
Text [ en-US ] = "Presentation";
};
String STR_DOCTYPENAME_SD
{
Text [ de ] = "Zeichnung";
Text [ en-US ] = "Drawing";
};
String STR_DOCTYPENAME_MESSAGE
{
Text [ de ] = "Nachricht";
Text [ en-US ] = "Message";
};
String STR_NOSAVEANDCLOSE
{
Text [ de ] = "~Verwerfen" ;
Text [ en-US ] = "~Discard" ;
Text [ x-comment ] = " ";
};
String STR_PACKNGO_NOACCESS
{
Text [ de ] = "Auf den aktuellen Datenträger konnte nicht zugegriffen werden." ;
Text [ en-US ] = "Access to the current data medium not possible." ;
};
String STR_PACKNGO_NEWMEDIUM
{
Text [ de ] = "Legen Sie den nächsten Datenträger ein und betätigen Sie den OK-Button." ;
Text [ en-US ] = "Insert the next data carrier and click OK." ;
};
String STR_OBJECT
{
Text [ de ] = "Objekt" ;
Text [ en-US ] = "Object" ;
Text [ x-comment ] = " ";
};
String STR_EDITOBJECT
{
Text [ de ] = "~Bearbeiten";
Text [ en-US ] = "~Edit";
Text [ x-comment ] = " ";
};
// --> PB 2004-08-20 #i33095#
/* obsolete
String STR_OPENOBJECT
{
Text [ de ] = "~ffnen";
Text [ en-US ] = "~Open";
Text [ x-comment ] = " ";
};
*/
QueryBox DLG_MACROQUERY
{
Buttons = WB_OK_CANCEL;
Title [ de ] = "Makro ausführen" ;
Title [ en-US ] = "Run Macro" ;
Title [ x-comment ] = " ";
Message [ de ] = "Dieses Dokument enthält Makros. $(TEXT)";
Message [ en-US ] = "This document contains macros. $(TEXT)";
};
String BTN_OK
{
Text [ de ] = "Ausführen" ;
Text [ en-US ] = "Run" ;
Text [ x-comment ] = " ";
};
String BTN_CANCEL
{
Text [ de ] = "Nicht Ausführen" ;
Text [ en-US ] = "Do Not Run" ;
Text [ x-comment ] = " ";
};
String FT_CANCEL
{
Text [ de ] = "Nach den Sicherheitseinstellungen sollen die Makros dieses Dokuments nicht ausgeführt werden. Möchten Sie sie trotzdem ausführen?";
Text [ en-US ] = "According to the security settings, the macros in this document should not be run. Do you want to run them anyway?";
};
String FT_OK
{
Text [ de ] = "Möchten Sie erlauben, dass diese Makros ausgeführt werden?";
Text [ en-US ] = "Do you want to allow these macros to be run?";
};
String STR_EXPORTASPDF_TITLE
{
Text [ de ] = "Exportieren als PDF";
Text [ en-US ] = "Export as PDF";
};
String STR_EXPORTWITHCFGBUTTON
{
Text [ de ] = "Exportieren..." ;
Text [ en-US ] = "Export...";
};
String STR_EXPORTBUTTON
{
Text [ de ] = "Exportieren" ;
Text [ en-US ] = "Export" ;
};
String RID_SVXSTR_SECURITY_ADDPATH
{
Text [ de ] = "Das Verzeichnis in die Liste der sicheren Pfade aufnehmen: " ;
Text [ en-US ] = "Add this directory to the list of secure paths: " ;
};
String STR_LABEL_FILEFORMAT
{
Text [ de ] = "Dateiformat:" ;
Text [ en-US ] = "File format:" ;
};
String STR_HIDDENINFO_CONTAINS
{
Text [ x-comment ] = "pb: we need two linefeeds here" ;
Text [ de ] = "Das Dokument enthält:\n\n" ;
Text [ en-US ] = "This document contains:\n\n" ;
};
String STR_HIDDENINFO_RECORDCHANGES
{
Text [ de ] = "Aufgezeichnete Änderungen" ;
Text [ en-US ] = "Recorded changes" ;
};
String STR_HIDDENINFO_NOTES
{
Text [ de ] = "Notizen" ;
Text [ en-US ] = "Notes" ;
};
String STR_HIDDENINFO_DOCVERSIONS
{
Text [ de ] = "Dokumentversionen" ;
Text [ en-US ] = "Document versions" ;
};
String STR_HIDDENINFO_FIELDS
{
Text [ de ] = "Felder" ;
Text [ en-US ] = "Fields" ;
};
String STR_HIDDENINFO_LINKDATA
{
Text [ de ] = "Verknüpfte Daten..." ;
Text [ en-US ] = "Linked data..." ;
};
String STR_HIDDENINFO_CONTINUE_SAVING
{
Text [ de ] = "Möchten Sie mit dem Speichern des Dokumentes fortfahren?" ;
Text [ en-US ] = "Do you want to continue saving the document?" ;
};
String STR_HIDDENINFO_CONTINUE_PRINTING
{
Text [ de ] = "Möchten Sie mit dem Drucken des Dokumentes fortfahren?" ;
Text [ en-US ] = "Do you want to continue printing the document?" ;
};
String STR_HIDDENINFO_CONTINUE_SIGNING
{
Text [ de ] = "Möchten Sie mit dem Signieren des Dokumentes fortfahren?" ;
Text [ en-US ] = "Do you want to continue signing the document?" ;
};
String STR_HIDDENINFO_CONTINUE_CREATEPDF
{
Text [ de ] = "Möchten Sie mit dem Erstellen der PDF-Datei fortfahren?" ;
Text [ en-US ] = "Do you want to continue creating a PDF file?" ;
};
String STR_NEW_FILENAME_SAVE
{
Text [ de ] = "Wenn Sie das originale Dokument nicht überschreiben wollen, sollten Sie Ihre Arbeit unter einem neuen Dateinamen speichern." ;
Text [ en-US ] = "If you do not want to overwrite the original document, you should save your work under a new filename." ;
Text [ x-comment ] = " ";
};
String STR_MACROS_DISABLED
{
Text [ de ] = "Es wurde versucht, ein Makro auszuführen.\nMakros werden aus Sicherheitsgründen nicht unterstützt.";
Text [ en-US ] = "An attempt was made to execute a macro.\nFor security reasons, macro support is disabled.";
Text [ x-comment ] = " ";
};
// ******************************************************************* EOF
|