1
1
# German translation for bzr
2
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
2
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3
3
# This file is distributed under the same license as the bzr package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
8
8
"Project-Id-Version: bzr\n"
9
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
"POT-Creation-Date: 2012-02-02 17:39+0100\n"
11
"PO-Revision-Date: 2012-05-05 14:13+0000\n"
12
"Last-Translator: Daniel Winzen <d@winzen4.de>\n"
10
"POT-Creation-Date: 2012-07-10 11:35+0200\n"
11
"PO-Revision-Date: 2013-02-22 14:19+0000\n"
12
"Last-Translator: Phillip Sz <Unknown>\n"
13
13
"Language-Team: German <de@li.org>\n"
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
17
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18
"X-Launchpad-Export-Date: 2012-05-06 04:58+0000\n"
19
"X-Generator: Launchpad (build 15195)\n"
18
"X-Launchpad-Export-Date: 2013-02-23 04:35+0000\n"
19
"X-Generator: Launchpad (build 16506)\n"
22
22
msgid "skipping {0} (larger than {1} of {2} bytes)"
23
23
msgstr "Überspringe {0} (Größer als {1} von {2} Bytes)"
25
#: bzrlib/branch.py:872
25
#: bzrlib/branch.py:854
29
#: bzrlib/branch.py:3205
29
#: bzrlib/branch.py:2955
31
31
msgid "Pushed up to revision %d."
32
32
msgstr "In Revision %d hochgeladen."
34
#: bzrlib/branch.py:3207
34
#: bzrlib/branch.py:2957
36
36
msgid "%d tag updated."
37
37
msgid_plural "%d tags updated."
38
38
msgstr[0] "%d Schlüsselwort aktualisiert."
39
39
msgstr[1] "%d Schlüsselwörter aktualisiert."
41
#: bzrlib/branch.py:3210
41
#: bzrlib/branch.py:2960
42
42
msgid "No new revisions or tags to push."
43
43
msgstr "Keine neuen Revisionen oder Schlüsselwörter zum Hochladen."
45
#: bzrlib/branch.py:3212
45
#: bzrlib/branch.py:2962
46
46
msgid "No new revisions to push."
47
47
msgstr "Keine neuen Revisionen zum Hochladen."
49
#: bzrlib/branch.py:3232
49
#: bzrlib/branch.py:2982
50
50
msgid "checked branch {0} format {1}"
51
51
msgstr "überprüfter Zweig {0} Format {1}"
53
#: bzrlib/branch.py:3235
53
#: bzrlib/branch.py:2985
55
55
msgid "found error:%s"
56
56
msgstr "Fehler gefunden: %s"
58
#: bzrlib/builtins.py:209 bzrlib/builtins.py:3016 bzrlib/workingtree.py:315
58
#: bzrlib/builtins.py:251 bzrlib/builtins.py:3045 bzrlib/workingtree.py:323
60
60
msgid "Ignoring files outside view. View is %s"
61
61
msgstr "Ignoriere Dateien außerhalb der Ansicht. Die Ansicht ist %s"
63
#: bzrlib/builtins.py:218
63
#: bzrlib/builtins.py:260
65
65
msgid "bzr %s --revision takes exactly one revision identifier"
66
66
msgstr "bzr %s --revision benötigt genau eine Revisions-Nummer"
68
#: bzrlib/builtins.py:303
68
#: bzrlib/builtins.py:315
69
69
msgid "Display status summary."
70
70
msgstr "Zeige Status-Zusammenfassung an."
72
#: bzrlib/builtins.py:305
72
#: bzrlib/builtins.py:317
74
74
"This reports on versioned and unknown files, reporting them\n"
75
75
"grouped by state. Possible states are:"
203
207
"geben Sie einen Revisionebereich mit dem Argument \"revision\" an.\n"
204
208
"Dies erzeugt das gleiche Ergebnis wie der Aufruf 'bzr diff --summarize'."
206
#: bzrlib/builtins.py:363
210
#: bzrlib/builtins.py:375
207
211
msgid "Use short status indicators."
208
212
msgstr "Kurze Zustandsanzeiger verwenden."
210
#: bzrlib/builtins.py:365
214
#: bzrlib/builtins.py:377
211
215
msgid "Only show versioned files."
212
216
msgstr "Nur versionierte Dateien anzeigen."
214
#: bzrlib/builtins.py:367
218
#: bzrlib/builtins.py:379
215
219
msgid "Don't show pending merges."
216
220
msgstr "Ausstehende Zusammenführungen nicht anzeigen."
218
#: bzrlib/builtins.py:370
222
#: bzrlib/builtins.py:382
219
223
msgid "Do not mark object type using indicator."
220
224
msgstr "Objekte nicht entsprechend ihres Typs kennzeichnen."
222
#: bzrlib/builtins.py:385
226
#: bzrlib/builtins.py:397
223
227
msgid "bzr status --revision takes exactly one or two revision specifiers"
225
229
"bzr status --revision benötigt exakt eine oder zwei "
226
230
"Revisionsspezifikation(en)."
228
#: bzrlib/builtins.py:429 bzrlib/builtins.py:5183
232
#: bzrlib/builtins.py:441 bzrlib/builtins.py:5230
229
233
msgid "You can only supply one of revision_id or --revision"
230
234
msgstr "Sie können nur revision_id oder --revision angeben"
232
#: bzrlib/builtins.py:432 bzrlib/builtins.py:5185
236
#: bzrlib/builtins.py:444 bzrlib/builtins.py:5232
233
237
msgid "You must supply either --revision or a revision_id"
234
238
msgstr "Sie müssen entweder --revision oder eine revision_id angeben"
236
#: bzrlib/builtins.py:439
240
#: bzrlib/builtins.py:451
238
242
msgid "Repository %r does not support access to raw revision texts"
239
243
msgstr "Quelle %r unterstützt keinen Zugriff auf reine Revisionstexte"
241
#: bzrlib/builtins.py:450
245
#: bzrlib/builtins.py:462
242
246
msgid "The repository {0} contains no revision {1}."
243
247
msgstr "Die Quelle {0} enthält keine neue Überarbeitung {1}."
245
#: bzrlib/builtins.py:457
249
#: bzrlib/builtins.py:469
246
250
msgid "You cannot specify a NULL revision."
247
251
msgstr "Sie können keine NULL-Revision angeben."
249
#: bzrlib/builtins.py:549
253
#: bzrlib/builtins.py:561
250
254
msgid "Remove the working tree from a given branch/checkout."
251
255
msgstr "Entfernt den Arbeitsbaum zu einer Branch/einem Checkout."
253
#: bzrlib/builtins.py:551
257
#: bzrlib/builtins.py:563
255
259
"Since a lightweight checkout is little more than a working tree\n"
256
260
"this will refuse to run against one."
259
#: bzrlib/builtins.py:554
263
#: bzrlib/builtins.py:566
260
264
msgid "To re-create the working tree, use \"bzr checkout\"."
261
265
msgstr "Benutzen Sie »bzr checkout«, um den Arbeitsbaum neu aufzubauen."
263
#: bzrlib/builtins.py:560
267
#: bzrlib/builtins.py:572
265
269
"Remove the working tree even if it has uncommitted or shelved changes."
267
271
"Den Arbeitsbaum entfernen, auch wenn dieser nicht übertragene oder "
268
272
"zurückgestellte Änderungen enthält."
270
#: bzrlib/builtins.py:574
274
#: bzrlib/builtins.py:586
271
275
msgid "No working tree to remove"
272
276
msgstr "Keinen Arbeitsbaum zum Entfernen"
274
#: bzrlib/builtins.py:576
278
#: bzrlib/builtins.py:588
275
279
msgid "You cannot remove the working tree of a remote path"
276
280
msgstr "Sie können einen entfernten Arbeitsbaum nicht löschen"
278
#: bzrlib/builtins.py:585
282
#: bzrlib/builtins.py:597
279
283
msgid "You cannot remove the working tree from a lightweight checkout"
284
msgstr "Entfernen des Arbeitsbaums von einem schlanken Abruf nicht möglich"
282
#: bzrlib/builtins.py:625
286
#: bzrlib/builtins.py:637
284
288
"The tree does not appear to be corrupt. You probably want \"bzr revert\" "
285
289
"instead. Use \"--force\" if you are sure you want to reset the working tree."
296
300
", die Kopfzeilen scheinen beschädigt zu sein. Versuchen Sie -r -1 um den "
297
301
"Status der letzten Einreichung zu übernehmen."
299
#: bzrlib/builtins.py:640
303
#: bzrlib/builtins.py:652
300
304
msgid "failed to reset the tree state{0}"
301
305
msgstr "Baumstatus{0} konnte nicht zurückgesetzt werden"
303
#: bzrlib/builtins.py:644
307
#: bzrlib/builtins.py:656
304
308
msgid "Show current revision number."
305
309
msgstr "Aktuelle Revisionsnummer anzeigen."
307
#: bzrlib/builtins.py:646
311
#: bzrlib/builtins.py:658
308
312
msgid "This is equal to the number of revisions on this branch."
313
msgstr "Entspricht der Anzahl der Revisionen in diesem Zweig."
311
#: bzrlib/builtins.py:659
315
#: bzrlib/builtins.py:671
312
316
msgid "--tree and --revision can not be used together"
317
msgstr "--tree und --revision können nicht zusammen verwendet werden."
315
#: bzrlib/builtins.py:676 bzrlib/builtins.py:5967
319
#: bzrlib/builtins.py:688 bzrlib/builtins.py:5986
316
320
msgid "Tags can only be placed on a single revision, not on a range"
322
"Tags können nur einzelnen Revisionen zugewiesen werden, nicht mehreren"
319
#: bzrlib/builtins.py:700
324
#: bzrlib/builtins.py:712
320
325
msgid "Show revno of working tree."
326
msgstr "Revno des Arbeitsbaums anzeigen."
323
#: bzrlib/builtins.py:748
328
#: bzrlib/builtins.py:760
324
329
msgid "Add specified files or directories."
325
330
msgstr "Angegebene Dateien oder Verzeichnisse hinzufügen."
327
#: bzrlib/builtins.py:750
332
#: bzrlib/builtins.py:762
329
334
"In non-recursive mode, all the named items are added, regardless\n"
330
335
"of whether they were previously ignored. A warning is given if\n"
331
336
"any of the named files are already versioned."
338
"Im nicht-rekursiven Modus werden alle Einträge mit Namen hinzugefügt,\n"
339
"auch wenn sie vorher ignoriert wurden. Es wird eine Warnung ausgegeben,\n"
340
"wenn eine der gewählten Dateien schon vorhanden ist."
334
#: bzrlib/builtins.py:754
342
#: bzrlib/builtins.py:766
336
344
"In recursive mode (the default), files are treated the same way\n"
337
345
"but the behaviour for directories is different. Directories that\n"
341
349
"are added. This search proceeds recursively into versioned\n"
342
350
"directories. If no names are given '.' is assumed."
352
"Im rekursiven Modus (Standard) werden Dateien auf die selbe Art und \n"
353
"Weise behandelt, aber das Verhalten für Ordner ist anders. Ordner, die\n"
354
"bereits versioniert wurden, erzeugen keine Warnung. Alle Ordner,\n"
355
"bereits versioniert oder nicht, werden nach Dateien und Unterordnern\n"
356
"durchsucht, die weder versioniert sind noch ignoriert werden, die dann\n"
357
"hinzugefügt werden. Diese Suche setzt sich rekursiv in versionierten\n"
358
"Ordnern fort. Wenn kein Name angegeben wurde, wird ».« angenommen."
345
#: bzrlib/builtins.py:762
360
#: bzrlib/builtins.py:774
347
362
"A warning will be printed when nested trees are encountered,\n"
348
363
"unless they are explicitly ignored."
365
"Es wird eine Warnung ausgegebern, wenn verschachtelte Bäume auftreten,\n"
366
"es sei denn diese werden explizit ignoriert."
351
#: bzrlib/builtins.py:765
368
#: bzrlib/builtins.py:777
353
370
"Therefore simply saying 'bzr add' will version all files that\n"
354
371
"are currently unknown."
373
"Einfach gesagt: »bzr add« versioniert alle Dateien,\n"
374
"die bisher unbekannt sind."
357
#: bzrlib/builtins.py:768
376
#: bzrlib/builtins.py:780
359
378
"Adding a file whose parent directory is not versioned will\n"
360
379
"implicitly add the parent, and so on up to the root. This means\n"
361
380
"you should never need to explicitly add a directory, they'll just\n"
362
381
"get added when you add a file in the directory."
383
"Wird eine Datei hinzugefügt, deren übergeordneter Ordner noch nicht\n"
384
"versioniert wurde, wird dieser ebenfalls automatisch hinzugefügt.\n"
385
"Dies bedeutet, dass Sie niemals explizit einen Ordner hinzufügen\n"
386
"müssen, da dieser hinzugefügt wird, sobald Sie eine Datei aus diesem Ordner\n"
365
#: bzrlib/builtins.py:773
389
#: bzrlib/builtins.py:785
367
391
"--dry-run will show which files would be added, but not actually\n"
389
413
"Alle Dateien, die auf Muster in der Ignorierliste zutreffen, werden\n"
390
414
"nicht hinzugefügt, außer Sie geben diese explizit an."
392
#: bzrlib/builtins.py:787
416
#: bzrlib/builtins.py:799
394
418
"In recursive mode, files larger than the configuration option \n"
395
419
"add.maximum_file_size will be skipped. Named items are never skipped due\n"
422
"Im rekursiven Modus werden Dateien übersprungen, die größer als die "
424
"von add.maximum_file_size sind. Einträge mit Namen\n"
425
"werden niemals aufgrund ihrer Größe übersprungen."
399
#: bzrlib/builtins.py:794
427
#: bzrlib/builtins.py:806
400
428
msgid "Don't recursively add the contents of directories."
401
429
msgstr "Inhalte von Verzeichnissen nicht rekursiv hinzufügen."
403
#: bzrlib/builtins.py:800
431
#: bzrlib/builtins.py:813
404
432
msgid "Lookup file ids from this tree."
433
msgstr "Datei-IDs von diesem Baum nachschauen."
407
#: bzrlib/builtins.py:836
435
#: bzrlib/builtins.py:849
408
436
msgid "ignored {0} matching \"{1}\"\n"
409
437
msgstr "ignoriert {0} übereinstimmend \"{1}\"\n"
411
#: bzrlib/builtins.py:841
439
#: bzrlib/builtins.py:854
412
440
msgid "Create a new versioned directory."
413
441
msgstr "Ein neues versioniertes Verzeichnis erstellen."
415
#: bzrlib/builtins.py:843
443
#: bzrlib/builtins.py:856
416
444
msgid "This is equivalent to creating the directory and then adding it."
417
445
msgstr "Dies entspricht dem Anlegen und Hinzufügen des Ordners."
419
#: bzrlib/builtins.py:850
447
#: bzrlib/builtins.py:863
420
448
msgid "No error if existing, make parent directories as needed."
450
"Kein Fehler, falls vorhanden, übergeordnete Verzeichnisse erstellen, falls "
423
#: bzrlib/builtins.py:884
453
#: bzrlib/builtins.py:897
425
455
msgid "added %s\n"
426
456
msgstr "%s hinzugefügt\n"
428
#: bzrlib/builtins.py:926
458
#: bzrlib/builtins.py:939
430
460
msgid "invalid kind %r specified"
461
msgstr "Ungültiger Typ %r angegeben"
433
#: bzrlib/builtins.py:963
463
#: bzrlib/builtins.py:976
434
464
msgid "Move or rename a file."
435
465
msgstr "Eine Datei verschieben oder umbenennen."
437
#: bzrlib/builtins.py:965
467
#: bzrlib/builtins.py:978
438
468
msgid " bzr mv SOURCE... DESTINATION"
439
469
msgstr " bzr mv QUELLE... ZIEL"
441
#: bzrlib/builtins.py:967
471
#: bzrlib/builtins.py:980
443
473
"If the last argument is a versioned directory, all the other names\n"
444
474
"are moved into it. Otherwise, there must be exactly two arguments\n"
445
475
"and the file is changed to a new name."
477
"Wenn das letzte Argument ein versioniertes Verzeichnis ist, dann werden\n"
478
"alle anderen Namen in dieses verschoben. Ansonsten müssen es exakt 2\n"
479
"Argumente sein, und die Datei wird umbenannt."
448
#: bzrlib/builtins.py:971
481
#: bzrlib/builtins.py:984
450
483
"If OLDNAME does not exist on the filesystem but is versioned and\n"
451
484
"NEWNAME does exist on the filesystem but is not versioned, mv\n"
466
499
"Verschiebe nur den bzr-Bezeichner der Datei, da diese bereits verschoben "
469
#: bzrlib/builtins.py:986
502
#: bzrlib/builtins.py:999
470
503
msgid "Automatically guess renames."
471
504
msgstr "Umbenennungen automatisch erraten"
473
#: bzrlib/builtins.py:987
506
#: bzrlib/builtins.py:1000
474
507
msgid "Avoid making changes when guessing renames."
475
508
msgstr "Keine Änderungen durchführen, wenn Umbenennungen erraten werden."
477
#: bzrlib/builtins.py:996
510
#: bzrlib/builtins.py:1009
478
511
msgid "--dry-run requires --auto."
479
512
msgstr "--dry-run erfordert --auto."
481
#: bzrlib/builtins.py:1000
514
#: bzrlib/builtins.py:1013
482
515
msgid "missing file argument"
483
516
msgstr "Datei-Argument fehlt"
485
#: bzrlib/builtins.py:1004
518
#: bzrlib/builtins.py:1017
486
519
msgid "can not move root of branch"
487
520
msgstr "Wurzel des Zweiges kann nicht verschoben werden"
489
#: bzrlib/builtins.py:1010
522
#: bzrlib/builtins.py:1023
490
523
msgid "Only one path may be specified to --auto."
491
524
msgstr "Es kann nur ein Pfad mit --auto angegeben werden."
493
#: bzrlib/builtins.py:1013
526
#: bzrlib/builtins.py:1026
494
527
msgid "--after cannot be specified with --auto."
495
528
msgstr "--after kann nicht mit --auto angegeben werden."
497
#: bzrlib/builtins.py:1050
530
#: bzrlib/builtins.py:1062
498
531
msgid "to mv multiple files the destination must be a versioned directory"
500
533
"um mehrere Dateien zu verschieben, muss das Ziel ein versioniertes "
501
534
"Verzeichnis sein"
503
#: bzrlib/builtins.py:1102
536
#: bzrlib/builtins.py:1114
504
537
msgid "Turn this branch into a mirror of another branch."
505
538
msgstr "Diesen Zweig zu einer Spiegelung eines anderen Zweiges machen."
507
#: bzrlib/builtins.py:1104
540
#: bzrlib/builtins.py:1116
509
542
"By default, this command only works on branches that have not diverged.\n"
510
543
"Branches are considered diverged if the destination branch's most recent \n"
534
571
"value will only be saved if the remote location can be accessed."
537
#: bzrlib/builtins.py:1122
574
#: bzrlib/builtins.py:1134
539
576
"The --verbose option will display the revisions pulled using the log_format\n"
540
577
"configuration option. You can use a different format by overriding it with\n"
541
578
"-Olog_format=<other_format>."
544
#: bzrlib/builtins.py:1126
581
#: bzrlib/builtins.py:1138
546
583
"Note: The location can be specified either in the form of a branch,\n"
547
584
"or in the form of a path to a file containing a merge directive generated\n"
551
#: bzrlib/builtins.py:1134
588
#: bzrlib/builtins.py:1146
552
589
msgid "Show logs of pulled revisions."
590
msgstr "Protokolle geladener Revisionen anzeigen."
555
#: bzrlib/builtins.py:1136
592
#: bzrlib/builtins.py:1148
557
594
"Branch to pull into, rather than the one containing the working directory."
560
#: bzrlib/builtins.py:1139
597
#: bzrlib/builtins.py:1151
562
599
"Perform a local pull in a bound branch. Local pulls are not applied to the "
566
#: bzrlib/builtins.py:1168
603
#: bzrlib/builtins.py:1189
567
604
msgid "Need working tree for --show-base."
568
605
msgstr "Ein Arbeitsbaum wird für --show-base benötigt."
570
#: bzrlib/builtins.py:1184
607
#: bzrlib/builtins.py:1205
571
608
msgid "No pull location known or specified."
574
#: bzrlib/builtins.py:1190
611
#: bzrlib/builtins.py:1211
576
613
msgid "Using saved parent location: %s\n"
614
msgstr "Gespeichertes übergeordnetes Verzeichnis wird verwendet: %s\n"
579
#: bzrlib/builtins.py:1197 bzrlib/builtins.py:4393
616
#: bzrlib/builtins.py:1218 bzrlib/builtins.py:4425
580
617
msgid "Cannot use -r with merge directives or bundles"
583
#: bzrlib/builtins.py:1238
620
#: bzrlib/builtins.py:1261
584
621
msgid "Update a mirror of this branch."
585
622
msgstr "Eine Spiegelung dieses Zweiges aktualisieren."
587
#: bzrlib/builtins.py:1240
624
#: bzrlib/builtins.py:1263
589
626
"The target branch will not have its working tree populated because this\n"
590
627
"is both expensive, and is not supported on remote file systems."
593
#: bzrlib/builtins.py:1243
630
#: bzrlib/builtins.py:1266
595
632
"Some smart servers or protocols *may* put the working tree in place in\n"
652
690
"Einen gestapelten Zweig anlegen, der auf den öffentlichen Pfad des "
653
691
"übergeordneten Zweigs referenziert."
655
#: bzrlib/builtins.py:1284
693
#: bzrlib/builtins.py:1307
657
695
"Create a stacked branch that refers to another branch for the commit "
658
696
"history. Only the work not present in the referenced branch is included in "
659
697
"the branch created."
662
#: bzrlib/builtins.py:1289 bzrlib/foreign.py:279
700
#: bzrlib/builtins.py:1312 bzrlib/foreign.py:279
664
702
"Refuse to push if there are uncommitted changes in the working tree, --no-"
665
703
"strict disables the check."
705
"Hochladen verweigern, wenn Veränderungen in dem Arbeitsbaum noch nicht "
706
"eingereicht wurden, --no-strict deaktiviert die Überprüfung."
668
#: bzrlib/builtins.py:1292
708
#: bzrlib/builtins.py:1315
669
709
msgid "Don't populate the working tree, even for protocols that support it."
672
#: bzrlib/builtins.py:1336
712
#: bzrlib/builtins.py:1318
713
msgid "Overwrite tags only."
714
msgstr "Nur Schlüsselwörter überschreiben."
716
#: bzrlib/builtins.py:1369
673
717
msgid "Could not determine branch to refer to."
719
"Der Zweig, auf den Verwiesen werden soll, kann nicht bestimmt werden."
676
#: bzrlib/builtins.py:1345
721
#: bzrlib/builtins.py:1378
679
724
"No push location known or specified. To push to the parent branch (at %s), "
680
725
"use 'bzr push :parent'."
683
#: bzrlib/builtins.py:1351 bzrlib/foreign.py:306
728
#: bzrlib/builtins.py:1384 bzrlib/foreign.py:306
684
729
msgid "No push location known or specified."
730
msgstr "Kein Ort zum Hochladen bekannt oder nicht gewählt."
687
#: bzrlib/builtins.py:1355
732
#: bzrlib/builtins.py:1388
689
734
msgid "Using saved push location: %s"
735
msgstr "Gespeichertes Verzeichnis zum Hochladen wird verwendet: %s"
692
#: bzrlib/builtins.py:1365
737
#: bzrlib/builtins.py:1398
693
738
msgid "Create a new branch that is a copy of an existing branch."
740
"Einen neuen Zweig erstellen, der eine Kopie eines vorhandenen Zweigs ist."
696
#: bzrlib/builtins.py:1367
742
#: bzrlib/builtins.py:1400
698
744
"If the TO_LOCATION is omitted, the last component of the FROM_LOCATION will\n"
699
745
"be used. In other words, \"branch ../foo/bar\" will attempt to create "
704
750
"create ./foo-bar."
707
#: bzrlib/builtins.py:1374
753
#: bzrlib/builtins.py:1407
709
755
"To retrieve the branch as of a particular revision, supply the --revision\n"
710
756
"parameter, as in \"branch foo/bar -r 5\"."
713
#: bzrlib/builtins.py:1377
759
#: bzrlib/builtins.py:1410
714
760
msgid "The synonyms 'clone' and 'get' for this command are deprecated."
761
msgstr "DIe Synonyme »clone« und »get« sind für diesen Befehl sind veraltet."
717
#: bzrlib/builtins.py:1387
763
#: bzrlib/builtins.py:1420
718
764
msgid "Create a branch without a working-tree."
765
msgstr "Zweig ohne Arbeitsbaum erstellen."
721
#: bzrlib/builtins.py:1389
767
#: bzrlib/builtins.py:1422
722
768
msgid "Switch the checkout in the current directory to the new branch."
725
#: bzrlib/builtins.py:1392
771
#: bzrlib/builtins.py:1425
727
773
"Create a stacked branch referring to the source branch. The new branch will "
728
774
"depend on the availability of the source branch for all operations."
731
#: bzrlib/builtins.py:1396
777
#: bzrlib/builtins.py:1429
732
778
msgid "Do not use a shared repository, even if available."
779
msgstr "Keine verteilte Quelle nutzen, auch wenn vorhanden."
735
#: bzrlib/builtins.py:1398
781
#: bzrlib/builtins.py:1431
737
783
"By default branch will fail if the target directory exists, but does not "
738
784
"already have a control directory. This flag will allow branch to proceed."
741
#: bzrlib/builtins.py:1403
787
#: bzrlib/builtins.py:1436
742
788
msgid "Bind new branch to from location."
745
#: bzrlib/builtins.py:1450
791
#: bzrlib/builtins.py:1483
747
793
msgid "Target directory \"%s\" already exists."
794
msgstr "Zielverzeichnis »%s« ist schon vorhanden."
750
#: bzrlib/builtins.py:1462
796
#: bzrlib/builtins.py:1495
752
798
msgid "Parent of \"%s\" does not exist."
799
msgstr "Übergeordntes Verzeichnis von »%s« ist nicht vorhanden."
755
#: bzrlib/builtins.py:1481
801
#: bzrlib/builtins.py:1514
756
802
msgid "The branch {0} has no revision {1}."
803
msgstr "Der Zweig {0} hat keine Revision {1}."
759
#: bzrlib/builtins.py:1496 bzrlib/push.py:53
805
#: bzrlib/builtins.py:1529 bzrlib/push.py:53
761
807
msgid "Created new stacked branch referring to %s."
764
#: bzrlib/builtins.py:1500
810
#: bzrlib/builtins.py:1533
766
812
msgid "Branched %d revision."
767
813
msgid_plural "Branched %d revisions."
771
#: bzrlib/builtins.py:1505
817
#: bzrlib/builtins.py:1538
773
819
msgid "New branch bound to %s"
776
#: bzrlib/builtins.py:1510 bzrlib/builtins.py:6256
822
#: bzrlib/builtins.py:1543 bzrlib/builtins.py:6280
778
824
msgid "Switched to branch: %s"
779
825
msgstr "Zu Zweig gewechselt: %s"
781
#: bzrlib/builtins.py:1515
827
#: bzrlib/builtins.py:1548
782
828
msgid "List the branches available at the current location."
783
829
msgstr "Die verfügbaren Zweige an der aktuellen Stelle auflisten."
785
#: bzrlib/builtins.py:1517
831
#: bzrlib/builtins.py:1550
787
833
"This command will print the names of all the branches at the current\n"
901
947
"out the old content of that file to a new location."
904
#: bzrlib/builtins.py:1694
950
#: bzrlib/builtins.py:1724
906
952
"The 'dir' argument, if given, must be the location of the root of a\n"
907
953
"working tree to update. By default, the working tree that contains the \n"
908
954
"current working directory is used."
911
#: bzrlib/builtins.py:1710
957
#: bzrlib/builtins.py:1740
912
958
msgid "bzr update --revision takes exactly one revision"
959
msgstr "bzr update --revision benötigt exakt eine Revision"
915
#: bzrlib/builtins.py:1718
961
#: bzrlib/builtins.py:1748
916
962
msgid "bzr update can only update a whole tree, not a file or subdirectory"
964
"bzr update kann nur den gesamten Baum aktualisieren, keine Datei oder kein "
919
#: bzrlib/builtins.py:1749
967
#: bzrlib/builtins.py:1779
920
968
msgid "Tree is up to date at revision {0} of branch {1}"
969
msgstr "Baum ist auf den neusten Stand bei Revision {0} von Zweig {1}"
923
#: bzrlib/builtins.py:1765
971
#: bzrlib/builtins.py:1795
926
974
"branch has no revision %s\n"
927
975
"bzr update --revision only works for a revision in the branch history"
977
"Zweig hat keine Revision %s\n"
978
"bzr update --revision funktioniert nur mit einer Revision aus dem Verlauf "
930
#: bzrlib/builtins.py:1771
981
#: bzrlib/builtins.py:1801
931
982
msgid "Updated to revision {0} of branch {1}"
983
msgstr "Auf Revision {0} von Zweig {1} aktualisieren"
934
#: bzrlib/builtins.py:1775
985
#: bzrlib/builtins.py:1805
936
987
"Your local commits will now show as pending merges with 'bzr status', and "
937
988
"can be committed with 'bzr commit'."
940
#: bzrlib/builtins.py:1784
991
#: bzrlib/builtins.py:1814
941
992
msgid "Show information about a working tree, branch or repository."
944
#: bzrlib/builtins.py:1786
995
#: bzrlib/builtins.py:1816
946
997
"This command will show all known locations and formats associated to the\n"
947
998
"tree, branch or repository."
950
#: bzrlib/builtins.py:1789
1001
#: bzrlib/builtins.py:1819
952
1003
"In verbose mode, statistical information is included with each report.\n"
953
1004
"To see extended statistic information, use a verbosity level of 2 or\n"
954
1005
"higher by specifying the verbose option multiple times, e.g. -vv."
957
#: bzrlib/builtins.py:1793
1008
#: bzrlib/builtins.py:1823
958
1009
msgid "Branches and working trees will also report any missing revisions."
961
#: bzrlib/builtins.py:1795 bzrlib/builtins.py:3715 bzrlib/builtins.py:4845
962
#: bzrlib/builtins.py:6442
1012
#: bzrlib/builtins.py:1825 bzrlib/builtins.py:3744 bzrlib/builtins.py:4885
1013
#: bzrlib/builtins.py:6466
963
1014
msgid ":Examples:"
964
1015
msgstr ":Beispiele:"
966
#: bzrlib/builtins.py:1797
1017
#: bzrlib/builtins.py:1827
967
1018
msgid " Display information on the format and related locations:"
1019
msgstr " Informationen über das Format und die dazugehörigen Orte anzeigen:"
970
#: bzrlib/builtins.py:1799
1021
#: bzrlib/builtins.py:1829
971
1022
msgid " bzr info"
974
#: bzrlib/builtins.py:1801
1025
#: bzrlib/builtins.py:1831
976
1027
" Display the above together with extended format information and\n"
977
1028
" basic statistics (like the number of files in the working tree and\n"
978
1029
" number of revisions in the branch and repository):"
981
#: bzrlib/builtins.py:1805
1032
#: bzrlib/builtins.py:1835
982
1033
msgid " bzr info -v"
983
1034
msgstr " bzr info -v"
985
#: bzrlib/builtins.py:1807
1036
#: bzrlib/builtins.py:1837
986
1037
msgid " Display the above together with number of committers to the branch:"
989
#: bzrlib/builtins.py:1809
1040
#: bzrlib/builtins.py:1839
990
1041
msgid " bzr info -vv"
991
1042
msgstr " bzr info -vv"
993
#: bzrlib/builtins.py:1828
1044
#: bzrlib/builtins.py:1858
994
1045
msgid "Remove files or directories."
995
1046
msgstr "Dateien oder Verzeichnisse entfernen."
997
#: bzrlib/builtins.py:1830
1048
#: bzrlib/builtins.py:1860
999
1050
"This makes Bazaar stop tracking changes to the specified files. Bazaar will\n"
1000
1051
"delete them if they can easily be recovered using revert otherwise they\n"
1001
"will be backed up (adding an extention of the form .~#~). If no options or\n"
1052
"will be backed up (adding an extension of the form .~#~). If no options or\n"
1002
1053
"parameters are given Bazaar will scan for files that are being tracked by\n"
1003
1054
"Bazaar but missing in your tree and stop tracking them for you."
1006
#: bzrlib/builtins.py:1838
1057
#: bzrlib/builtins.py:1868
1007
1058
msgid "Only remove files that have never been committed."
1059
msgstr "Nur Dateien entfernen, die niemals eingereicht wurden."
1010
#: bzrlib/builtins.py:1840
1061
#: bzrlib/builtins.py:1870
1011
1062
msgid "The file deletion mode to be used."
1012
1063
msgstr "Der Datei-Löschmodus, der verwendet wird."
1014
#: bzrlib/builtins.py:1841
1065
#: bzrlib/builtins.py:1871
1015
1066
msgid "Deletion Strategy"
1016
1067
msgstr "Lösch-Strategie"
1018
#: bzrlib/builtins.py:1842
1069
#: bzrlib/builtins.py:1872
1019
1070
msgid "Backup changed files (default)."
1020
1071
msgstr "Geänderte Dateien sichern (Vorgabe)."
1022
#: bzrlib/builtins.py:1843
1073
#: bzrlib/builtins.py:1873
1023
1074
msgid "Delete from bzr but leave the working copy."
1075
msgstr "Aus bzr entfernen, aber die funktionierende Arbeitskopie erhalten."
1026
#: bzrlib/builtins.py:1844
1077
#: bzrlib/builtins.py:1874
1027
1078
msgid "Don't backup changed files."
1028
1079
msgstr "Geänderte Dateien nicht sichern."
1030
#: bzrlib/builtins.py:1845
1081
#: bzrlib/builtins.py:1875
1032
1083
"Delete all the specified files, even if they can not be recovered and even "
1033
1084
"if they are non-empty directories. (deprecated, use no-backup)"
1086
"Alle spezifischen Dateien entfernen, auch wenn sie nicht wiederhergestellt "
1087
"werden können und wenn die Verzeichnisse nicht leer sind. (Veraltet, nutzen "
1036
#: bzrlib/builtins.py:1854
1090
#: bzrlib/builtins.py:1884
1037
1091
msgid "(The --force option is deprecated, rather use --no-backup in future.)"
1093
"(Die --force Option ist veraltet, nutzen Sie in Zukunft stattdessen --no-"
1040
#: bzrlib/builtins.py:1871
1096
#: bzrlib/builtins.py:1901
1041
1097
msgid "No matching files."
1042
1098
msgstr "Keine zutreffenden Dateien."
1044
#: bzrlib/builtins.py:1932
1100
#: bzrlib/builtins.py:1962
1045
1101
msgid "Reconcile bzr metadata in a branch."
1048
#: bzrlib/builtins.py:1934
1104
#: bzrlib/builtins.py:1964
1050
1106
"This can correct data mismatches that may have been caused by\n"
1051
1107
"previous ghost operations or bzr upgrades. You should only\n"
1061
1117
"correctly in both branches."
1064
#: bzrlib/builtins.py:1944
1120
#: bzrlib/builtins.py:1974
1066
1122
"At the same time it is run it may recompress data resulting in\n"
1067
1123
"a potential saving in disk space or performance gain."
1125
"Es kann während der Ausführung Daten rekomprimieren, wodurch\n"
1126
"potentiell Speicherplatz gespart und die Performanz verbessert werden können."
1070
#: bzrlib/builtins.py:1947
1128
#: bzrlib/builtins.py:1977
1071
1129
msgid "The branch *MUST* be on a listable system such as local disk or sftp."
1131
"Der Zweig *MUSS* ein auflistbares System sein, wie z.B. eine lokale "
1132
"Festplatte oder stftp."
1074
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1134
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1076
1136
"Format for the bzr 2.0 series.\n"
1077
1137
"Uses group-compress storage.\n"
1078
1138
"Provides rich roots which are a one-way transition.\n"
1081
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1141
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1083
1143
"Pack-based format used in 1.x series. Introduced in 0.92. Interoperates with "
1084
1144
"bzr repositories before 0.92 but cannot be read by bzr < 0.92. "
1087
#: bzrlib/builtins.py:2014 bzrlib/builtins.py:2132 bzrlib/builtins.py:3750
1147
#: bzrlib/builtins.py:2044 bzrlib/builtins.py:2162 bzrlib/builtins.py:3779
1088
1148
msgid "The 2a format with experimental support for colocated branches.\n"
1150
"Das 2a-Format mit experimenteller Unterstützung für gemeinsame Zweige.\n"
1091
#: bzrlib/builtins.py:2015
1152
#: bzrlib/builtins.py:2045
1092
1153
msgid "Make a directory into a versioned branch."
1093
1154
msgstr "Ein Verzeichnis zu einem versionierten Entwicklungszweig machen."
1095
#: bzrlib/builtins.py:2017
1156
#: bzrlib/builtins.py:2047
1097
1158
"Use this to create an empty branch, or before importing an\n"
1098
1159
"existing project."
1161
"Nutzen Sie dies, um einen leeren Zweig zu erstellen, oder bevor\n"
1162
"ein vorhandenes Projekt importiert wird."
1101
#: bzrlib/builtins.py:2020
1164
#: bzrlib/builtins.py:2050
1103
1166
"If there is a repository in a parent directory of the location, then\n"
1104
1167
"the history of the branch will be stored in the repository. Otherwise\n"
1124
1187
" bzr status\n"
1125
1188
" bzr commit -m \"imported project\""
1194
" bzr commit -m »Importiertes Projekt«"
1128
#: bzrlib/builtins.py:2041
1196
#: bzrlib/builtins.py:2071
1130
1198
"Create the path leading up to the branch if it does not already exist."
1199
msgstr "Den Pfad zum Zweig erzeugen, falls dieser noch nicht vorhanden ist."
1133
#: bzrlib/builtins.py:2044
1201
#: bzrlib/builtins.py:2074
1134
1202
msgid "Specify a format for this branch. See \"help formats\"."
1135
1203
msgstr "Geben Sie ein Format für diesen Zweig an. Siehe »help formats«."
1137
#: bzrlib/builtins.py:2052
1205
#: bzrlib/builtins.py:2082
1139
1207
"Never change revnos or the existing log. Append revisions to it only."
1209
"Revnos oder das vorhandene Protokoll niemals ändern. Revisionen nur am Ende "
1142
#: bzrlib/builtins.py:2055
1212
#: bzrlib/builtins.py:2085
1143
1213
msgid "Create a branch without a working tree."
1146
#: bzrlib/builtins.py:2075 bzrlib/push.py:110
1216
#: bzrlib/builtins.py:2105 bzrlib/push.py:110
1147
1217
#, python-format
1149
1219
"Parent directory of %s does not exist.\n"
1150
1220
"You may supply --create-prefix to create all leading parent directories."
1153
#: bzrlib/builtins.py:2109
1223
#: bzrlib/builtins.py:2139
1155
1225
"This branch format cannot be set to append-revisions-only. Try --default."
1158
#: bzrlib/builtins.py:2120
1228
#: bzrlib/builtins.py:2150
1159
1229
msgid "Created a {0} (format: {1})\n"
1160
1230
msgstr "Ein {0} wurde erstellt (Format: {1})\n"
1162
#: bzrlib/builtins.py:2129
1232
#: bzrlib/builtins.py:2159
1163
1233
#, python-format
1164
1234
msgid "Using shared repository: %s\n"
1167
#: bzrlib/builtins.py:2133
1237
#: bzrlib/builtins.py:2163
1168
1238
msgid "Create a shared repository for branches to share storage space."
1171
#: bzrlib/builtins.py:2135
1241
#: bzrlib/builtins.py:2165
1173
1243
"New branches created under the repository directory will store their\n"
1174
1244
"revisions in the repository, not in the branch directory. For branches\n"
1271
1343
" 3 - Fehler\n"
1272
1344
" 0 - Keine Änderungen"
1274
#: bzrlib/builtins.py:2220
1346
#: bzrlib/builtins.py:2250
1277
1349
" Shows the difference in the working tree versus the last commit::"
1280
#: bzrlib/builtins.py:2223
1352
#: bzrlib/builtins.py:2253
1281
1353
msgid " bzr diff"
1282
1354
msgstr " bzr diff"
1284
#: bzrlib/builtins.py:2225
1356
#: bzrlib/builtins.py:2255
1285
1357
msgid " Difference between the working tree and revision 1::"
1288
#: bzrlib/builtins.py:2227
1360
#: bzrlib/builtins.py:2257
1289
1361
msgid " bzr diff -r1"
1290
1362
msgstr " bzr diff -r1"
1292
#: bzrlib/builtins.py:2229
1364
#: bzrlib/builtins.py:2259
1293
1365
msgid " Difference between revision 3 and revision 1::"
1366
msgstr " Unterschied zwischen Revision 3 und Revision 1::"
1296
#: bzrlib/builtins.py:2231
1368
#: bzrlib/builtins.py:2261
1297
1369
msgid " bzr diff -r1..3"
1298
1370
msgstr " bzr diff -r1..3"
1300
#: bzrlib/builtins.py:2233
1372
#: bzrlib/builtins.py:2263
1301
1373
msgid " Difference between revision 3 and revision 1 for branch xxx::"
1374
msgstr " Unterschied zwischen Revision 3 und Revision 1 von Zweig xxx::"
1304
#: bzrlib/builtins.py:2235
1376
#: bzrlib/builtins.py:2265
1305
1377
msgid " bzr diff -r1..3 xxx"
1306
1378
msgstr " bzr diff -r1..3 xxx"
1308
#: bzrlib/builtins.py:2237
1380
#: bzrlib/builtins.py:2267
1309
1381
msgid " The changes introduced by revision 2 (equivalent to -r1..2)::"
1382
msgstr " Die Änderungen von Revision 2 (äquivalent zu -r1..2)::"
1312
#: bzrlib/builtins.py:2239
1384
#: bzrlib/builtins.py:2269
1313
1385
msgid " bzr diff -c2"
1314
1386
msgstr " bzr diff -c2"
1316
#: bzrlib/builtins.py:2241
1388
#: bzrlib/builtins.py:2271
1318
1390
" To see the changes introduced by revision X::\n"
1320
1392
" bzr diff -cX"
1394
" So erhalten Sie die Änderungen von Revision X::\n"
1323
#: bzrlib/builtins.py:2245
1398
#: bzrlib/builtins.py:2275
1325
1400
" Note that in the case of a merge, the -c option shows the changes\n"
1326
1401
" compared to the left hand parent. To see the changes against\n"
1327
1402
" another parent, use::"
1330
#: bzrlib/builtins.py:2249
1405
#: bzrlib/builtins.py:2279
1331
1406
msgid " bzr diff -r<chosen_parent>..X"
1334
#: bzrlib/builtins.py:2251
1409
#: bzrlib/builtins.py:2281
1336
1411
" The changes between the current revision and the previous revision\n"
1337
1412
" (equivalent to -c-1 and -r-2..-1)"
1414
" Die Änderungen zwischen der gegenwärtigen Revision und der vorigen\n"
1415
" (äquivalent zu -c-1 und -r-2..-1)"
1340
#: bzrlib/builtins.py:2254
1417
#: bzrlib/builtins.py:2284
1341
1418
msgid " bzr diff -r-2.."
1342
1419
msgstr " bzr diff -r-2.."
1344
#: bzrlib/builtins.py:2256
1421
#: bzrlib/builtins.py:2286
1345
1422
msgid " Show just the differences for file NEWS::"
1423
msgstr " Nur die Unterschiede für die Datei NEWS anzeigen::"
1348
#: bzrlib/builtins.py:2258
1425
#: bzrlib/builtins.py:2288
1349
1426
msgid " bzr diff NEWS"
1352
#: bzrlib/builtins.py:2260
1429
#: bzrlib/builtins.py:2290
1353
1430
msgid " Show the differences in working tree xxx for file NEWS::"
1356
#: bzrlib/builtins.py:2262
1433
#: bzrlib/builtins.py:2292
1357
1434
msgid " bzr diff xxx/NEWS"
1360
#: bzrlib/builtins.py:2264
1437
#: bzrlib/builtins.py:2294
1361
1438
msgid " Show the differences from branch xxx to this working tree:"
1364
#: bzrlib/builtins.py:2266
1441
#: bzrlib/builtins.py:2296
1365
1442
msgid " bzr diff --old xxx"
1366
1443
msgstr " bzr diff --old xxx"
1368
#: bzrlib/builtins.py:2268
1445
#: bzrlib/builtins.py:2298
1369
1446
msgid " Show the differences between two branches for file NEWS::"
1448
" Die Unterschiede zwischen zwei Zweigen für die Datei NEWS anzeigen::"
1372
#: bzrlib/builtins.py:2270
1450
#: bzrlib/builtins.py:2300
1373
1451
msgid " bzr diff --old xxx --new yyy NEWS"
1376
#: bzrlib/builtins.py:2272
1454
#: bzrlib/builtins.py:2302
1377
1455
msgid " Same as 'bzr diff' but prefix paths with old/ and new/::"
1380
#: bzrlib/builtins.py:2274
1458
#: bzrlib/builtins.py:2304
1382
1460
" bzr diff --prefix old/:new/\n"
1386
1464
" bzr diff --using /usr/bin/diff --diff-options -wu"
1389
#: bzrlib/builtins.py:2284
1467
#: bzrlib/builtins.py:2314
1390
1468
msgid "Pass these options to the external diff program."
1391
1469
msgstr "Diese Optionen an das externe Programm diff übergeben."
1393
#: bzrlib/builtins.py:2287
1471
#: bzrlib/builtins.py:2317
1395
1473
"Set prefixes added to old and new filenames, as two values separated by a "
1396
1474
"colon. (eg \"old/:new/\")."
1399
#: bzrlib/builtins.py:2290
1477
#: bzrlib/builtins.py:2320
1400
1478
msgid "Branch/tree to compare from."
1479
msgstr "Von Zweig/Baum vergleichen."
1403
#: bzrlib/builtins.py:2294
1481
#: bzrlib/builtins.py:2324
1404
1482
msgid "Branch/tree to compare to."
1483
msgstr "Mit Zweig/Baum vergleichen."
1407
#: bzrlib/builtins.py:2300
1485
#: bzrlib/builtins.py:2330
1408
1486
msgid "Use this command to compare files."
1409
1487
msgstr "Diesen Befehl zum Vergleichen von Dateien benutzen."
1411
#: bzrlib/builtins.py:2305
1489
#: bzrlib/builtins.py:2335
1412
1490
msgid "Diff format to use."
1413
1491
msgstr "Diff-Format, das benutzt werden soll."
1415
#: bzrlib/builtins.py:2307
1493
#: bzrlib/builtins.py:2337
1416
1494
msgid "Diff format"
1417
1495
msgstr "Diff-Format"
1419
#: bzrlib/builtins.py:2329
1497
#: bzrlib/builtins.py:2359
1420
1498
msgid "--prefix expects two values separated by a colon (eg \"old/:new/\")"
1500
"--prefix erwartet zwei Werte getrennt mit einem Doppelpunkt (z.B. "
1423
#: bzrlib/builtins.py:2333
1503
#: bzrlib/builtins.py:2363
1424
1504
msgid "bzr diff --revision takes exactly one or two revision specifiers"
1506
"bzr diff --revision benötigt exakt ein oder zwei Revisions-Spezifikationen"
1427
#: bzrlib/builtins.py:2338 bzrlib/builtins.py:2736 bzrlib/builtins.py:2749
1428
#: bzrlib/builtins.py:2757 bzrlib/builtins.py:4919
1508
#: bzrlib/builtins.py:2368 bzrlib/builtins.py:2765 bzrlib/builtins.py:2778
1509
#: bzrlib/builtins.py:2786 bzrlib/builtins.py:4959
1429
1510
msgid "{0} and {1} are mutually exclusive"
1430
1511
msgstr "{0} und {1} schließen sich gegenseitig aus"
1432
#: bzrlib/builtins.py:2358
1513
#: bzrlib/builtins.py:2388
1434
1515
"List files deleted in the working tree.\n"
1438
#: bzrlib/builtins.py:2436
1519
#: bzrlib/builtins.py:2465
1439
1520
msgid "Show the tree root directory."
1521
msgstr "Den Wurzelverzeichnisbaum anzeigen."
1442
#: bzrlib/builtins.py:2438
1523
#: bzrlib/builtins.py:2467
1444
1525
"The root is the nearest enclosing directory with a .bzr control\n"
1448
#: bzrlib/builtins.py:2453
1529
#: bzrlib/builtins.py:2482
1449
1530
msgid "The limit argument must be an integer."
1452
#: bzrlib/builtins.py:2461
1533
#: bzrlib/builtins.py:2490
1453
1534
msgid "The levels argument must be an integer."
1456
#: bzrlib/builtins.py:2466
1537
#: bzrlib/builtins.py:2495
1457
1538
msgid "Show historical log for a branch or subset of a branch."
1460
#: bzrlib/builtins.py:2468
1541
#: bzrlib/builtins.py:2497
1462
1543
"log is bzr's default tool for exploring the history of a branch.\n"
1463
1544
"The branch to use is taken from the first parameter. If no parameters\n"
1508
1595
" -p display a diff (patch) for each revision\n"
1509
1596
" --show-ids display revision-ids (and file-ids), not just revnos"
1598
" -l N Maximal N Revisionen anzeigen\n"
1599
" -n N N Revisionsstufen anzeigen (0 für alle, 1 für "
1601
" -v Eine Status-Zusammenfassung (Delta) für jede Revision "
1603
" -p Einen diff (Patch) für jede Revision anzeigen\n"
1604
" --show-ids Revision-ids (und file-ids) anzeigen, nicht nur revnos"
1512
#: bzrlib/builtins.py:2500
1606
#: bzrlib/builtins.py:2529
1514
1608
" Note that the default number of levels to display is a function of the\n"
1515
1609
" log format. If the -n option is not used, the standard log formats show\n"
1516
1610
" just the top level (mainline)."
1612
" Beachten Sie, dass die Vorgabeanzahl zum Anzeigen von Stufen eine "
1614
" des Protokoll-Formats ist. Wenn die Option -n nicht genutzt wird, dann "
1616
" Standard-Protokoll-Formate nur die oberste Stufe (mainline)."
1519
#: bzrlib/builtins.py:2504
1618
#: bzrlib/builtins.py:2533
1521
1620
" Status summaries are shown using status flags like A, M, etc. To see\n"
1522
1621
" the changes explained using words like ``added`` and ``modified``\n"
1523
1622
" instead, use the -vv option."
1624
" Status-Zusammenfassungen werden mit Status-Markern wie A, M, usw.\n"
1625
" angezeigt. Nutzen Sie die Option -vv, um Änderungen durch\n"
1626
" Wörter wie ``added`` oder ``modified`` erklärt zu bekommen."
1526
#: bzrlib/builtins.py:2508
1628
#: bzrlib/builtins.py:2537
1527
1629
msgid ":Ordering control:"
1528
1630
msgstr ":Sortierungssteuerung:"
1530
#: bzrlib/builtins.py:2510
1632
#: bzrlib/builtins.py:2539
1532
1634
" To display revisions from oldest to newest, use the --forward option.\n"
1533
1635
" In most cases, using this option will have little impact on the total\n"
1534
1636
" time taken to produce a log, though --forward does not incrementally\n"
1535
1637
" display revisions like --reverse does when it can."
1639
" Nutzen Sie die Option --forward, um Revisionen von den ältesten zu den "
1641
" anzuzeigen. Der Gebrauch dieser Option hat meistens kleine\n"
1642
" Auswirkungen auf die Gesamtzeit, die benötigt wird, um ein Protokoll zu "
1644
" Außerdem zeigt --forward Revisionen nicht inkrementell an, wie --reverse "
1645
"dies tut, falls möglich."
1538
#: bzrlib/builtins.py:2515
1647
#: bzrlib/builtins.py:2544
1539
1648
msgid ":Revision filtering:"
1540
1649
msgstr ":Revision-Filtern:"
1542
#: bzrlib/builtins.py:2517
1651
#: bzrlib/builtins.py:2546
1544
1653
" The -r option can be used to specify what revision or range of revisions\n"
1545
1654
" to filter against. The various forms are shown below::"
1656
" Die Option -r kann genutzt werden, um eine Revision oder einen Bereich von "
1658
" zu bestimmen, die/der gefiltert werden soll. Es gibt folgende verschiedene "
1548
#: bzrlib/builtins.py:2520
1661
#: bzrlib/builtins.py:2549
1550
1663
" -rX display revision X\n"
1551
1664
" -rX.. display revision X and later\n"
1552
1665
" -r..Y display up to and including revision Y\n"
1553
1666
" -rX..Y display from X to Y inclusive"
1668
" -rX Revision X anzeigen\n"
1669
" -rX.. Revision X und spätere anzeigen\n"
1670
" -r..Y Bis Revision Y (inklusive) anzeigen\n"
1671
" -rX..Y Von X bis Y (inklusive) anzeigen"
1556
#: bzrlib/builtins.py:2525
1673
#: bzrlib/builtins.py:2554
1558
1675
" See ``bzr help revisionspec`` for details on how to specify X and Y.\n"
1559
1676
" Some common examples are given below::"
1678
" Siehe ``bzr help revisionspec`` für Informationen dazu, wie X und Y "
1679
"angegeben werden.\n"
1680
" Es folgen ein paar allgemeine Beispiele::"
1562
#: bzrlib/builtins.py:2528
1682
#: bzrlib/builtins.py:2557
1564
1684
" -r-1 show just the tip\n"
1565
1685
" -r-10.. show the last 10 mainline revisions\n"
1579
1699
" a nested merge revision and the log will be truncated accordingly."
1582
#: bzrlib/builtins.py:2542
1702
#: bzrlib/builtins.py:2571
1583
1703
msgid ":Path filtering:"
1584
1704
msgstr ":Pfad-Filtern:"
1586
#: bzrlib/builtins.py:2544
1706
#: bzrlib/builtins.py:2573
1588
1708
" If parameters are given and the first one is not a branch, the log\n"
1589
1709
" will be filtered to show only those revisions that changed the\n"
1590
1710
" nominated files or directories."
1593
#: bzrlib/builtins.py:2548
1713
#: bzrlib/builtins.py:2577
1595
1715
" Filenames are interpreted within their historical context. To log a\n"
1596
1716
" deleted file, specify a revision range so that the file existed at\n"
1597
1717
" the end or start of the range."
1600
#: bzrlib/builtins.py:2552
1720
#: bzrlib/builtins.py:2581
1602
1722
" Historical context is also important when interpreting pathnames of\n"
1603
1723
" renamed files/directories. Consider the following example:"
1606
#: bzrlib/builtins.py:2555
1726
#: bzrlib/builtins.py:2584
1608
1728
" * revision 1: add tutorial.txt\n"
1609
1729
" * revision 2: modify tutorial.txt\n"
1610
1730
" * revision 3: rename tutorial.txt to guide.txt; add tutorial.txt"
1613
#: bzrlib/builtins.py:2559
1733
#: bzrlib/builtins.py:2588
1614
1734
msgid " In this case:"
1615
1735
msgstr " In diesem Fall:"
1617
#: bzrlib/builtins.py:2561
1737
#: bzrlib/builtins.py:2590
1618
1738
msgid " * ``bzr log guide.txt`` will log the file added in revision 1"
1621
#: bzrlib/builtins.py:2563
1741
#: bzrlib/builtins.py:2592
1623
1743
" * ``bzr log tutorial.txt`` will log the new file added in revision 3"
1626
#: bzrlib/builtins.py:2565
1746
#: bzrlib/builtins.py:2594
1628
1748
" * ``bzr log -r2 -p tutorial.txt`` will show the changes made to\n"
1629
1749
" the original file in revision 2."
1632
#: bzrlib/builtins.py:2568
1752
#: bzrlib/builtins.py:2597
1634
1754
" * ``bzr log -r2 -p guide.txt`` will display an error message as there\n"
1635
1755
" was no file called guide.txt in revision 2."
1638
#: bzrlib/builtins.py:2571
1758
#: bzrlib/builtins.py:2600
1640
1760
" Renames are always followed by log. By design, there is no need to\n"
1641
1761
" explicitly ask for this (and no way to stop logging a file back\n"
1642
1762
" until it was last renamed)."
1645
#: bzrlib/builtins.py:2575
1765
#: bzrlib/builtins.py:2604
1646
1766
msgid ":Other filtering:"
1647
1767
msgstr ":Anderes Filtern:"
1649
#: bzrlib/builtins.py:2577
1769
#: bzrlib/builtins.py:2606
1651
1771
" The --match option can be used for finding revisions that match a\n"
1652
1772
" regular expression in a commit message, committer, author or bug.\n"
1718
1838
" trading disk space for faster speed."
1721
#: bzrlib/builtins.py:2624
1841
#: bzrlib/builtins.py:2653
1722
1842
msgid "Show from oldest to newest."
1725
#: bzrlib/builtins.py:2627
1845
#: bzrlib/builtins.py:2656
1726
1846
msgid "Show files changed in each revision."
1729
#: bzrlib/builtins.py:2633
1849
#: bzrlib/builtins.py:2662
1730
1850
msgid "Show just the specified revision. See also \"help revisionspec\"."
1733
#: bzrlib/builtins.py:2637
1853
#: bzrlib/builtins.py:2666
1734
1854
msgid "What names to list as authors - first, all or committer."
1737
#: bzrlib/builtins.py:2638
1857
#: bzrlib/builtins.py:2667
1738
1858
msgid "Authors"
1739
1859
msgstr "Autoren"
1741
#: bzrlib/builtins.py:2643
1861
#: bzrlib/builtins.py:2672
1742
1862
msgid "Number of levels to display - 0 for all, 1 for flat."
1745
#: bzrlib/builtins.py:2653
1865
#: bzrlib/builtins.py:2682
1746
1866
msgid "Limit the output to the first N revisions."
1749
#: bzrlib/builtins.py:2658
1869
#: bzrlib/builtins.py:2687
1750
1870
msgid "Show changes made in each revision as a patch."
1753
#: bzrlib/builtins.py:2660
1873
#: bzrlib/builtins.py:2689
1754
1874
msgid "Show merged revisions like --levels 0 does."
1757
#: bzrlib/builtins.py:2664
1877
#: bzrlib/builtins.py:2693
1758
1878
msgid "Do not report commits with more than one parent."
1761
#: bzrlib/builtins.py:2666
1881
#: bzrlib/builtins.py:2695
1763
1883
"Display only the revisions that are not part of both ancestries (require -"
1767
#: bzrlib/builtins.py:2670
1887
#: bzrlib/builtins.py:2699
1768
1888
msgid "Show digital signature validity."
1889
msgstr "Gültigkeit der digitalen Signatur anzeigen."
1771
#: bzrlib/builtins.py:2673
1891
#: bzrlib/builtins.py:2702
1772
1892
msgid "Show revisions whose properties match this expression."
1775
#: bzrlib/builtins.py:2677
1895
#: bzrlib/builtins.py:2706
1776
1896
msgid "Show revisions whose message matches this expression."
1779
#: bzrlib/builtins.py:2681
1899
#: bzrlib/builtins.py:2710
1780
1900
msgid "Show revisions whose committer matches this expression."
1783
#: bzrlib/builtins.py:2685
1903
#: bzrlib/builtins.py:2714
1784
1904
msgid "Show revisions whose authors match this expression."
1787
#: bzrlib/builtins.py:2689
1907
#: bzrlib/builtins.py:2718
1788
1908
msgid "Show revisions whose bugs match this expression."
1791
#: bzrlib/builtins.py:2743
1911
#: bzrlib/builtins.py:2772
1792
1912
msgid "--exclude-common-ancestry requires -r with two revisions"
1795
#: bzrlib/builtins.py:2771
1915
#: bzrlib/builtins.py:2800
1796
1916
#, python-format
1797
1917
msgid "Path unknown at end or start of revision range: %s"
1800
#: bzrlib/builtins.py:2888
1920
#: bzrlib/builtins.py:2917
1801
1921
#, python-format
1802
1922
msgid "bzr %s doesn't accept two revisions in different branches."
1805
#: bzrlib/builtins.py:2904
1925
#: bzrlib/builtins.py:2933
1806
1926
#, python-format
1807
1927
msgid "bzr %s --revision takes one or two values."
1928
msgstr "bzr %s --revision benötigt ein oder zwei Werte."
1810
#: bzrlib/builtins.py:2949
1930
#: bzrlib/builtins.py:2978
1812
1932
"List files in a tree.\n"
1816
#: bzrlib/builtins.py:2958
1936
#: bzrlib/builtins.py:2987
1817
1937
msgid "Recurse into subdirectories."
1820
#: bzrlib/builtins.py:2960
1940
#: bzrlib/builtins.py:2989
1821
1941
msgid "Print paths relative to the root of the branch."
1824
#: bzrlib/builtins.py:2962
1944
#: bzrlib/builtins.py:2991
1825
1945
msgid "Print unknown files."
1826
1946
msgstr "Unbekannte Dateien ausgeben."
1828
#: bzrlib/builtins.py:2963
1948
#: bzrlib/builtins.py:2992
1829
1949
msgid "Print versioned files."
1830
1950
msgstr "Versionierte Dateien ausgeben."
1832
#: bzrlib/builtins.py:2966
1952
#: bzrlib/builtins.py:2995
1833
1953
msgid "Print ignored files."
1834
1954
msgstr "Ignorierte Dateien ausgeben."
1836
#: bzrlib/builtins.py:2968
1956
#: bzrlib/builtins.py:2997
1837
1957
msgid "List entries of a particular kind: file, directory, symlink."
1840
#: bzrlib/builtins.py:2981
1960
#: bzrlib/builtins.py:3010
1841
1961
msgid "invalid kind specified"
1844
#: bzrlib/builtins.py:2984
1964
#: bzrlib/builtins.py:3013
1845
1965
msgid "Cannot set both --verbose and --null"
1966
msgstr "--verbose und --null können nicht beide festgelegt werden"
1848
#: bzrlib/builtins.py:2993
1968
#: bzrlib/builtins.py:3022
1849
1969
msgid "cannot specify both --from-root and PATH"
1852
#: bzrlib/builtins.py:3080
1972
#: bzrlib/builtins.py:3109
1853
1973
msgid "Ignore specified files or patterns."
1856
#: bzrlib/builtins.py:3082
1976
#: bzrlib/builtins.py:3111
1857
1977
msgid "See ``bzr help patterns`` for details on the syntax of patterns."
1860
#: bzrlib/builtins.py:3084
1980
#: bzrlib/builtins.py:3113
1862
1982
"If a .bzrignore file does not exist, the ignore command\n"
1863
1983
"will create one and add the specified files or patterns to the newly\n"
1904
2024
" the shell on Unix."
1907
#: bzrlib/builtins.py:3113
2027
#: bzrlib/builtins.py:3142
1909
2029
"* Ignore patterns starting with \"#\" act as comments in the ignore file.\n"
1910
2030
" To ignore patterns that begin with that character, use the \"RE:\" prefix."
1913
#: bzrlib/builtins.py:3116
2033
#: bzrlib/builtins.py:3145
1916
2036
" Ignore the top level Makefile::"
1919
#: bzrlib/builtins.py:3119
2039
#: bzrlib/builtins.py:3148
1920
2040
msgid " bzr ignore ./Makefile"
1923
#: bzrlib/builtins.py:3121
2043
#: bzrlib/builtins.py:3150
1924
2044
msgid " Ignore .class files in all directories...::"
1927
#: bzrlib/builtins.py:3123
2047
#: bzrlib/builtins.py:3152
1928
2048
msgid " bzr ignore \"*.class\""
1931
#: bzrlib/builtins.py:3125
2051
#: bzrlib/builtins.py:3154
1932
2052
msgid " ...but do not ignore \"special.class\"::"
1935
#: bzrlib/builtins.py:3127
2055
#: bzrlib/builtins.py:3156
1936
2056
msgid " bzr ignore \"!special.class\""
1939
#: bzrlib/builtins.py:3129
2059
#: bzrlib/builtins.py:3158
1940
2060
msgid " Ignore files whose name begins with the \"#\" character::"
1943
#: bzrlib/builtins.py:3131
2063
#: bzrlib/builtins.py:3160
1944
2064
msgid " bzr ignore \"RE:^#\""
1945
2065
msgstr " bzr ignore \"RE:^#\""
1947
#: bzrlib/builtins.py:3133 bzrlib/builtins.py:3137
2067
#: bzrlib/builtins.py:3162 bzrlib/builtins.py:3166
1948
2068
msgid " Ignore .o files under the lib directory::"
1951
#: bzrlib/builtins.py:3135
2071
#: bzrlib/builtins.py:3164
1952
2072
msgid " bzr ignore \"lib/**/*.o\""
1953
2073
msgstr " bzr ignore \"lib/**/*.o\""
1955
#: bzrlib/builtins.py:3139
2075
#: bzrlib/builtins.py:3168
1956
2076
msgid " bzr ignore \"RE:lib/.*\\.o\""
1957
2077
msgstr " bzr ignore \"RE:lib/.*\\.o\""
1959
#: bzrlib/builtins.py:3141
2079
#: bzrlib/builtins.py:3170
1960
2080
msgid " Ignore everything but the \"debian\" toplevel directory::"
1963
#: bzrlib/builtins.py:3143
2083
#: bzrlib/builtins.py:3172
1965
2085
" bzr ignore \"RE:(?!debian/).*\"\n"
2004
#: bzrlib/builtins.py:3209
2124
#: bzrlib/builtins.py:3238
2005
2125
msgid "List ignored files and the patterns that matched them."
2008
#: bzrlib/builtins.py:3211
2128
#: bzrlib/builtins.py:3240
2010
2130
"List all the ignored files and the ignore pattern that caused the file to\n"
2014
#: bzrlib/builtins.py:3214
2134
#: bzrlib/builtins.py:3243
2015
2135
msgid "Alternatively, to list just the files::"
2016
2136
msgstr "Alternativ, um nur die Dateien aufzulisten:"
2018
#: bzrlib/builtins.py:3216
2138
#: bzrlib/builtins.py:3245
2019
2139
msgid " bzr ls --ignored"
2020
2140
msgstr " bzr ls --ignored"
2022
#: bzrlib/builtins.py:3250
2142
#: bzrlib/builtins.py:3279
2023
2143
#, python-format
2024
2144
msgid "not a valid revision-number: %r"
2025
2145
msgstr "Keine gültige Revisionsnummer: %r"
2027
#: bzrlib/builtins.py:3257
2147
#: bzrlib/builtins.py:3286
2029
2149
"Export current or past revision to a destination directory or archive."
2032
#: bzrlib/builtins.py:3259
2152
#: bzrlib/builtins.py:3288
2033
2153
msgid "If no revision is specified this exports the last committed revision."
2036
#: bzrlib/builtins.py:3261
2156
#: bzrlib/builtins.py:3290
2038
2158
"Format may be an \"exporter\" name, such as tar, tgz, tbz2. If none is\n"
2039
2159
"given, try to find the format with the extension. If no extension\n"
2040
2160
"is found exports to a directory (equivalent to --format=dir)."
2043
#: bzrlib/builtins.py:3265
2163
#: bzrlib/builtins.py:3294
2045
2165
"If root is supplied, it will be used as the root directory inside\n"
2046
2166
"container formats (tar, zip, etc). If it is not supplied it will default\n"
2047
2167
"to the exported filename. The root option has no effect for 'dir' format."
2050
#: bzrlib/builtins.py:3269
2170
#: bzrlib/builtins.py:3298
2052
2172
"If branch is omitted then the branch containing the current working\n"
2053
2173
"directory will be used."
2056
#: bzrlib/builtins.py:3272
2176
#: bzrlib/builtins.py:3301
2058
2178
"Note: Export of tree with non-ASCII filenames to zip is not supported."
2061
#: bzrlib/builtins.py:3274
2181
#: bzrlib/builtins.py:3303
2063
2183
" ================= =========================\n"
2064
2184
" Supported formats Autodetected by extension\n"
2071
2191
" ================= ========================="
2074
#: bzrlib/builtins.py:3288
2194
#: bzrlib/builtins.py:3317
2075
2195
msgid "Type of file to export to."
2076
2196
msgstr "Art der Datei, in die exportiert wird."
2078
#: bzrlib/builtins.py:3291
2198
#: bzrlib/builtins.py:3320
2079
2199
msgid "Apply content filters to export the convenient form."
2082
#: bzrlib/builtins.py:3295
2202
#: bzrlib/builtins.py:3324
2083
2203
msgid "Name of the root directory inside the exported file."
2086
#: bzrlib/builtins.py:3297
2206
#: bzrlib/builtins.py:3326
2088
2208
"Set modification time of files to that of the last revision in which it was "
2092
#: bzrlib/builtins.py:3300
2212
#: bzrlib/builtins.py:3329
2094
2214
"Export the working tree contents rather than that of the last revision."
2097
#: bzrlib/builtins.py:3319
2217
#: bzrlib/builtins.py:3348
2098
2218
msgid "--uncommitted requires a working tree"
2101
#: bzrlib/builtins.py:3328
2221
#: bzrlib/builtins.py:3357
2102
2222
#, python-format
2103
2223
msgid "Unsupported export format: %s"
2104
2224
msgstr "Nicht unterstütztes Export-Format: %s"
2106
#: bzrlib/builtins.py:3332
2226
#: bzrlib/builtins.py:3361
2108
2228
"Write the contents of a file as of a given revision to standard output."
2111
#: bzrlib/builtins.py:3334
2231
#: bzrlib/builtins.py:3363
2112
2232
msgid "If no revision is nominated, the last revision is used."
2114
2234
"Wenn keine Revision bestimmt wurde, wird die neueste Revision benutzt."
2116
#: bzrlib/builtins.py:3336
2236
#: bzrlib/builtins.py:3365
2118
2238
"Note: Take care to redirect standard output when using this command on a\n"
2122
#: bzrlib/builtins.py:3342
2242
#: bzrlib/builtins.py:3371
2123
2243
msgid "The path name in the old tree."
2126
#: bzrlib/builtins.py:3343
2246
#: bzrlib/builtins.py:3372
2127
2247
msgid "Apply content filters to display the convenience form."
2130
#: bzrlib/builtins.py:3354
2250
#: bzrlib/builtins.py:3383
2131
2251
msgid "bzr cat --revision takes exactly one revision specifier"
2134
#: bzrlib/builtins.py:3379 bzrlib/builtins.py:3391
2254
#: bzrlib/builtins.py:3408 bzrlib/builtins.py:3420
2135
2255
msgid "{0!r} is not present in revision {1}"
2136
2256
msgstr "{0!r} ist in Revision {1} nicht vorhanden"
2138
#: bzrlib/builtins.py:3414
2258
#: bzrlib/builtins.py:3443
2139
2259
msgid "Commit changes into a new revision."
2142
#: bzrlib/builtins.py:3416
2262
#: bzrlib/builtins.py:3445
2144
2264
"An explanatory message needs to be given for each commit. This is\n"
2145
2265
"often done by using the --message option (getting the message from the\n"
2149
2269
"boilerplate text loaded into the editor, use the --show-diff option."
2152
#: bzrlib/builtins.py:3423
2272
#: bzrlib/builtins.py:3452
2154
2274
"By default, the entire tree is committed and the person doing the\n"
2155
2275
"commit is assumed to be the author. These defaults can be overridden\n"
2156
2276
"as explained below."
2159
#: bzrlib/builtins.py:3427
2279
#: bzrlib/builtins.py:3456
2160
2280
msgid ":Selective commits:"
2163
#: bzrlib/builtins.py:3429
2283
#: bzrlib/builtins.py:3458
2165
2285
" If selected files are specified, only changes to those files are\n"
2166
2286
" committed. If a directory is specified then the directory and\n"
2167
2287
" everything within it is committed."
2170
#: bzrlib/builtins.py:3433
2290
#: bzrlib/builtins.py:3462
2172
2292
" When excludes are given, they take precedence over selected files.\n"
2173
2293
" For example, to commit only changes within foo, but not changes\n"
2174
2294
" within foo/bar::"
2177
#: bzrlib/builtins.py:3437
2297
#: bzrlib/builtins.py:3466
2178
2298
msgid " bzr commit foo -x foo/bar"
2299
msgstr " bzr commit foo -x foo/bar"
2181
#: bzrlib/builtins.py:3439
2301
#: bzrlib/builtins.py:3468
2182
2302
msgid " A selective commit after a merge is not yet supported."
2185
#: bzrlib/builtins.py:3441
2305
#: bzrlib/builtins.py:3470
2186
2306
msgid ":Custom authors:"
2187
2307
msgstr ":Benutzerdefinierte Autoren:"
2189
#: bzrlib/builtins.py:3443
2309
#: bzrlib/builtins.py:3472
2191
2311
" If the author of the change is not the same person as the committer,\n"
2192
2312
" you can specify the author's name using the --author option. The\n"
2228
2348
" one or more bugs. See ``bzr help bugs`` for details."
2231
#: bzrlib/builtins.py:3474
2351
#: bzrlib/builtins.py:3503
2232
2352
msgid "Do not consider changes made to a given path."
2235
#: bzrlib/builtins.py:3477
2355
#: bzrlib/builtins.py:3506
2236
2356
msgid "Description of the new revision."
2237
2357
msgstr "Beschreibung der neuen Revision."
2239
#: bzrlib/builtins.py:3480
2359
#: bzrlib/builtins.py:3509
2240
2360
msgid "Commit even if nothing has changed."
2243
#: bzrlib/builtins.py:3484
2363
#: bzrlib/builtins.py:3513
2244
2364
msgid "Take commit message from this file."
2247
#: bzrlib/builtins.py:3486
2367
#: bzrlib/builtins.py:3515
2248
2368
msgid "Refuse to commit if there are unknown files in the working tree."
2251
#: bzrlib/builtins.py:3489
2371
#: bzrlib/builtins.py:3518
2253
2373
"Manually set a commit time using commit date format, e.g. '2009-10-10 "
2254
2374
"08:00:00 +0100'."
2257
#: bzrlib/builtins.py:3492
2377
#: bzrlib/builtins.py:3521
2258
2378
msgid "Mark a bug as being fixed by this revision (see \"bzr help bugs\")."
2261
#: bzrlib/builtins.py:3495
2381
#: bzrlib/builtins.py:3524
2262
2382
msgid "Set the author's name, if it's different from the committer."
2265
#: bzrlib/builtins.py:3498
2385
#: bzrlib/builtins.py:3527
2267
2387
"Perform a local commit in a bound branch. Local commits are not pushed to "
2268
2388
"the master branch until a normal commit is performed."
2271
#: bzrlib/builtins.py:3504
2391
#: bzrlib/builtins.py:3533
2273
2393
"When no message is supplied, show the diff along with the status summary in "
2274
2394
"the message editor."
2277
#: bzrlib/builtins.py:3507
2397
#: bzrlib/builtins.py:3536
2279
2399
"When committing to a foreign version control system do not push data that "
2280
2400
"can not be natively represented."
2283
#: bzrlib/builtins.py:3525
2403
#: bzrlib/builtins.py:3554
2284
2404
#, python-format
2286
2406
"No tracker specified for bug %s. Use the form 'tracker:id' or specify a "
2296
2416
"Commit refused."
2299
#: bzrlib/builtins.py:3543
2419
#: bzrlib/builtins.py:3572
2300
2420
#, python-format
2301
2421
msgid "Unrecognized bug %s. Commit refused."
2304
#: bzrlib/builtins.py:3546
2424
#: bzrlib/builtins.py:3575
2305
2425
#, python-format
2308
2428
"Commit refused."
2311
#: bzrlib/builtins.py:3570
2431
#: bzrlib/builtins.py:3599
2312
2432
msgid "Could not parse --commit-time: "
2315
#: bzrlib/builtins.py:3610
2435
#: bzrlib/builtins.py:3639
2316
2436
msgid "please specify either --message or --file"
2317
2437
msgstr "Bitte geben Sie entweder --message oder --file an"
2319
#: bzrlib/builtins.py:3639
2439
#: bzrlib/builtins.py:3668
2320
2440
msgid "please specify a commit message with either --message or --file"
2323
#: bzrlib/builtins.py:3642
2443
#: bzrlib/builtins.py:3671
2325
2445
"Empty commit message specified. Please specify a commit message with either -"
2326
2446
"-message or --file or leave a blank message with --message \"\"."
2329
#: bzrlib/builtins.py:3662
2449
#: bzrlib/builtins.py:3691
2331
2451
"No changes to commit. Please 'bzr add' the files you want to commit, or use -"
2332
2452
"-unchanged to force an empty commit."
2335
#: bzrlib/builtins.py:3666
2455
#: bzrlib/builtins.py:3695
2337
2457
"Conflicts detected in working tree. Use \"bzr conflicts\" to list, \"bzr "
2338
2458
"resolve FILE\" to resolve."
2341
#: bzrlib/builtins.py:3670
2461
#: bzrlib/builtins.py:3699
2342
2462
msgid "Commit refused because there are unknown files in the working tree."
2345
#: bzrlib/builtins.py:3673
2465
#: bzrlib/builtins.py:3702
2348
2468
"To commit to master branch, run update and then commit.\n"
2349
2469
"You can also pass --local to commit to continue working disconnected."
2352
#: bzrlib/builtins.py:3681
2472
#: bzrlib/builtins.py:3710
2354
2474
"Validate working tree structure, branch consistency and repository history."
2357
#: bzrlib/builtins.py:3683
2477
#: bzrlib/builtins.py:3712
2359
2479
"This command checks various invariants about branch and repository storage\n"
2360
2480
"to detect data corruption or bzr bugs."
2363
#: bzrlib/builtins.py:3686
2483
#: bzrlib/builtins.py:3715
2365
2485
"The working tree and branch checks will only give output if a problem is\n"
2366
2486
"detected. The output fields of the repository check are:"
2369
#: bzrlib/builtins.py:3689
2489
#: bzrlib/builtins.py:3718
2372
2492
" This is just the number of revisions checked. It doesn't\n"
2373
2493
" indicate a problem."
2376
#: bzrlib/builtins.py:3693
2496
#: bzrlib/builtins.py:3722
2378
2498
"versionedfiles\n"
2379
2499
" This is just the number of versionedfiles checked. It\n"
2380
2500
" doesn't indicate a problem."
2383
#: bzrlib/builtins.py:3697
2503
#: bzrlib/builtins.py:3726
2385
2505
"unreferenced ancestors\n"
2386
2506
" Texts that are ancestors of other texts, but\n"
2404
2524
" indicate a problem."
2407
#: bzrlib/builtins.py:3712
2527
#: bzrlib/builtins.py:3741
2409
2529
"If no restrictions are specified, all Bazaar data that is found at the "
2411
2531
"location will be checked."
2414
#: bzrlib/builtins.py:3717
2534
#: bzrlib/builtins.py:3746
2415
2535
msgid " Check the tree and branch at 'foo'::"
2418
#: bzrlib/builtins.py:3719
2538
#: bzrlib/builtins.py:3748
2419
2539
msgid " bzr check --tree --branch foo"
2422
#: bzrlib/builtins.py:3721
2542
#: bzrlib/builtins.py:3750
2423
2543
msgid " Check only the repository at 'bar'::"
2426
#: bzrlib/builtins.py:3723
2546
#: bzrlib/builtins.py:3752
2427
2547
msgid " bzr check --repo bar"
2430
#: bzrlib/builtins.py:3725
2550
#: bzrlib/builtins.py:3754
2431
2551
msgid " Check everything at 'baz'::"
2434
#: bzrlib/builtins.py:3727
2554
#: bzrlib/builtins.py:3756
2435
2555
msgid " bzr check baz"
2438
#: bzrlib/builtins.py:3733
2558
#: bzrlib/builtins.py:3762
2439
2559
msgid "Check the branch related to the current directory."
2442
#: bzrlib/builtins.py:3735
2562
#: bzrlib/builtins.py:3764
2443
2563
msgid "Check the repository related to the current directory."
2446
#: bzrlib/builtins.py:3737
2566
#: bzrlib/builtins.py:3766
2447
2567
msgid "Check the working tree related to the current directory."
2450
#: bzrlib/builtins.py:3751
2570
#: bzrlib/builtins.py:3780
2451
2571
msgid "Upgrade a repository, branch or working tree to a newer format."
2454
#: bzrlib/builtins.py:3753
2574
#: bzrlib/builtins.py:3782
2456
2576
"When the default format has changed after a major new release of\n"
2457
2577
"Bazaar, you may be informed during certain operations that you\n"
2523
2643
":Beispiele:\n"
2524
2644
" Die E-Mail-Adresse des aktuellen Benutzers zeigen::"
2526
#: bzrlib/builtins.py:3815
2646
#: bzrlib/builtins.py:3844
2527
2647
msgid " bzr whoami --email"
2528
2648
msgstr " bzr whoami --email"
2530
#: bzrlib/builtins.py:3817
2650
#: bzrlib/builtins.py:3846
2531
2651
msgid " Set the current user::"
2532
2652
msgstr " Aktuellen Benutzer festlegen::"
2534
#: bzrlib/builtins.py:3819
2654
#: bzrlib/builtins.py:3848
2535
2655
msgid " bzr whoami \"Frank Chu <fchu@example.com>\""
2536
2656
msgstr " bzr whoami \"Frank Chu <ich@beispiel.de>\""
2538
#: bzrlib/builtins.py:3823
2658
#: bzrlib/builtins.py:3852
2539
2659
msgid "Display email address only."
2540
2660
msgstr "Nur die E-Mail-Adresse anzeigen."
2542
#: bzrlib/builtins.py:3825
2662
#: bzrlib/builtins.py:3854
2543
2663
msgid "Set identity for the current branch instead of globally."
2546
#: bzrlib/builtins.py:3851
2666
#: bzrlib/builtins.py:3880
2547
2667
msgid "--email can only be used to display existing identity"
2550
#: bzrlib/builtins.py:3873
2670
#: bzrlib/builtins.py:3904
2551
2671
msgid "Print or set the branch nickname."
2554
#: bzrlib/builtins.py:3875
2674
#: bzrlib/builtins.py:3906
2556
"If unset, the tree root directory name is used as the nickname.\n"
2557
"To print the current nickname, execute with no argument."
2676
"If unset, the colocated branch name is used for colocated branches, and\n"
2677
"the branch directory name is used for other branches. To print the\n"
2678
"current nickname, execute with no argument."
2560
#: bzrlib/builtins.py:3878
2681
#: bzrlib/builtins.py:3910
2562
2683
"Bound branches use the nickname of its master branch unless it is set\n"
2566
#: bzrlib/builtins.py:3898
2687
#: bzrlib/builtins.py:3930
2567
2688
msgid "Set/unset and display aliases."
2570
#: bzrlib/builtins.py:3900
2691
#: bzrlib/builtins.py:3932
2573
2694
" Show the current aliases::"
2575
2696
":Beispiele:\n"
2576
2697
" Die aktuellen Aliase zeigen::"
2578
#: bzrlib/builtins.py:3903
2699
#: bzrlib/builtins.py:3935
2579
2700
msgid " bzr alias"
2580
2701
msgstr " bzr alias"
2582
#: bzrlib/builtins.py:3905
2703
#: bzrlib/builtins.py:3937
2583
2704
msgid " Show the alias specified for 'll'::"
2586
#: bzrlib/builtins.py:3907
2707
#: bzrlib/builtins.py:3939
2587
2708
msgid " bzr alias ll"
2588
2709
msgstr " bzr alias ll"
2590
#: bzrlib/builtins.py:3909
2711
#: bzrlib/builtins.py:3941
2591
2712
msgid " Set an alias for 'll'::"
2594
#: bzrlib/builtins.py:3911
2715
#: bzrlib/builtins.py:3943
2595
2716
msgid " bzr alias ll=\"log --line -r-10..-1\""
2596
2717
msgstr " bzr alias ll=\"log --line -r-10..-1\""
2598
#: bzrlib/builtins.py:3913
2719
#: bzrlib/builtins.py:3945
2599
2720
msgid " To remove an alias for 'll'::"
2602
#: bzrlib/builtins.py:3915
2723
#: bzrlib/builtins.py:3947
2603
2724
msgid " bzr alias --remove ll"
2604
2725
msgstr " bzr alias --remove ll"
2606
#: bzrlib/builtins.py:3920
2727
#: bzrlib/builtins.py:3952
2607
2728
msgid "Remove the alias."
2608
2729
msgstr "Den Alias entfernen."
2610
#: bzrlib/builtins.py:3938
2731
#: bzrlib/builtins.py:3970
2611
2732
msgid "bzr alias --remove expects an alias to remove."
2612
2733
msgstr "bzr alias --remove erwartet einen Alias zum Entfernen."
2614
#: bzrlib/builtins.py:4119
2735
#: bzrlib/builtins.py:4151
2616
2737
"subunit not available. subunit needs to be installed to use --subunit."
2619
#: bzrlib/builtins.py:4136
2740
#: bzrlib/builtins.py:4168
2621
2742
"--benchmark is no longer supported from bzr 2.2; use bzr-usertest instead"
2624
#: bzrlib/builtins.py:4183
2745
#: bzrlib/builtins.py:4215
2625
2746
msgid "Show version of bzr."
2626
2747
msgstr "Version von bzr anzeigen."
2628
#: bzrlib/builtins.py:4187
2749
#: bzrlib/builtins.py:4219
2629
2750
msgid "Print just the version number."
2630
2751
msgstr "Nur die Versionsnummer ausgeben."
2632
#: bzrlib/builtins.py:4206
2753
#: bzrlib/builtins.py:4238
2633
2754
msgid "It sure does!\n"
2636
#: bzrlib/builtins.py:4230
2757
#: bzrlib/builtins.py:4262
2637
2758
#, python-format
2638
2759
msgid "merge base is revision %s\n"
2641
#: bzrlib/builtins.py:4234
2762
#: bzrlib/builtins.py:4266
2642
2763
msgid "Perform a three-way merge."
2645
#: bzrlib/builtins.py:4236
2766
#: bzrlib/builtins.py:4268
2647
2768
"The source of the merge can be specified either in the form of a branch,\n"
2648
2769
"or in the form of a path to a file containing a merge directive generated\n"
2718
2839
"merge revision which has more than two parents."
2721
#: bzrlib/builtins.py:4283
2842
#: bzrlib/builtins.py:4315
2723
2844
"If one would like to merge changes from the working tree of the other\n"
2724
2845
"branch without merging any committed revisions, the --uncommitted option\n"
2725
2846
"can be given."
2728
#: bzrlib/builtins.py:4287
2849
#: bzrlib/builtins.py:4319
2730
2851
"To select only some changes to merge, use \"merge -i\", which will prompt\n"
2731
2852
"you to apply each diff hunk and file change, similar to \"shelve\"."
2734
#: bzrlib/builtins.py:4290
2855
#: bzrlib/builtins.py:4322
2737
2858
" To merge all new revisions from bzr.dev::"
2740
#: bzrlib/builtins.py:4293
2861
#: bzrlib/builtins.py:4325
2741
2862
msgid " bzr merge ../bzr.dev"
2742
2863
msgstr " bzr merge ../bzr.dev"
2744
#: bzrlib/builtins.py:4295
2865
#: bzrlib/builtins.py:4327
2745
2866
msgid " To merge changes up to and including revision 82 from bzr.dev::"
2748
#: bzrlib/builtins.py:4297
2869
#: bzrlib/builtins.py:4329
2749
2870
msgid " bzr merge -r 82 ../bzr.dev"
2750
2871
msgstr " bzr merge -r 82 ../bzr.dev"
2752
#: bzrlib/builtins.py:4299
2873
#: bzrlib/builtins.py:4331
2753
2874
msgid " To merge the changes introduced by 82, without previous changes::"
2756
#: bzrlib/builtins.py:4301
2877
#: bzrlib/builtins.py:4333
2757
2878
msgid " bzr merge -r 81..82 ../bzr.dev"
2758
2879
msgstr " bzr merge -r 81..82 ../bzr.dev"
2760
#: bzrlib/builtins.py:4303
2881
#: bzrlib/builtins.py:4335
2761
2882
msgid " To apply a merge directive contained in /tmp/merge::"
2764
#: bzrlib/builtins.py:4305
2885
#: bzrlib/builtins.py:4337
2765
2886
msgid " bzr merge /tmp/merge"
2766
2887
msgstr " bzr merge /tmp/merge"
2768
#: bzrlib/builtins.py:4307
2889
#: bzrlib/builtins.py:4339
2770
2891
" To create a merge revision with three parents from two branches\n"
2771
2892
" feature1a and feature1b:"
2774
#: bzrlib/builtins.py:4310
2895
#: bzrlib/builtins.py:4342
2776
2897
" bzr merge ../feature1a\n"
2777
2898
" bzr merge ../feature1b --force\n"
2778
2899
" bzr commit -m 'revision with three parents'"
2781
#: bzrlib/builtins.py:4322
2902
#: bzrlib/builtins.py:4354
2782
2903
msgid "Merge even if the destination tree has uncommitted changes."
2785
#: bzrlib/builtins.py:4328
2906
#: bzrlib/builtins.py:4360
2787
2908
"Apply uncommitted changes from a working copy, instead of branch changes."
2790
#: bzrlib/builtins.py:4330
2911
#: bzrlib/builtins.py:4362
2792
2913
"If the destination is already completely merged into the source, pull from "
2793
2914
"the source rather than merging. When this happens, you do not need to "
2794
2915
"commit the result."
2797
#: bzrlib/builtins.py:4335
2918
#: bzrlib/builtins.py:4367
2799
2920
"Branch to merge into, rather than the one containing the working directory."
2802
#: bzrlib/builtins.py:4337
2923
#: bzrlib/builtins.py:4369
2803
2924
msgid "Instead of merging, show a diff of the merge."
2806
#: bzrlib/builtins.py:4339
2927
#: bzrlib/builtins.py:4371
2807
2928
msgid "Select changes interactively."
2808
2929
msgstr "Änderungen interaktiv auswählen."
2810
#: bzrlib/builtins.py:4361
2931
#: bzrlib/builtins.py:4393
2812
2933
"Merging into empty branches not currently supported, "
2813
2934
"https://bugs.launchpad.net/bzr/+bug/308562"
2816
#: bzrlib/builtins.py:4388
2937
#: bzrlib/builtins.py:4420
2817
2938
msgid "Cannot use --uncommitted with bundles or merge directives."
2820
#: bzrlib/builtins.py:4399
2941
#: bzrlib/builtins.py:4431
2821
2942
msgid "Cannot use --uncommitted and --revision at the same time."
2824
#: bzrlib/builtins.py:4419
2945
#: bzrlib/builtins.py:4451
2825
2946
msgid "merger: "
2828
#: bzrlib/builtins.py:4421 bzrlib/bundle/apply_bundle.py:71
2949
#: bzrlib/builtins.py:4453 bzrlib/bundle/apply_bundle.py:71
2829
2950
msgid "Nothing to do."
2830
2951
msgstr "Nichts zu tun."
2832
#: bzrlib/builtins.py:4425
2953
#: bzrlib/builtins.py:4457
2833
2954
msgid "Cannot pull individual files"
2955
msgstr "Nicht möglich, einzelne Dateien zu laden"
2836
#: bzrlib/builtins.py:4433
2957
#: bzrlib/builtins.py:4465
2837
2958
msgid "This branch has no commits. (perhaps you would prefer 'bzr pull')"
2840
#: bzrlib/builtins.py:4491
2961
#: bzrlib/builtins.py:4523
2841
2962
#, python-format
2842
2963
msgid "Show-base is not supported for this merge type. %s"
2845
#: bzrlib/builtins.py:4500
2966
#: bzrlib/builtins.py:4532
2846
2967
#, python-format
2847
2968
msgid "Conflict reduction is not supported for merge type %s."
2850
#: bzrlib/builtins.py:4504
2971
#: bzrlib/builtins.py:4536
2851
2972
msgid "Cannot do conflict reduction and show base."
2854
#: bzrlib/builtins.py:4615
2975
#: bzrlib/builtins.py:4647
2855
2976
msgid "No location specified or remembered"
2858
#: bzrlib/builtins.py:4617
2979
#: bzrlib/builtins.py:4649
2859
2980
msgid "{0} remembered {1} location {2}"
2862
#: bzrlib/builtins.py:4623
2983
#: bzrlib/builtins.py:4655
2863
2984
msgid "Redo a merge."
2866
#: bzrlib/builtins.py:4625
2987
#: bzrlib/builtins.py:4657
2868
2989
"Use this if you want to try a different merge technique while resolving\n"
2869
2990
"conflicts. Some merge techniques are better than others, and remerge\n"
2870
2991
"lets you try different ones on different files."
2873
#: bzrlib/builtins.py:4629
2994
#: bzrlib/builtins.py:4661
2875
2996
"The options for remerge have the same meaning and defaults as the ones for\n"
2876
2997
"merge. The difference is that remerge can (only) be run when there is a\n"
2877
2998
"pending merge, and it lets you specify particular files."
2880
#: bzrlib/builtins.py:4633
3001
#: bzrlib/builtins.py:4665
2883
3004
" Re-do the merge of all conflicted files, and show the base text in\n"
2884
3005
" conflict regions, in addition to the usual THIS and OTHER texts::"
2887
#: bzrlib/builtins.py:4637
3008
#: bzrlib/builtins.py:4669
2888
3009
msgid " bzr remerge --show-base"
2889
3010
msgstr " bzr remerge --show-base"
2891
#: bzrlib/builtins.py:4639
3012
#: bzrlib/builtins.py:4671
2893
3014
" Re-do the merge of \"foobar\", using the weave merge algorithm, with\n"
2894
3015
" additional processing to reduce the size of conflict regions::"
2897
#: bzrlib/builtins.py:4642
3018
#: bzrlib/builtins.py:4674
2898
3019
msgid " bzr remerge --merge-type weave --reprocess foobar"
2901
#: bzrlib/builtins.py:4649
3022
#: bzrlib/builtins.py:4681
2902
3023
msgid "Show base revision text in conflicts."
2905
#: bzrlib/builtins.py:4661
3026
#: bzrlib/builtins.py:4693
2907
3028
"Sorry, remerge only works after normal merges. Not cherrypicking or multi-"
2911
#: bzrlib/builtins.py:4717
2912
msgid "Revert files to a previous revision."
3032
#: bzrlib/builtins.py:4751
3034
"Set files in the working tree back to the contents of a previous revision."
2915
#: bzrlib/builtins.py:4719
3037
#: bzrlib/builtins.py:4753
2917
3039
"Giving a list of files will revert only those files. Otherwise, all files\n"
2918
3040
"will be reverted. If the revision is not specified with '--revision', the\n"
2919
"last committed revision is used."
3041
"working tree basis revision is used. A revert operation affects only the\n"
3042
"working tree, not any revision history like the branch and repository or\n"
3043
"the working tree basis revision."
2922
#: bzrlib/builtins.py:4723
3046
#: bzrlib/builtins.py:4759
2924
3048
"To remove only some changes, without reverting to a prior version, use\n"
2925
3049
"merge instead. For example, \"merge . -r -2..-3\" (don't forget the \".\")\n"
2926
3050
"will remove the changes introduced by the second last commit (-2), without\n"
2927
3051
"affecting the changes introduced by the last commit (-1). To remove\n"
2928
"certain changes on a hunk-by-hunk basis, see the shelve command."
3052
"certain changes on a hunk-by-hunk basis, see the shelve command.\n"
3053
"To update the branch to a specific revision or the latest revision and\n"
3054
"update the working tree accordingly while preserving local changes, see the\n"
2931
#: bzrlib/builtins.py:4729
3058
#: bzrlib/builtins.py:4768
2933
"By default, any files that have been manually changed will be backed up\n"
2934
"first. (Files changed only by merge are not backed up.) Backup files have\n"
2935
"'.~#~' appended to their name, where # is a number."
3060
"Uncommitted changes to files that are reverted will be discarded.\n"
3061
"Howver, by default, any files that have been manually changed will be\n"
3062
"backed up first. (Files changed only by merge are not backed up.) Backup\n"
3063
"files have '.~#~' appended to their name, where # is a number."
2938
#: bzrlib/builtins.py:4733
3066
#: bzrlib/builtins.py:4773
2940
3068
"When you provide files, you can use their current pathname or the pathname\n"
2941
3069
"from the target revision. So you can use revert to \"undelete\" a file by\n"
3016
3144
" 0 - no missing revisions"
3019
#: bzrlib/builtins.py:4847
3147
#: bzrlib/builtins.py:4887
3021
3149
" Determine the missing revisions between this and the branch at the\n"
3022
3150
" remembered pull location::"
3025
#: bzrlib/builtins.py:4850
3153
#: bzrlib/builtins.py:4890
3026
3154
msgid " bzr missing"
3027
3155
msgstr " bzr missing"
3029
#: bzrlib/builtins.py:4852
3157
#: bzrlib/builtins.py:4892
3030
3158
msgid " Determine the missing revisions between this and another branch::"
3033
#: bzrlib/builtins.py:4854
3161
#: bzrlib/builtins.py:4894
3034
3162
msgid " bzr missing http://server/branch"
3037
#: bzrlib/builtins.py:4856
3165
#: bzrlib/builtins.py:4896
3039
3167
" Determine the missing revisions up to a specific revision on the other\n"
3043
#: bzrlib/builtins.py:4859
3171
#: bzrlib/builtins.py:4899
3044
3172
msgid " bzr missing -r ..-10"
3045
3173
msgstr " bzr missing -r ..-10"
3047
#: bzrlib/builtins.py:4861
3175
#: bzrlib/builtins.py:4901
3049
3177
" Determine the missing revisions up to a specific revision on this\n"
3053
#: bzrlib/builtins.py:4864
3181
#: bzrlib/builtins.py:4904
3054
3182
msgid " bzr missing --my-revision ..-10"
3055
3183
msgstr " bzr missing --my-revision ..-10"
3057
#: bzrlib/builtins.py:4871
3185
#: bzrlib/builtins.py:4911
3058
3186
msgid "Reverse the order of revisions."
3061
#: bzrlib/builtins.py:4873
3189
#: bzrlib/builtins.py:4913
3062
3190
msgid "Display changes in the local branch only."
3063
3191
msgstr "Nur Änderungen im lokalen Zweig anzeigen."
3065
#: bzrlib/builtins.py:4874
3193
#: bzrlib/builtins.py:4914
3066
3194
msgid "Same as --mine-only."
3067
3195
msgstr "Dasselbe wie --mine-only."
3069
#: bzrlib/builtins.py:4876
3197
#: bzrlib/builtins.py:4916
3070
3198
msgid "Display changes in the remote branch only."
3071
3199
msgstr "Nur Änderungen im entfernten Zweig anzeigen."
3073
#: bzrlib/builtins.py:4877
3201
#: bzrlib/builtins.py:4917
3074
3202
msgid "Same as --theirs-only."
3075
3203
msgstr "Dasselbe wie --theirs-only."
3077
#: bzrlib/builtins.py:4882
3205
#: bzrlib/builtins.py:4922
3079
3207
"Filter on other branch revisions (inclusive). See \"help revisionspec\" for "
3083
#: bzrlib/builtins.py:4886
3211
#: bzrlib/builtins.py:4926
3085
3213
"Filter on local branch revisions (inclusive). See \"help revisionspec\" for "
3089
#: bzrlib/builtins.py:4889
3217
#: bzrlib/builtins.py:4929
3090
3218
msgid "Show all revisions in addition to the mainline ones."
3093
#: bzrlib/builtins.py:4943
3221
#: bzrlib/builtins.py:4983
3094
3222
msgid "No peer location known or specified."
3097
#: bzrlib/builtins.py:4947
3225
#: bzrlib/builtins.py:4987
3098
3226
msgid "Using saved parent location: {0}\n"
3101
#: bzrlib/builtins.py:4980
3229
#: bzrlib/builtins.py:5020
3102
3230
#, python-format
3103
3231
msgid "You have %d extra revision:\n"
3104
3232
msgid_plural "You have %d extra revisions:\n"
3105
3233
msgstr[0] "Sie haben %d zusätzliche Revision:\n"
3106
3234
msgstr[1] "Sie haben %d zusätzliche Revisionen:\n"
3108
#: bzrlib/builtins.py:4996
3236
#: bzrlib/builtins.py:5040
3109
3237
#, python-format
3110
3238
msgid "You are missing %d revision:\n"
3111
3239
msgid_plural "You are missing %d revisions:\n"
3112
3240
msgstr[0] "Ihnen fehlt %d Revision:\n"
3113
3241
msgstr[1] "Ihnen fehlen %d Revisionen:\n"
3115
#: bzrlib/builtins.py:5008
3243
#: bzrlib/builtins.py:5055
3116
3244
msgid "This branch has no new revisions.\n"
3117
3245
msgstr "Dieser Zweig hat keine neuen Revisionen.\n"
3119
#: bzrlib/builtins.py:5011
3247
#: bzrlib/builtins.py:5058
3120
3248
msgid "Other branch has no new revisions.\n"
3121
3249
msgstr "Anderer Zweig hat keine neuen Revisionen.\n"
3123
#: bzrlib/builtins.py:5016
3251
#: bzrlib/builtins.py:5063
3124
3252
msgid "Branches are up to date.\n"
3125
3253
msgstr "Zweige sind aktuell.\n"
3127
#: bzrlib/builtins.py:5027
3255
#: bzrlib/builtins.py:5074
3128
3256
msgid "Compress the data within a repository."
3131
#: bzrlib/builtins.py:5029
3259
#: bzrlib/builtins.py:5076
3133
3261
"This operation compresses the data within a bazaar repository. As\n"
3134
3262
"bazaar supports automatic packing of repository, this operation is\n"
3135
3263
"normally not required to be done manually."
3138
#: bzrlib/builtins.py:5033
3266
#: bzrlib/builtins.py:5080
3140
3268
"During the pack operation, bazaar takes a backup of existing repository\n"
3141
3269
"data, i.e. pack files. This backup is eventually removed by bazaar\n"
3187
3315
"plugins using the Python programming language."
3190
#: bzrlib/builtins.py:5091
3318
#: bzrlib/builtins.py:5138
3191
3319
msgid "Show testament (signing-form) of a revision."
3194
#: bzrlib/builtins.py:5094
3322
#: bzrlib/builtins.py:5141
3195
3323
msgid "Produce long-format testament."
3198
#: bzrlib/builtins.py:5096
3326
#: bzrlib/builtins.py:5143
3199
3327
msgid "Produce a strict-format testament."
3202
#: bzrlib/builtins.py:5122
3330
#: bzrlib/builtins.py:5169
3203
3331
msgid "Show the origin of each line in a file."
3204
3332
msgstr "Ursprung jeder Zeile in einer Datei anzeigen."
3206
#: bzrlib/builtins.py:5124
3334
#: bzrlib/builtins.py:5171
3208
3336
"This prints out the given file with an annotation on the left side\n"
3209
3337
"indicating which revision, author and date introduced the change."
3212
#: bzrlib/builtins.py:5127
3340
#: bzrlib/builtins.py:5174
3214
3342
"If the origin is the same for a run of consecutive lines, it is\n"
3215
3343
"shown only at the top, unless the --all option is given."
3218
#: bzrlib/builtins.py:5135
3346
#: bzrlib/builtins.py:5182
3219
3347
msgid "Show annotations on all lines."
3222
#: bzrlib/builtins.py:5136
3350
#: bzrlib/builtins.py:5183
3223
3351
msgid "Show commit date in annotations."
3226
#: bzrlib/builtins.py:5223
3354
#: bzrlib/builtins.py:5270
3227
3355
msgid "Cannot sign a range of non-revision-history revisions"
3230
#: bzrlib/builtins.py:5235
3358
#: bzrlib/builtins.py:5282
3231
3359
msgid "Please supply either one revision, or a range."
3232
3360
msgstr "Bitte geben Sie entweder eine Revision oder einen Bereich an."
3234
#: bzrlib/builtins.py:5239
3362
#: bzrlib/builtins.py:5286
3236
3364
"Convert the current branch into a checkout of the supplied branch.\n"
3237
3365
"If no branch is supplied, rebind to the last bound location."
3240
#: bzrlib/builtins.py:5242
3368
#: bzrlib/builtins.py:5289
3242
3370
"Once converted into a checkout, commits must succeed on the master branch\n"
3243
3371
"before they will be applied to the local branch."
3246
#: bzrlib/builtins.py:5245
3374
#: bzrlib/builtins.py:5292
3248
3376
"Bound branches use the nickname of its master branch unless it is set\n"
3249
3377
"locally, in which case binding will update the local nickname to be\n"
3250
3378
"that of the master."
3253
#: bzrlib/builtins.py:5260
3381
#: bzrlib/builtins.py:5307
3254
3382
msgid "No location supplied. This format does not remember old locations."
3257
#: bzrlib/builtins.py:5265
3385
#: bzrlib/builtins.py:5313
3258
3386
msgid "Branch is already bound"
3261
#: bzrlib/builtins.py:5267
3389
#: bzrlib/builtins.py:5316
3262
3390
msgid "No location supplied and no previous location known"
3265
#: bzrlib/builtins.py:5273
3393
#: bzrlib/builtins.py:5322
3266
3394
msgid "These branches have diverged. Try merging, and then bind again."
3269
#: bzrlib/builtins.py:5280
3397
#: bzrlib/builtins.py:5329
3270
3398
msgid "Convert the current checkout into a regular branch."
3273
#: bzrlib/builtins.py:5282
3401
#: bzrlib/builtins.py:5331
3275
3403
"After unbinding, the local branch is considered independent and subsequent\n"
3276
3404
"commits will be local only."
3279
#: bzrlib/builtins.py:5293
3407
#: bzrlib/builtins.py:5342
3280
3408
msgid "Local branch is not bound"
3283
#: bzrlib/builtins.py:5297
3411
#: bzrlib/builtins.py:5346
3284
3412
msgid "Remove the last committed revision."
3287
#: bzrlib/builtins.py:5299
3415
#: bzrlib/builtins.py:5348
3289
3417
"--verbose will print out what is being removed.\n"
3290
3418
"--dry-run will go through all the motions, but not actually\n"
3291
3419
"remove anything."
3294
#: bzrlib/builtins.py:5303
3422
#: bzrlib/builtins.py:5352
3296
3424
"If --revision is specified, uncommit revisions to leave the branch at the\n"
3297
3425
"specified revision. For example, \"bzr uncommit -r 15\" will leave the\n"
3298
3426
"branch at revision 15."
3301
#: bzrlib/builtins.py:5307
3429
#: bzrlib/builtins.py:5356
3303
3431
"Uncommit leaves the working tree ready for a new commit. The only change\n"
3304
3432
"it may make is to restore any pending merges that were present before\n"
3308
#: bzrlib/builtins.py:5318
3436
#: bzrlib/builtins.py:5367
3309
3437
msgid "Don't actually make changes."
3310
3438
msgstr "Keine Änderungen durchführen."
3312
#: bzrlib/builtins.py:5319
3440
#: bzrlib/builtins.py:5368
3313
3441
msgid "Say yes to all questions."
3314
3442
msgstr "Alle Fragen mit Ja beantworten."
3316
#: bzrlib/builtins.py:5321
3444
#: bzrlib/builtins.py:5370
3317
3445
msgid "Keep tags that point to removed revisions."
3320
#: bzrlib/builtins.py:5323
3448
#: bzrlib/builtins.py:5372
3321
3449
msgid "Only remove the commits from the local branch when in a checkout."
3324
#: bzrlib/builtins.py:5372
3452
#: bzrlib/builtins.py:5421
3325
3453
msgid "No revisions to uncommit.\n"
3328
#: bzrlib/builtins.py:5387
3456
#: bzrlib/builtins.py:5436
3329
3457
msgid "Dry-run, pretending to remove the above revisions.\n"
3331
3459
"Testlauf, es wird so getan, als ob die obigen Revisionen entfernt würden.\n"
3333
#: bzrlib/builtins.py:5390
3461
#: bzrlib/builtins.py:5439
3334
3462
msgid "The above revision(s) will be removed.\n"
3335
3463
msgstr "Oben stehende Revision(en) wird/werden entfernt.\n"
3337
#: bzrlib/builtins.py:5394
3465
#: bzrlib/builtins.py:5443
3338
3466
msgid "Uncommit these revisions"
3341
#: bzrlib/builtins.py:5397
3469
#: bzrlib/builtins.py:5446
3342
3470
msgid "Canceled\n"
3343
3471
msgstr "Abgebrochen\n"
3345
#: bzrlib/builtins.py:5404
3473
#: bzrlib/builtins.py:5453
3346
3474
#, python-format
3348
3476
"You can restore the old tip by running:\n"
3349
3477
" bzr pull . -r revid:%s\n"
3352
#: bzrlib/builtins.py:5409
3480
#: bzrlib/builtins.py:5458
3353
3481
msgid "Break a dead lock."
3356
#: bzrlib/builtins.py:5411
3484
#: bzrlib/builtins.py:5460
3358
3486
"This command breaks a lock on a repository, branch, working directory or\n"
3362
#: bzrlib/builtins.py:5414
3490
#: bzrlib/builtins.py:5463
3364
3492
"CAUTION: Locks should only be broken when you are sure that the process\n"
3365
3493
"holding the lock has been stopped."
3368
#: bzrlib/builtins.py:5417
3496
#: bzrlib/builtins.py:5466
3370
3498
"You can get information on what locks are open via the 'bzr info\n"
3371
3499
"[location]' command."
3374
#: bzrlib/builtins.py:5420
3502
#: bzrlib/builtins.py:5469
3377
3505
" bzr break-lock\n"
3379
3507
" bzr break-lock --conf ~/.bazaar"
3382
#: bzrlib/builtins.py:5429
3510
#: bzrlib/builtins.py:5478
3383
3511
msgid "LOCATION is the directory where the config lock is."
3386
#: bzrlib/builtins.py:5431
3514
#: bzrlib/builtins.py:5480
3387
3515
msgid "Do not ask for confirmation before breaking the lock."
3390
#: bzrlib/builtins.py:5466
3518
#: bzrlib/builtins.py:5515
3391
3519
msgid "The Bazaar smart server protocol over TCP. (default port: 4155)"
3392
3520
msgstr "Das Bazaar-Smart-Server-Protokoll via TCP. (Vorgabe-Port: 4155)"
3394
#: bzrlib/builtins.py:5467
3522
#: bzrlib/builtins.py:5516
3395
3523
msgid "Run the bzr server."
3396
3524
msgstr "Den bzr-Server starten."
3398
#: bzrlib/builtins.py:5473
3526
#: bzrlib/builtins.py:5522
3399
3527
msgid "Serve on stdin/out for use from inetd or sshd."
3402
#: bzrlib/builtins.py:5474
3530
#: bzrlib/builtins.py:5523
3403
3531
msgid "protocol"
3404
3532
msgstr "Protokoll"
3406
#: bzrlib/builtins.py:5475
3534
#: bzrlib/builtins.py:5524
3407
3535
msgid "Protocol to serve."
3410
#: bzrlib/builtins.py:5479
3538
#: bzrlib/builtins.py:5528
3539
msgid "Listen for connections on nominated address."
3540
msgstr "An den angegebenen Adressen auf Verbindungen lauschen."
3542
#: bzrlib/builtins.py:5530
3412
"Listen for connections on nominated port of the form [hostname:]portnumber. "
3413
"Passing 0 as the port number will result in a dynamically allocated port. "
3414
"The default port depends on the protocol."
3544
"Listen for connections on nominated port. Passing 0 as the port number will "
3545
"result in a dynamically allocated port. The default port depends on the "
3417
#: bzrlib/builtins.py:5485
3549
#: bzrlib/builtins.py:5535
3418
3550
msgid "Serve contents of this directory."
3421
#: bzrlib/builtins.py:5487
3553
#: bzrlib/builtins.py:5537
3423
3555
"By default the server is a readonly server. Supplying --allow-writes "
3424
3556
"enables write access to the contents of the served directory and below. "
3427
3559
"uncontrolled write access to your file system."
3430
#: bzrlib/builtins.py:5496
3562
#: bzrlib/builtins.py:5546
3431
3563
msgid "Override the default idle client timeout (5min)."
3434
#: bzrlib/builtins.py:5546
3566
#: bzrlib/builtins.py:5564
3435
3567
msgid "Combine a tree into its containing tree."
3438
#: bzrlib/builtins.py:5548
3570
#: bzrlib/builtins.py:5566
3439
3571
msgid "This command requires the target tree to be in a rich-root format."
3442
#: bzrlib/builtins.py:5550
3574
#: bzrlib/builtins.py:5568
3444
3576
"The TREE argument should be an independent tree, inside another tree, but\n"
3445
3577
"not part of it. (Such trees can be produced by \"bzr split\", but also by\n"
3446
3578
"running \"bzr branch\" with the target inside a tree.)"
3449
#: bzrlib/builtins.py:5554
3581
#: bzrlib/builtins.py:5572
3451
3583
"The result is a combined tree, with the subtree no longer an independent\n"
3452
3584
"part. This is marked as a merge of the subtree into the containing tree,\n"
3453
3585
"and all history is preserved."
3456
#: bzrlib/builtins.py:5572
3588
#: bzrlib/builtins.py:5590
3457
3589
#, python-format
3459
3591
"Can't join trees because %s doesn't support rich root data.\n"
3460
3592
"You can use bzr upgrade on the repository."
3463
#: bzrlib/builtins.py:5582 bzrlib/builtins.py:5588
3595
#: bzrlib/builtins.py:5600 bzrlib/builtins.py:5606
3464
3596
msgid "Cannot join {0}. {1}"
3467
#: bzrlib/builtins.py:5592
3599
#: bzrlib/builtins.py:5610
3468
3600
msgid "Split a subdirectory of a tree into a separate tree."
3471
#: bzrlib/builtins.py:5594
3603
#: bzrlib/builtins.py:5612
3473
3605
"This command will produce a target tree in a format that supports\n"
3474
3606
"rich roots, like 'rich-root' or 'rich-root-pack'. These formats cannot be\n"
3475
3607
"converted into earlier formats like 'dirstate-tags'."
3478
#: bzrlib/builtins.py:5598
3610
#: bzrlib/builtins.py:5616
3480
3612
"The TREE argument should be a subdirectory of a working tree. That\n"
3481
3613
"subdirectory will be converted into an independent tree, with its own\n"
3482
3614
"branch. Commits in the top-level tree will not apply to the new subtree."
3485
#: bzrlib/builtins.py:5678
3617
#: bzrlib/builtins.py:5696
3486
3618
msgid "No submit branch specified or known"
3489
#: bzrlib/builtins.py:5686 bzrlib/send.py:108
3621
#: bzrlib/builtins.py:5705 bzrlib/send.py:109
3490
3622
msgid "No public branch specified or known"
3493
#: bzrlib/builtins.py:5691
3625
#: bzrlib/builtins.py:5710
3494
3626
msgid "bzr merge-directive takes at most two one revision identifiers"
3497
#: bzrlib/builtins.py:5700
3629
#: bzrlib/builtins.py:5719
3498
3630
msgid "No revisions to bundle."
3501
#: bzrlib/builtins.py:5719
3633
#: bzrlib/builtins.py:5738
3502
3634
msgid "Mail or create a merge-directive for submitting changes."
3505
#: bzrlib/builtins.py:5721
3637
#: bzrlib/builtins.py:5740
3506
3638
msgid "A merge directive provides many things needed for requesting merges:"
3509
#: bzrlib/builtins.py:5723
3641
#: bzrlib/builtins.py:5742
3510
3642
msgid "* A machine-readable description of the merge to perform"
3513
#: bzrlib/builtins.py:5725
3645
#: bzrlib/builtins.py:5744
3514
3646
msgid "* An optional patch that is a preview of the changes requested"
3516
3648
"* Ein optionaler Patch, der eine Vorschau der gewünschten Änderungen "
3519
#: bzrlib/builtins.py:5727
3651
#: bzrlib/builtins.py:5746
3521
3653
"* An optional bundle of revision data, so that the changes can be applied\n"
3522
3654
" directly from the merge directive, without retrieving data from a\n"
3526
#: bzrlib/builtins.py:5731
3658
#: bzrlib/builtins.py:5750
3528
3660
"`bzr send` creates a compact data set that, when applied using bzr\n"
3529
3661
"merge, has the same effect as merging from the source branch. "
3532
#: bzrlib/builtins.py:5734
3664
#: bzrlib/builtins.py:5753
3534
3666
"By default the merge directive is self-contained and can be applied to any\n"
3535
3667
"branch containing submit_branch in its ancestory without needing access to\n"
3536
3668
"the source branch."
3539
#: bzrlib/builtins.py:5738
3671
#: bzrlib/builtins.py:5757
3541
3673
"If --no-bundle is specified, then Bazaar doesn't send the contents of the\n"
3542
3674
"revisions, but only a structured request to merge from the\n"
3628
3760
"set them, and use `bzr info` to display them."
3631
#: bzrlib/builtins.py:5813
3763
#: bzrlib/builtins.py:5832
3632
3764
msgid "Write merge directive to this file or directory; use - for stdout."
3635
#: bzrlib/builtins.py:5817
3767
#: bzrlib/builtins.py:5836
3637
3769
"Refuse to send if there are uncommitted changes in the working tree, --no-"
3638
3770
"strict disables the check."
3641
#: bzrlib/builtins.py:5819
3773
#: bzrlib/builtins.py:5838
3642
3774
msgid "Mail the request to this address."
3643
3775
msgstr "Die Anfrage an diese Adresse schicken."
3645
#: bzrlib/builtins.py:5823
3777
#: bzrlib/builtins.py:5842
3646
3778
msgid "Body for the email."
3647
3779
msgstr "Inhalt der E-Mail."
3649
#: bzrlib/builtins.py:5876
3781
#: bzrlib/builtins.py:5895
3650
3782
msgid "Do not include a bundle in the merge directive."
3653
#: bzrlib/builtins.py:5877
3785
#: bzrlib/builtins.py:5896
3654
3786
msgid "Do not include a preview patch in the merge directive."
3657
#: bzrlib/builtins.py:5880
3789
#: bzrlib/builtins.py:5899
3658
3790
msgid "Remember submit and public branch."
3661
#: bzrlib/builtins.py:5882
3793
#: bzrlib/builtins.py:5901
3663
3795
"Branch to generate the submission from, rather than the one containing the "
3664
3796
"working directory."
3667
#: bzrlib/builtins.py:5892 bzrlib/cmd_version_info.py:76
3799
#: bzrlib/builtins.py:5911 bzrlib/cmd_version_info.py:76
3669
3801
msgstr "Format"
3671
#: bzrlib/builtins.py:5893
3803
#: bzrlib/builtins.py:5912
3672
3804
msgid "Use the specified output format."
3673
3805
msgstr "Das angegebene Ausgabeformat benutzen."
3675
#: bzrlib/builtins.py:5915
3807
#: bzrlib/builtins.py:5934
3676
3808
msgid "Create, remove or modify a tag naming a revision."
3679
#: bzrlib/builtins.py:5917
3811
#: bzrlib/builtins.py:5936
3681
3813
"Tags give human-meaningful names to revisions. Commands that take a -r\n"
3682
3814
"(--revision) option can be given -rtag:X, where X is any previously\n"
3686
#: bzrlib/builtins.py:5921
3818
#: bzrlib/builtins.py:5940
3688
3820
"Tags are stored in the branch. Tags are copied from one branch to another\n"
3689
3821
"along when you branch, push, pull or merge."
3692
#: bzrlib/builtins.py:5924
3824
#: bzrlib/builtins.py:5943
3694
3826
"It is an error to give a tag name that already exists unless you pass\n"
3695
3827
"--force, in which case the tag is moved to point to the new revision."
3698
#: bzrlib/builtins.py:5927
3830
#: bzrlib/builtins.py:5946
3700
3832
"To rename a tag (change the name but keep it on the same revsion), run "
3702
3834
"tag new-name -r tag:old-name`` and then ``bzr tag --delete oldname``."
3705
#: bzrlib/builtins.py:5930
3837
#: bzrlib/builtins.py:5949
3707
3839
"If no tag name is specified it will be determined through the \n"
3708
3840
"'automatic_tag_name' hook. This can e.g. be used to automatically tag\n"
3713
#: bzrlib/builtins.py:5940
3845
#: bzrlib/builtins.py:5959
3714
3846
msgid "Delete this tag rather than placing it."
3717
#: bzrlib/builtins.py:5943
3849
#: bzrlib/builtins.py:5962
3718
3850
msgid "Branch in which to place the tag."
3721
#: bzrlib/builtins.py:5945
3853
#: bzrlib/builtins.py:5964
3722
3854
msgid "Replace existing tags."
3725
#: bzrlib/builtins.py:5960
3857
#: bzrlib/builtins.py:5979
3726
3858
msgid "No tag specified to delete."
3729
#: bzrlib/builtins.py:5962
3861
#: bzrlib/builtins.py:5981
3730
3862
#, python-format
3731
3863
msgid "Deleted tag %s."
3734
#: bzrlib/builtins.py:5976
3866
#: bzrlib/builtins.py:5995
3735
3867
msgid "Please specify a tag name."
3738
#: bzrlib/builtins.py:5984
3870
#: bzrlib/builtins.py:6003
3739
3871
#, python-format
3740
3872
msgid "Tag %s already exists for that revision."
3743
#: bzrlib/builtins.py:5988
3875
#: bzrlib/builtins.py:6007
3744
3876
#, python-format
3745
3877
msgid "Created tag %s."
3748
#: bzrlib/builtins.py:5990
3880
#: bzrlib/builtins.py:6009
3749
3881
#, python-format
3750
3882
msgid "Updated tag %s."
3753
#: bzrlib/builtins.py:5994
3885
#: bzrlib/builtins.py:6013
3754
3886
msgid "List tags."
3757
#: bzrlib/builtins.py:5996
3889
#: bzrlib/builtins.py:6015
3759
3891
"This command shows a table of tag names and the revisions they reference."
3762
#: bzrlib/builtins.py:6002
3894
#: bzrlib/builtins.py:6021
3763
3895
msgid "Branch whose tags should be displayed."
3766
#: bzrlib/builtins.py:6004
3898
#: bzrlib/builtins.py:6023
3767
3899
msgid "Sort tags by different criteria."
3770
#: bzrlib/builtins.py:6004
3902
#: bzrlib/builtins.py:6023
3771
3903
msgid "Sorting"
3772
3904
msgstr "Sortierung"
3774
#: bzrlib/builtins.py:6073
3906
#: bzrlib/builtins.py:6092
3775
3907
msgid "Reconfigure the type of a bzr directory."
3778
#: bzrlib/builtins.py:6075
3910
#: bzrlib/builtins.py:6094
3779
3911
msgid "A target configuration must be specified."
3780
3912
msgstr "Es muss eine Zielkonfiguration angegeben werden."
3782
#: bzrlib/builtins.py:6077
3914
#: bzrlib/builtins.py:6096
3784
3916
"For checkouts, the bind-to location will be auto-detected if not specified.\n"
3785
3917
"The order of preference is\n"
3790
3922
"If none of these is available, --bind-to must be specified."
3793
#: bzrlib/builtins.py:6091
3925
#: bzrlib/builtins.py:6110
3794
3926
msgid "Tree type"
3797
#: bzrlib/builtins.py:6092
3929
#: bzrlib/builtins.py:6111
3798
3930
msgid "The relation between branch and tree."
3801
#: bzrlib/builtins.py:6094
3933
#: bzrlib/builtins.py:6113
3802
3934
msgid "Reconfigure to be an unbound branch with no working tree."
3805
#: bzrlib/builtins.py:6095
3937
#: bzrlib/builtins.py:6114
3806
3938
msgid "Reconfigure to be an unbound branch with a working tree."
3809
#: bzrlib/builtins.py:6096
3941
#: bzrlib/builtins.py:6115
3810
3942
msgid "Reconfigure to be a bound branch with a working tree."
3813
#: bzrlib/builtins.py:6097
3945
#: bzrlib/builtins.py:6116
3814
3946
msgid "Reconfigure to be a lightweight checkout (with no local history)."
3817
#: bzrlib/builtins.py:6102
3949
#: bzrlib/builtins.py:6121
3818
3950
msgid "Repository type"
3821
#: bzrlib/builtins.py:6103
3953
#: bzrlib/builtins.py:6122
3822
3954
msgid "Location fo the repository."
3825
#: bzrlib/builtins.py:6105
3957
#: bzrlib/builtins.py:6124
3827
3959
"Reconfigure to be a standalone branch (i.e. stop using shared repository)."
3830
#: bzrlib/builtins.py:6107
3962
#: bzrlib/builtins.py:6126
3831
3963
msgid "Reconfigure to use a shared repository."
3834
#: bzrlib/builtins.py:6111
3966
#: bzrlib/builtins.py:6130
3835
3967
msgid "Trees in Repository"
3838
#: bzrlib/builtins.py:6112
3970
#: bzrlib/builtins.py:6131
3839
3971
msgid "Whether new branches in the repository have trees."
3842
#: bzrlib/builtins.py:6114
3974
#: bzrlib/builtins.py:6133
3844
3976
"Reconfigure repository to create working trees on branches by default."
3847
#: bzrlib/builtins.py:6116
3979
#: bzrlib/builtins.py:6135
3849
3981
"Reconfigure repository to not create working trees on branches by default."
3852
#: bzrlib/builtins.py:6119
3984
#: bzrlib/builtins.py:6138
3853
3985
msgid "Branch to bind checkout to."
3856
#: bzrlib/builtins.py:6121
3988
#: bzrlib/builtins.py:6140
3857
3989
msgid "Perform reconfiguration even if local changes will be lost."
3860
#: bzrlib/builtins.py:6124
3992
#: bzrlib/builtins.py:6143
3861
3993
msgid "Reconfigure a branch to be stacked on another branch."
3864
#: bzrlib/builtins.py:6128
3996
#: bzrlib/builtins.py:6147
3866
3998
"Reconfigure a branch to be unstacked. This may require copying substantial "
3867
3999
"data into it."
3870
#: bzrlib/builtins.py:6138
4002
#: bzrlib/builtins.py:6157
3871
4003
msgid "Can't use both --stacked-on and --unstacked"
3873
4005
"Es kann nicht --stacked-on und --unstacked gleichzeitig benutzt werden"
3875
#: bzrlib/builtins.py:6152
4007
#: bzrlib/builtins.py:6171
3876
4008
msgid "No target configuration specified"
3877
4009
msgstr "Keine Zielkonfiguration angegeben"
3879
#: bzrlib/builtins.py:6187
4011
#: bzrlib/builtins.py:6206
3880
4012
msgid "Set the branch of a checkout and update."
4013
msgstr "Branch eines Checkout setzen und aktualisieren."
3883
#: bzrlib/builtins.py:6189
4015
#: bzrlib/builtins.py:6208
3885
4017
"For lightweight checkouts, this changes the branch being referenced.\n"
3886
4018
"For heavyweight checkouts, this checks that there are no local commits\n"
3959
4091
"want to switch back to your view after that."
3962
#: bzrlib/builtins.py:6281
4094
#: bzrlib/builtins.py:6305
3965
4097
" To define the current view::"
3968
#: bzrlib/builtins.py:6284
4100
#: bzrlib/builtins.py:6308
3969
4101
msgid " bzr view file1 dir1 ..."
3972
#: bzrlib/builtins.py:6286
4104
#: bzrlib/builtins.py:6310
3973
4105
msgid " To list the current view::"
3976
#: bzrlib/builtins.py:6288
4108
#: bzrlib/builtins.py:6312
3977
4109
msgid " bzr view"
3978
4110
msgstr " bzr view"
3980
#: bzrlib/builtins.py:6290
4112
#: bzrlib/builtins.py:6314
3981
4113
msgid " To delete the current view::"
3984
#: bzrlib/builtins.py:6292
4116
#: bzrlib/builtins.py:6316
3985
4117
msgid " bzr view --delete"
3986
4118
msgstr " bzr view --delete"
3988
#: bzrlib/builtins.py:6294
4120
#: bzrlib/builtins.py:6318
3989
4121
msgid " To disable the current view without deleting it::"
3992
#: bzrlib/builtins.py:6296
4124
#: bzrlib/builtins.py:6320
3993
4125
msgid " bzr view --switch off"
3994
4126
msgstr " bzr view --switch off"
3996
#: bzrlib/builtins.py:6298
4128
#: bzrlib/builtins.py:6322
3997
4129
msgid " To define a named view and switch to it::"
4000
#: bzrlib/builtins.py:6300
4132
#: bzrlib/builtins.py:6324
4001
4133
msgid " bzr view --name view-name file1 dir1 ..."
4004
#: bzrlib/builtins.py:6302
4136
#: bzrlib/builtins.py:6326
4005
4137
msgid " To list a named view::"
4008
#: bzrlib/builtins.py:6304
4140
#: bzrlib/builtins.py:6328
4009
4141
msgid " bzr view --name view-name"
4012
#: bzrlib/builtins.py:6306
4144
#: bzrlib/builtins.py:6330
4013
4145
msgid " To delete a named view::"
4016
#: bzrlib/builtins.py:6308
4148
#: bzrlib/builtins.py:6332
4017
4149
msgid " bzr view --name view-name --delete"
4020
#: bzrlib/builtins.py:6310
4152
#: bzrlib/builtins.py:6334
4021
4153
msgid " To switch to a named view::"
4024
#: bzrlib/builtins.py:6312
4156
#: bzrlib/builtins.py:6336
4025
4157
msgid " bzr view --switch view-name"
4028
#: bzrlib/builtins.py:6314
4160
#: bzrlib/builtins.py:6338
4029
4161
msgid " To list all views defined::"
4032
#: bzrlib/builtins.py:6316
4164
#: bzrlib/builtins.py:6340
4033
4165
msgid " bzr view --all"
4034
4166
msgstr " bzr view --all"
4036
#: bzrlib/builtins.py:6318
4168
#: bzrlib/builtins.py:6342
4037
4169
msgid " To delete all views::"
4040
#: bzrlib/builtins.py:6320
4172
#: bzrlib/builtins.py:6344
4041
4173
msgid " bzr view --delete --all"
4042
4174
msgstr " bzr view --delete --all"
4044
#: bzrlib/builtins.py:6327
4176
#: bzrlib/builtins.py:6351
4045
4177
msgid "Apply list or delete action to all views."
4048
#: bzrlib/builtins.py:6330
4180
#: bzrlib/builtins.py:6354
4049
4181
msgid "Delete the view."
4052
#: bzrlib/builtins.py:6333
4184
#: bzrlib/builtins.py:6357
4053
4185
msgid "Name of the view to define, list or delete."
4056
#: bzrlib/builtins.py:6337
4188
#: bzrlib/builtins.py:6361
4057
4189
msgid "Name of the view to switch to."
4060
#: bzrlib/builtins.py:6356
4192
#: bzrlib/builtins.py:6380
4061
4193
msgid "Both --delete and a file list specified"
4064
#: bzrlib/builtins.py:6359
4196
#: bzrlib/builtins.py:6383
4065
4197
msgid "Both --delete and --switch specified"
4068
#: bzrlib/builtins.py:6362
4200
#: bzrlib/builtins.py:6386
4069
4201
msgid "Deleted all views.\n"
4072
#: bzrlib/builtins.py:6364
4204
#: bzrlib/builtins.py:6388
4073
4205
msgid "No current view to delete"
4076
#: bzrlib/builtins.py:6367
4208
#: bzrlib/builtins.py:6391
4077
4209
#, python-format
4078
4210
msgid "Deleted '%s' view.\n"
4081
#: bzrlib/builtins.py:6371
4213
#: bzrlib/builtins.py:6395
4082
4214
msgid "Both --switch and a file list specified"
4085
#: bzrlib/builtins.py:6374
4217
#: bzrlib/builtins.py:6398
4086
4218
msgid "Both --switch and --all specified"
4089
#: bzrlib/builtins.py:6377
4221
#: bzrlib/builtins.py:6401
4090
4222
msgid "No current view to disable"
4093
#: bzrlib/builtins.py:6379
4225
#: bzrlib/builtins.py:6403
4094
4226
#, python-format
4095
4227
msgid "Disabled '%s' view.\n"
4098
#: bzrlib/builtins.py:6383 bzrlib/builtins.py:6405
4230
#: bzrlib/builtins.py:6407 bzrlib/builtins.py:6429
4099
4231
msgid "Using '{0}' view: {1}\n"
4102
#: bzrlib/builtins.py:6386
4234
#: bzrlib/builtins.py:6410
4103
4235
msgid "Views defined:\n"
4106
#: bzrlib/builtins.py:6395
4238
#: bzrlib/builtins.py:6419
4107
4239
msgid "No views defined.\n"
4110
#: bzrlib/builtins.py:6402
4242
#: bzrlib/builtins.py:6426
4111
4243
msgid "Cannot change the 'off' pseudo view"
4114
#: bzrlib/builtins.py:6410
4246
#: bzrlib/builtins.py:6434
4115
4247
msgid "No current view.\n"
4118
#: bzrlib/builtins.py:6413
4250
#: bzrlib/builtins.py:6437
4119
4251
msgid "'{0}' view is: {1}\n"
4122
#: bzrlib/builtins.py:6433
4254
#: bzrlib/builtins.py:6457
4123
4255
msgid " <no hooks installed>\n"
4126
#: bzrlib/builtins.py:6437
4258
#: bzrlib/builtins.py:6461
4127
4259
msgid "Remove a branch."
4128
4260
msgstr "Einen Zweig entfernen."
4130
#: bzrlib/builtins.py:6439
4262
#: bzrlib/builtins.py:6463
4132
4264
"This will remove the branch from the specified location but \n"
4133
4265
"will keep any working tree or repository in place."
4136
#: bzrlib/builtins.py:6444
4268
#: bzrlib/builtins.py:6468
4137
4269
msgid " Remove the branch at repo/trunk::"
4140
#: bzrlib/builtins.py:6446
4272
#: bzrlib/builtins.py:6470
4141
4273
msgid " bzr remove-branch repo/trunk"
4142
4274
msgstr " bzr remove-branch repo/trunk"
4144
#: bzrlib/builtins.py:6461
4276
#: bzrlib/builtins.py:6477
4277
msgid "Remove branch even if it is the active branch."
4278
msgstr "Zweig entfernen, selbst wenn es ein aktiver Zweig ist."
4280
#: bzrlib/builtins.py:6491
4281
msgid "Branch is active. Use --force to remove it."
4282
msgstr "Zweig ist aktiv. Benutzen Sie --force, um ihn zu entfernen."
4284
#: bzrlib/builtins.py:6495
4145
4285
msgid "Plaintext diff output."
4148
#: bzrlib/builtins.py:6462
4288
#: bzrlib/builtins.py:6496
4149
4289
msgid "Temporarily set aside some changes from the current tree."
4152
#: bzrlib/builtins.py:6464
4292
#: bzrlib/builtins.py:6498
4154
4294
"Shelve allows you to temporarily put changes you've made \"on the shelf\",\n"
4155
4295
"ie. out of the way, until a later time when you can bring them back from\n"
4210
#: bzrlib/builtins.py:6503
4350
#: bzrlib/builtins.py:6537
4211
4351
msgid "Shelve all changes."
4214
#: bzrlib/builtins.py:6505
4354
#: bzrlib/builtins.py:6539
4215
4355
msgid "Method to use for writing diffs."
4218
#: bzrlib/builtins.py:6505
4358
#: bzrlib/builtins.py:6539
4222
#: bzrlib/builtins.py:6509
4362
#: bzrlib/builtins.py:6543
4223
4363
msgid "List shelved changes."
4226
#: bzrlib/builtins.py:6511
4366
#: bzrlib/builtins.py:6545
4227
4367
msgid "Destroy removed changes instead of shelving them."
4230
#: bzrlib/builtins.py:6540
4370
#: bzrlib/builtins.py:6574
4231
4371
msgid "No shelved changes."
4234
#: bzrlib/builtins.py:6551
4374
#: bzrlib/builtins.py:6585
4235
4375
msgid "Restore shelved changes."
4238
#: bzrlib/builtins.py:6553
4378
#: bzrlib/builtins.py:6587
4240
4380
"By default, the most recently shelved changes are restored. However if you\n"
4241
4381
"specify a shelf by id those changes will be restored instead. This works\n"
4242
4382
"best when the changes don't depend on each other."
4245
#: bzrlib/builtins.py:6562
4385
#: bzrlib/builtins.py:6596
4246
4386
msgid "The action to perform."
4247
4387
msgstr "Die auszuführende Aktion."
4249
#: bzrlib/builtins.py:6562 bzrlib/conflicts.py:694
4389
#: bzrlib/builtins.py:6596 bzrlib/conflicts.py:694
4251
4391
msgstr "Aktion"
4253
#: bzrlib/builtins.py:6564
4393
#: bzrlib/builtins.py:6598
4254
4394
msgid "Apply changes and remove from the shelf."
4257
#: bzrlib/builtins.py:6565
4397
#: bzrlib/builtins.py:6599
4258
4398
msgid "Show changes, but do not apply or remove them."
4259
4399
msgstr "Änderungen anzeigen, aber nicht anwenden oder entfernen."
4261
#: bzrlib/builtins.py:6566
4401
#: bzrlib/builtins.py:6600
4263
4403
"Instead of unshelving the changes, show the diff that would result from "
4267
#: bzrlib/builtins.py:6568
4407
#: bzrlib/builtins.py:6602
4268
4408
msgid "Delete changes without applying them."
4269
4409
msgstr "Änderungen löschen ohne diese anzuwenden."
4271
#: bzrlib/builtins.py:6569
4411
#: bzrlib/builtins.py:6603
4272
4412
msgid "Apply changes but don't delete them."
4273
4413
msgstr "Änderungen anwenden, aber diese nicht löschen."
4275
#: bzrlib/builtins.py:6584
4415
#: bzrlib/builtins.py:6618
4276
4416
msgid "Remove unwanted files from working tree."
4279
#: bzrlib/builtins.py:6586
4419
#: bzrlib/builtins.py:6620
4281
4421
"By default, only unknown files, not ignored files, are deleted. Versioned\n"
4282
4422
"files are never deleted."
4285
#: bzrlib/builtins.py:6589
4425
#: bzrlib/builtins.py:6623
4287
4427
"Another class is 'detritus', which includes files emitted by bzr during\n"
4288
4428
"normal operations and selftests. (The value of these files decreases with\n"
4292
#: bzrlib/builtins.py:6593
4432
#: bzrlib/builtins.py:6627
4294
4434
"If no options are specified, unknown files are deleted. Otherwise, option\n"
4295
4435
"flags are respected, and may be combined."
4298
#: bzrlib/builtins.py:6596
4438
#: bzrlib/builtins.py:6630
4299
4439
msgid "To check what clean-tree will do, use --dry-run."
4300
4440
msgstr "Um zu prüfen, was clean-tree tun wird, --dry-run benutzen."
4302
#: bzrlib/builtins.py:6599
4442
#: bzrlib/builtins.py:6633
4303
4443
msgid "Delete all ignored files."
4304
4444
msgstr "Alle ignorierten Dateien löschen."
4306
#: bzrlib/builtins.py:6600
4446
#: bzrlib/builtins.py:6634
4308
4448
"Delete conflict files, merge and revert backups, and failed selftest dirs."
4311
#: bzrlib/builtins.py:6603
4451
#: bzrlib/builtins.py:6637
4312
4452
msgid "Delete files unknown to bzr (default)."
4313
4453
msgstr "Dateien löschen, die bzr nicht bekannt sind (Vorgabe)."
4315
#: bzrlib/builtins.py:6604
4455
#: bzrlib/builtins.py:6638
4316
4456
msgid "Show files to delete instead of deleting them."
4317
4457
msgstr "Dateien zum Löschen anzeigen, anstelle diese zu löschen."
4319
#: bzrlib/builtins.py:6606
4459
#: bzrlib/builtins.py:6640
4320
4460
msgid "Do not prompt before deleting."
4321
4461
msgstr "Vor dem Löschen nicht nachfragen."
5231
#: bzrlib/errors.py:809
5382
#: bzrlib/errors.py:818
5232
5383
msgid "Revision is not compatible with %(repo_format)s"
5233
5384
msgstr "Die Revision ist inkompatibel zu %(repo_format)s"
5235
#: bzrlib/errors.py:819
5386
#: bzrlib/errors.py:828
5236
5387
msgid "%(context_info)s%(path)s is already versioned."
5237
5388
msgstr "%(context_info)s%(path)s ist bereits versioniert."
5239
#: bzrlib/errors.py:840
5390
#: bzrlib/errors.py:849
5240
5391
msgid "%(context_info)s%(path)s is not versioned."
5241
5392
msgstr "%(context_info)s%(path)s ist nicht versioniert."
5243
#: bzrlib/errors.py:861
5394
#: bzrlib/errors.py:870
5244
5395
msgid "Path(s) are not versioned: %(paths_as_string)s"
5245
5396
msgstr "Pfad(e) ist/sind nicht versioniert: %(paths_as_string)s"
5247
#: bzrlib/errors.py:872
5398
#: bzrlib/errors.py:881
5248
5399
msgid "Path(s) do not exist: %(paths_as_string)s%(extra)s"
5249
5400
msgstr "Pfad(e) existiert/existieren nicht: %(paths_as_string)s%(extra)s"
5251
#: bzrlib/errors.py:891
5402
#: bzrlib/errors.py:900
5252
5403
msgid "Cannot operate on \"%(filename)s\" of unsupported kind \"%(kind)s\""
5255
#: bzrlib/errors.py:899
5406
#: bzrlib/errors.py:908
5257
5408
"Filename %(filename)r is not valid in your current filesystem encoding "
5258
5409
"%(fs_encoding)s"
5261
#: bzrlib/errors.py:910
5412
#: bzrlib/errors.py:919
5262
5413
msgid "Cannot operate on \"%(filename)s\" because it is a control file"
5265
#: bzrlib/errors.py:928
5416
#: bzrlib/errors.py:937
5266
5417
msgid "The lock for '%(lock_description)s' is in use and cannot be broken."
5269
#: bzrlib/errors.py:967
5420
#: bzrlib/errors.py:976
5270
5421
msgid "Cannot lock %(lock)s: %(why)s"
5273
#: bzrlib/errors.py:977
5424
#: bzrlib/errors.py:986
5275
5426
"A transaction related operation was attempted after the transaction finished."
5278
#: bzrlib/errors.py:1004
5429
#: bzrlib/errors.py:1013
5279
5430
msgid "Cannot lock: transport is read only: %(transport)s"
5282
#: bzrlib/errors.py:1012
5433
#: bzrlib/errors.py:1021
5283
5434
msgid "Could not acquire lock \"%(lock)s\": %(msg)s"
5286
#: bzrlib/errors.py:1023
5437
#: bzrlib/errors.py:1032
5288
5439
"Lock was broken while still open: %(lock)s - check storage consistency!"
5291
#: bzrlib/errors.py:1034
5442
#: bzrlib/errors.py:1043
5293
5444
"Lock was released and re-acquired before being broken: %(lock)s: held by "
5294
5445
"%(holder)r, wanted to break %(target)r"
5297
#: bzrlib/errors.py:1046
5448
#: bzrlib/errors.py:1055
5299
5450
"Lock is apparently held, but corrupted: %(corruption_info)s\n"
5300
5451
"Use 'bzr break-lock' to clear it"
5303
#: bzrlib/errors.py:1059
5454
#: bzrlib/errors.py:1068
5304
5455
msgid "Lock not held: %(lock)s"
5307
#: bzrlib/errors.py:1088
5458
#: bzrlib/errors.py:1097
5308
5459
msgid "No changes to commit"
5311
#: bzrlib/errors.py:1093
5462
#: bzrlib/errors.py:1102
5313
5464
"Selected-file commit of merges is not supported yet: files %(files_str)s"
5316
#: bzrlib/errors.py:1103
5467
#: bzrlib/errors.py:1112
5318
5469
"Excluding paths during commit is not supported by repository at "
5319
5470
"%(repository)r."
5322
#: bzrlib/errors.py:1112
5473
#: bzrlib/errors.py:1121
5324
5475
"The specified commit message contains characters unsupported by the current "
5328
#: bzrlib/errors.py:1118
5479
#: bzrlib/errors.py:1127
5329
5480
msgid "Upgrade URL cannot work with readonly URLs."
5332
#: bzrlib/errors.py:1123
5483
#: bzrlib/errors.py:1132
5333
5484
msgid "The branch format %(format)s is already at the most recent format."
5336
#: bzrlib/errors.py:1146
5487
#: bzrlib/errors.py:1155
5337
5488
msgid "Option --change does not accept revision ranges"
5338
5489
msgstr "Die Option --change akzeptiert keine Revisionsbereiche"
5340
#: bzrlib/errors.py:1151
5491
#: bzrlib/errors.py:1160
5341
5492
msgid "No namespace registered for string: %(spec)r"
5344
#: bzrlib/errors.py:1170
5495
#: bzrlib/errors.py:1179
5346
5497
"Requested revision: '%(spec)s' does not exist in branch: "
5347
5498
"%(branch_url)s%(extra)s"
5349
5500
"Angeforderte Revision: »%(spec)s« existiert nicht im Zweig: "
5350
5501
"%(branch_url)s%(extra)s"
5352
#: bzrlib/errors.py:1184
5503
#: bzrlib/errors.py:1193
5354
5505
"Operation denied because it would change the main history, which is not "
5355
5506
"permitted by the append_revisions_only setting on branch \"%(location)s\"."
5358
#: bzrlib/errors.py:1195
5509
#: bzrlib/errors.py:1204
5360
5511
"These branches have diverged. Use the missing command to see how.\n"
5361
5512
"Use the merge command to reconcile them."
5364
#: bzrlib/errors.py:1215
5515
#: bzrlib/errors.py:1224
5366
5517
"Branches have no common ancestor, and no merge base revision was specified."
5369
#: bzrlib/errors.py:1221
5520
#: bzrlib/errors.py:1230
5371
5522
"Selected merge cannot perform reverse cherrypicks. Try merge3 or diff3."
5374
#: bzrlib/errors.py:1227
5525
#: bzrlib/errors.py:1236
5375
5526
msgid "Revisions have no common ancestor: %(revision_a)s %(revision_b)s"
5378
#: bzrlib/errors.py:1236
5529
#: bzrlib/errors.py:1245
5380
5531
"Revisions are not derived from the same root: %(revision_a)s %(revision_b)s."
5383
#: bzrlib/errors.py:1245
5534
#: bzrlib/errors.py:1254
5384
5535
msgid "Revision %(rev_id)s is not an ancestor of %(not_ancestor_id)s"
5387
#: bzrlib/errors.py:1254
5538
#: bzrlib/errors.py:1263
5388
5539
msgid "Branch %(branch)s has no commits."
5391
#: bzrlib/errors.py:1272
5542
#: bzrlib/errors.py:1281
5393
5544
"Bound branch %(branch)s is out of date with master branch "
5394
5545
"%(master)s.%(extra_help)s"
5397
#: bzrlib/errors.py:1284
5548
#: bzrlib/errors.py:1293
5399
5550
"Cannot commit to branch %(branch)s. It is bound to %(master)s, which is "
5400
5551
"bound to %(remote)s."
5403
#: bzrlib/errors.py:1296
5554
#: bzrlib/errors.py:1305
5404
5555
msgid "Cannot pull --overwrite to a branch which is bound %(branch)s"
5407
#: bzrlib/errors.py:1305
5558
#: bzrlib/errors.py:1314
5409
5560
"Unable to connect to target of bound branch %(branch)s => %(target)s: "
5413
#: bzrlib/errors.py:1317
5564
#: bzrlib/errors.py:1326
5414
5565
msgid "Error in processing weave: %(msg)s"
5417
#: bzrlib/errors.py:1326
5568
#: bzrlib/errors.py:1335
5418
5569
msgid "Revision {%(revision_id)s} already present in %(weave)s"
5419
5570
msgstr "Revision {%(revision_id)s} ist bereits in %(weave)s vorhanden"
5421
#: bzrlib/errors.py:1337
5572
#: bzrlib/errors.py:1346
5422
5573
msgid "Revision {%(revision_id)s} not present in %(weave)s"
5423
5574
msgstr "Revision {%(revision_id)s} ist nicht in %(weave)s vorhanden"
5425
#: bzrlib/errors.py:1347
5576
#: bzrlib/errors.py:1356
5426
5577
msgid "Weave invariant violated: %(what)s"
5429
#: bzrlib/errors.py:1356
5580
#: bzrlib/errors.py:1365
5430
5581
msgid "Parents are mismatched between two revisions. %(msg)s"
5433
#: bzrlib/errors.py:1378
5584
#: bzrlib/errors.py:1387
5435
5586
"Weaves differ on text content. Revision: {%(revision_id)s}, %(weave_a)s, "
5439
#: bzrlib/errors.py:1390
5590
#: bzrlib/errors.py:1399
5440
5591
msgid "Versioned file error"
5441
5592
msgstr "Fehler bei versionierter Datei"
5443
#: bzrlib/errors.py:1395
5594
#: bzrlib/errors.py:1404
5444
5595
msgid "Revision {%(revision_id)s} not present in \"%(file_id)s\"."
5445
5596
msgstr "Revision {%(revision_id)s} ist nicht in »%(file_id)s« vorhanden."
5447
#: bzrlib/errors.py:1405
5598
#: bzrlib/errors.py:1414
5448
5599
msgid "Revision {%(revision_id)s} already present in \"%(file_id)s\"."
5449
5600
msgstr "Revision {%(revision_id)s} ist bereits in »%(file_id)s« vorhanden."
5451
#: bzrlib/errors.py:1415
5602
#: bzrlib/errors.py:1424
5452
5603
msgid "Text did not match its checksum: %(msg)s"
5453
5604
msgstr "Der Text entsprach nicht seiner Prüfsumme: %(msg)s"
5455
#: bzrlib/errors.py:1541
5606
#: bzrlib/errors.py:1550
5456
5607
msgid "Export format %(format)r not supported"
5457
5608
msgstr "Exportformat %(format)r wird nicht unterstützt"
5459
#: bzrlib/errors.py:1550
5610
#: bzrlib/errors.py:1559
5460
5611
msgid "Transport error: %(msg)s %(orig_error)s"
5461
5612
msgstr "Übertragungsfehler: %(msg)s %(orig_error)s"
5463
#: bzrlib/errors.py:1576
5614
#: bzrlib/errors.py:1585
5464
5615
msgid "Generic bzr smart protocol error: %(details)s"
5465
5616
msgstr "Allgemeiner bzr-Smart-Protokoll-Fehler: %(details)s"
5467
#: bzrlib/errors.py:1584
5618
#: bzrlib/errors.py:1593
5468
5619
msgid "Received bad protocol version marker: %(marker)r"
5471
#: bzrlib/errors.py:1616
5622
#: bzrlib/errors.py:1625
5472
5623
msgid "Transport operation not possible: %(msg)s %(orig_error)s"
5475
#: bzrlib/errors.py:1621
5626
#: bzrlib/errors.py:1630
5476
5627
msgid "Connection error: %(msg)s %(orig_error)s"
5477
5628
msgstr "Verbindungsfehler: %(msg)s %(orig_error)s"
5479
#: bzrlib/errors.py:1626
5630
#: bzrlib/errors.py:1635
5480
5631
msgid "%(msg)s %(host)s%(port)s%(orig_error)s"
5481
5632
msgstr "%(msg)s %(host)s%(port)s%(orig_error)s"
5483
#: bzrlib/errors.py:1647
5634
#: bzrlib/errors.py:1656
5484
5635
msgid "Connection closed: %(msg)s %(orig_error)s"
5485
5636
msgstr "Verbindung geschlossen: %(msg)s %(orig_error)s"
5487
#: bzrlib/errors.py:1652
5638
#: bzrlib/errors.py:1661
5488
5639
msgid "Connection Timeout: %(msg)s%(orig_error)s"
5489
5640
msgstr "Verbindung abgelaufen: %(msg)s%(orig_error)s"
5491
#: bzrlib/errors.py:1657
5642
#: bzrlib/errors.py:1666
5492
5643
msgid "Invalid range access in %(path)s at %(offset)s: %(msg)s"
5495
#: bzrlib/errors.py:1667
5646
#: bzrlib/errors.py:1676
5496
5647
msgid "Invalid http response for %(path)s: %(msg)s%(orig_error)s"
5497
5648
msgstr "Ungültige HTTP-Antwort für %(path)s: %(msg)s%(orig_error)s"
5499
#: bzrlib/errors.py:1682
5650
#: bzrlib/errors.py:1691
5500
5651
msgid "Certificate error: %(error)s"
5501
5652
msgstr "Zertifikatsfehler: %(error)s"
5503
#: bzrlib/errors.py:1690
5654
#: bzrlib/errors.py:1699
5504
5655
msgid "Invalid http range %(range)r for %(path)s: %(msg)s"
5505
5656
msgstr "Ungültiger HTTP-Bereich %(range)r für %(path)s: %(msg)s"
5507
#: bzrlib/errors.py:1704
5658
#: bzrlib/errors.py:1713
5508
5659
msgid "HTTP MIME Boundary missing for %(path)s: %(msg)s"
5509
5660
msgstr "»HTTP MIME Boundary« für %(path)s fehlt: %(msg)sy"
5511
#: bzrlib/errors.py:1712
5662
#: bzrlib/errors.py:1721
5512
5663
msgid "Invalid http Content-type \"%(ctype)s\" for %(path)s: %(msg)s"
5513
5664
msgstr "Ungültiger HTTP-Content-type »%(ctype)s« für %(path)s: %(msg)s"
5515
#: bzrlib/errors.py:1721
5666
#: bzrlib/errors.py:1730
5516
5667
msgid "%(source)s is%(permanently)s redirected to %(target)s"
5517
5668
msgstr "%(source)s wird%(permanently)s umgeleitet nach %(target)s"
5519
#: bzrlib/errors.py:1735
5670
#: bzrlib/errors.py:1744
5520
5671
msgid "Too many redirections"
5521
5672
msgstr "Zu viele Umleitungen"
5523
#: bzrlib/errors.py:1740
5674
#: bzrlib/errors.py:1749
5524
5675
msgid "Working tree has conflicts."
5527
#: bzrlib/errors.py:1744
5678
#: bzrlib/errors.py:1753
5528
5679
msgid "Config file %(filename)s is not UTF-8 encoded\n"
5529
5680
msgstr "Konfigurationsdatei %(filename)s ist nicht UTF-8-kodiert\n"
5531
#: bzrlib/errors.py:1753
5682
#: bzrlib/errors.py:1762
5533
5684
"Error(s) parsing config file %(filename)s:\n"
5537
#: bzrlib/errors.py:1763
5688
#: bzrlib/errors.py:1772
5539
5690
"Bad value \"%(value)s\" for option \"%(name)s\".\n"
5540
5691
"See ``bzr help %(name)s``"
5543
#: bzrlib/errors.py:1773
5694
#: bzrlib/errors.py:1782
5544
5695
msgid "%(username)r does not seem to contain a reasonable email address"
5545
5696
msgstr "%(username)r scheint keine vernünftige E-Mail-Adresse zu haben"
5547
#: bzrlib/errors.py:1782
5698
#: bzrlib/errors.py:1791
5548
5699
msgid "Failed to GPG sign data with command \"%(command_line)s\""
5551
#: bzrlib/errors.py:1790
5702
#: bzrlib/errors.py:1799
5552
5703
msgid "Failed to verify GPG signature data with error \"%(error)s\""
5555
#: bzrlib/errors.py:1798
5706
#: bzrlib/errors.py:1807
5556
5707
msgid "Unable to import library \"%(library)s\": %(error)s"
5557
5708
msgstr "Importieren der Bibliothek »%(library)s« nicht möglich: %(error)s"
5559
#: bzrlib/errors.py:1806
5710
#: bzrlib/errors.py:1815
5560
5711
msgid "python-gpgme is not installed, it is needed to verify signatures"
5563
#: bzrlib/errors.py:1814
5714
#: bzrlib/errors.py:1823
5565
5716
"The working tree for %(basedir)s has changed since the last commit, but "
5566
5717
"weave merge requires that it be unchanged"
5569
#: bzrlib/errors.py:1824
5720
#: bzrlib/errors.py:1833
5571
5722
"Can't reprocess and show base, because reprocessing obscures the "
5572
5723
"relationship of conflicting lines to the base"
5575
#: bzrlib/errors.py:1830
5726
#: bzrlib/errors.py:1839
5576
5727
msgid "Cycle in graph %(graph)r"
5579
#: bzrlib/errors.py:1858
5730
#: bzrlib/errors.py:1867
5580
5731
msgid "File %(filename)s is not conflicted."
5583
#: bzrlib/errors.py:1880
5734
#: bzrlib/errors.py:1889
5584
5735
msgid "No bundle was found in \"%(filename)s\"."
5587
#: bzrlib/errors.py:1889
5738
#: bzrlib/errors.py:1898
5588
5739
msgid "Unable to handle bundle version %(version)s: %(msg)s"
5591
#: bzrlib/errors.py:1899
5742
#: bzrlib/errors.py:1908
5592
5743
msgid "Branch %(base)s is missing revision %(text_revision)s of %(file_id)s"
5593
5744
msgstr "Im Zweig %(base)s fehlt Revision %(text_revision)s von %(file_id)s"
5595
#: bzrlib/errors.py:1912
5746
#: bzrlib/errors.py:1921
5596
5747
msgid "File id {%(file_id)s} already exists in inventory as %(entry)s"
5599
#: bzrlib/errors.py:1922
5750
#: bzrlib/errors.py:1931
5600
5751
msgid "Key %(key)s is already present in map"
5603
#: bzrlib/errors.py:1927
5754
#: bzrlib/errors.py:1936
5604
5755
msgid "The prefix %(prefix)s is in the help search path twice."
5607
#: bzrlib/errors.py:1937
5758
#: bzrlib/errors.py:1946
5609
5760
"No final name for trans_id %(trans_id)r\n"
5610
5761
"file-id: %(file_id)r\n"
5611
5762
"root trans-id: %(root_trans_id)r\n"
5614
#: bzrlib/errors.py:1969
5765
#: bzrlib/errors.py:1978
5615
5766
msgid "Attempt to reuse a transform that has already been applied."
5618
#: bzrlib/errors.py:1974
5769
#: bzrlib/errors.py:1983
5619
5770
msgid "Moving the root directory is not supported at this time"
5622
#: bzrlib/errors.py:1979
5773
#: bzrlib/errors.py:1988
5623
5774
msgid "Failed to rename %(from_path)s to %(to_path)s: %(why)s"
5624
5775
msgstr "Umbenennen von %(from_path)s in %(to_path)s gescheitert: %(why)s"
5626
#: bzrlib/errors.py:1990
5777
#: bzrlib/errors.py:1999
5628
5779
"Could not move %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5631
#: bzrlib/errors.py:2026
5782
#: bzrlib/errors.py:2035
5633
5784
"Could not rename %(from_path)s%(operator)s %(to_path)s%(_has_extra)s%(extra)s"
5636
#: bzrlib/errors.py:2056
5787
#: bzrlib/errors.py:2065
5637
5788
msgid "Unable to import paramiko (required for sftp support): %(error)s"
5640
#: bzrlib/errors.py:2064
5791
#: bzrlib/errors.py:2073
5641
5792
msgid "Nothing to merge."
5644
#: bzrlib/errors.py:2069
5795
#: bzrlib/errors.py:2078
5645
5796
msgid "Format %(format)s cannot be initialised by this version of bzr."
5647
5798
"Das Format %(format)s kann von dieser Bazaar-Version nicht initialisiert "
5650
#: bzrlib/errors.py:2078
5801
#: bzrlib/errors.py:2087
5652
5803
"Cannot convert from format %(from_format)s to format %(format)s. "
5656
#: bzrlib/errors.py:2090
5807
#: bzrlib/errors.py:2099
5657
5808
msgid "Could not find an appropriate Differ for file \"%(path)s\""
5660
#: bzrlib/errors.py:2098
5811
#: bzrlib/errors.py:2107
5661
5812
msgid "%(exe_name)s could not be found on this machine"
5662
5813
msgstr "%(exe_name)s konnte nicht auf diesem Rechner gefunden werden"
5664
#: bzrlib/errors.py:2106
5815
#: bzrlib/errors.py:2115
5665
5816
msgid "Diff is not installed on this machine: %(msg)s"
5666
5817
msgstr "Diff ist auf diesem Rechner nicht installiert: %(msg)s"
5668
#: bzrlib/errors.py:2114
5819
#: bzrlib/errors.py:2123
5669
5820
msgid "Diff3 is not installed on this machine."
5670
5821
msgstr "Diff3 ist auf diesem Rechner nicht installiert."
5672
#: bzrlib/errors.py:2120
5823
#: bzrlib/errors.py:2129
5673
5824
msgid "The content being inserted is already present."
5674
5825
msgstr "Der gerade eingefügte Inhalt ist bereits vorhanden."
5676
#: bzrlib/errors.py:2125
5827
#: bzrlib/errors.py:2134
5678
5829
"This tree contains left-over files from a failed operation.\n"
5679
5830
" Please examine %(limbo_dir)s to see if it contains any files you wish "
5696
5847
" keep, and delete it when you are done."
5699
#: bzrlib/errors.py:2157
5850
#: bzrlib/errors.py:2166
5701
5852
"Unable to delete transform temporary directory %(pending_deletion)s. Please "
5702
5853
"examine %(pending_deletion)s to see if it contains any files you wish to "
5703
5854
"keep, and delete it when you are done."
5706
#: bzrlib/errors.py:2167
5857
#: bzrlib/errors.py:2176
5707
5858
msgid "Working tree is out of date, please run 'bzr update'.%(more)s"
5710
#: bzrlib/errors.py:2181
5861
#: bzrlib/errors.py:2190
5712
5863
"Public branch \"%(public_location)s\" lacks revision \"%(revstring)s\"."
5714
5865
"Im öffentlichen Zweig »%(public_location)s« fehlt Revision »%(revstring)s«."
5716
#: bzrlib/errors.py:2194
5867
#: bzrlib/errors.py:2203
5717
5868
msgid "Error in merge modified format"
5720
#: bzrlib/errors.py:2199
5871
#: bzrlib/errors.py:2208
5721
5872
msgid "Format error in conflict listings"
5724
#: bzrlib/errors.py:2203
5875
#: bzrlib/errors.py:2212
5726
5877
"Inconsistency in dirstate file %(dirstate_path)s.\n"
5727
5878
"Error: %(description)s"
5730
#: bzrlib/errors.py:2214
5881
#: bzrlib/errors.py:2223
5732
5883
"An error has been detected in the repository %(repo_path)s.\n"
5733
5884
"Please run bzr reconcile on this repository."
5736
#: bzrlib/errors.py:2225
5887
#: bzrlib/errors.py:2234
5738
5889
"An inconsistent delta was supplied involving %(path)r, %(file_id)r\n"
5739
5890
"reason: %(reason)s"
5742
#: bzrlib/errors.py:2238
5893
#: bzrlib/errors.py:2247
5744
5895
"An inconsistent delta was supplied: %(delta)r\n"
5745
5896
"reason: %(reason)s"
5748
#: bzrlib/errors.py:2250
5899
#: bzrlib/errors.py:2259
5749
5900
msgid "To use this feature you must upgrade your branch at %(path)s."
5752
#: bzrlib/errors.py:2259
5903
#: bzrlib/errors.py:2268
5753
5904
msgid "To use this feature you must upgrade your repository at %(path)s."
5756
#: bzrlib/errors.py:2264
5907
#: bzrlib/errors.py:2273
5758
5909
"To use this feature you must upgrade your branch at %(path)s to a format "
5759
5910
"which supports rich roots."
5762
#: bzrlib/errors.py:2270
5913
#: bzrlib/errors.py:2279
5763
5914
msgid "Cannot perform local-only commits on unbound branches."
5766
#: bzrlib/errors.py:2275
5917
#: bzrlib/errors.py:2284
5767
5918
msgid "The method %(mname)s is not supported on objects of type %(tname)s."
5770
#: bzrlib/errors.py:2296
5921
#: bzrlib/errors.py:2305
5771
5922
msgid "Ghost tags not supported by format %(format)r."
5774
#: bzrlib/errors.py:2304
5925
#: bzrlib/errors.py:2313
5775
5926
msgid "File is binary but should be text."
5776
5927
msgstr "Die Datei ist binär, sollte aber Text sein."
5778
#: bzrlib/errors.py:2309
5929
#: bzrlib/errors.py:2318
5779
5930
msgid "The path %(path)s is not permitted on this platform"
5780
5931
msgstr "Der Pfad %(path)s ist auf dieser Plattform nicht erlaubt"
5782
#: bzrlib/errors.py:2318
5933
#: bzrlib/errors.py:2327
5784
5935
"Testament did not match expected value.\n"
5785
5936
" For revision_id {%(revision_id)s}, expected {%(expected)s}, measured\n"
5786
5937
" {%(measured)s}"
5789
#: bzrlib/errors.py:2330
5940
#: bzrlib/errors.py:2339
5790
5941
msgid "Not a bzr revision-bundle: %(text)r"
5793
#: bzrlib/errors.py:2339
5944
#: bzrlib/errors.py:2348
5794
5945
msgid "Bad bzr revision-bundle: %(text)r"
5797
#: bzrlib/errors.py:2348
5948
#: bzrlib/errors.py:2357
5798
5949
msgid "Malformed bzr revision-bundle header: %(text)r"
5801
#: bzrlib/errors.py:2353
5952
#: bzrlib/errors.py:2362
5802
5953
msgid "Malformed patches in bzr revision-bundle: %(text)r"
5805
#: bzrlib/errors.py:2358
5956
#: bzrlib/errors.py:2367
5806
5957
msgid "Malformed footer in bzr revision-bundle: %(text)r"
5809
#: bzrlib/errors.py:2363
5960
#: bzrlib/errors.py:2372
5810
5961
msgid "End of line marker was not \\n in bzr revision-bundle"
5813
#: bzrlib/errors.py:2373
5964
#: bzrlib/errors.py:2382
5814
5965
msgid "Bundle format %(bundle_format)s is incompatible with %(other)s"
5817
#: bzrlib/errors.py:2383
5968
#: bzrlib/errors.py:2392
5818
5969
msgid "Root class for inventory serialization errors"
5821
#: bzrlib/errors.py:2387
5972
#: bzrlib/errors.py:2396
5823
5974
"The inventory was not in the expected format:\n"
5827
#: bzrlib/errors.py:2396
5978
#: bzrlib/errors.py:2405
5828
5979
msgid "This operation requires rich root data storage"
5831
#: bzrlib/errors.py:2409
5982
#: bzrlib/errors.py:2418
5832
5983
msgid "Unrecognised value for BZR_SSH environment variable: %(vendor)s"
5835
#: bzrlib/errors.py:2418
5986
#: bzrlib/errors.py:2427
5837
5988
"Don't know how to handle SSH connections. Please set BZR_SSH environment "
5841
#: bzrlib/errors.py:2425
5992
#: bzrlib/errors.py:2434
5843
5994
"Could not determine revno for {%(revision_id)s} because its ancestry shows a "
5844
5995
"ghost at {%(ghost_revision_id)s}"
5847
#: bzrlib/errors.py:2435
5998
#: bzrlib/errors.py:2444
5848
5999
msgid "Ghost revision {%(revision_id)s} cannot be used here."
5849
6000
msgstr "Geister-Revision {%(revision_id)s} kann hier nicht benutzt werden."
5851
#: bzrlib/errors.py:2486
6002
#: bzrlib/errors.py:2495
5853
6004
"A merge directive must provide either a bundle or a public branch location."
5856
#: bzrlib/errors.py:2493
6007
#: bzrlib/errors.py:2502
5857
6008
msgid "Bad merge directive payload %(start)r"
5860
#: bzrlib/errors.py:2503
6011
#: bzrlib/errors.py:2512
5861
6012
msgid "Preview patch does not match requested changes."
5864
#: bzrlib/errors.py:2509
6015
#: bzrlib/errors.py:2518
5865
6016
msgid "Patch_type was %(patch_type)s, but no patch was supplied."
5868
#: bzrlib/errors.py:2519
6019
#: bzrlib/errors.py:2528
5870
6021
"Your branch does not have all of the revisions required in order to merge "
5871
6022
"this merge directive and the target location specified in the merge "
5872
6023
"directive is not a branch: %(location)s."
5875
#: bzrlib/errors.py:2531
6026
#: bzrlib/errors.py:2540
5876
6027
msgid "Unsupported entry kind %(kind)s"
5879
#: bzrlib/errors.py:2539
6030
#: bzrlib/errors.py:2548
5880
6031
msgid "Can't subsume %(other_tree)s into %(tree)s. %(reason)s"
5883
#: bzrlib/errors.py:2549
6034
#: bzrlib/errors.py:2558
5884
6035
msgid "Subsume target %(other_tree)s needs to be upgraded."
5887
#: bzrlib/errors.py:2568
6038
#: bzrlib/errors.py:2577
5888
6039
msgid "No such tag: %(tag_name)s"
5891
#: bzrlib/errors.py:2576
6042
#: bzrlib/errors.py:2585
5892
6043
msgid "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
5895
#: bzrlib/errors.py:2585
6046
#: bzrlib/errors.py:2594
5896
6047
msgid "Tag %(tag_name)s already exists."
5899
#: bzrlib/errors.py:2593
6050
#: bzrlib/errors.py:2602
5901
6052
"Did not understand bug identifier %(bug_id)s: %(reason)s. See \"bzr help "
5902
6053
"bugs\" for more information on this feature."
5905
#: bzrlib/errors.py:2603
6056
#: bzrlib/errors.py:2612
5907
6058
"The URL for bug tracker \"%(abbreviation)s\" doesn't contain {id}: %(url)s"
5910
#: bzrlib/errors.py:2613
6061
#: bzrlib/errors.py:2622
5912
6063
"Cannot find registered bug tracker called %(abbreviation)s on %(branch)s"
5915
#: bzrlib/errors.py:2623
6066
#: bzrlib/errors.py:2632
5916
6067
msgid "Invalid line in bugs property: '%(line)s'"
5919
#: bzrlib/errors.py:2631
6070
#: bzrlib/errors.py:2640
5920
6071
msgid "Invalid bug status: '%(status)s'"
5923
#: bzrlib/errors.py:2639
6074
#: bzrlib/errors.py:2648
5924
6075
msgid "Could not understand response from smart server: %(response_tuple)r"
5927
#: bzrlib/errors.py:2678
6078
#: bzrlib/errors.py:2687
5928
6079
msgid "Server sent an unexpected error: %(error_tuple)r"
5929
6080
msgstr "Der Server meldete einen unerwarteten Fehler: %(error_tuple)r"
5931
#: bzrlib/errors.py:2697
6082
#: bzrlib/errors.py:2706
5932
6083
msgid "Unrecognised container format: %(container_format)r"
5935
#: bzrlib/errors.py:2705
6086
#: bzrlib/errors.py:2714
5936
6087
msgid "Unexpected end of container stream"
5939
#: bzrlib/errors.py:2710
6090
#: bzrlib/errors.py:2719
5940
6091
msgid "Unknown record type: %(record_type)r"
5943
#: bzrlib/errors.py:2718
6094
#: bzrlib/errors.py:2727
5944
6095
msgid "Invalid record: %(reason)s"
5947
#: bzrlib/errors.py:2726
6098
#: bzrlib/errors.py:2735
5948
6099
msgid "Container has data after end marker: %(excess)r"
5951
#: bzrlib/errors.py:2734
6102
#: bzrlib/errors.py:2743
5952
6103
msgid "Container has multiple records with the same name: %(name)s"
5955
#: bzrlib/errors.py:2747
6106
#: bzrlib/errors.py:2756
5956
6107
msgid "Corrupt or incompatible data stream: %(reason)s"
5957
6108
msgstr "Fehlerhafter oder inkompatibler Datenstrom: %(reason)s"
5959
#: bzrlib/errors.py:2755
6110
#: bzrlib/errors.py:2764
5960
6111
msgid "SMTP error: %(error)s"
5961
6112
msgstr "SMTP-Fehler: %(error)s"
5963
#: bzrlib/errors.py:2763
6114
#: bzrlib/errors.py:2772
5964
6115
msgid "No message supplied."
5967
#: bzrlib/errors.py:2768
6118
#: bzrlib/errors.py:2777
5968
6119
msgid "No mail-to address (--mail-to) or output (-o) specified."
5971
#: bzrlib/errors.py:2773
5972
msgid "Unknown mail client: %(mail_client)s"
5975
#: bzrlib/errors.py:2781
6122
#: bzrlib/errors.py:2782
5977
6124
"Unable to find mail client with the following names: "
5978
6125
"%(mail_command_list_string)s"
5981
#: bzrlib/errors.py:2791
6128
#: bzrlib/errors.py:2792
5982
6129
msgid "SMTP connection to %(host)s refused"
5983
6130
msgstr "SMTP-Verbindung zu %(host)s wurde abgelehnt"
5985
#: bzrlib/errors.py:2800
6132
#: bzrlib/errors.py:2801
5986
6133
msgid "Please specify smtp_server. No server at default %(host)s."
5989
#: bzrlib/errors.py:2814
6136
#: bzrlib/errors.py:2815
5991
6138
"'%(display_url)s' is not in sync with %(target_url)s. See bzr help sync-for-"
5995
#: bzrlib/errors.py:2826
6142
#: bzrlib/errors.py:2827
5996
6143
msgid "'%(display_url)s' is already a branch."
5997
6144
msgstr "»%(display_url)s« ist bereits ein Zweig."
5999
#: bzrlib/errors.py:2831
6146
#: bzrlib/errors.py:2832
6000
6147
msgid "'%(display_url)s' is already a tree."
6003
#: bzrlib/errors.py:2836
6150
#: bzrlib/errors.py:2837
6004
6151
msgid "'%(display_url)s' is already a checkout."
6007
#: bzrlib/errors.py:2841
6154
#: bzrlib/errors.py:2842
6008
6155
msgid "'%(display_url)s' is already a lightweight checkout."
6011
#: bzrlib/errors.py:2846
6158
#: bzrlib/errors.py:2847
6012
6159
msgid "'%(display_url)s' is already using a shared repository."
6015
#: bzrlib/errors.py:2851
6162
#: bzrlib/errors.py:2852
6016
6163
msgid "'%(display_url)s' is already standalone."
6019
#: bzrlib/errors.py:2856
6166
#: bzrlib/errors.py:2857
6020
6167
msgid "Shared repository '%(display_url)s' already creates working trees."
6023
#: bzrlib/errors.py:2862
6170
#: bzrlib/errors.py:2863
6025
6172
"Shared repository '%(display_url)s' already doesn't create working trees."
6028
#: bzrlib/errors.py:2868
6175
#: bzrlib/errors.py:2869
6029
6176
msgid "Requested reconfiguration of '%(display_url)s' is not supported."
6032
#: bzrlib/errors.py:2873
6179
#: bzrlib/errors.py:2874
6033
6180
msgid "No location could be found to bind to at %(display_url)s."
6036
#: bzrlib/errors.py:2878
6183
#: bzrlib/errors.py:2879
6038
6185
"Working tree \"%(display_url)s\" has uncommitted changes (See bzr "
6039
6186
"status).%(more)s"
6042
#: bzrlib/errors.py:2897
6189
#: bzrlib/errors.py:2898
6044
6191
"Working tree \"%(display_url)s\" has shelved changes (See bzr shelve --"
6045
6192
"list).%(more)s"
6048
#: bzrlib/errors.py:2903
6195
#: bzrlib/errors.py:2904
6049
6196
msgid "Variable {%(name)s} is not available."
6050
6197
msgstr "Variable {%(name)s} steht nicht zur Verfügung."
6052
#: bzrlib/errors.py:2911
6199
#: bzrlib/errors.py:2912
6053
6200
msgid "No template specified."
6056
#: bzrlib/errors.py:2916
6203
#: bzrlib/errors.py:2917
6057
6204
msgid "Unable to create symlink %(path_str)son this platform"
6060
#: bzrlib/errors.py:2931
6207
#: bzrlib/errors.py:2932
6062
6209
"Unsupported timezone format \"%(timezone)s\", options are \"utc\", "
6063
6210
"\"original\", \"local\"."
6065
6212
"Ungültiges Zeitzonenformat »%(timezone)s«, die Optionen sind »utc«, "
6066
6213
"»original« und »local«."
6068
#: bzrlib/errors.py:2965
6215
#: bzrlib/errors.py:2966
6070
6217
"Unable to encode %(kind)s path %(path)r in user encoding %(user_encoding)s"
6073
#: bzrlib/errors.py:2977
6220
#: bzrlib/errors.py:2978
6074
6221
msgid "The \"%(config_id)s\" configuration does not exist."
6075
6222
msgstr "Die Konfiguration »%(config_id)s« existiert nicht."
6077
#: bzrlib/errors.py:2985
6224
#: bzrlib/errors.py:2986
6078
6225
msgid "The \"%(option_name)s\" configuration option does not exist."
6079
6226
msgstr "Die Konfigurationsoption »%(option_name)s« existiert nicht."
6081
#: bzrlib/errors.py:2993
6228
#: bzrlib/errors.py:2994
6082
6229
msgid "The alias \"%(alias_name)s\" does not exist."
6083
6230
msgstr "Der Alias »%(alias_name)s« existiert nicht."
6085
#: bzrlib/errors.py:3007
6232
#: bzrlib/errors.py:3008
6086
6233
msgid "\"%(alias_name)s\" is not a valid location alias."
6089
#: bzrlib/errors.py:3015
6236
#: bzrlib/errors.py:3016
6090
6237
msgid "No %(alias_name)s location assigned."
6093
#: bzrlib/errors.py:3023
6240
#: bzrlib/errors.py:3024
6094
6241
msgid "Cannot bind address \"%(host)s:%(port)i\": %(orig_error)s."
6097
#: bzrlib/errors.py:3033
6244
#: bzrlib/errors.py:3034
6098
6245
msgid "Unknown rules detected: %(unknowns_str)s."
6099
6246
msgstr "Unbekannte Regeln festgestellt: %(unknowns_str)s."
6101
#: bzrlib/errors.py:3044
6248
#: bzrlib/errors.py:3045
6102
6249
msgid "Tip change rejected: %(msg)s"
6105
#: bzrlib/errors.py:3052
6252
#: bzrlib/errors.py:3053
6106
6253
msgid "Shelf corrupt."
6109
#: bzrlib/errors.py:3057
6256
#: bzrlib/errors.py:3058
6110
6257
msgid "Corruption while decompressing repository file%(orig_error)s"
6113
#: bzrlib/errors.py:3069
6260
#: bzrlib/errors.py:3070
6114
6261
msgid "No changes are shelved with id \"%(shelf_id)d\"."
6117
#: bzrlib/errors.py:3077
6264
#: bzrlib/errors.py:3078
6118
6265
msgid "\"%(invalid_id)s\" is not a valid shelf id, try a number instead."
6121
#: bzrlib/errors.py:3085
6268
#: bzrlib/errors.py:3086
6123
6270
"An attempt to access a url outside the server jail was made: '%(url)s'."
6126
#: bzrlib/errors.py:3093
6273
#: bzrlib/errors.py:3094
6127
6274
msgid "The user aborted the operation."
6128
6275
msgstr "Der Vorgang wurde vom Benutzer abgebrochen."
6130
#: bzrlib/errors.py:3098
6277
#: bzrlib/errors.py:3099
6131
6278
msgid "Branching '%(url)s'(%(format)s) must create a working tree."
6134
#: bzrlib/errors.py:3108
6281
#: bzrlib/errors.py:3109
6135
6282
msgid "No such view: %(view_name)s."
6138
#: bzrlib/errors.py:3118
6285
#: bzrlib/errors.py:3119
6140
6287
"Views are not supported by %(tree)s; use 'bzr upgrade' to change your tree "
6141
6288
"to a later format."
6144
#: bzrlib/errors.py:3127
6291
#: bzrlib/errors.py:3128
6146
6293
"Specified file \"%(file_name)s\" is outside the current view: %(view_str)s"
6149
#: bzrlib/errors.py:3194
6296
#: bzrlib/errors.py:3195
6150
6297
msgid "%(bzrdir)r does not support co-located branches."
6153
#: bzrlib/errors.py:3200
6300
#: bzrlib/errors.py:3201
6155
6302
"Unable to determine your name.\n"
6156
6303
"Please, set your name with the 'whoami' command.\n"
6157
6304
"E.g. bzr whoami \"Your Name <name@example.com>\""
6160
#: bzrlib/errors.py:3209
6307
#: bzrlib/errors.py:3210
6161
6308
msgid "Invalid pattern(s) found. %(msg)s"
6162
6309
msgstr "Ungültige(s) Muster gefunden. %(msg)s"
6164
#: bzrlib/errors.py:3217
6311
#: bzrlib/errors.py:3218
6166
6313
"Branch \"%(branch_url)s\" appears to be bound to itself. Please use `bzr "
6167
6314
"unbind` to fix."
6170
#: bzrlib/errors.py:3228
6317
#: bzrlib/errors.py:3229
6171
6318
msgid "Loop involving %(refs)r while expanding \"%(string)s\"."
6174
#: bzrlib/errors.py:3237
6321
#: bzrlib/errors.py:3238
6175
6322
msgid "Option %(name)s is not defined while expanding \"%(string)s\"."
6178
#: bzrlib/errors.py:3246
6325
#: bzrlib/errors.py:3247
6180
6327
"No compatible object available for operations from %(source)r to %(target)r."
6183
#: bzrlib/errors.py:3256
6330
#: bzrlib/errors.py:3257
6185
6332
"VFS requests over the smart server are not allowed. Encountered: %(method)s, "
6186
6333
"%(arguments)s."
6189
#: bzrlib/errors.py:3266
6336
#: bzrlib/errors.py:3267
6191
6338
"Kind change from %(from_kind)s to %(to_kind)s for %(path)s not supported by "
6192
6339
"format %(format)r"
6195
#: bzrlib/errors.py:3278
6342
#: bzrlib/errors.py:3279
6197
6344
"Missing feature %(feature)s not provided by this version of Bazaar or any "
6645
6796
" bzr register-branch http://foo.com/bzr/fooproject.mine \\\n"
6646
6797
" --project fooproject"
6648
#: bzrlib/plugins/launchpad/__init__.py:106
6799
#: bzrlib/plugins/launchpad/cmds.py:69
6649
6800
msgid "Launchpad project short name to associate with the branch."
6650
6801
msgstr "Launchpad-Projekt-Kurzname, dem der Zweig zugeordnet wird."
6652
#: bzrlib/plugins/launchpad/__init__.py:113
6803
#: bzrlib/plugins/launchpad/cmds.py:76
6654
6805
"Short name for the branch; by default taken from the last component of the "
6658
#: bzrlib/plugins/launchpad/__init__.py:117
6809
#: bzrlib/plugins/launchpad/cmds.py:80
6659
6810
msgid "One-sentence description of the branch."
6660
6811
msgstr "Beschreibung des Zweiges in einem Satz."
6662
#: bzrlib/plugins/launchpad/__init__.py:120
6813
#: bzrlib/plugins/launchpad/cmds.py:83
6663
6814
msgid "Longer description of the purpose or contents of the branch."
6664
6815
msgstr "Längere Beschreibung für den Zweck oder die Inhalte des Zweiges."
6666
#: bzrlib/plugins/launchpad/__init__.py:123
6817
#: bzrlib/plugins/launchpad/cmds.py:86
6667
6818
msgid "Branch author's email address, if not yourself."
6668
6819
msgstr "E-Mail-Adresse des Autors des Zweigs, wenn Sie es nicht selbst sind."
6670
#: bzrlib/plugins/launchpad/__init__.py:126
6821
#: bzrlib/plugins/launchpad/cmds.py:89
6671
6822
msgid "The bug this branch fixes."
6672
6823
msgstr "Der Fehler, den dieser Zweig behebt."
6674
#: bzrlib/plugins/launchpad/__init__.py:129
6825
#: bzrlib/plugins/launchpad/cmds.py:92
6675
6826
msgid "Prepare the request but don't actually send it."
6676
6827
msgstr "Die Anfrage vorbereiten, aber nicht absenden."
6678
#: bzrlib/plugins/launchpad/__init__.py:151
6829
#: bzrlib/plugins/launchpad/cmds.py:114
6680
6831
"register-branch requires a public branch url - see bzr help register-branch."
6683
#: bzrlib/plugins/launchpad/__init__.py:159
6834
#: bzrlib/plugins/launchpad/cmds.py:122
6684
6835
msgid "--product is deprecated; please use --project."
6685
6836
msgstr "--product ist veraltet; bitte --project benutzen."
6687
#: bzrlib/plugins/launchpad/__init__.py:191
6838
#: bzrlib/plugins/launchpad/cmds.py:152
6688
6839
msgid "Open a Launchpad branch page in your web browser."
6689
6840
msgstr "Eine Launchpad-Zweig-Seite in Ihrem Web-Browser öffnen."
6691
#: bzrlib/plugins/launchpad/__init__.py:196
6842
#: bzrlib/plugins/launchpad/cmds.py:157
6692
6843
msgid "Do not actually open the browser. Just say the URL we would use."
6695
#: bzrlib/plugins/launchpad/__init__.py:231
6846
#: bzrlib/plugins/launchpad/cmds.py:192
6696
6847
#, python-format
6697
6848
msgid "Opening %s in web browser"
6698
6849
msgstr "%s wird im Web-Browser geöffnet"
6700
#: bzrlib/plugins/launchpad/__init__.py:241
6851
#: bzrlib/plugins/launchpad/cmds.py:200
6701
6852
msgid "Show or set the Launchpad user ID."
6702
6853
msgstr "Den Launchpad-Benutzernamen anzeigen oder festlegen."
6704
#: bzrlib/plugins/launchpad/__init__.py:243
6855
#: bzrlib/plugins/launchpad/cmds.py:202
6706
6857
"When communicating with Launchpad, some commands need to know your\n"
6707
6858
"Launchpad user ID. This command can be used to set or show the\n"
6708
6859
"user ID that Bazaar will use for such communication."
6711
#: bzrlib/plugins/launchpad/__init__.py:247
6862
#: bzrlib/plugins/launchpad/cmds.py:206
6714
6865
" Show the Launchpad ID of the current user::"
6717
#: bzrlib/plugins/launchpad/__init__.py:250
6868
#: bzrlib/plugins/launchpad/cmds.py:209
6718
6869
msgid " bzr launchpad-login"
6719
6870
msgstr " bzr launchpad-login"
6721
#: bzrlib/plugins/launchpad/__init__.py:252
6872
#: bzrlib/plugins/launchpad/cmds.py:211
6722
6873
msgid " Set the Launchpad ID of the current user to 'bob'::"
6725
#: bzrlib/plugins/launchpad/__init__.py:254
6876
#: bzrlib/plugins/launchpad/cmds.py:213
6726
6877
msgid " bzr launchpad-login bob"
6727
6878
msgstr " bzr launchpad-login bob"
6729
#: bzrlib/plugins/launchpad/__init__.py:261
6880
#: bzrlib/plugins/launchpad/cmds.py:220
6730
6881
msgid "Don't check that the user name is valid."
6731
6882
msgstr "Den Benutzernamen nicht auf Gültigkeit prüfen."
6733
#: bzrlib/plugins/launchpad/__init__.py:276
6734
#: bzrlib/plugins/launchpad/__init__.py:287
6884
#: bzrlib/plugins/launchpad/cmds.py:235 bzrlib/plugins/launchpad/cmds.py:246
6735
6885
msgid "Launchpad user ID exists and has SSH keys.\n"
6736
6886
msgstr "Launchpad-Benutzername existiert und hat SSH-Schlüssel.\n"
6738
#: bzrlib/plugins/launchpad/__init__.py:279
6888
#: bzrlib/plugins/launchpad/cmds.py:238
6739
6889
msgid "No Launchpad user ID configured.\n"
6740
6890
msgstr "Kein Launchpad-Benutzername konfiguriert.\n"
6742
#: bzrlib/plugins/launchpad/__init__.py:290
6892
#: bzrlib/plugins/launchpad/cmds.py:249
6743
6893
#, python-format
6744
6894
msgid "Launchpad user ID set to '%s'.\n"
6745
6895
msgstr "Launchpad-Benutzername auf »%s« festgelegt.\n"
6747
#: bzrlib/plugins/launchpad/__init__.py:298
6897
#: bzrlib/plugins/launchpad/cmds.py:255
6748
6898
msgid "Ask Launchpad to mirror a branch now."
6749
6899
msgstr "Launchpad jetzt darum bitten, einen Zweig zu spiegeln."
6751
#: bzrlib/plugins/launchpad/__init__.py:318
6901
#: bzrlib/plugins/launchpad/cmds.py:272
6752
6902
msgid "Propose merging a branch on Launchpad."
6755
#: bzrlib/plugins/launchpad/__init__.py:320
6905
#: bzrlib/plugins/launchpad/cmds.py:274
6757
6907
"This will open your usual editor to provide the initial comment. When it\n"
6758
6908
"has created the proposal, it will open it in your default web browser."
6761
#: bzrlib/plugins/launchpad/__init__.py:323
6911
#: bzrlib/plugins/launchpad/cmds.py:277
6763
6913
"The branch will be proposed to merge into SUBMIT_BRANCH. If SUBMIT_BRANCH\n"
6764
6914
"is not supplied, the remembered submit branch will be used. If no submit\n"
6765
6915
"branch is remembered, the development focus will be used."
6768
#: bzrlib/plugins/launchpad/__init__.py:327
6918
#: bzrlib/plugins/launchpad/cmds.py:281
6770
6920
"By default, the SUBMIT_BRANCH's review team will be requested to review\n"
6771
6921
"the merge proposal. This can be overriden by specifying --review (-R).\n"
6811
6965
"are opened in a web browser."
6814
#: bzrlib/plugins/launchpad/__init__.py:389
6968
#: bzrlib/plugins/launchpad/cmds.py:342
6816
6970
"Any revision involved in the merge may be specified-- the revision in\n"
6817
6971
"which the merge was performed, or one of the revisions that was merged."
6820
#: bzrlib/plugins/launchpad/__init__.py:392
6974
#: bzrlib/plugins/launchpad/cmds.py:345
6821
6975
msgid "So, to find the merge proposal that reviewed line 1 of README::"
6824
#: bzrlib/plugins/launchpad/__init__.py:394
6978
#: bzrlib/plugins/launchpad/cmds.py:347
6825
6979
msgid " bzr lp-find-proposal -r annotate:README:1"
6828
#: bzrlib/plugins/launchpad/__init__.py:409
6982
#: bzrlib/plugins/launchpad/cmds.py:363
6829
6983
msgid "No review found."
6832
#: bzrlib/plugins/launchpad/__init__.py:410
6986
#: bzrlib/plugins/launchpad/cmds.py:364
6833
6987
#, python-format
6834
6988
msgid "%d proposals(s) found."
6837
#: bzrlib/plugins/launchpad/__init__.py:420
6991
#: bzrlib/plugins/launchpad/cmds.py:374
6838
6992
msgid "Finding revision-id"
6841
#: bzrlib/plugins/launchpad/__init__.py:427
6995
#: bzrlib/plugins/launchpad/cmds.py:381
6842
6996
msgid "Finding merge"
6845
#: bzrlib/plugins/launchpad/__init__.py:432
6999
#: bzrlib/plugins/launchpad/cmds.py:386
6846
7000
msgid "Finding revno"
6849
#: bzrlib/plugins/launchpad/__init__.py:437
7003
#: bzrlib/plugins/launchpad/cmds.py:392
6850
7004
msgid "Finding Launchpad branch"
6853
#: bzrlib/plugins/launchpad/__init__.py:440
7007
#: bzrlib/plugins/launchpad/cmds.py:395
6854
7008
msgid "Finding proposals"
6857
#: bzrlib/plugins/launchpad/account.py:66
6858
msgid "Setting ssh/sftp usernames for launchpad.net."
6859
msgstr "SSH/SFTP-Benutzernamen für launchpad.net festlegen."
6861
7011
#: bzrlib/plugins/launchpad/lp_api.py:241
6862
7012
#: bzrlib/plugins/launchpad/lp_api.py:246
6863
7013
#, python-format
6904
#: bzrlib/plugins/launchpad/lp_propose.py:149
7054
#: bzrlib/plugins/launchpad/lp_propose.py:150
6905
7055
#, python-format
6906
7056
msgid "There is already a branch merge proposal: %s"
6909
#: bzrlib/plugins/weave_fmt/bzrdir.py:236
7059
#: bzrlib/plugins/weave_fmt/bzrdir.py:237
6910
7060
msgid "pb parameter to convert() is deprecated"
6913
#: bzrlib/plugins/weave_fmt/bzrdir.py:239
7063
#: bzrlib/plugins/weave_fmt/bzrdir.py:240
6914
7064
msgid "starting upgrade from format 4 to 5"
6917
#: bzrlib/plugins/weave_fmt/bzrdir.py:249
7067
#: bzrlib/plugins/weave_fmt/bzrdir.py:250
6918
7068
msgid "note: upgrade may be faster if all store files are ungzipped first"
6921
#: bzrlib/plugins/weave_fmt/bzrdir.py:278
7071
#: bzrlib/plugins/weave_fmt/bzrdir.py:279
6922
7072
msgid "converting revision"
6923
7073
msgstr "Revision umwandeln"
6925
#: bzrlib/plugins/weave_fmt/bzrdir.py:283
7075
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
6926
7076
msgid "upgraded to weaves:"
6929
#: bzrlib/plugins/weave_fmt/bzrdir.py:284
7079
#: bzrlib/plugins/weave_fmt/bzrdir.py:285
6930
7080
#, python-format
6931
7081
msgid "%6d revisions and inventories"
6934
#: bzrlib/plugins/weave_fmt/bzrdir.py:286
7084
#: bzrlib/plugins/weave_fmt/bzrdir.py:287
6935
7085
#, python-format
6936
7086
msgid "%6d revisions not present"
6937
7087
msgstr "%6d Revisionen nicht vorhanden"
6939
#: bzrlib/plugins/weave_fmt/bzrdir.py:288
7089
#: bzrlib/plugins/weave_fmt/bzrdir.py:289
6940
7090
#, python-format
6941
7091
msgid "%6d texts"
6942
7092
msgstr "%6d Texte"
6944
#: bzrlib/plugins/weave_fmt/bzrdir.py:324
7094
#: bzrlib/plugins/weave_fmt/bzrdir.py:325
6945
7095
msgid "writing weave"
6948
#: bzrlib/plugins/weave_fmt/bzrdir.py:328
6949
#: bzrlib/plugins/weave_fmt/bzrdir.py:330
7098
#: bzrlib/plugins/weave_fmt/bzrdir.py:329
7099
#: bzrlib/plugins/weave_fmt/bzrdir.py:331
6950
7100
msgid "inventory"
6953
#: bzrlib/plugins/weave_fmt/bzrdir.py:347
7103
#: bzrlib/plugins/weave_fmt/bzrdir.py:348
6954
7104
msgid "write revision"
6955
7105
msgstr "Revision schreiben"
6957
#: bzrlib/plugins/weave_fmt/bzrdir.py:361
7107
#: bzrlib/plugins/weave_fmt/bzrdir.py:362
6958
7108
msgid "loading revision"
6959
7109
msgstr "Revision laden"
6961
#: bzrlib/plugins/weave_fmt/bzrdir.py:366
7111
#: bzrlib/plugins/weave_fmt/bzrdir.py:367
6962
7112
#, python-format
6963
7113
msgid "revision {%s} not present in branch; will be converted as a ghost"
6966
#: bzrlib/plugins/weave_fmt/bzrdir.py:506
7116
#: bzrlib/plugins/weave_fmt/bzrdir.py:507
6967
7117
msgid "starting upgrade from format 5 to 6"
6970
#: bzrlib/plugins/weave_fmt/bzrdir.py:516
7120
#: bzrlib/plugins/weave_fmt/bzrdir.py:517
6971
7121
#, python-format
6972
7122
msgid "adding prefixes to %s"
6975
#: bzrlib/plugins/weave_fmt/bzrdir.py:556
7125
#: bzrlib/plugins/weave_fmt/bzrdir.py:557
6976
7126
msgid "starting upgrade from format 6 to metadir"
6979
#: bzrlib/plugins/weave_fmt/bzrdir.py:564
7129
#: bzrlib/plugins/weave_fmt/bzrdir.py:565
6980
7130
msgid "Removing ancestry.weave"
6983
#: bzrlib/plugins/weave_fmt/bzrdir.py:569
7133
#: bzrlib/plugins/weave_fmt/bzrdir.py:570
6984
7134
msgid "Finding branch files"
6985
7135
msgstr "Dateien des Zweigs finden"
6987
#: bzrlib/plugins/weave_fmt/bzrdir.py:579
7137
#: bzrlib/plugins/weave_fmt/bzrdir.py:580
6988
7138
msgid "Upgrading repository"
6991
#: bzrlib/plugins/weave_fmt/bzrdir.py:589
7141
#: bzrlib/plugins/weave_fmt/bzrdir.py:590
6992
7142
msgid "Upgrading branch"
6995
#: bzrlib/plugins/weave_fmt/bzrdir.py:612
7145
#: bzrlib/plugins/weave_fmt/bzrdir.py:613
6996
7146
msgid "No working tree."
6999
#: bzrlib/plugins/weave_fmt/bzrdir.py:619
7149
#: bzrlib/plugins/weave_fmt/bzrdir.py:620
7000
7150
msgid "Upgrading working tree"
7003
#: bzrlib/plugins/weave_fmt/bzrdir.py:640
7153
#: bzrlib/plugins/weave_fmt/bzrdir.py:641
7004
7154
#, python-format
7005
7155
msgid "Make %s lock"
7008
#: bzrlib/plugins/weave_fmt/bzrdir.py:651
7158
#: bzrlib/plugins/weave_fmt/bzrdir.py:652
7009
7159
#, python-format
7010
7160
msgid "Moving %s"
7011
7161
msgstr "%s wird verschoben"
9966
10106
"of bzr that requires authentication (smtp for example)."
9969
#: en/help_topics/configuration.txt:379
10109
#: en/help_topics/configuration.txt:391
9971
10111
"The syntax of the file obeys the same rules as the others except for the\n"
9972
10112
"option policies which don't apply."
9975
#: en/help_topics/configuration.txt:382
10115
#: en/help_topics/configuration.txt:394
9977
10117
"For more information on the possible uses of the authentication "
9978
10118
"configuration\n"
9979
10119
"file see :doc:`authentication-help`."
9982
#: en/help_topics/configuration.txt:385
10122
#: en/help_topics/configuration.txt:397
9985
10125
"Common options\n"
9986
10126
"--------------"
9989
#: en/help_topics/configuration.txt:389
10129
#: en/help_topics/configuration.txt:401
9991
10131
"debug_flags\n"
9995
#: en/help_topics/configuration.txt:392
10135
#: en/help_topics/configuration.txt:404
9997
10137
"A comma-separated list of debugging options to turn on. The same values\n"
9998
10138
"can be used as with the -D command-line option (see `help global-options`).\n"
9999
10139
"For example::"
10002
#: en/help_topics/configuration.txt:396
10142
#: en/help_topics/configuration.txt:408
10003
10143
msgid " debug_flags = hpss"
10004
10144
msgstr " debug_flags = hpss"
10006
#: en/help_topics/configuration.txt:400
10146
#: en/help_topics/configuration.txt:412
10007
10147
msgid " debug_flags = hpss,evil"
10008
10148
msgstr " debug_flags = hpss,evil"
10010
#: en/help_topics/configuration.txt:402
10150
#: en/help_topics/configuration.txt:414
10016
#: en/help_topics/configuration.txt:405
10156
#: en/help_topics/configuration.txt:417
10018
10158
"The email address to use when committing a branch. Typically takes the form\n"
10022
#: en/help_topics/configuration.txt:408
10162
#: en/help_topics/configuration.txt:420
10023
10163
msgid " email = Full Name <account@hostname.tld>"
10026
#: en/help_topics/configuration.txt:410
10166
#: en/help_topics/configuration.txt:422
10032
#: en/help_topics/configuration.txt:413
10172
#: en/help_topics/configuration.txt:425
10034
10174
"The path of the editor that you wish to use if *bzr commit* is run without\n"
10035
10175
"a commit message. This setting is trumped by the environment variable\n"
10123
10263
"to sign newly committed revisions, even if the branch requires signatures."
10126
#: en/help_topics/configuration.txt:462
10266
#: en/help_topics/configuration.txt:474
10128
10268
"dirstate.fdatasync\n"
10129
10269
"~~~~~~~~~~~~~~~~~~"
10132
#: en/help_topics/configuration.txt:465
10272
#: en/help_topics/configuration.txt:477
10134
10274
"If true (default), working tree metadata changes are flushed through the\n"
10135
10275
"OS buffers to physical disk. This is somewhat slower, but means data\n"
10136
10276
"should not be lost if the machine crashes. See also repository.fdatasync."
10139
#: en/help_topics/configuration.txt:469
10279
#: en/help_topics/configuration.txt:481
10141
10281
"gpg_signing_key\n"
10142
10282
"~~~~~~~~~~~~~~~"
10145
#: en/help_topics/configuration.txt:472
10285
#: en/help_topics/configuration.txt:484
10147
10287
"The GnuPG user identity to use when signing commits. Can be an e-mail\n"
10148
10288
"address, key fingerprint or full key ID. When unset or when set to\n"
10149
10289
"\"default\" Bazaar will use the user e-mail set with ``whoami``."
10152
#: en/help_topics/configuration.txt:476
10292
#: en/help_topics/configuration.txt:488
10158
#: en/help_topics/configuration.txt:479
10298
#: en/help_topics/configuration.txt:491
10160
10300
"Only useful in ``locations.conf``. Defines whether or not the\n"
10161
10301
"configuration for this section applies to subdirectories:"
10164
#: en/help_topics/configuration.txt:482
10304
#: en/help_topics/configuration.txt:494
10167
10307
" (default) This section applies to subdirectories as well."
10170
#: en/help_topics/configuration.txt:485
10310
#: en/help_topics/configuration.txt:497
10173
10313
" This section only applies to the branch at this directory and not\n"
10174
10314
" branches below it."
10177
#: en/help_topics/configuration.txt:489
10317
#: en/help_topics/configuration.txt:501
10179
10319
"gpg_signing_command\n"
10180
10320
"~~~~~~~~~~~~~~~~~~~"
10183
#: en/help_topics/configuration.txt:492
10323
#: en/help_topics/configuration.txt:504
10185
10325
"(Default: \"gpg\"). Which program should be used to sign and check "
10186
10326
"revisions.\n"
10187
10327
"For example::"
10190
#: en/help_topics/configuration.txt:495
10330
#: en/help_topics/configuration.txt:507
10191
10331
msgid " gpg_signing_command = /usr/bin/gnpg"
10194
#: en/help_topics/configuration.txt:497
10334
#: en/help_topics/configuration.txt:509
10196
10336
"The specified command must accept the options \"--clearsign\" and \"-u "
10200
#: en/help_topics/configuration.txt:499
10340
#: en/help_topics/configuration.txt:511
10202
10342
"bzr_remote_path\n"
10203
10343
"~~~~~~~~~~~~~~~"
10206
#: en/help_topics/configuration.txt:502
10346
#: en/help_topics/configuration.txt:514
10208
10348
"(Default: \"bzr\"). The path to the command that should be used to run the "
10210
10350
"server for bzr. This value may only be specified in locations.conf, because:"
10213
#: en/help_topics/configuration.txt:505
10353
#: en/help_topics/configuration.txt:517
10215
10355
"- it's needed before branch.conf is accessible\n"
10216
10356
"- allowing remote branch.conf files to specify commands would be a security\n"
10220
#: en/help_topics/configuration.txt:509
10360
#: en/help_topics/configuration.txt:521
10221
10361
msgid "It is overridden by the BZR_REMOTE_PATH environment variable."
10224
#: en/help_topics/configuration.txt:511
10364
#: en/help_topics/configuration.txt:523
10226
10366
"smtp_server\n"
10227
10367
"~~~~~~~~~~~"
10230
#: en/help_topics/configuration.txt:514
10370
#: en/help_topics/configuration.txt:526
10232
10372
"(Default: \"localhost\"). SMTP server to use when Bazaar needs to send\n"
10233
10373
"email, eg. with ``merge-directive --mail-to``, or the bzr-email plugin."
10236
#: en/help_topics/configuration.txt:517
10376
#: en/help_topics/configuration.txt:529
10238
10378
"smtp_username, smtp_password\n"
10239
10379
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
10242
#: en/help_topics/configuration.txt:520
10382
#: en/help_topics/configuration.txt:532
10244
10384
"User and password to authenticate to the SMTP server. If smtp_username\n"
10245
10385
"is set, and smtp_password is not, Bazaar will prompt for a password.\n"
10448
10588
"--remember``."
10451
#: en/help_topics/configuration.txt:634
10591
#: en/help_topics/configuration.txt:646
10453
10593
"push_location\n"
10454
10594
"~~~~~~~~~~~~~"
10457
#: en/help_topics/configuration.txt:637
10597
#: en/help_topics/configuration.txt:649
10459
10599
"If present, the location of the default branch for push. This option\n"
10460
10600
"is normally set by the first ``push`` or ``push --remember``."
10463
#: en/help_topics/configuration.txt:640
10603
#: en/help_topics/configuration.txt:652
10465
10605
"push_strict\n"
10466
10606
"~~~~~~~~~~~"
10469
#: en/help_topics/configuration.txt:643
10609
#: en/help_topics/configuration.txt:655
10471
10611
"If present, defines the ``--strict`` option default value for checking\n"
10472
10612
"uncommitted changes before pushing."
10475
#: en/help_topics/configuration.txt:646
10615
#: en/help_topics/configuration.txt:658
10477
10617
"dpush_strict\n"
10478
10618
"~~~~~~~~~~~~"
10481
#: en/help_topics/configuration.txt:649
10621
#: en/help_topics/configuration.txt:661
10483
10623
"If present, defines the ``--strict`` option default value for checking\n"
10484
10624
"uncommitted changes before pushing into a different VCS without any\n"
10485
10625
"custom bzr metadata."
10488
#: en/help_topics/configuration.txt:653
10628
#: en/help_topics/configuration.txt:665
10490
10630
"bound_location\n"
10491
10631
"~~~~~~~~~~~~~~"
10494
#: en/help_topics/configuration.txt:656
10634
#: en/help_topics/configuration.txt:668
10496
10636
"The location that commits should go to when acting as a checkout.\n"
10497
10637
"This option is normally set by ``bind``."
10500
#: en/help_topics/configuration.txt:659
10640
#: en/help_topics/configuration.txt:671
10506
#: en/help_topics/configuration.txt:662
10646
#: en/help_topics/configuration.txt:674
10508
10648
"If set to \"True\", the branch should act as a checkout, and push each "
10509
10649
"commit to\n"
10510
10650
"the bound_location. This option is normally set by ``bind``/``unbind``."
10513
#: en/help_topics/configuration.txt:665
10653
#: en/help_topics/configuration.txt:677
10515
10655
"send_strict\n"
10516
10656
"~~~~~~~~~~~"
10519
#: en/help_topics/configuration.txt:668
10659
#: en/help_topics/configuration.txt:680
10521
10661
"If present, defines the ``--strict`` option default value for checking\n"
10522
10662
"uncommitted changes before sending a merge directive."
10525
#: en/help_topics/configuration.txt:671
10665
#: en/help_topics/configuration.txt:683
10527
10667
"add.maximum_file_size\n"
10528
10668
"~~~~~~~~~~~~~~~~~~~~~"
10531
#: en/help_topics/configuration.txt:674
10671
#: en/help_topics/configuration.txt:686
10533
10673
"Defines the maximum file size the command line \"add\" operation will allow\n"
10534
10674
"in recursive mode, with files larger than this value being skipped. You may "
12155
12323
"set of command names."
12158
#: en/help_topics/hooks.txt:212
12326
#: en/help_topics/hooks.txt:201
12332
#: en/help_topics/hooks.txt:204 en/help_topics/hooks.txt:211
12333
msgid "Introduced in: 2.6"
12336
#: en/help_topics/hooks.txt:206
12337
msgid "Called after executing a command. Called with the command object."
12340
#: en/help_topics/hooks.txt:208
12346
#: en/help_topics/hooks.txt:213
12347
msgid "Called prior to executing a command. Called with the command object."
12350
#: en/help_topics/hooks.txt:215
12160
12352
"_ConfigHooks\n"
12161
12353
"------------"
12164
#: en/help_topics/hooks.txt:215
12356
#: en/help_topics/hooks.txt:218
12170
#: en/help_topics/hooks.txt:218 en/help_topics/hooks.txt:226
12171
#: en/help_topics/hooks.txt:233 en/help_topics/hooks.txt:241
12172
#: en/help_topics/hooks.txt:248 en/help_topics/hooks.txt:370
12173
#: en/help_topics/hooks.txt:443
12362
#: en/help_topics/hooks.txt:221 en/help_topics/hooks.txt:229
12363
#: en/help_topics/hooks.txt:236 en/help_topics/hooks.txt:244
12364
#: en/help_topics/hooks.txt:251 en/help_topics/hooks.txt:373
12365
#: en/help_topics/hooks.txt:446
12174
12366
msgid "Introduced in: 2.4"
12175
12367
msgstr "Eingeführt in: 2.4"
12177
#: en/help_topics/hooks.txt:220
12369
#: en/help_topics/hooks.txt:223
12179
12371
"Invoked when a config option is read. The signature is (stack, name,\n"
12183
#: en/help_topics/hooks.txt:223
12375
#: en/help_topics/hooks.txt:226
12189
#: en/help_topics/hooks.txt:228
12381
#: en/help_topics/hooks.txt:231
12190
12382
msgid "Invoked when a config store is loaded. The signature is (store)."
12193
#: en/help_topics/hooks.txt:230
12385
#: en/help_topics/hooks.txt:233
12199
#: en/help_topics/hooks.txt:235
12391
#: en/help_topics/hooks.txt:238
12201
12393
"Invoked when a config option is removed. The signature is (stack,\n"
12205
#: en/help_topics/hooks.txt:238
12397
#: en/help_topics/hooks.txt:241
12211
#: en/help_topics/hooks.txt:243
12403
#: en/help_topics/hooks.txt:246
12212
12404
msgid "Invoked when a config store is saved. The signature is (store)."
12215
#: en/help_topics/hooks.txt:245
12407
#: en/help_topics/hooks.txt:248
12221
#: en/help_topics/hooks.txt:250
12413
#: en/help_topics/hooks.txt:253
12223
12415
"Invoked when a config option is set. The signature is (stack, name,\n"
12227
#: en/help_topics/hooks.txt:253
12419
#: en/help_topics/hooks.txt:256
12229
12421
"ControlDirHooks\n"
12230
12422
"---------------"
12233
#: en/help_topics/hooks.txt:256
12425
#: en/help_topics/hooks.txt:259
12235
12427
"post_repo_init\n"
12236
12428
"~~~~~~~~~~~~~~"
12239
#: en/help_topics/hooks.txt:261
12431
#: en/help_topics/hooks.txt:264
12241
12433
"Invoked after a repository has been initialized. post_repo_init is\n"
12242
12434
"called with a bzrlib.controldir.RepoInitHookParams."
12245
#: en/help_topics/hooks.txt:264
12437
#: en/help_topics/hooks.txt:267
12251
#: en/help_topics/hooks.txt:267
12443
#: en/help_topics/hooks.txt:270
12252
12444
msgid "Introduced in: 1.14"
12253
12445
msgstr "Eingeführt in: 1.14"
12255
#: en/help_topics/hooks.txt:269
12447
#: en/help_topics/hooks.txt:272
12257
12449
"Invoked before attempting to open a ControlDir with the transport that\n"
12258
12450
"the open will use."
12261
#: en/help_topics/hooks.txt:272
12453
#: en/help_topics/hooks.txt:275
12263
12455
"InfoHooks\n"
12267
#: en/help_topics/hooks.txt:275
12459
#: en/help_topics/hooks.txt:278
12269
12461
"repository\n"
12273
#: en/help_topics/hooks.txt:278 en/help_topics/hooks.txt:297
12274
#: en/help_topics/hooks.txt:521
12465
#: en/help_topics/hooks.txt:281 en/help_topics/hooks.txt:300
12466
#: en/help_topics/hooks.txt:524
12275
12467
msgid "Introduced in: 1.15"
12276
12468
msgstr "Eingeführt in: 1.15"
12278
#: en/help_topics/hooks.txt:280
12470
#: en/help_topics/hooks.txt:283
12280
12472
"Invoked when displaying the statistics for a repository. repository is\n"
12281
12473
"called with a statistics dictionary as returned by the repository and\n"
12282
12474
"a file-like object to write to."
12285
#: en/help_topics/hooks.txt:284
12477
#: en/help_topics/hooks.txt:287
12287
12479
"LockHooks\n"
12291
#: en/help_topics/hooks.txt:287
12483
#: en/help_topics/hooks.txt:290
12293
12485
"lock_acquired\n"
12294
12486
"~~~~~~~~~~~~~"
12297
#: en/help_topics/hooks.txt:292
12489
#: en/help_topics/hooks.txt:295
12299
12491
"Called with a bzrlib.lock.LockResult when a physical lock is acquired."
12302
#: en/help_topics/hooks.txt:294
12494
#: en/help_topics/hooks.txt:297
12304
12496
"lock_broken\n"
12305
12497
"~~~~~~~~~~~"
12308
#: en/help_topics/hooks.txt:299
12500
#: en/help_topics/hooks.txt:302
12309
12501
msgid "Called with a bzrlib.lock.LockResult when a physical lock is broken."
12312
#: en/help_topics/hooks.txt:301
12504
#: en/help_topics/hooks.txt:304
12314
12506
"lock_released\n"
12315
12507
"~~~~~~~~~~~~~"
12318
#: en/help_topics/hooks.txt:306
12510
#: en/help_topics/hooks.txt:309
12320
12512
"Called with a bzrlib.lock.LockResult when a physical lock is released."
12323
#: en/help_topics/hooks.txt:308
12515
#: en/help_topics/hooks.txt:311
12325
12517
"MergeHooks\n"
12329
#: en/help_topics/hooks.txt:311
12521
#: en/help_topics/hooks.txt:314
12331
12523
"merge_file_content\n"
12332
12524
"~~~~~~~~~~~~~~~~~~"
12335
#: en/help_topics/hooks.txt:314
12527
#: en/help_topics/hooks.txt:317
12336
12528
msgid "Introduced in: 2.1"
12339
#: en/help_topics/hooks.txt:316
12531
#: en/help_topics/hooks.txt:319
12341
12533
"Called with a bzrlib.merge.Merger object to create a per file merge\n"
12342
12534
"object when starting a merge. Should return either None or a subclass\n"
12346
12538
"AbstractPerFileMerger API docs for details on how it is used by merge."
12349
#: en/help_topics/hooks.txt:323
12541
#: en/help_topics/hooks.txt:326
12351
12543
"post_merge\n"
12355
#: en/help_topics/hooks.txt:326 en/help_topics/hooks.txt:334
12356
#: en/help_topics/hooks.txt:384 en/help_topics/hooks.txt:402
12357
#: en/help_topics/hooks.txt:410 en/help_topics/hooks.txt:509
12547
#: en/help_topics/hooks.txt:329 en/help_topics/hooks.txt:337
12548
#: en/help_topics/hooks.txt:387 en/help_topics/hooks.txt:405
12549
#: en/help_topics/hooks.txt:413 en/help_topics/hooks.txt:512
12358
12550
msgid "Introduced in: 2.5"
12361
#: en/help_topics/hooks.txt:328
12553
#: en/help_topics/hooks.txt:331
12363
12555
"Called after a merge. Receives a Merger object as the single argument.\n"
12364
12556
"The return value is ignored."
12367
#: en/help_topics/hooks.txt:331
12559
#: en/help_topics/hooks.txt:334
12369
12561
"pre_merge\n"
12373
#: en/help_topics/hooks.txt:336
12565
#: en/help_topics/hooks.txt:339
12375
12567
"Called before a merge. Receives a Merger object as the single\n"
12379
#: en/help_topics/hooks.txt:339
12571
#: en/help_topics/hooks.txt:342
12381
12573
"MergeDirectiveHooks\n"
12382
12574
"-------------------"
12385
#: en/help_topics/hooks.txt:342
12577
#: en/help_topics/hooks.txt:345
12387
12579
"merge_request_body\n"
12388
12580
"~~~~~~~~~~~~~~~~~~"
12391
#: en/help_topics/hooks.txt:345
12583
#: en/help_topics/hooks.txt:348
12392
12584
msgid "Introduced in: 1.15.0"
12395
#: en/help_topics/hooks.txt:347
12587
#: en/help_topics/hooks.txt:350
12397
12589
"Called with a MergeRequestBodyParams when a body is needed for a merge\n"
12398
12590
"request. Callbacks must return a body. If more than one callback is\n"
12399
12591
"registered, the output of one callback is provided to the next."
12402
#: en/help_topics/hooks.txt:351
12594
#: en/help_topics/hooks.txt:354
12404
12596
"MessageEditorHooks\n"
12405
12597
"------------------"
12408
#: en/help_topics/hooks.txt:354
12600
#: en/help_topics/hooks.txt:357
12410
12602
"commit_message_template\n"
12411
12603
"~~~~~~~~~~~~~~~~~~~~~~~"
12414
#: en/help_topics/hooks.txt:357
12606
#: en/help_topics/hooks.txt:360
12415
12607
msgid "Introduced in: 1.10"
12418
#: en/help_topics/hooks.txt:359
12610
#: en/help_topics/hooks.txt:362
12420
12612
"Called when a commit message is being generated.\n"
12421
12613
"commit_message_template is called with the bzrlib.commit.Commit object\n"