summaryrefslogtreecommitdiff
path: root/src/po/de.po
blob: 4dba243193f21fa27ab92c2ca7b8f5b1255cec28 (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
# Copyright (C) 2008 Andreas Baumann <abaumann@yahoo.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

# This program 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 General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

msgid ""
msgstr ""
"Project-Id-Version: libwolf 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-03-18 11:06+0100\n"
"PO-Revision-Date: 2009-03-18 11:07+0100\n"
"Last-Translator: Andreas Baumann <abaumann@yahoo.com>\n"
"Language-Team: German\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"

#: daemon/daemon.c:106
#, c-format
msgid "Error while closing file descriptor %d: %s"
msgstr "Datei Deskriptor %d kann nicht geschlossen werden: %s"

#: daemon/daemon.c:134
#, c-format
msgid "Unable to retrieve maximal number of files: %s"
msgstr "Kann die maximale Anzahl Datei Deskriptoren nicht berechnen: %s"

#: daemon/daemon.c:139
#, c-format
msgid "Closing all filedescriptors up to %ld"
msgstr "Schliesse alle Datei Deskriptoren bis zur Nummer %ld"

#: daemon/daemon.c:165
#, c-format
msgid "Unable to open fd %d as /dev/null: %s"
msgstr "Kann den Datei Deskriptor %d nicht als /dev/null öffnen: %s"

#: daemon/daemon.c:171
#, c-format
msgid "Something is wrong with the file descriptors (expecting %d, got %d)!"
msgstr ""

#: daemon/daemon.c:187
#, c-format
msgid "Error in atomar write to fd %d: %s"
msgstr ""

#: daemon/daemon.c:191
#, c-format
msgid "Unexpected number of octets %zd in atomar write to fd %d (expected %zd)"
msgstr ""

#: daemon/daemon.c:204
#, c-format
msgid "Error in atmoar read from fd %d: %s"
msgstr ""

#: daemon/daemon.c:208
#, c-format
msgid ""
"Unexpected number of octets %zd in atomar read from fd %d (expected %zd)"
msgstr ""

#: daemon/daemon.c:324
msgid "Already running as daemon!"
msgstr ""

#: daemon/daemon.c:336
msgid "Unable to start daemon as not root user!"
msgstr "Kann einen Unix-Daemon nur als Root-Benutzer starten!"

#: daemon/daemon.c:362
#, c-format
msgid "Unable to create exit code pipe: %s"
msgstr ""

#: daemon/daemon.c:367
#, c-format
msgid "Created exit code pipe (%d,%d)"
msgstr ""

#: daemon/daemon.c:376
#, c-format
msgid "Unable to fork the first time: %s"
msgstr ""

#: daemon/daemon.c:382
msgid "First fork reached"
msgstr ""

#: daemon/daemon.c:393
#, c-format
msgid "Parent after first fork: child is %d"
msgstr ""

#: daemon/daemon.c:403
#, c-format
msgid "Unable to create parent pipe: %s"
msgstr ""

#: daemon/daemon.c:408
#, c-format
msgid "Created parent pipe (%d,%d)"
msgstr ""

#: daemon/daemon.c:417
#, c-format
msgid ""
"Starting new process group session for the parent of the daemon failed: %s"
msgstr ""

#: daemon/daemon.c:445
#, c-format
msgid "Unable to fork the second time: %s"
msgstr ""

#: daemon/daemon.c:451
msgid "Second fork reached"
msgstr ""

#: daemon/daemon.c:457
#, c-format
msgid "Parent after second fork: child (and daemon) is %d"
msgstr ""

#: daemon/daemon.c:475
#, c-format
msgid "Starting new process group for daemon session failed: %s"
msgstr ""

#: daemon/daemon.c:489
#, c-format
msgid "Changing to root diretory failed: %s"
msgstr ""

#: daemon/daemon.c:493
msgid "Changed to root directory /"
msgstr ""

#: daemon/daemon.c:502 daemon/daemon.c:545
#, c-format
msgid "Switched umask from %04o to %04o"
msgstr ""

#: daemon/daemon.c:508
#, c-format
msgid "Another daemon is already running with pid '%d', can't start!"
msgstr ""

#: daemon/daemon.c:554
#, c-format
msgid "No group '%s' found"
msgstr ""

#: daemon/daemon.c:557
#, c-format
msgid "Unable to retrieve group information for group '%s': %s"
msgstr ""

#: daemon/daemon.c:568
#, c-format
msgid "No user '%s' found"
msgstr ""

#: daemon/daemon.c:571
#, c-format
msgid "Unable to retrieve user information for user '%s': %s"
msgstr ""

#: daemon/daemon.c:579
#, c-format
msgid "Setting unprivileged group failed: %s"
msgstr ""

#: daemon/daemon.c:586
#, c-format
msgid "Setting unprivileged user failed: %s"
msgstr ""

#: daemon/daemon.c:596
#, c-format
msgid "Switched to user '%s' (%d) and group '%s' (%d)"
msgstr ""

#: daemon/daemon.c:625
#, c-format
msgid "daemon_exit called int state %d (error %d)"
msgstr ""

#: daemon/daemon.c:635
msgid "Waiting on exit_code pipe for exit code"
msgstr ""

#: daemon/daemon.c:640
#, c-format
msgid "Terminating grand-parent of daemon with code %d (PID: %lu)"
msgstr ""

#: daemon/daemon.c:657
msgid "Waiting on parent pipe for termination signal"
msgstr ""

#: daemon/daemon.c:663
#, c-format
msgid ""
"Parent got termination (pidfile lock: %d, run: %d, fd: %d).. cleaning up now "
"(PID: %lu)"
msgstr ""

#: daemon/daemon.c:672
#, c-format
msgid "Terminating parent of daemon (PID %lu)"
msgstr ""

#: daemon/daemon.c:691
#, c-format
msgid "Terminating daemon (PID: %lu)"
msgstr ""

#: daemon/daemon.c:718
#, c-format
msgid "Terminating daemon (PID: %lu) with error"
msgstr ""

#: daemon/daemon.c:743
#, c-format
msgid "Unable to create signal pipe: %s"
msgstr ""

#: daemon/daemon.c:747
#, c-format
msgid "Created signal pipe (%d,%d)"
msgstr ""

#: daemon/daemon.c:791
#, c-format
msgid "Error in select when waiting for signal from pipe: %s"
msgstr ""

#: daemon/daemon.c:805
#, c-format
msgid "Error while reading a signal from the pipe: %s"
msgstr ""

#: daemon/daemon.c:812
#, c-format
msgid "Unexpected error in read: result is %d"
msgstr ""

#: daemon/pidfile.c:61
#, c-format
msgid "No pidfile '%s' found, daemon is not running"
msgstr ""

#: daemon/pidfile.c:67
#, c-format
msgid "Unable to open pidfile '%s' for reading: %s"
msgstr ""

#: daemon/pidfile.c:79
msgid "Another process locks the pidfile, daemon already running"
msgstr ""

#: daemon/pidfile.c:85
#, c-format
msgid "Unable to lock pidfile '%s': %s"
msgstr ""

#: daemon/pidfile.c:101
#, c-format
msgid "Unable to read pid from pidfile '%s': %s"
msgstr ""

#: daemon/pidfile.c:118
#, c-format
msgid "pidfile '%s' contains invalid data, can't read PID from it!"
msgstr ""

#: daemon/pidfile.c:124
#, c-format
msgid "Found PID '%lu' in pidfile"
msgstr ""

#: daemon/pidfile.c:134
#, c-format
msgid ""
"Found PID '%lu' in pidfile '%s', but no such process is running. Check and "
"manually delete the pidfile!"
msgstr ""

#: daemon/pidfile.c:140
#, c-format
msgid "Can't check if process with PID '%lu' is alive: %s"
msgstr ""

#: daemon/pidfile.c:147
#, c-format
msgid "A process with PID '%lu' is already running"
msgstr ""

#: daemon/pidfile.c:166
#, c-format
msgid "Unable to open pidfile '%s' for writing: %s"
msgstr ""

#: daemon/pidfile.c:178
#, c-format
msgid "Unable to lock pidfile '%s' after creation, daemon started in parallel?"
msgstr ""

#: daemon/pidfile.c:184
#, c-format
msgid "Unable to lock pidfile '%s' after creation: %s"
msgstr ""

#: daemon/pidfile.c:196
#, c-format
msgid "Unable to truncate the pidfile '%s' before writing to it"
msgstr ""

#: daemon/pidfile.c:209
#, c-format
msgid "Unable to write PID into the pidfile '%s': %s"
msgstr ""

#: daemon/pidfile.c:216
#, c-format
msgid "Non-atomic write failed when storing the PID into the pidfile '%s'"
msgstr ""

#: daemon/pidfile.c:219
#, c-format
msgid "Stored '%lu' into the pidfile '%s' and locked it"
msgstr ""

#: daemon/pidfile.c:230
#, c-format
msgid "Releasing (unlocking/closing) pidfile '%s' (fd: %d, locked: %d)"
msgstr ""

#: daemon/pidfile.c:236
#, c-format
msgid "Unable to unlock the pidfile '%s': %s"
msgstr ""

#: daemon/pidfile.c:245
#, c-format
msgid "Unable to close the pidfile '%s': %s"
msgstr ""

#: daemon/pidfile.c:259
#, c-format
msgid "Removing pidfile '%s' (fd: %d, locked: %d, running: %d)"
msgstr ""

#: daemon/pidfile.c:272
#, c-format
msgid "Unable to remove the pidfile '%s': %s"
msgstr ""

#: daemon/signals.c:94
msgid "Hangup"
msgstr ""

#: daemon/signals.c:95
msgid "Interrupt"
msgstr ""

#: daemon/signals.c:96
msgid "Quit"
msgstr ""

#: daemon/signals.c:97
msgid "Illegal instruction"
msgstr ""

#: daemon/signals.c:98
msgid "Trace trap"
msgstr ""

#: daemon/signals.c:99
msgid "Abort"
msgstr ""

#: daemon/signals.c:102
msgid "IOT trap"
msgstr ""

#: daemon/signals.c:106
msgid "EMT instruction"
msgstr ""

#: daemon/signals.c:108
msgid "BUS error"
msgstr ""

#: daemon/signals.c:109
msgid "Floating-point exception"
msgstr ""

#: daemon/signals.c:110
msgid "Kill"
msgstr ""

#: daemon/signals.c:111
msgid "User-defined signal 1"
msgstr ""

#: daemon/signals.c:112
msgid "Segmentation violation"
msgstr ""

#: daemon/signals.c:113
msgid "User-defined signal 2"
msgstr ""

#: daemon/signals.c:114
msgid "Broken pipe"
msgstr ""

#: daemon/signals.c:115
msgid "Alarm clock"
msgstr ""

#: daemon/signals.c:116
msgid "Termination"
msgstr ""

#: daemon/signals.c:118
msgid "Stack fault"
msgstr ""

#: daemon/signals.c:122 daemon/signals.c:125
msgid "Child status has changed"
msgstr ""

#: daemon/signals.c:126
msgid "Continue"
msgstr ""

#: daemon/signals.c:127
msgid "Stop"
msgstr ""

#: daemon/signals.c:128
msgid "Keyboard stop"
msgstr ""

#: daemon/signals.c:129
msgid "Background read from tty"
msgstr ""

#: daemon/signals.c:130
msgid "Background write to tty"
msgstr ""

#: daemon/signals.c:131
msgid "Urgent condition on socket"
msgstr ""

#: daemon/signals.c:132
msgid "CPU limit exceeded"
msgstr ""

#: daemon/signals.c:133
msgid "File size limit exceeded"
msgstr ""

#: daemon/signals.c:134
msgid "Virtual alarm clock"
msgstr ""

#: daemon/signals.c:135
msgid "Profiling alarm clock"
msgstr ""

#: daemon/signals.c:137
msgid "Window size change"
msgstr ""

#: daemon/signals.c:141
msgid "Pollable event occurred"
msgstr ""

#: daemon/signals.c:145
msgid "I/O now possible"
msgstr ""

#: daemon/signals.c:148
msgid "Power failure restart"
msgstr ""

#: daemon/signals.c:151
msgid "Bad system call"
msgstr ""

#: daemon/signals.c:154
msgid "Resource lost"
msgstr ""

#: daemon/signals.c:173
#, c-format
msgid "Can't ignore signal handler for signal '%s' (%s): %s"
msgstr ""

#: daemon/signals.c:181
#, c-format
msgid "Ignoring signal handler for signal '%s' (%s)"
msgstr ""

#: daemon/signals.c:206
#, c-format
msgid "Can't install empty signal handler for signal '%s' (%s): %s"
msgstr ""

#: daemon/signals.c:213
#, c-format
msgid "Installed empty signal handler for signal '%s' (%s)"
msgstr ""

#: daemon/signals.c:232
#, c-format
msgid "Got signal '%s' (%s)"
msgstr ""

#: daemon/signals.c:255
#, c-format
msgid "Can't install signal handler for signal '%s' (%s): %s"
msgstr ""

#: daemon/signals.c:262
#, c-format
msgid "Installed signal handler for signal '%s' (%s)"
msgstr ""

#: log/log.c:608
#, c-format
msgid "%s: localtime_r failed: %s\n"
msgstr ""