message catalogs: fix comment lines, also remove linux hack in merge.c
[oweals/cde.git] / cde / programs / localized / de_DE.ISO8859-1 / msg / dt.msg
1 $ "$TOG: dt.msg /main/7 1999/09/16 14:52:56 mgreess $"; 
2 $ *************************************<+>************************************* 
3 $ ***************************************************************************** 
4 $ ** 
5 $ **  File:        dt.msg 
6 $ ** 
7 $ **  Project:     DT 
8 $ ** 
9 $ **  Description: 
10 $ **  ----------- 
11 $ **  This file is the source for the message catalog for DT library. 
12 $ ** 
13 $ ** 
14 $ ***************************************************************************** 
15 $ ** 
16 $ **     (c) Copyright 1990 Hewlett-Packard Company 
17 $ **     All Rights reserved 
18 $ ** 
19 $ ** 
20 $ ***************************************************************************** 
21 $ ** 
22 $ ** 
23 $ **  $TOG: dt.msg /main/7 1999/09/16 14:52:56 mgreess $ 
24 $ ***************************************************************************** 
25 $ *************************************<+>************************************* 
26 $ ***************************************************************************** 
27 $  
28 $ ***** NOTE FOR MESSAGE CATALOG TRANSLATORS ***** 
29 $  
30 $ There may be three types of messages in this file: 
31 $  
32 $  1. Messages that appear in dialogs or are displayed to the user. 
33 $  
34 $     These messages are the default and they should ALL BE LOCALIZED. 
35 $     Note that these messages do NOT have any identification (see the 
36 $     comments for type 2 and 3 below). 
37 $  
38 $  2. Messages that only appear in the DT error log file ($HOME/.dt/errorlog). 
39 $  
40 $     The localization of these messages is OPTIONAL.  These messages are 
41 $     identified by the following: 
42 $  
43 $  MESSAGES xx-yy IN SET zz WILL ONLY APPEAR IN THE DT ERRORLOG FILE 
44 $  
45 $  3. Messages that should not be localized. 
46 $  
47 $     These messages are identified by the following: 
48 $  
49 $  DO NOT TRANSLATE or CHANGE or LOCALIZE MESSAGES xx-yy from set zz 
50 $  
51 $ ***** END (NOTE FOR MESSAGE CATALOG TRANSLATORS) ***** 
52 $  
53 $ ****************************************************************************** 
54 $quote "
55
56 $set 2
57 $ *****  Module: Action.c  ***** 
58 $ DO NOT TRANSLATE or CHANGE or LOCALIZE  messages 1 and 2 from set 2 
59 $ These messages are the result from incorrect actions. 
60 $ Do not remove the two spaces after the ":" in message 3. 
61 $ The name of an action will follow the spaces at the end of message 3. 
62 $ _DtMessage 5 is a prompt stating that the user must supply information 
63 $   for the action.  Execute the "TERM_PROMPT" action for an example. 
64
65 1 "%1$s%2$s%3$s"
66
67 2 "%1$s%2$s"
68
69 3 "Aktion:  "
70
71 4 "[Fehler]"
72
73 5 "Bitte folgendes eingeben:"
74
75 6 "Es wurden mehr Parameter angegeben, als für die ausgewählte Aktion erforderlich sind.\n\
76 'Ok' auswählen, wenn zusätzliche Parameter ignoriert werden sollen.\n\n\
77 'Abbruch' auswählen, um die Aktion zu beenden."
78 $ NOTE: trailing spaces ARE important in message 7! 
79
80 7 "Auf den folgenden Rechner konnte nicht zugegriffen werden:\n\n\
81         "
82
83 8 "\n\n\
84 Überprüfen, ob die entsprechende ferne Datenzugriffsverbindung\n\
85 hergestellt wurde.\n\n"
86 $ ** The arguments for message #9 are: <action name>, <file name>, <file type>. 
87
88 9 "Die Aktion \"%1$s\" wurde nicht gefunden\n\
89 oder die Aktion ist nicht anwendbar auf die Datei\n\
90     \"%2$s\"\n\
91 mit dem Datenattribut \"%3$s\"\n\n"
92 $ ** The argument for message #10 is: <action name> 
93
94 10 "Die Aktion \"%s\" wurde nicht gefunden.\n"
95 $ ** Message number 11 is difficult to generate without an internal error. 
96
97 11 "Die folgende Datei wurde nicht gefunden:\n\n\
98        "
99 $ Do NOT localize the word "MAP". 
100
101 12 "Die Aktion kann nicht ausgeführt werden, da sie zu viele\n\
102 MAP-Ebenen enthält, oder das Mapping ist \"rückbezüglich\"."
103
104 13 "Die angeforderte Aktion kann nicht aufgerufen werden.\n\n\
105 Besteht Zugriff auf die folgenden Rechner?\n\
106 \t(%s)\n\
107 Ist das folgende Programm vorhanden?\n\
108 (/usr/dt/bin/dttypes ausführen, um Aktionen und Programme abzustimmen.)\n\n\
109 Ist auf dem System nicht mehr genügend Speicherkapazität für weitere Prozesse vorhanden?"
110
111 14 "Die Ausführung dieser Anforderung ist gescheitert."
112
113 15 "Die Ausführung dieser Anforderung ist gescheitert.\n\
114 Es konnte keine ToolTalk-Verbindung hergestellt werden:\n\n%s"
115
116 16 "Die Ausführung dieser Anforderung ist gescheitert."
117
118 17 "Die Ausführung dieser Aktion ist aus folgendem Grund gescheitert.\n\n\
119     %s."
120
121 18 "Beim Versuch, eines der Dateiargumente zuzuordnen, ist\n\
122 ein Fehler aufgetreten."
123 $ ** The arguments for message #19 are: <action name>, <buffer type>. 
124
125 19 "Die Aktion \"%1$s\" wurde nicht gefunden oder ist \n\
126 nicht anwendbar auf Puffer des Typs: \n\n\
127 \"%2$s\""
128 $ **  MESSAGE NUMBER 20 IS OBSOLETE. 
129
130 20 "Unable to create tmp file: \"%1$s\" \n\
131 for action: \"%2$s\""
132
133 21 "Nicht unterstützte Eingabeobjektklasse \"%d\"\n\
134 für die Aktion \"%s\"."
135
136 22 "Temporäre Datei kann nicht im Verzeichnis \"%s\"\n\
137 für die Aktion \"%s\" erstellt werden."
138
139 23 "Temporäre Datei \"%s\"\n\
140 für die Aktion \"%s\" kann nicht geöffnet werden."
141
142 24 "Temporäre Datei \"%s\"\n\
143 für die Aktion \"%s\" kann nicht geschrieben werden."
144
145 $set 3
146
147 $ ****  Module: CmdMain.c **** 
148 $ These messages are generated by the command invocation library. 
149 $ Note that set 3, messages 1, 3, 4, 12, 13, 16 have been obsoleted. 
150
151 2 "Der Versuch, in das Verzeichnis\n\n\
152    %1$s\n\n\
153 vom Rechner \"%2$s\" zu wechseln, scheiterte.\n\n\
154 Eingabe und Berechtigungen überprüfen und sicherstellen, \n\
155 daß das Verzeichnis vorhanden ist."
156 $ Do NOT remove the leading spaces from any of the lines of the following message. 
157
158 5 "Der Versuch, folgenden Befehl auf dem Rechner\n\
159 \"%1$s\" auszuführen, scheiterte:\n\n\
160    %2$s\n\n\
161 Überprüfen, ob das Programm vorhanden ist, die richtigen Berechtigungen\n\
162 aufweist und ausführbar ist."
163 $ Do NOT remove the leading spaces from any of the lines of the following message. 
164
165 6 "Der Versuch, den folgenden Befehl auszuführen, scheiterte:\n\n\
166    %s\n\n\
167 Überprüfen, ob das Programm vorhanden ist, die richtigen Berechtigungen\n\
168 aufweist und ausführbar ist."
169 $ Do NOT remove the leading spaces from any of the lines of the following message. 
170 $ Do NOT localize the word "PATH". 
171
172 7 "Diese Aktion kann nicht gestartet werden, da das folgende\n\
173 Terminal-Emulatationsprogramm nicht ausgeführt werden kann:\n\n\
174    %s\n\n\
175 Überprüfen, ob das Programm vorhanden ist, die richtigen Berechtigungen\n\
176 aufweist und ausführbar ist.\n\
177 Dieser Fehler ist möglicherweise aufgetreten, weil das Programm\n\
178 nicht in der Pfadangabe (\"PATH\") enthalten ist."
179 $ Message number 8 is OBSOLETE. 
180 $ 8 This action is missing one or more of the following: 
181 $  
182 $ \
183
184 $   execution parameters, execution string or execution host. 
185 $  
186 $ \
187
188 $ Check that the action has an appropriate number of parameters. 
189 $ Do NOT remove the leading spaces from any of the lines of the following message. 
190
191 9 "Die Gesamtzahl Zeichen in dieser Aktion überschreitet die Grenze von \"%d\".\n\n\
192 Die Aktion muß möglicherweise in mehrere Aktionen aufgeteilt werden."
193 $ Message number 10 is OBSOLETE. 
194 $ 10 The shell program \"%s\" cannot be started. 
195 $  
196 $ \
197
198 $ Check that the program has the correct permissions and 
199 $ \
200
201 $ is executable. 
202
203 11 "Der Versuch, einen neuen Prozeß auf dem Rechner \"%s\" zu starten, scheiterte.\n\n\
204 Zum Fortsetzen muß möglicherweise ein nicht mehr benötigter Prozeß auf diesem\n\
205 Rechner gestoppt werden."
206 $ Message number 14 is OBSOLETE. 
207 $ 14 An attempt to log the output from a remote host failed. 
208 $  
209 $ \
210
211 $ To continue, you may need to stop an existing process. 
212
213 15 "Der Versuch, das Ausgabeprotokoll von einem fernen Rechner zu protokollieren,\n\
214 scheiterte.\n\n\
215 Zum Fortsetzen muß möglicherweise ein vorhandener Prozeß gestoppt werden."
216 $ Do NOT remove the leading spaces from any of the lines of the following message. 
217 $ Do NOT localize the words "WINDOW_TYPE". 
218
219 17 "WINDOW_TYPE \"%1$s\" dieser Aktion ist unbekannt.\n\
220 Mögliche Angaben für WINDOW-TYPE sind:\n\n\
221   %2$s, %3$s, %4$s,\n\
222   %5$s, %6$s oder %7$s"
223 $ Do NOT remove the leading spaces from any of the lines of the following message. 
224
225 18 "Diese Aktion kann nicht gestartet werden, da das DT-Unterprozeßprogramm\n\
226    %s\n\n\
227 nicht ausgeführt werden kann. Überprüfen, ob das Programm die richtigen\n\
228 Berechtigungen aufweist und ausführbar ist."
229 $ MESSAGE 19 IN SET 3 WILL ONLY APPEAR IN THE DT ERRORLOG FILE 
230 $ MESSAGE 19 IN SET 3 IS OBSOLETE 
231 $ Do NOT remove the leading spaces from any of the lines of the following message. 
232
233 19 "An attempt to run 'xhost' on Xserver host \"%s\" failed.\n\n\
234 To suppress this message and disable automatic xhost'ing, run the\n\
235 \"EditResources\" action and add the following resource:\n\n\
236    *autoXhosting:  False\n"
237 $ Do NOT remove the leading spaces from any lines in the following message. 
238
239 20 "Diese Aktion kann nicht auf dem Rechner \"%1$s\" ausgeführt\n\
240 werden, da das folgende erforderliche Programm nicht vorhanden\n\
241 oder nicht ausführbar ist:\n\n\
242    %2$s\n"
243 $ MESSAGE 21 IN SET 3 WILL ONLY APPEAR IN THE DT ERRORLOG FILE 
244
245 21 "The action \"%1$s\" was successfully executed on host \"%2$s\"."
246 $ MESSAGE 22 IN SET 3 WILL ONLY APPEAR IN THE DT ERRORLOG FILE 
247
248 22 "The directory \"%1$s\" on host \"%2$s\"\n\
249 could not be converted to a network path.\n\
250 (%3$s)"
251 $ MESSAGE 23 IN SET 3 WILL ONLY APPEAR IN THE DT ERRORLOG FILE 
252
253 23 "The stderr logfile \"%1$s\" on host \"%2$s\"\n\
254 could not be converted to a network path.\n\
255 (%3$s)"
256
257 24 "Diese Aktion kann nicht ausgeführt werden,\n\
258 da der Rechner \"%s\" nicht erreichbar ist."
259
260 25 "Diese Aktion kann auf dem Rechner \"%1$s\" nicht ausgeführt\n\
261 werden, da der Service \"%2$s\" auf diesem Rechner nicht\n\
262 ordnungsgemäß konfiguriert ist."
263
264 26 "Diese Aktion kann auf dem Rechner \"%1$s\" nicht ausgeführt\n\
265 werden, da der Service auf dem Rechner \"%2$s\" nicht \n\
266 konfiguriert ist."
267
268 27 "Diese Aktion kann auf dem Rechner \"%1$s\" nicht ausgeführt\n\
269 werden, da dem Service \"%2$s\" die Benutzer-ID \"%3$d\" auf\n\
270 auf dem Rechner \"%4$s\" zugeordnet ist und dies nicht mit dem\n\
271 Benutzernamen/der Benutzer-ID auf dem Rechner \"%5$s\" \n\
272 übereinstimmt."
273
274 28 "Diese Aktion kann auf dem Rechner \"%1$s\" nicht ausgeführt\n\
275 werden, da für den Benutzer \"%2$s\" kein Benutzereintrag \n\
276 auf diesem Rechner vorhanden ist."
277
278 29 "Diese Aktion kann auf dem Rechner \"%1$s\" nicht ausgeführt\n\
279 werden, da kein Pfadname für die Authentikationsdatei erstellt \n\
280 werden kann."
281
282 30 "Diese Aktion kann auf dem Rechner \"%1$s\" nicht ausgeführt\n\
283 werden, da die Authentifikationsdatei auf diesem Rechner nicht\n\
284 geöffnet werden kann.\n\n\
285 Mögliche Ursache ist eine falsche Konfiguration des home-Verzeichnisses\n\
286 im Netzwerk."
287
288 31 "Diese Aktion kann auf dem Rechner \"%1$s\" nicht ausgeführt\n\
289 werden, da die Umgebungsgröße \"%2$d\" Byte überschreitet."
290
291 32 "Diese Aktion kann auf dem Rechner \"%1$s\" nicht ausgeführt\n\
292 werden, da der Rechner \"%2$s\" nicht zur Benutzung des Services\n\
293 \"%3$s\" berechtigt ist.\n\n\
294 Zur Behebung dieses Fehlers den Rechner \"%4$s\" zum Eintrag \n\
295 für den Service \"%5$s\" in der Datei \"%6$s\" auf dem \n\
296 Rechner \"%7$s\" hinzufügen."
297
298 $set 4
299
300 $ *****  Module: DbReader.c  ***** 
301 $  
302 $  MESSAGES 1-11 IN SET 4 WILL ONLY APPEAR IN THE DT ERRORLOG FILE 
303 $  
304 $ Do NOT remove the leading spaces from any of the lines of the following message. 
305
306 1 "A \"%s\" definition in the file:\n\
307   \"%s\"\n\
308 is missing a name.  Add the name\n\
309   to the definition.\n"
310 $ Do NOT remove the leading spaces from any of the lines of the following message. 
311 $ Do NOT localize the word "END". 
312 $ THIS MESSAGE IS OBSOLETE 
313
314 2 "The definition \"%s\" in the file\n\
315   \"%s\"\n\
316 is incomplete. The definition may be missing\n\
317 the \"END\" field.\n"
318 $ Do NOT remove the leading spaces from any of the lines of the following message. 
319
320 3 "A multi-line field in the definition \"%s\"\n\
321 in the file\n\
322   \"%s\"\n\
323 is incomplete.  A \"\\\" character may be missing\n\
324 in the multi-line field.\n"
325 $ Do NOT remove the leading spaces from any of the lines of the following message. 
326
327 4 "The definition \"%s\" in the file\n\
328   \"%s\"\n\
329 has too many fields.\n"
330 $ Do NOT localize the word "Dt.TypesDirs". 
331
332 5 "An attempt to read the action and filetypes databases failed.\n\
333 This may be caused by the resource \"Dt.TypesDirs\" being incorrectly set.\n"
334 $ Do NOT localize the strings "'{'" or "'}'". 
335
336 6 "The definition \"%s\" in the file\n\
337   \"%s\"\n\
338   has an end symbol '}' with no start symbol '{'.\n"
339 $ Do NOT localize the strings "'{'" or "'}'". 
340
341 7 "The definition \"%s\" in the file\n\
342   \"%s\"\n\
343   has an unexpected start symbol '{'.\n"
344 $ Do NOT localize the strings "'{'" or "'}'". 
345
346 8 "The definition \"%s\" in the file\n\
347   \"%s\"\n\
348   is incomplete. The definition may be missing\n\
349   the \"}\" field.\n"
350 $ Do NOT localize the strings "'{'" or "'}'". 
351
352 9 "The definition \"%s\" in the file\n\
353   \"%s\"\n\
354   is missing a start symbol '{'.\n"
355
356 10 "The DtDbVersion variable can only be set\n\
357 at the beginning of the file.  The remainder of the file\n\
358 '%s' is being ignored.\n"
359
360 11 "The file '%s'\n\
361 contains an invalid DtDbVersion identifier.\n"
362 $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 
363 $ $ 
364 $ set 5 (Module: Filetype.c) is OBSOLETE.  Do NOT reuse this set number. 
365 $ $ 
366 $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 
367
368 $set 6
369
370 $ *****  Module: ActionDb.c  ***** 
371 $  
372 $  MESSAGES 1-11 IN SET 6 WILL ONLY APPEAR IN THE DT ERRORLOG FILE 
373 $  
374 $ Do NOT remove the leading spaces from any of the lines of the following message. 
375
376 1 "The action definition \"%s\" in the file:\n\
377   \"%s\"\n\
378 does not have any fields.\n"
379 $ Do NOT remove the leading spaces from any of the lines of the following message. 
380
381 2 "The action definition \"%s\" in the file\n\
382   \"%s\"\n\
383 contains the following unrecognized field name and value:\n\
384 \"%s\"\n"
385 $ Message number 3 is OBSOLETE. 
386 $ 3 The action definition \"%s\" in the file 
387 $ \
388
389 $   \"%s\" 
390 $ \
391
392 $ does not have the required field \"%s\". 
393 $  
394
395 4 "The \"%s\" field in the action definition \"%s\"\n\
396 in the file \"%s\"\n\
397 has an unrecognized action type.\n"
398 $ Do NOT remove the leading spaces from any of the lines of the following message. 
399 $ Do NOT localize the words "TYPE MAP". 
400
401 5 "The action definition \"%s\" in the file\n\
402   \"%s\"\n\
403 is not mapped properly.  The \"%s\" field\n\
404 should be: TYPE MAP action_mapped_to.\n"
405 $ Message number 6 is OBSOLETE. 
406 $ 6 The action definition \"%s\" in the file 
407 $ \
408
409 $   \"%s\" 
410 $ \
411
412 $ contains a MAP to itself. 
413 $  
414 $ Message number 7 is OBSOLETE. 
415 $ 7 The \"%s\" field in the action definition \"%s\" 
416 $ \
417
418 $ in the file \"%s\" 
419 $ \
420
421 $ has the unrecognized value \"%s\". 
422 $  
423 $ Do NOT remove the leading spaces from any of the lines of the following message. 
424 $ Do NOT localize the word "COMMAND". 
425
426 8 "The action definition \"%s\" in the file\n\
427   \"%s\"\n\
428 is a \"COMMAND\" action type but lacks the\n\
429 required field \"%s\".\n"
430 $ Message number 9 is OBSOLETE. 
431 $ 9 The action definition \"%s\" in the file 
432 $ \
433
434 $   \"%s\" 
435 $ \
436
437 $ is a \"MESSAGE\" action type but lacks the 
438 $ \
439
440 $ required field \"%s\". 
441 $  
442 $ Message number 10 is OBSOLETE. 
443 $ 10 The action definition \"%s\" in the file 
444 $ \
445
446 $   \"%s\" 
447 $ \
448
449 $ is a \"MESSAGE\" action type but lacks the 
450 $ \
451
452 $ required field \"%s\". 
453 $  
454 $ Do NOT remove the leading spaces from any of the lines of the following message. 
455
456 11 "The action definition \"%s\" in the file\n\
457   \"%s\"\n\
458 has the illegal value \"%s\" in the \"%s\" field.\n\
459 \""
460
461 12 "Die Aktionsdefinition \"%s\" in der Datei\n\
462   \"%s\"\n\
463 enthält doppelte Felder mit dem Namen:\n\
464  \"%s\"."
465
466 13 "Die Aktionsdefinition \"%s\" in der Datei\n\
467   \"%s\"\n\
468 enthält ungültige Felder für Aktionen des Typs \"%s\".\n"
469
470 14 "Die Aktionsdefinition \"%s\" in der Datei\n\
471   \"%s\"\n\
472 enthält nicht das erforderliche Feld \"%s\"\n\
473  für Aktionen des Typs \"%s\".\n"
474 $ Message number 15 is OBSOLETE. 
475 $ 15 The action definition \"%s\" in the file 
476 $ \
477
478 $   \"%s\" 
479 $ \
480
481 $ contains a NULL field value, for the \"%s\" field. 
482 $  
483
484 16 "Die Aktionsdefinition \"%s\" in der Datei\n\
485   \"%s\"\n\
486 enthält einen ungültigen Wert \"%s\" im Feld \"%s%s%s\".\n\
487 \""
488 $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 
489 $ $ 
490 $ set 22 (Module: HelpUtil.c) is OBSOLETE.  Do NOT reuse this set number. 
491 $ $ 
492 $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 
493
494 $set 28
495
496 $ *****  Module:  DtUtil.c  ***** 
497 $ The following are button labels. 
498
499 1 "OK"
500
501 2 "Abbrechen"
502
503 3 "Hilfe"
504
505 4 "Anwenden"
506
507 5 "Schließen"
508 $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 
509 $ $ 
510 $ set 44 (Module: start_bms.c) is OBSOLETE.  Do NOT reuse this set number. 
511 $ $ 
512 $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 
513 $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 
514 $ $ 
515 $ set 46 (Module: Utility.c) is OBSOLETE.  Do NOT reuse this set number. 
516 $ $ 
517 $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 
518
519 $set 48
520
521 $ *****  Module:  UserMsg.c  ***** 
522 $ _DtMessage 1 uses the format of the "strftime" system call.  See the 
523 $ manual page for more information on "strftime".  WARNING: follow 
524 $ the man page closely because incorrect format strings could cause 
525 $ an application to abort. 
526
527 1 "%a %b %d %H:%M:%S %Y\n"
528 $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 
529 $ $ 
530 $ set 49 (Module: Annotate.c) is OBSOLETE.  Do NOT reuse this set number. 
531 $ $ 
532 $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 
533
534
535 $ Set 50 - message logging service 
536
537 $ The messages in this set will only appear in the DT log file.
538 $ The messages are used to identify messages written to this log file.
539
540 $ File: MsgLog.c
541
542 $set 50
543 1 INFORMATION
544 2 STDERR
545 3 FEHLERBEHEBUNG
546 4 WARNUNG
547 5 FEHLER
548 6 UNBEKANNT
549
550
551 $set 99
552
553 $    DO NOT TRANSLATE THESE MESSAGES 
554 $    DO NOT CHANGE THESE MESSAGES 
555 $    DO NOT LOCALIZE THESE MESSAGES 
556 $    These messages are used for the version information. 
557
558 1 "@(#)version_goes_here"
559
560 2 "\n\
561 @(#)_DtMessage catalog source $TOG: dt.msg /main/7 1999/09/16 14:52:56 mgreess $"