forked from AZed/duplicity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathde.po
1543 lines (1286 loc) · 46.4 KB
/
de.po
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
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# German translation for duplicity
# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
# This file is distributed under the same license as the duplicity package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: duplicity\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2013-01-18 16:20+0000\n"
"PO-Revision-Date: 2011-06-06 19:20+0000\n"
"Last-Translator: Patrick <Unknown>\n"
"Language-Team: German <de@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Launchpad-Export-Date: 2013-01-19 05:23+0000\n"
"X-Generator: Launchpad (build 16430)\n"
#: ../bin/duplicity:99
msgid "Reuse configured PASSPHRASE as SIGN_PASSPHRASE"
msgstr "Eingestellte PASSPHRASE als SIGN_PASSPHRASE benutzen"
#: ../bin/duplicity:106
msgid "Reuse configured SIGN_PASSPHRASE as PASSPHRASE"
msgstr "Eingestellte SIGN_PASSPHRASE als PASSPHRASE benutzen"
#: ../bin/duplicity:145
msgid "PASSPHRASE variable not set, asking user."
msgstr "Variable PASSPHRASE nicht gesetzt, Benutzer wird gefragt."
#: ../bin/duplicity:160
msgid "GnuPG passphrase for signing key:"
msgstr "GnuPG-Passwort für die Schlüsselsignierung:"
#: ../bin/duplicity:165
msgid "GnuPG passphrase:"
msgstr "GnuPG-Schlüssel:"
#: ../bin/duplicity:170
msgid "Retype passphrase for signing key to confirm: "
msgstr ""
"Wiederholen Sie zur Bestätigung das Passwort für die Schlüsselsignierung: "
#: ../bin/duplicity:172
msgid "Retype passphrase to confirm: "
msgstr "Wiederholen Sie zur Bestätigung das Passwort: "
#: ../bin/duplicity:175
msgid "First and second passphrases do not match! Please try again."
msgstr ""
"Erstes und zweites Passwort sind nicht identisch, bitte nochmal versuchen."
#: ../bin/duplicity:180
msgid ""
"Cannot use empty passphrase with symmetric encryption! Please try again."
msgstr ""
"Bei symmetrischer Verschlüsselung kann kein leeres Passwort benutzt werden! "
"Bitte nochmal versuchen."
#: ../bin/duplicity:235
#, python-format
msgid ""
"File %s complete in backup set.\n"
"Continuing restart on file %s."
msgstr ""
"Datei %s ist komplett im Backup-Set.\n"
"Beim Neustart wird fortgefahren mit Datei %s."
#: ../bin/duplicity:241
#, python-format
msgid ""
"File %s missing in backup set.\n"
"Continuing restart on file %s."
msgstr ""
"Datei %s fehlt im Backup-Set.\n"
"Beim Neustart wird fortgefahren mit Datei %s."
#: ../bin/duplicity:293
#, python-format
msgid "File %s was corrupted during upload."
msgstr "Datei %s während des Hochladens beschädigt."
#: ../bin/duplicity:326
msgid ""
"Restarting backup, but current encryption settings do not match original "
"settings"
msgstr ""
"Datensicherung wird neu gestartet, jedoch entsprechen die aktuellen "
"Verschlüsselungseinstellungen nicht den ursprünglichen Einstellungen"
#: ../bin/duplicity:535
msgid ""
"Fatal Error: Unable to start incremental backup. Old signatures not found "
"and incremental specified"
msgstr ""
"Schwerwiegender Fehler: konnte inkrementelles Backup nicht starten. Alte "
"Signaturen nicht gefunden und inkrementelles Backup ausgewählt."
#: ../bin/duplicity:539
msgid "No signatures found, switching to full backup."
msgstr "Keine Signaturen gefunden, führe vollständiges Backup durch."
#: ../bin/duplicity:553
msgid "Backup Statistics"
msgstr "Backup-Statistiken"
#: ../bin/duplicity:634
#, python-format
msgid "%s not found in archive, no files restored."
msgstr "%s im Archiv nicht gefunden, keine Dateien wiederhergestellt."
#: ../bin/duplicity:638
msgid "No files found in archive - nothing restored."
msgstr "Keine Dateien im Archiv - nichts wiederhergestellt."
#: ../bin/duplicity:671
#, python-format
msgid "Processed volume %d of %d"
msgstr "Volumen %d von %d verarbeitet"
#: ../bin/duplicity:696
#, python-format
msgid "Invalid data - %s hash mismatch for file:"
msgstr "Ungültige Daten – %s-Hash stimmt nicht für die Datei:"
#: ../bin/duplicity:698
#, python-format
msgid "Calculated hash: %s"
msgstr "Erstellter Hash: %s"
#: ../bin/duplicity:699
#, python-format
msgid "Manifest hash: %s"
msgstr "Manifest-Hashcode: %s"
#: ../bin/duplicity:737
#, python-format
msgid "Volume was signed by key %s, not %s"
msgstr "Volume wurde von Schlüssel %s, anstatt von %s unterschrieben"
#: ../bin/duplicity:767
#, python-format
msgid "Verify complete: %s, %s."
msgstr "Überprüfung vollständig: %s, %s."
#: ../bin/duplicity:768
#, python-format
msgid "%d file compared"
msgid_plural "%d files compared"
msgstr[0] "%d Datei vergleichen"
msgstr[1] "%d Dateien vergleichen"
#: ../bin/duplicity:770
#, python-format
msgid "%d difference found"
msgid_plural "%d differences found"
msgstr[0] "%d Unterschied gefunden"
msgstr[1] "%d Unterschiede gefunden"
#: ../bin/duplicity:789
msgid "No extraneous files found, nothing deleted in cleanup."
msgstr "Keine überflüssigen Dateien gefunden, es wurde nichts gelöscht."
#: ../bin/duplicity:794
msgid "Deleting this file from backend:"
msgid_plural "Deleting these files from backend:"
msgstr[0] "Lösche diese Datei vom Backend:"
msgstr[1] "Lösche diese Dateien vom Backend:"
#: ../bin/duplicity:806
msgid "Found the following file to delete:"
msgid_plural "Found the following files to delete:"
msgstr[0] "Folgende Datei zum Löschen gefunden:"
msgstr[1] "Folgende Dateien zum Löschen gefunden:"
#: ../bin/duplicity:810
msgid "Run duplicity again with the --force option to actually delete."
msgstr ""
"Führe duplicity noch einmal mit der \"--force\"-Option aus, um tatsächlich "
"zu löschen."
#: ../bin/duplicity:853
msgid "There are backup set(s) at time(s):"
msgstr "Es existieren Sicherungssätze zu den Zeitpunkten:"
#: ../bin/duplicity:855
msgid "Which can't be deleted because newer sets depend on them."
msgstr ""
"Welche nicht gelöscht werden können, weil neuere Sets davon abhängen."
#: ../bin/duplicity:859
msgid ""
"Current active backup chain is older than specified time. However, it will "
"not be deleted. To remove all your backups, manually purge the repository."
msgstr ""
"Aktuell aktive Sicherungskette ist älter als der angegebene Zeitpunkt. Sie "
"wird nicht gelöscht. Um alle Backups zu entfernen, löschen Sie das "
"Repository manuell."
#: ../bin/duplicity:865
msgid "No old backup sets found, nothing deleted."
msgstr "Keine alten Backups gefunden, nichts gelöscht."
#: ../bin/duplicity:868
msgid "Deleting backup chain at time:"
msgid_plural "Deleting backup chains at times:"
msgstr[0] ""
msgstr[1] ""
#: ../bin/duplicity:879
#, python-format
msgid "Deleting incremental signature chain %s"
msgstr ""
#: ../bin/duplicity:881
#, python-format
msgid "Deleting incremental backup chain %s"
msgstr ""
#: ../bin/duplicity:884
#, python-format
msgid "Deleting complete signature chain %s"
msgstr ""
#: ../bin/duplicity:886
#, python-format
msgid "Deleting complete backup chain %s"
msgstr ""
#: ../bin/duplicity:892
msgid "Found old backup chain at the following time:"
msgid_plural "Found old backup chains at the following times:"
msgstr[0] ""
msgstr[1] ""
#: ../bin/duplicity:896
msgid "Rerun command with --force option to actually delete."
msgstr ""
"Befehl erneut mit \"--force\"-Option ausführen, um tatsächlich zu löschen."
#: ../bin/duplicity:973
#, python-format
msgid "Deleting local %s (not authoritative at backend)."
msgstr "Lösche lokal %s (keine Auswirkungen am Backend)."
#: ../bin/duplicity:977
#, python-format
msgid "Unable to delete %s: %s"
msgstr "Kann %s nicht löschen: %s"
#: ../bin/duplicity:1005 ../duplicity/dup_temp.py:263
#, python-format
msgid "Failed to read %s: %s"
msgstr "Konnte %s nicht lesen: %s"
#: ../bin/duplicity:1019
#, python-format
msgid "Copying %s to local cache."
msgstr "Kopiere %s zum lokalen Zwischenspeicher."
#: ../bin/duplicity:1067
msgid "Local and Remote metadata are synchronized, no sync needed."
msgstr ""
"Lokale und entfernte Metadaten sind bereits synchron, keine Synchronisierung "
"benötigt."
#: ../bin/duplicity:1072
msgid "Synchronizing remote metadata to local cache..."
msgstr "Synchronisiere entfernte Metadaten zum lokalen Cache..."
#: ../bin/duplicity:1085
msgid "Sync would copy the following from remote to local:"
msgstr ""
"Synchronisation würde die folgenden Daten von dem entfernten Host hierher "
"kopieren:"
#: ../bin/duplicity:1088
msgid "Sync would remove the following spurious local files:"
msgstr ""
"Synchronisation würde die folgenden überflüssigen lokalen Dateien löschen:"
#: ../bin/duplicity:1131
msgid "Unable to get free space on temp."
msgstr "Der temporäre Speicherplatz ist belegt."
#: ../bin/duplicity:1139
#, python-format
msgid "Temp space has %d available, backup needs approx %d."
msgstr ""
"%d temporärer Speicherplatz ist verfügbar, das Backup benötigt ungefähr %d."
#: ../bin/duplicity:1142
#, python-format
msgid "Temp has %d available, backup will use approx %d."
msgstr ""
"%d temporärer Speicherplatz ist verfügbar, das Backup wird ungefähr %d "
"nutzen."
#: ../bin/duplicity:1150
msgid "Unable to get max open files."
msgstr "Konnte den Maximalwert für offene Dateien nicht feststellen."
#: ../bin/duplicity:1154
#, python-format
msgid ""
"Max open files of %s is too low, should be >= 1024.\n"
"Use 'ulimit -n 1024' or higher to correct.\n"
msgstr ""
"Limit für gleichzeitig offene Dateien von %s ist zu niedrig, sollte >=1024 "
"sein.\n"
"Führen Sie 'ulimit -n 1024' aus, um dies zu korrigieren.\n"
#: ../bin/duplicity:1203
msgid ""
"RESTART: The first volume failed to upload before termination.\n"
" Restart is impossible...starting backup from beginning."
msgstr ""
"NEUSTART: Der Upload des ersten Volumens ist fehlgeschlagen.\n"
" Neustart nicht möglich, Sicherung wird vom Anfang wiederaufgenommen."
#: ../bin/duplicity:1209
#, python-format
msgid ""
"RESTART: Volumes %d to %d failed to upload before termination.\n"
" Restarting backup at volume %d."
msgstr ""
"NEUSTART: Der Upload der Volumen %d bis %d ist fehlgeschlagen.\n"
" Sicherung wird mit Volumen %d wiederaufgenommen."
#: ../bin/duplicity:1216
#, python-format
msgid ""
"RESTART: Impossible backup state: manifest has %d vols, remote has %d vols.\n"
" Restart is impossible ... duplicity will clean off the last "
"partial\n"
" backup then restart the backup from the beginning."
msgstr ""
"NEUSTART: Unmöglicher Sicherungs-Zustand: Manifest hat %d Volumen, Backend "
"hat %d Volumen.\n"
" Neustart nicht möglich ... duplicity wird die letzte unvollständige\n"
" Sicherung entfernen und von Vorne anfangen."
#: ../bin/duplicity:1309
#, python-format
msgid "Last %s backup left a partial set, restarting."
msgstr "Das letzte %s Backup ist unvollständig, Neustart."
#: ../bin/duplicity:1313
#, python-format
msgid "Cleaning up previous partial %s backup set, restarting."
msgstr "Entfernen des letzten unvollständigen %s Backup, Neustart."
#: ../bin/duplicity:1324
msgid "Last full backup date:"
msgstr "Letzte vollständige Sicherung:"
#: ../bin/duplicity:1326
msgid "Last full backup date: none"
msgstr "Letzte vollständige Sicherung: keine"
#: ../bin/duplicity:1328
msgid "Last full backup is too old, forcing full backup"
msgstr ""
"Letzte vollständige Sicherung ist zu alt, erzwinge vollständige Sicherung"
#: ../bin/duplicity:1424
msgid "INT intercepted...exiting."
msgstr "INT abgefangen...beende."
#: ../bin/duplicity:1430
#, python-format
msgid "GPG error detail: %s"
msgstr "GPG Fehler-Detail: %s"
#: ../bin/duplicity:1439
#, python-format
msgid "User error detail: %s"
msgstr "Benutzer Fehler-Detail: %s"
#: ../bin/duplicity:1448
#, python-format
msgid "Backend error detail: %s"
msgstr "Backend Fehler Detail: %s"
#: ../duplicity/asyncscheduler.py:66
#, python-format
msgid "instantiating at concurrency %d"
msgstr "instanziere mit Simultanität %d"
#: ../duplicity/asyncscheduler.py:93
msgid "inserting barrier"
msgstr "füge Barriere ein"
#: ../duplicity/asyncscheduler.py:142
msgid "running task synchronously (asynchronicity disabled)"
msgstr "führe Aufgabe synchron aus (asynchronität deaktiviert)"
#: ../duplicity/asyncscheduler.py:148
msgid "scheduling task for asynchronous execution"
msgstr "plane Aufgabe für asynchrone Ausführung"
#: ../duplicity/asyncscheduler.py:177
msgid "task completed successfully"
msgstr "Aufgabe erfolgreich abgeschlossen"
#: ../duplicity/asyncscheduler.py:188
msgid ""
"a previously scheduled task has failed; propagating the result immediately"
msgstr ""
"eine vorgängig geplante Aufgabe ist fehlgeschlagen; verbreite das Resultat "
"sofort"
#: ../duplicity/asyncscheduler.py:211 ../duplicity/asyncscheduler.py:232
#, python-format
msgid "active workers = %d"
msgstr "aktive Arbeiter = %d"
#: ../duplicity/asyncscheduler.py:252
#, python-format
msgid "task execution done (success: %s)"
msgstr "Aufgabenausführung abgeschlossen (erfolgreich: %s)"
#: ../duplicity/backend.py:163
#, python-format
msgid "Could not initialize backend: %s"
msgstr ""
#: ../duplicity/backend.py:529 ../duplicity/backend.py:553
#, python-format
msgid "Reading results of '%s'"
msgstr "Lese Ergebnisse von '%s'"
#: ../duplicity/backend.py:568
#, python-format
msgid "Running '%s' failed with code %d (attempt #%d)"
msgid_plural "Running '%s' failed with code %d (attempt #%d)"
msgstr[0] "Ausführung von '%s' ist mit Code %d fehlgeschlagen (Versuch #%d)"
msgstr[1] "Ausführung von '%s' ist mit Code %d fehlgeschlagen (Versuch #%d)"
#: ../duplicity/backend.py:572
#, python-format
msgid ""
"Error is:\n"
"%s"
msgstr ""
"Fehler:\n"
"%s"
#: ../duplicity/backend.py:574
#, python-format
msgid "Giving up trying to execute '%s' after %d attempt"
msgid_plural "Giving up trying to execute '%s' after %d attempts"
msgstr[0] "Ausführung von '%s' aufgegeben nach dem %d. Versuch"
msgstr[1] "Ausführung von '%s' aufgegeben nach %d Versuchen"
#: ../duplicity/collections.py:182
msgid "Fatal Error: No manifests found for most recent backup"
msgstr "Kritischer Fehler: Kein Manifest gefunden zur letzten Sicherung"
#: ../duplicity/collections.py:191
msgid ""
"Fatal Error: Remote manifest does not match local one. Either the remote "
"backup set or the local archive directory has been corrupted."
msgstr ""
"Kritischer Fehler: Manifest im Backend stimmt nicht mit der lokalen Version "
"überein. Entweder der entfernte Sicherungssatz oder das lokale Archiv-"
"Verzeichnis ist fehlerhaft."
#: ../duplicity/collections.py:199
msgid "Fatal Error: Neither remote nor local manifest is readable."
msgstr ""
"Kritischer Fehler: Weder es entfernte noch das lokale Manifest sind lesbar."
#: ../duplicity/collections.py:310
msgid "Preferring Backupset over previous one!"
msgstr "Ziehe Backup-Set dem Vorherigen vor!"
#: ../duplicity/collections.py:313
#, python-format
msgid "Ignoring incremental Backupset (start_time: %s; needed: %s)"
msgstr "Ignoriere inkrementelles Backup-Set (start_zeit: %s; benötigt: %s)"
#: ../duplicity/collections.py:318
#, python-format
msgid "Added incremental Backupset (start_time: %s / end_time: %s)"
msgstr ""
"Inkrementelles Backup-Set hinzugefügt (start_zeit: %s / end_zeit: %s)"
#: ../duplicity/collections.py:388
msgid "Chain start time: "
msgstr "Erste Sicherung in dieser Kette: "
#: ../duplicity/collections.py:389
msgid "Chain end time: "
msgstr "Letzte Sicherung in dieser Kette: "
#: ../duplicity/collections.py:390
#, python-format
msgid "Number of contained backup sets: %d"
msgstr "Anzahl der enthaltenen Sicherungssätze: %d"
#: ../duplicity/collections.py:392
#, python-format
msgid "Total number of contained volumes: %d"
msgstr "Gesamtanzahl der enthaltenen Volumen: %d"
#: ../duplicity/collections.py:394
msgid "Type of backup set:"
msgstr "Typ des Sicherungssatzes:"
#: ../duplicity/collections.py:394
msgid "Time:"
msgstr "Zeit:"
#: ../duplicity/collections.py:394
msgid "Num volumes:"
msgstr "Anz. Volumen:"
#: ../duplicity/collections.py:398
msgid "Full"
msgstr "Vollständig"
#: ../duplicity/collections.py:401
msgid "Incremental"
msgstr "Inkrementell"
#: ../duplicity/collections.py:461
msgid "local"
msgstr "Lokal"
#: ../duplicity/collections.py:463
msgid "remote"
msgstr "Entfernt"
#: ../duplicity/collections.py:618
msgid "Collection Status"
msgstr "Sammlungszustand"
#: ../duplicity/collections.py:620
#, python-format
msgid "Connecting with backend: %s"
msgstr "Verbinde mit Backend: %s"
#: ../duplicity/collections.py:622
#, python-format
msgid "Archive dir: %s"
msgstr "Archiv-Verzeichnis: %s"
#: ../duplicity/collections.py:625
#, python-format
msgid "Found %d secondary backup chain."
msgid_plural "Found %d secondary backup chains."
msgstr[0] "%d zusätzliche Sicherungskette gefunden."
msgstr[1] "%d zusätzliche Sicherungsketten gefunden."
#: ../duplicity/collections.py:630
#, python-format
msgid "Secondary chain %d of %d:"
msgstr "Zusätzliche Kette %d von %d:"
#: ../duplicity/collections.py:636
msgid "Found primary backup chain with matching signature chain:"
msgstr "Primäre Sucherungskette mit pasender Signatur-Kette gefunden:"
#: ../duplicity/collections.py:640
msgid "No backup chains with active signatures found"
msgstr "Keine Sicherungsketten mit aktiven Signaturen gefunden"
#: ../duplicity/collections.py:643
#, python-format
msgid "Also found %d backup set not part of any chain,"
msgid_plural "Also found %d backup sets not part of any chain,"
msgstr[0] ""
"Zusätzlich wurde %d Sicherungssatz gefunden, der Teil keiner Sicherungskette "
"ist,"
msgstr[1] ""
"Zusätzlich wurden %d Sicherungssätze gefunden, der Teil keiner "
"Sicherungskette sind,"
#: ../duplicity/collections.py:647
#, python-format
msgid "and %d incomplete backup set."
msgid_plural "and %d incomplete backup sets."
msgstr[0] "und %d unvollständigen Sicherungssatz."
msgstr[1] "und %d unvollständige Sicherungssätze."
#. TRANSL: "cleanup" is a hard-coded command, so do not translate it
#: ../duplicity/collections.py:652
msgid ""
"These may be deleted by running duplicity with the \"cleanup\" command."
msgstr ""
"Sie können diese entfernen, indem sie duplicity mit dem »cleanup«-Kommando "
"starten."
#: ../duplicity/collections.py:655
msgid "No orphaned or incomplete backup sets found."
msgstr "Keine verwaisten oder unvollständigen Sicherungssätze gefunden."
#: ../duplicity/collections.py:671
#, python-format
msgid "%d file exists on backend"
msgid_plural "%d files exist on backend"
msgstr[0] "%d Datei existiert im Backend"
msgstr[1] "%d Dateien existieren im Backend"
#: ../duplicity/collections.py:678
#, python-format
msgid "%d file exists in cache"
msgid_plural "%d files exist in cache"
msgstr[0] "%d Datei existiert im Zwischenspeicher"
msgstr[1] "%d Dateien existieren im Zwischenspeicher"
#: ../duplicity/collections.py:730
msgid ""
"Warning, discarding last backup set, because of missing signature file."
msgstr ""
"Warnung, der letzte Sicherungssatz wird verworfen, weil die Signaturdatei "
"fehlt."
#: ../duplicity/collections.py:753
msgid "Warning, found the following local orphaned signature file:"
msgid_plural "Warning, found the following local orphaned signature files:"
msgstr[0] ""
"Warnung, die folgende verwaiste Signatur-Datei wurde im Archiv-Verzeichnis "
"gefunden:"
msgstr[1] ""
"Warnung, die folgenden verwaisten Signatur-Dateien wurden im Archiv-"
"Verzeichnis gefunden:"
#: ../duplicity/collections.py:762
msgid "Warning, found the following remote orphaned signature file:"
msgid_plural "Warning, found the following remote orphaned signature files:"
msgstr[0] ""
"Warnung, die folgende verwaiste Signatur-Datei wurde im Backend gefunden:"
msgstr[1] ""
"Warnung, die folgenden verwaisten Signatur-Dateien wurden im Backend "
"gefunden:"
#: ../duplicity/collections.py:771
msgid "Warning, found signatures but no corresponding backup files"
msgstr ""
"Warnung, es wurden Signaturen ohne dazugehörige Sicherungsdaten gefunden"
#: ../duplicity/collections.py:775
msgid ""
"Warning, found incomplete backup sets, probably left from aborted session"
msgstr ""
"Warnung, unvollständige Sicherungssätze gefunden, wahrscheinlich von einer "
"abgebrochenen Sitzung zurückgelassen"
#: ../duplicity/collections.py:779
msgid "Warning, found the following orphaned backup file:"
msgid_plural "Warning, found the following orphaned backup files:"
msgstr[0] "Warnung, die folgende Sicherungsdatei ist verwaist:"
msgstr[1] "Warnung, die folgenden Sicherungsdateien sind verwaist:"
#: ../duplicity/collections.py:797
#, python-format
msgid "Extracting backup chains from list of files: %s"
msgstr "Extrahiere Sicherungsketten aus der Liste der Dateien: %s"
#: ../duplicity/collections.py:807
#, python-format
msgid "File %s is part of known set"
msgstr "Datei %s ist Teil eines bekannten Satzes"
#: ../duplicity/collections.py:810
#, python-format
msgid "File %s is not part of a known set; creating new set"
msgstr "Datei %s ist nicht Teil eines bekannten Sets; erstelle neues Set"
#: ../duplicity/collections.py:815
#, python-format
msgid "Ignoring file (rejected by backup set) '%s'"
msgstr "Ignoriere Datei '%s' (vom Sicherungssatz abgelehnt)"
#: ../duplicity/collections.py:828
#, python-format
msgid "Found backup chain %s"
msgstr "Sicherungskette %s gefunden"
#: ../duplicity/collections.py:833
#, python-format
msgid "Added set %s to pre-existing chain %s"
msgstr "Satz %s zur existierenden Sicherungskette %s hinzugefügt"
#: ../duplicity/collections.py:837
#, python-format
msgid "Found orphaned set %s"
msgstr "Verwaisten Satz %s gefunden"
#: ../duplicity/collections.py:989
#, python-format
msgid ""
"No signature chain for the requested time. Using oldest available chain, "
"starting at time %s."
msgstr ""
"Keine Signatur-Kette für den angeforderten Zeitpunkt. Benutze älteste "
"verfügbare Kette mit Beginn %s."
#: ../duplicity/commandline.py:67
#, python-format
msgid ""
"Warning: Option %s is pending deprecation and will be removed in a future "
"release.\n"
"Use of default filenames is strongly suggested."
msgstr ""
"Warnung: Parameter %s ist veraltet und wird in einer der nächsten Versionen "
"entfernt.\n"
"Bitte verwenden Sie Standard-Dateinamen."
#: ../duplicity/commandline.py:210
#, python-format
msgid "Unable to load gio backend: %s"
msgstr ""
#: ../duplicity/commandline.py:232
#, python-format
msgid "Error opening file %s"
msgstr "Fehler beim Öffnen der Datei »%s«"
#. TRANSL: Used in usage help to represent a Unix-style path name. Example:
#. --archive-dir <path>
#: ../duplicity/commandline.py:253 ../duplicity/commandline.py:261
#: ../duplicity/commandline.py:278 ../duplicity/commandline.py:335
#: ../duplicity/commandline.py:511 ../duplicity/commandline.py:727
msgid "path"
msgstr "Pfad"
#. TRANSL: Used in usage help to represent an ID for a GnuPG key. Example:
#. --encrypt-key <gpg_key_id>
#. TRANSL: Used in usage help to represent an ID for a hidden GnuPG key. Example:
#. --hidden-encrypt-key <gpg_key_id>
#. TRANSL: Used in usage help to represent an ID for a GnuPG key. Example:
#. --encrypt-key <gpg_key_id>
#: ../duplicity/commandline.py:273 ../duplicity/commandline.py:280
#: ../duplicity/commandline.py:355 ../duplicity/commandline.py:492
#: ../duplicity/commandline.py:700
msgid "gpg-key-id"
msgstr "GPG-Schlüssel-ID"
#. TRANSL: Used in usage help to represent a "glob" style pattern for
#. matching one or more files, as described in the documentation.
#. Example:
#. --exclude <shell_pattern>
#: ../duplicity/commandline.py:288 ../duplicity/commandline.py:381
#: ../duplicity/commandline.py:750
msgid "shell_pattern"
msgstr "Shell_Ausdruck"
#. TRANSL: Used in usage help to represent the name of a file. Example:
#. --log-file <filename>
#: ../duplicity/commandline.py:294 ../duplicity/commandline.py:301
#: ../duplicity/commandline.py:306 ../duplicity/commandline.py:383
#: ../duplicity/commandline.py:388 ../duplicity/commandline.py:399
#: ../duplicity/commandline.py:696
msgid "filename"
msgstr "Dateiname"
#. TRANSL: Used in usage help to represent a regular expression (regexp).
#: ../duplicity/commandline.py:313 ../duplicity/commandline.py:390
msgid "regular_expression"
msgstr "regulärer_Ausdruck"
#. TRANSL: Used in usage help to represent a time spec for a previous
#. point in time, as described in the documentation. Example:
#. duplicity remove-older-than time [options] target_url
#: ../duplicity/commandline.py:347 ../duplicity/commandline.py:446
#: ../duplicity/commandline.py:782
msgid "time"
msgstr "Zeit"
#. TRANSL: Used in usage help. (Should be consistent with the "Options:"
#. header.) Example:
#. duplicity [full|incremental] [options] source_dir target_url
#: ../duplicity/commandline.py:351 ../duplicity/commandline.py:449
#: ../duplicity/commandline.py:503 ../duplicity/commandline.py:715
msgid "options"
msgstr "Optionen"
#: ../duplicity/commandline.py:366
#, python-format
msgid ""
"Running in 'ignore errors' mode due to %s; please re-consider if this was "
"not intended"
msgstr ""
"Laufe im 'Fehler ignorieren'-Modus aufgrund %s; bitte überprüfen wenn dies "
"nicht beabsichtigt war"
#. TRANSL: Used in usage help to represent an imap mailbox
#: ../duplicity/commandline.py:379
msgid "imap_mailbox"
msgstr "imap_Postfach"
#: ../duplicity/commandline.py:393
msgid "file_descriptor"
msgstr "Datei_Deskriptor"
#. TRANSL: Used in usage help (noun)
#: ../duplicity/commandline.py:404
msgid "backup name"
msgstr "Sicherungsname"
#. TRANSL: Used in usage help to represent a desired number of
#. something. Example:
#. --num-retries <number>
#: ../duplicity/commandline.py:423 ../duplicity/commandline.py:470
#: ../duplicity/commandline.py:541 ../duplicity/commandline.py:710
msgid "number"
msgstr "Nummer"
#. TRANSL: noun
#: ../duplicity/commandline.py:479 ../duplicity/commandline.py:482
#: ../duplicity/commandline.py:681
msgid "command"
msgstr "Befehl"
#: ../duplicity/commandline.py:500
msgid "paramiko|pexpect"
msgstr ""
#: ../duplicity/commandline.py:506
msgid "pem formatted bundle of certificate authorities"
msgstr ""
#. TRANSL: Used in usage help. Example:
#. --timeout <seconds>
#: ../duplicity/commandline.py:516 ../duplicity/commandline.py:744
msgid "seconds"
msgstr "Sekunden"
#. TRANSL: abbreviation for "character" (noun)
#: ../duplicity/commandline.py:522 ../duplicity/commandline.py:678
msgid "char"
msgstr "Zeichen"
#: ../duplicity/commandline.py:644
#, python-format
msgid "Using archive dir: %s"
msgstr "Benutze Archiv-Verzeichnis: %s"
#: ../duplicity/commandline.py:645
#, python-format
msgid "Using backup name: %s"
msgstr "Benutze Sicherungs-Namen: %s"
#: ../duplicity/commandline.py:652
#, python-format
msgid "Command line error: %s"
msgstr "Kommandozeilen-Fehler: %s"
#: ../duplicity/commandline.py:653
msgid "Enter 'duplicity --help' for help screen."
msgstr ""
"Rufen Sie duplicity mit der Option '--help' auf, um eine Hilfeseite zu "
"erhalten."
#. TRANSL: Used in usage help to represent a Unix-style path name. Example:
#. rsync://user[:password]@other_host[:port]//absolute_path
#: ../duplicity/commandline.py:666
msgid "absolute_path"
msgstr "absoluter_pfad"
#. TRANSL: Used in usage help. Example:
#. tahoe://alias/some_dir
#: ../duplicity/commandline.py:670
msgid "alias"
msgstr "alias"
#. TRANSL: Used in help to represent a "bucket name" for Amazon Web
#. Services' Simple Storage Service (S3). Example:
#. s3://other.host/bucket_name[/prefix]
#: ../duplicity/commandline.py:675
msgid "bucket_name"
msgstr "Bucket_Name"
#. TRANSL: Used in usage help to represent the name of a container in
#. Amazon Web Services' Cloudfront. Example:
#. cf+http://container_name
#: ../duplicity/commandline.py:686
msgid "container_name"
msgstr "Container_Name"
#. TRANSL: noun
#: ../duplicity/commandline.py:689
msgid "count"
msgstr "Anzahl"
#. TRANSL: Used in usage help to represent the name of a file directory
#: ../duplicity/commandline.py:692
msgid "directory"
msgstr "Verzeichnis"
#. TRANSL: Used in usage help, e.g. to represent the name of a code
#. module. Example:
#. rsync://user[:password]@other.host[:port]::/module/some_dir
#: ../duplicity/commandline.py:705
msgid "module"
msgstr "modul"
#. TRANSL: Used in usage help to represent an internet hostname. Example:
#. ftp://user[:password]@other.host[:port]/some_dir
#: ../duplicity/commandline.py:719
msgid "other.host"
msgstr "anderer.Host"
#. TRANSL: Used in usage help. Example:
#. ftp://user[:password]@other.host[:port]/some_dir
#: ../duplicity/commandline.py:723
msgid "password"
msgstr "passwort"
#. TRANSL: Used in usage help to represent a TCP port number. Example:
#. ftp://user[:password]@other.host[:port]/some_dir
#: ../duplicity/commandline.py:731
msgid "port"
msgstr "Port"
#. TRANSL: Used in usage help. This represents a string to be used as a
#. prefix to names for backup files created by Duplicity. Example:
#. s3://other.host/bucket_name[/prefix]
#: ../duplicity/commandline.py:736
msgid "prefix"
msgstr "Präfix"
#. TRANSL: Used in usage help to represent a Unix-style path name. Example:
#. rsync://user[:password]@other.host[:port]/relative_path
#: ../duplicity/commandline.py:740
msgid "relative_path"
msgstr "relativer_Pfad"
#. TRANSL: Used in usage help to represent the name of a single file
#. directory or a Unix-style path to a directory. Example:
#. file:///some_dir
#: ../duplicity/commandline.py:755
msgid "some_dir"
msgstr "irgendein_Verzeichnis"
#. TRANSL: Used in usage help to represent the name of a single file
#. directory or a Unix-style path to a directory where files will be
#. coming FROM. Example:
#. duplicity [full|incremental] [options] source_dir target_url
#: ../duplicity/commandline.py:761
msgid "source_dir"
msgstr "quell_verzeichnis"
#. TRANSL: Used in usage help to represent a URL files will be coming
#. FROM. Example:
#. duplicity [restore] [options] source_url target_dir
#: ../duplicity/commandline.py:766
msgid "source_url"
msgstr "quell_url"
#. TRANSL: Used in usage help to represent the name of a single file
#. directory or a Unix-style path to a directory. where files will be
#. going TO. Example:
#. duplicity [restore] [options] source_url target_dir
#: ../duplicity/commandline.py:772
msgid "target_dir"
msgstr "ziel_verzeichnis"
#. TRANSL: Used in usage help to represent a URL files will be going TO.
#. Example:
#. duplicity [full|incremental] [options] source_dir target_url
#: ../duplicity/commandline.py:777
msgid "target_url"
msgstr "ziel_url"
#. TRANSL: Used in usage help to represent a user name (i.e. login).
#. Example:
#. ftp://user[:password]@other.host[:port]/some_dir
#: ../duplicity/commandline.py:787
msgid "user"
msgstr "benutzer"
#. TRANSL: Header in usage help
#: ../duplicity/commandline.py:804
msgid "Backends and their URL formats:"
msgstr "URL-Formate der Backends:"
#. TRANSL: Header in usage help
#: ../duplicity/commandline.py:826
msgid "Commands:"
msgstr "Kommandos:"
#: ../duplicity/commandline.py:850
#, python-format
msgid ""
"Specified archive directory '%s' does not exist, or is not a directory"
msgstr ""
"Das angegebene Archiv-Verzeichnis '%s' existiert nicht, oder ist kein "
"Verzeichnis"
#: ../duplicity/commandline.py:859
#, python-format
msgid ""
"Sign key should be an 8 character hex string, like 'AA0E73D2'.\n"
"Received '%s' instead."