--- a/i18n/de.po Fri Sep 27 21:54:53 2013 -0500
+++ b/i18n/de.po Mon Sep 30 12:38:08 2013 -0700
@@ -20,8 +20,8 @@
msgstr ""
"Project-Id-Version: Mercurial\n"
"Report-Msgid-Bugs-To: <mercurial-devel@selenic.com>\n"
-"POT-Creation-Date: 2013-07-14 21:06+0200\n"
-"PO-Revision-Date: 2013-07-14 21:18+0100\n"
+"POT-Creation-Date: 2013-09-30 19:58+0200\n"
+"PO-Revision-Date: 2013-09-30 20:52+0100\n"
"Last-Translator: Martin Schröder <martin.schroeder@nerdluecht.de>\n"
"Language-Team: \n"
"Language: de\n"
@@ -29,20 +29,26 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
+"X-Generator: Poedit 1.5.4\n"
+
+#: doc/gendoc.py:48 mercurial/help.py:48
#, python-format
msgid " (default: %s)"
msgstr " (Voreinstellung: %s)"
+#: doc/gendoc.py:73
msgid "Options"
msgstr "Optionen"
+#: doc/gendoc.py:78 doc/gendoc.py:101 mercurial/help.py:473
msgid "Commands"
msgstr "Befehle"
+#: doc/gendoc.py:85 mercurial/help.py:474
msgid "Extensions"
msgstr "Erweiterungen"
+#: doc/gendoc.py:86
msgid ""
"This section contains help for extensions that are distributed together with "
"Mercurial. Help for other extensions is available in the help system."
@@ -51,16 +57,20 @@
"ausgeliefert werden. Hilfe für andere Erweiterungen sind über das Hilfe-"
"System erreichbar."
+#: doc/gendoc.py:159
msgid "Options:"
msgstr "Optionen:"
+#: doc/gendoc.py:169
#, python-format
msgid " aliases: %s"
msgstr " Aliase: %s"
+#: hgext/acl.py:8
msgid "hooks for controlling repository access"
msgstr "Hooks zur Zugriffsverwaltung"
+#: hgext/acl.py:10
msgid ""
"This hook makes it possible to allow or deny write access to given\n"
"branches and paths of a repository when receiving incoming changesets\n"
@@ -70,6 +80,7 @@
"des Projektarchivs zu erlauben oder verbieten, wenn eingehende\n"
"Änderungssätze über pretxnchangegroup und pretxncommit empfangen werden."
+#: hgext/acl.py:14
msgid ""
"The authorization is matched based on the local user name on the\n"
"system where the hook runs, and not the committer of the original\n"
@@ -79,6 +90,7 @@
"wo die Aktion gestartet wird und nicht auf der rein informativen Angabe\n"
"über die Person(en), die die Übernahme der Änderungen ausgeführt hat."
+#: hgext/acl.py:18
msgid ""
"The acl hook is best used along with a restricted shell like hgsh,\n"
"preventing authenticating users from doing anything other than pushing\n"
@@ -93,9 +105,11 @@
"deaktivieren. Unsicher ist es auch, wenn mehrere Benutzer denselben\n"
"Zugriff auf dem Zielsystem haben, da sie nicht unterschieden werden können."
+#: hgext/acl.py:25
msgid "The order in which access checks are performed is:"
msgstr "Die Reihenfolge, in der Zugriffsrechte ausgewertet werden, ist:"
+#: hgext/acl.py:27
msgid ""
"1) Deny list for branches (section ``acl.deny.branches``)\n"
"2) Allow list for branches (section ``acl.allow.branches``)\n"
@@ -107,10 +121,12 @@
"3) Verbotsliste für Pfade (Abschnitt ``acl.deny``)\n"
"4) Erlaubnisliste für Pfade (Abschnitt ``acl.allow``)"
+#: hgext/acl.py:32
msgid "The allow and deny sections take key-value pairs."
msgstr ""
"Die Erlaubnis- und Verbotslisten werden in Schlüssel-Wert-Paaren angegeben."
+#: hgext/acl.py:34
#, fuzzy
msgid ""
"Branch-based Access Control\n"
@@ -119,6 +135,7 @@
"Synchronisieren eines Unterarchivs\n"
"----------------------------------"
+#: hgext/acl.py:37
msgid ""
"Use the ``acl.deny.branches`` and ``acl.allow.branches`` sections to\n"
"have branch-based access control. Keys in these sections can be\n"
@@ -128,6 +145,7 @@
"um Zugriffe zweigbasiert zu realisieren.\n"
"Die Schlüssel in diesem Abschnitt können sein:"
+#: hgext/acl.py:41
msgid ""
"- a branch name, or\n"
"- an asterisk, to match any branch;"
@@ -135,9 +153,11 @@
"- ein Zweigname oder\n"
"- ein Stern-Symbol (*), gleichbedeutend mit \"alle Zweige\";"
+#: hgext/acl.py:44
msgid "The corresponding values can be either:"
msgstr "Die entsprechenden Werte können wie folgt angegeben werden:"
+#: hgext/acl.py:46
msgid ""
"- a comma-separated list containing users and groups, or\n"
"- an asterisk, to match anyone;"
@@ -145,11 +165,13 @@
"- eine kommaseparierte Liste von Benutzern und Gruppen oder\n"
"- ein Stern-Symbol, das jeden einschließt;"
+#: hgext/acl.py:49
msgid ""
"You can add the \"!\" prefix to a user or group name to invert the sense\n"
"of the match."
msgstr ""
+#: hgext/acl.py:52
#, fuzzy
msgid ""
"Path-based Access Control\n"
@@ -158,6 +180,7 @@
"Wie werden Phasen verwaltet?\n"
"--------------------------"
+#: hgext/acl.py:55
msgid ""
"Use the ``acl.deny`` and ``acl.allow`` sections to have path-based\n"
"access control. Keys in these sections accept a subtree pattern (with\n"
@@ -170,6 +193,7 @@
"entsprechenden Werte folgen derselben Syntax wie in den anderen o.g.\n"
"Bereichen."
+#: hgext/acl.py:60
#, fuzzy
msgid ""
"Groups\n"
@@ -178,6 +202,7 @@
"Zusammenfassung\n"
"-------"
+#: hgext/acl.py:63
msgid ""
"Group names must be prefixed with an ``@`` symbol. Specifying a group\n"
"name has the same effect as specifying all the users in that group."
@@ -185,6 +210,7 @@
"Gruppennamen muss ein ``@``-Symbol vorangestellt werden. Eine Gruppe\n"
"anzugeben hat denselben Effekt wie alle Benutzer einer Gruppe anzugeben."
+#: hgext/acl.py:66
msgid ""
"You can define group members in the ``acl.groups`` section.\n"
"If a group name is not defined there, and Mercurial is running under\n"
@@ -196,6 +222,7 @@
"läuft, wird die Liste der Benutzer vom Betriebssystem abgerufen.\n"
"Andernfalls wird ein Ausnahmefehler ausgelöst."
+#: hgext/acl.py:71
#, fuzzy
msgid ""
"Example Configuration\n"
@@ -204,12 +231,16 @@
"Löschen eines Unterarchivs\n"
"--------------------------"
+#: hgext/acl.py:74 hgext/acl.py:167 hgext/extdiff.py:50
+#: mercurial/help/revsets.txt:74
msgid "::"
msgstr "::"
+#: hgext/acl.py:76
msgid " [hooks]"
msgstr " [hooks]"
+#: hgext/acl.py:78
msgid ""
" # Use this if you want to check access restrictions at commit time\n"
" pretxncommit.acl = python:hgext.acl.hook"
@@ -218,6 +249,7 @@
" # (commit) prüfen wollen:\n"
" pretxncommit.acl = python:hgext.acl.hook"
+#: hgext/acl.py:81
msgid ""
" # Use this if you want to check access restrictions for pull, push,\n"
" # bundle and serve.\n"
@@ -228,6 +260,7 @@
" # prüfen wollen.\n"
" pretxnchangegroup.acl = python:hgext.acl.hook"
+#: hgext/acl.py:85
msgid ""
" [acl]\n"
" # Allow or deny access for incoming changes only if their source is\n"
@@ -247,9 +280,11 @@
" # Voreinstellung: serve\n"
" sources = serve"
+#: hgext/acl.py:93 hgext/acl.py:172
msgid " [acl.deny.branches]"
msgstr " [acl.deny.branches]"
+#: hgext/acl.py:95
msgid ""
" # Everyone is denied to the frozen branch:\n"
" frozen-branch = *"
@@ -257,6 +292,7 @@
" # Jedem wird der Zugriff auf den Zweig \"gesperrt\" verweigert:\n"
" gesperrt = *"
+#: hgext/acl.py:98
msgid ""
" # A bad user is denied on all branches:\n"
" * = bad-user"
@@ -264,9 +300,11 @@
" # Einem bösen Benutzer wird jeder Zugriff verwehrt:\n"
" * = boeser-benutzer"
+#: hgext/acl.py:101
msgid " [acl.allow.branches]"
msgstr " [acl.allow.branches]"
+#: hgext/acl.py:103
msgid ""
" # A few users are allowed on branch-a:\n"
" branch-a = user-1, user-2, user-3"
@@ -274,6 +312,7 @@
" # Einige Benutzer erhalten Zugriff auf zweig-a:\n"
" zweig-a = benutzer-1, benutzer-2, benutzer-3"
+#: hgext/acl.py:106
msgid ""
" # Only one user is allowed on branch-b:\n"
" branch-b = user-1"
@@ -281,6 +320,7 @@
" # Nur einem Benutzer ist Zugriff auf zweig-b gestattet:\n"
" zweig-b = benutzer-1"
+#: hgext/acl.py:109
msgid ""
" # The super user is allowed on any branch:\n"
" * = super-user"
@@ -288,6 +328,7 @@
" # Der Administrator darf auf jeden Zweig zugreifen:\n"
" * = benutzer-admin"
+#: hgext/acl.py:112
msgid ""
" # Everyone is allowed on branch-for-tests:\n"
" branch-for-tests = *"
@@ -295,6 +336,7 @@
" # Jeder darf auf test-zweig zugreifen:\n"
" test-zweig = *"
+#: hgext/acl.py:115
msgid ""
" [acl.deny]\n"
" # This list is checked first. If a match is found, acl.allow is not\n"
@@ -307,6 +349,7 @@
" # wenn acl.deny nicht vorhanden ist. Das Format beider Listen:\n"
" # glob-muster = benutzer, ..., @gruppe, ..."
+#: hgext/acl.py:120
msgid ""
" # To match everyone, use an asterisk for the user:\n"
" # my/glob/pattern = *"
@@ -314,6 +357,7 @@
" # Um jeden auszuwählen, verwenden Sie einen Stern für den Benutzernamen:\n"
" # mein/glob/muster = *"
+#: hgext/acl.py:123
msgid ""
" # user6 will not have write access to any file:\n"
" ** = user6"
@@ -321,6 +365,7 @@
" # benutzer6 wird auf keine Datei Schreibzugriff haben:\n"
" ** = benutzer6"
+#: hgext/acl.py:126
msgid ""
" # Group \"hg-denied\" will not have write access to any file:\n"
" ** = @hg-denied"
@@ -328,6 +373,7 @@
" # Die Gruppe \"hg-verboten\" wird auf keine Datei Schreibzugriff haben:\n"
" ** = @hg-verboten"
+#: hgext/acl.py:129
msgid ""
" # Nobody will be able to change \"DONT-TOUCH-THIS.txt\", despite\n"
" # everyone being able to change all other files. See below.\n"
@@ -337,6 +383,7 @@
" # obwohl jeder alle anderen Dateien ändern kann. Siehe unten.\n"
" src/main/ressourcen/NICHT-ANFASSEN.txt = *"
+#: hgext/acl.py:133
msgid ""
" [acl.allow]\n"
" # if acl.allow is not present, all users are allowed by default\n"
@@ -346,6 +393,7 @@
" # Wenn acl.allow nicht vorhanden ist, sind standardmäßig alle Benutzer\n"
" # erlaubt. Leeres acl.allow = kein Benutzer erlaubt."
+#: hgext/acl.py:137
msgid ""
" # User \"doc_writer\" has write access to any file under the \"docs\"\n"
" # folder:\n"
@@ -355,6 +403,7 @@
" # des \"doku\"-Verzeichnisses:\n"
" doku/** = doku_autor"
+#: hgext/acl.py:141
msgid ""
" # User \"jack\" and group \"designers\" have write access to any file\n"
" # under the \"images\" folder:\n"
@@ -364,6 +413,7 @@
" # jede Datei innerhalb des \"bilder\"-Verzeichnisses:\n"
" bilder/** = jack, @designer"
+#: hgext/acl.py:145
msgid ""
" # Everyone (except for \"user6\" and \"@hg-denied\" - see acl.deny above)\n"
" # will have write access to any file under the \"resources\" folder\n"
@@ -375,9 +425,11 @@
" # erhalten (ausgenommen eine Datei; siehe acl.deny):\n"
" src/main/resources/** = *"
+#: hgext/acl.py:150
msgid " .hgtags = release_engineer"
msgstr " .hgtags = release_engineer"
+#: hgext/acl.py:152
#, fuzzy
msgid ""
"Examples using the \"!\" prefix\n"
@@ -386,6 +438,7 @@
"Beispielkonfiguration\n"
"....................."
+#: hgext/acl.py:155
msgid ""
"Suppose there's a branch that only a given user (or group) should be able "
"to\n"
@@ -393,12 +446,14 @@
"be created."
msgstr ""
+#: hgext/acl.py:159
msgid ""
"The \"!\" prefix allows you to prevent anyone except a given user or group "
"to\n"
"push changesets in a given branch or path."
msgstr ""
+#: hgext/acl.py:162
msgid ""
"In the examples below, we will:\n"
"1) Deny access to branch \"ring\" to anyone but user \"gollum\"\n"
@@ -407,32 +462,38 @@
"3) Deny access to a file to anyone but user \"gollum\""
msgstr ""
+#: hgext/acl.py:169
#, fuzzy
msgid ""
" [acl.allow.branches]\n"
" # Empty"
msgstr " [acl.allow.branches]"
+#: hgext/acl.py:174
msgid ""
" # 1) only 'gollum' can commit to branch 'ring';\n"
" # 'gollum' and anyone else can still commit to any other branch.\n"
" ring = !gollum"
msgstr ""
+#: hgext/acl.py:178
msgid ""
" # 2) only members of the group 'hobbit' can commit to branch 'lake';\n"
" # 'hobbit' members and anyone else can still commit to any other branch.\n"
" lake = !@hobbit"
msgstr ""
+#: hgext/acl.py:182
msgid " # You can also deny access based on file paths:"
msgstr ""
+#: hgext/acl.py:184
msgid ""
" [acl.allow]\n"
" # Empty"
msgstr ""
+#: hgext/acl.py:187
msgid ""
" [acl.deny]\n"
" # 3) only 'gollum' can change the file below;\n"
@@ -440,10 +501,12 @@
" /misty/mountains/cave/ring = !gollum"
msgstr ""
+#: hgext/acl.py:212
#, python-format
msgid "group '%s' is undefined"
msgstr "Gruppe '%s' ist undefiniert"
+#: hgext/acl.py:267
#, python-format
msgid ""
"config error - hook type \"%s\" cannot stop incoming changesets nor commits"
@@ -452,28 +515,34 @@
"Änderungssätze \n"
"noch lokales Übernehmen stoppen"
+#: hgext/acl.py:299
#, python-format
msgid "acl: user \"%s\" denied on branch \"%s\" (changeset \"%s\")"
msgstr ""
"acl: Zugriff für \"%s\" auf Zweig \"%s\" abgelehnt (Änderungssatz \"%s\")"
+#: hgext/acl.py:303
#, python-format
msgid "acl: user \"%s\" not allowed on branch \"%s\" (changeset \"%s\")"
msgstr ""
"acl: Zugriff für \"%s\" auf Zweig \"%s\" nicht erlaubt (Änderungssatz \"%s\")"
+#: hgext/acl.py:311
#, python-format
msgid "acl: user \"%s\" denied on \"%s\" (changeset \"%s\")"
msgstr "acl: Zugriff für \"%s\" auf \"%s\" abgelehnt (Änderungssatz \"%s\")"
+#: hgext/acl.py:314
#, python-format
msgid "acl: user \"%s\" not allowed on \"%s\" (changeset \"%s\")"
msgstr ""
"acl: Zugriff für \"%s\" auf \"%s\" nicht erlaubt (Änderungssatz \"%s\")"
+#: hgext/blackbox.py:9
msgid "log repository events to a blackbox for debugging"
msgstr ""
+#: hgext/blackbox.py:11
msgid ""
"Logs event information to .hg/blackbox.log to help debug and diagnose "
"problems.\n"
@@ -482,21 +551,25 @@
"Examples::"
msgstr ""
+#: hgext/blackbox.py:15
msgid ""
" [blackbox]\n"
" track = *"
msgstr ""
+#: hgext/blackbox.py:18
msgid ""
" [blackbox]\n"
" track = command, commandfinish, commandexception, exthook, pythonhook"
msgstr ""
+#: hgext/blackbox.py:21
msgid ""
" [blackbox]\n"
" track = incoming"
msgstr ""
+#: hgext/blackbox.py:24
msgid ""
" [blackbox]\n"
" # limit the size of a log file\n"
@@ -505,23 +578,28 @@
" maxfiles = 3"
msgstr ""
+#: hgext/blackbox.py:133
#, fuzzy
msgid "the number of events to show"
msgstr "Anzahl der anzuzeigenden Kontextzeilen"
+#: hgext/blackbox.py:135
#, fuzzy
msgid "hg blackbox [OPTION]..."
msgstr "hg glog [OPTION]... [DATEI]"
+#: hgext/blackbox.py:137
#, fuzzy
msgid ""
"view the recent repository events\n"
" "
msgstr "Eltern der gespeicherten Reihe: %s %s\n"
+#: hgext/bugzilla.py:9
msgid "hooks for integrating with the Bugzilla bug tracker"
msgstr "Hooks zur Integration mit dem Bugzilla Bugtracker"
+#: hgext/bugzilla.py:11
msgid ""
"This hook extension adds comments on bugs in Bugzilla when changesets\n"
"that refer to bugs by Bugzilla ID are seen. The comment is formatted using\n"
@@ -531,6 +609,7 @@
"wenn ein Änderungssatz, der eine Bugzilla-ID enthält, gefunden wird. Der\n"
"Kommentar wird mithilfe des Mercurial-Vorlagen-Mechanismus formatiert."
+#: hgext/bugzilla.py:15
#, fuzzy
msgid ""
"The bug references can optionally include an update for Bugzilla of the\n"
@@ -540,14 +619,17 @@
"für die Bearbeitung des Bugs benötigten Stundenzahl beinhalten.\n"
"Bugs können auch als gelöst markiert werden."
+#: hgext/bugzilla.py:18
msgid "Three basic modes of access to Bugzilla are provided:"
msgstr "Drei Zugriffsmethoden auf Bugzilla werden unterstützt:"
+#: hgext/bugzilla.py:20
msgid ""
"1. Access via the Bugzilla XMLRPC interface. Requires Bugzilla 3.4 or later."
msgstr ""
"1. Zugriff über die XMLRPC-Schnittstelle. Benötigt Bugzilla 3.4 oder später."
+#: hgext/bugzilla.py:22
msgid ""
"2. Check data via the Bugzilla XMLRPC interface and submit bug change\n"
" via email to Bugzilla email interface. Requires Bugzilla 3.4 or later."
@@ -556,6 +638,7 @@
" per Email an die Bugzilla Email-Schnittstelle. Benötigt Bugzilla 3.4\n"
" oder später."
+#: hgext/bugzilla.py:25
msgid ""
"3. Writing directly to the Bugzilla database. Only Bugzilla installations\n"
" using MySQL are supported. Requires Python MySQLdb."
@@ -563,6 +646,7 @@
"3. Direktes Schreiben in die Bugzilla Datenbank. Funktioniert nur, wenn die\n"
" Bugzilla-Instanz MySQL verwendet. Benötigt das Python MySQLdb Modul."
+#: hgext/bugzilla.py:28
msgid ""
"Writing directly to the database is susceptible to schema changes, and\n"
"relies on a Bugzilla contrib script to send out bug change\n"
@@ -586,6 +670,7 @@
"ist\n"
"nur das Hinzufügen von Kommentaren erlaubt."
+#: hgext/bugzilla.py:38
msgid ""
"Access via XMLRPC needs a Bugzilla username and password to be specified\n"
"in the configuration. Comments are added under that username. Since the\n"
@@ -602,6 +687,7 @@
"nötigen Rechten um Kommentare einzufügen auszustatten.\n"
"Bugs als gelöst zu markieren benötigt Bugzilla 4.0 oder neuer."
+#: hgext/bugzilla.py:44
#, fuzzy
msgid ""
"Access via XMLRPC/email uses XMLRPC to query Bugzilla, but sends\n"
@@ -625,9 +711,11 @@
"Kommentars verwendet. Bugs als gelöst zu markieren funktioniert in allen\n"
"Bugzilla-Versionen."
+#: hgext/bugzilla.py:53
msgid "Configuration items common to all access modes:"
msgstr "Konfigurationseinträge für alle Zugriffsmethoden:"
+#: hgext/bugzilla.py:55
#, fuzzy
msgid ""
"bugzilla.version\n"
@@ -636,6 +724,7 @@
"bugzilla.version\n"
" Die zu verwendende Zugriffsmethod. Erlaubte Werte sind:"
+#: hgext/bugzilla.py:58
msgid ""
" :``xmlrpc``: Bugzilla XMLRPC interface.\n"
" :``xmlrpc+email``: Bugzilla XMLRPC and email interfaces.\n"
@@ -651,6 +740,7 @@
" :``2.18``: MySQL Zugriff, Bugzilla 2.18 bis ausschliesslich 3.0.\n"
" :``2.16``: MySQL Zugriff, Bugzilla 2.16 bis ausschliesslich 2.18."
+#: hgext/bugzilla.py:66
#, fuzzy
msgid ""
"bugzilla.regexp\n"
@@ -681,6 +771,7 @@
" beispielsweise ``hours 1.5``.\n"
" Die Passung ist von Groß-/Kleinschreibung unabhängig."
+#: hgext/bugzilla.py:78
msgid ""
"bugzilla.fixregexp\n"
" Regular expression to match bug IDs for marking fixed in changeset\n"
@@ -697,6 +788,7 @@
" ``hours``, e.g. ``hours 1.5``. Matching is case insensitive."
msgstr ""
+#: hgext/bugzilla.py:90
#, fuzzy
msgid ""
"bugzilla.fixstatus\n"
@@ -706,6 +798,7 @@
" Der Status, auf den ein Bug gesetzt wird, wenn er als \"fixed\" markiert\n"
" wurde. Voreinstellung ``RESOLVED``."
+#: hgext/bugzilla.py:93
#, fuzzy
msgid ""
"bugzilla.fixresolution\n"
@@ -716,6 +809,7 @@
"markiert\n"
" wurde. Voreinstellung ``FIXED``."
+#: hgext/bugzilla.py:96
msgid ""
"bugzilla.style\n"
" The style file to use when formatting comments."
@@ -723,6 +817,7 @@
"bugzilla.style\n"
" Stil-Datei für das Formatieren der Kommentare."
+#: hgext/bugzilla.py:99
msgid ""
"bugzilla.template\n"
" Template to use when formatting comments. Overrides style if\n"
@@ -733,6 +828,7 @@
" Vorlagentext für die Bugzilla-Kommentare (anstelle der Stil-Datei).\n"
" Zusätzlich zu den üblichen Mercurial-Schlüsselworten gibt es:"
+#: hgext/bugzilla.py:104
msgid ""
" :``{bug}``: The Bugzilla bug ID.\n"
" :``{root}``: The full pathname of the Mercurial repository.\n"
@@ -744,6 +840,7 @@
" :``{webroot}``: Angepasster Pfad des Mercurial-Archivs.\n"
" :``{hgweb}``: Basis-URL für alle Mercurial-Archive."
+#: hgext/bugzilla.py:109
msgid ""
" Default ``changeset {node|short} in repo {root} refers to bug\n"
" {bug}.\\ndetails:\\n\\t{desc|tabindent}``"
@@ -751,6 +848,7 @@
" Voreinstellung: ``Änderung {node|short} in Archiv {root}\n"
" erwähnt Bug {bug}.\\nDetails:\\n\\t{desc|tabindent}``"
+#: hgext/bugzilla.py:112
msgid ""
"bugzilla.strip\n"
" The number of path separator characters to strip from the front of\n"
@@ -766,6 +864,7 @@
" Zum Beispiel mit ``{root}`` als ``/var/local/mein-projekt`` und einem\n"
" Wert 2, wird ``{webroot}`` auf ``mein-projekt`` gesetzt. Voreinstellung 0."
+#: hgext/bugzilla.py:119
msgid ""
"web.baseurl\n"
" Base URL for browsing Mercurial repositories. Referenced from\n"
@@ -775,9 +874,11 @@
" Basis-URL für alle Mercurial-Archive. Kann in Kommentar-Vorlagen als\n"
" ``{hgweb}`` verwendet werden."
+#: hgext/bugzilla.py:123
msgid "Configuration items common to XMLRPC+email and MySQL access modes:"
msgstr "Gemeinsame Zugriffskonfiguration für XMLRPC+email und MySQL:"
+#: hgext/bugzilla.py:125
msgid ""
"bugzilla.usermap\n"
" Path of file containing Mercurial committer email to Bugzilla user email\n"
@@ -788,12 +889,15 @@
" Pfad zu einer Datei, die Mercurial-Benutzern eine Bugzilla-Benutzer-ID\n"
" zuweist. Falls angegeben, sollte jede Zeile der Form::"
+#: hgext/bugzilla.py:130
msgid " committer = Bugzilla user"
msgstr " Mercurial-Benutzer = Bugzilla-Benutzer"
+#: hgext/bugzilla.py:132
msgid " See also the ``[usermap]`` section."
msgstr " entsprechen. Siehe auch ``[usermap]``."
+#: hgext/bugzilla.py:134
msgid ""
"The ``[usermap]`` section is used to specify mappings of Mercurial\n"
"committer email to Bugzilla user email. See also ``bugzilla.usermap``.\n"
@@ -803,9 +907,11 @@
"Bugzilla-Emailadresse zu. Siehe auch Option ``bugzilla.usermap``.\n"
"Enthält Einträge der Form ``Mercurial-Benutzer = Bugzilla-Benutzer``"
+#: hgext/bugzilla.py:138
msgid "XMLRPC access mode configuration:"
msgstr "XMLRPC Zugriffskonfiguration:"
+#: hgext/bugzilla.py:140
msgid ""
"bugzilla.bzurl\n"
" The base URL for the Bugzilla installation.\n"
@@ -815,6 +921,7 @@
" Die Basis-URL der Bugzilla Installation\n"
" Voreinstellung ``http://localhost/bugzilla``."
+#: hgext/bugzilla.py:144
msgid ""
"bugzilla.user\n"
" The username to use to log into Bugzilla via XMLRPC. Default\n"
@@ -824,6 +931,7 @@
" Der Benutzername für den Bugzilla-Zugriff via XMLRPC. Voreinstellung "
"``bugs``."
+#: hgext/bugzilla.py:148
msgid ""
"bugzilla.password\n"
" The password for Bugzilla login."
@@ -831,11 +939,13 @@
"bugzilla.password\n"
" Das Passwort für den Bugzilla-Zugriff."
+#: hgext/bugzilla.py:151
msgid ""
"XMLRPC+email access mode uses the XMLRPC access mode configuration items,\n"
"and also:"
msgstr "XMLRPC+email nutzt die gleichen Zugriffskonfiguration wie XMLRPC plus:"
+#: hgext/bugzilla.py:154
msgid ""
"bugzilla.bzemail\n"
" The Bugzilla email address."
@@ -843,6 +953,7 @@
"bugzilla.bzemail\n"
" Die Bugzilla Emailadresse."
+#: hgext/bugzilla.py:157
msgid ""
"In addition, the Mercurial email settings must be configured. See the\n"
"documentation in hgrc(5), sections ``[email]`` and ``[smtp]``."
@@ -850,9 +961,11 @@
"Zusütlich müssen der Emailversand für Mercurial konfiguriert werden. Sie\n"
"dazu die Dokumentation von hgrc(5), Abschnitte ``[email]`` und ``[smtp]``."
+#: hgext/bugzilla.py:160
msgid "MySQL access mode configuration:"
msgstr "MySQL Zugriffskonfiguration:"
+#: hgext/bugzilla.py:162
msgid ""
"bugzilla.host\n"
" Hostname of the MySQL server holding the Bugzilla database.\n"
@@ -862,6 +975,7 @@
" Hostname des Servers auf dem die Bugzilla MySQL-Datenbank läuft.\n"
" Voreinstellung ``localhost``."
+#: hgext/bugzilla.py:166
msgid ""
"bugzilla.db\n"
" Name of the Bugzilla database in MySQL. Default ``bugs``."
@@ -869,6 +983,7 @@
"bugzilla.db\n"
" Name der Bugzilla-Datenbank in MySQL. Voreinstellung: ``bugs``."
+#: hgext/bugzilla.py:169
msgid ""
"bugzilla.user\n"
" Username to use to access MySQL server. Default ``bugs``."
@@ -877,6 +992,7 @@
" Benutzername zum Zugriff auf den MySQL-Server. Voreinstellung:\n"
" ``bugs``."
+#: hgext/bugzilla.py:172
msgid ""
"bugzilla.password\n"
" Password to use to access MySQL server."
@@ -884,6 +1000,7 @@
"bugzilla.password\n"
" Password zum Zugriff auf den MySQL-Server."
+#: hgext/bugzilla.py:175
msgid ""
"bugzilla.timeout\n"
" Database connection timeout (seconds). Default 5."
@@ -891,6 +1008,7 @@
"bugzilla.timeout\n"
" Datenbank Verbindungs-Zeitgrenze (in Sekunden). Voreinstellung 5."
+#: hgext/bugzilla.py:178
msgid ""
"bugzilla.bzuser\n"
" Fallback Bugzilla user name to record comments with, if changeset\n"
@@ -900,6 +1018,7 @@
" Ausweich-Benutzername zum Setzen von Kommentaren, falls der Autor der\n"
" Änderungen kein Benutzer in Bugzilla ist."
+#: hgext/bugzilla.py:182
msgid ""
"bugzilla.bzdir\n"
" Bugzilla install directory. Used by default notify. Default\n"
@@ -909,6 +1028,7 @@
" Bugzilla Installationsverzeichnis. Notwendig für die standardmäßige\n"
" 'notify'-Aktion. Voreinstellung: ``/var/www/html/bugzilla``."
+#: hgext/bugzilla.py:186
msgid ""
"bugzilla.notify\n"
" The command to run to get Bugzilla to send bug change notification\n"
@@ -923,9 +1043,11 @@
" Die Voreinstellung hängt von der Version ab; ab 2.18 ist es\n"
" \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl %(id)s %(user)s\""
+#: hgext/bugzilla.py:193
msgid "Activating the extension::"
msgstr "Um diese Erweiterung zu aktivieren::"
+#: hgext/bugzilla.py:195
msgid ""
" [extensions]\n"
" bugzilla ="
@@ -933,6 +1055,7 @@
" [extensions]\n"
" bugzilla ="
+#: hgext/bugzilla.py:198
msgid ""
" [hooks]\n"
" # run bugzilla hook on every change pulled or pushed in here\n"
@@ -943,9 +1066,11 @@
" # übertragen wird\n"
" incoming.bugzilla = python:hgext.bugzilla.hook"
+#: hgext/bugzilla.py:202
msgid "Example configurations:"
msgstr "Beispielkonfigurationen:"
+#: hgext/bugzilla.py:204
msgid ""
"XMLRPC example configuration. This uses the Bugzilla at\n"
"``http://my-project.org/bugzilla``, logging in as user\n"
@@ -959,6 +1084,7 @@
"Änderungen dort kommentiert werden, sind in ``/var/local/hg/repos/``,\n"
"mit einem Web-Interface auf ``http://mein-projekt.org/hg``. ::"
+#: hgext/bugzilla.py:210
msgid ""
" [bugzilla]\n"
" bzurl=http://my-project.org/bugzilla\n"
@@ -980,6 +1106,7 @@
" {desc}\\n\n"
" strip=5"
+#: hgext/bugzilla.py:220 hgext/bugzilla.py:242 hgext/bugzilla.py:266
msgid ""
" [web]\n"
" baseurl=http://my-project.org/hg"
@@ -987,6 +1114,7 @@
" [web]\n"
" baseurl=http://mein-projekt.com/hg"
+#: hgext/bugzilla.py:223
msgid ""
"XMLRPC+email example configuration. This uses the Bugzilla at\n"
"``http://my-project.org/bugzilla``, logging in as user\n"
@@ -1003,6 +1131,7 @@
"mit einem Web-Interface auf ``http://mein-projekt.org/hg``. Die Kommentare\n"
"werden an die Emailadresse ``bugzilla@mein-projekt.org`` gesendet. ::"
+#: hgext/bugzilla.py:231
msgid ""
" [bugzilla]\n"
" bzurl=http://my-project.org/bugzilla\n"
@@ -1026,6 +1155,7 @@
" {desc}\\n\n"
" strip=5"
+#: hgext/bugzilla.py:245 hgext/bugzilla.py:269
msgid ""
" [usermap]\n"
" user@emaildomain.com=user.name@bugzilladomain.com"
@@ -1033,6 +1163,7 @@
" [usermap]\n"
" benutzer@emaildomain.com=benutzer.name@bugzilladomain.com"
+#: hgext/bugzilla.py:248
msgid ""
"MySQL example configuration. This has a local Bugzilla 3.2 installation\n"
"in ``/opt/bugzilla-3.2``. The MySQL database is on ``localhost``,\n"
@@ -1049,6 +1180,7 @@
"Änderungen dort kommentiert werden, sind in ``/var/local/hg/repos/``,\n"
"mit einem Web-Interface auf ``http://mein-projekt.org/hg``. ::"
+#: hgext/bugzilla.py:255
msgid ""
" [bugzilla]\n"
" host=localhost\n"
@@ -1072,9 +1204,11 @@
" {desc}\\n\n"
" strip=5"
+#: hgext/bugzilla.py:272
msgid "All the above add a comment to the Bugzilla bug record of the form::"
msgstr "Eine neue Änderung führt dann zu einem solchen Bugzilla-Kommentar::"
+#: hgext/bugzilla.py:274
msgid ""
" Changeset 3b16791d6642 in repository-name.\n"
" http://my-project.org/hg/repository-name/rev/3b16791d6642"
@@ -1082,89 +1216,112 @@
" Änderung 3b16791d6642 in Archivname.\n"
" http://mein-projekt.org/hg/archivname/rev/3b16791d6642"
+#: hgext/bugzilla.py:277
msgid " Changeset commit comment. Bug 1234.\n"
msgstr " Änderungsnachricht des Commits. Bug 1234.\n"
+#: hgext/bugzilla.py:357
#, python-format
msgid "python mysql support not available: %s"
msgstr "MySQL-Unterstützung in Python nicht verfügbar: %s"
+#: hgext/bugzilla.py:366
#, python-format
msgid "connecting to %s:%s as %s, password %s\n"
msgstr "Verbinde mit %s:%s als %s, Passwort %s\n"
+#: hgext/bugzilla.py:379
#, python-format
msgid "query: %s %s\n"
msgstr "Anfrage: %s %s\n"
+#: hgext/bugzilla.py:383
#, python-format
msgid "failed query: %s %s\n"
msgstr "Fehlgeschlagene Anfrage: %s %s\n"
+#: hgext/bugzilla.py:391 hgext/bugzilla.py:516
msgid "unknown database schema"
msgstr "Unbekanntes Datenbankschema"
+#: hgext/bugzilla.py:401 hgext/bugzilla.py:642
#, python-format
msgid "bug %d does not exist\n"
msgstr "Bug %d existiert nicht\n"
+#: hgext/bugzilla.py:410 hgext/bugzilla.py:648
#, python-format
msgid "bug %d already knows about changeset %s\n"
msgstr "Fehler %d hat bereits einen Kommentar über Änderung %s\n"
+#: hgext/bugzilla.py:416
msgid "telling bugzilla to send mail:\n"
msgstr "Sende E-Mail durch Bugzilla:\n"
+#: hgext/bugzilla.py:419
#, python-format
msgid " bug %s\n"
msgstr " Fehler %s\n"
+#: hgext/bugzilla.py:430
#, python-format
msgid "running notify command %s\n"
msgstr "Führe 'notify'-Befehl aus: %s\n"
+#: hgext/bugzilla.py:436
#, python-format
msgid "bugzilla notify command %s"
msgstr "Fehler beim 'notify'-Befehl: %s"
+#: hgext/bugzilla.py:438 hgext/mq.py:1336
msgid "done\n"
msgstr "fertig\n"
+#: hgext/bugzilla.py:448
#, python-format
msgid "looking up user %s\n"
msgstr "Suche Benutzer %s\n"
+#: hgext/bugzilla.py:469
#, python-format
msgid "cannot find bugzilla user id for %s"
msgstr "Kann keine Bugzilla Benutzer-ID für %s finden"
+#: hgext/bugzilla.py:474
#, python-format
msgid "cannot find bugzilla user id for %s or %s"
msgstr "Kann keine Bugzilla Benutzer-ID für %s oder %s finden"
+#: hgext/bugzilla.py:484
msgid "Bugzilla/MySQL cannot update bug state\n"
msgstr "Bugzilla/MySQL kann den Bug-Status nicht aktualisieren\n"
+#: hgext/bugzilla.py:666
msgid "Bugzilla/XMLRPC needs Bugzilla 4.0 or later to mark bugs fixed\n"
msgstr ""
"Bugzilla/XMLRPC benötigt Bugzilla 4.0 oder neuer um Bugs als gelöst zu\n"
" markieren\n"
+#: hgext/bugzilla.py:697
msgid "configuration 'bzemail' missing"
msgstr "Konfiguration für 'bzemail' fehlt"
+#: hgext/bugzilla.py:725
#, python-format
msgid "default bugzilla user %s email not found"
msgstr "Standardmäßige Bugzilla-Benutzer %s Email nicht gefunden"
+#: hgext/bugzilla.py:786
#, python-format
msgid "bugzilla version %s not supported"
msgstr "Bugzilla-Version %s wird nicht unterstützt"
+#: hgext/bugzilla.py:852
#, python-format
msgid "%s: invalid hours\n"
msgstr "%s: Ungültige Stunden\n"
+#: hgext/bugzilla.py:885
msgid ""
"changeset {node|short} in repo {root} refers to bug {bug}.\n"
"details:\n"
@@ -1174,17 +1331,21 @@
"Details:\n"
"\t{desc|tabindent}"
+#: hgext/bugzilla.py:904
#, python-format
msgid "hook type %s does not pass a changeset id"
msgstr "Hook-Typ %s übergibt keine Änderungs-ID"
+#: hgext/bugzilla.py:915
#, python-format
msgid "Bugzilla error: %s"
msgstr "Bugzilla Fehler: %s"
+#: hgext/children.py:11
msgid "command to display child changesets (DEPRECATED)"
msgstr "Befehl zum Anzeigen von Kindrevisionen (VERALTET)"
+#: hgext/children.py:13
msgid ""
"This extension is deprecated. You should use :hg:`log -r\n"
"\"children(REV)\"` instead.\n"
@@ -1192,10 +1353,12 @@
"Diese Erweiterung ist veraltet. Benutzen Sie stattdessen:hg:`log -r "
"\"children(REV)\"`.\n"
+#: hgext/children.py:24
msgid "show the children of the given or working directory revision"
msgstr ""
"Zeigt die Kinder der übergebenen Revision oder des Arbeitsverzeichnisses an"
+#: hgext/children.py:26
msgid ""
" Print the children of the working directory's revisions. If a\n"
" revision is given via -r/--rev, the children of that revision will\n"
@@ -1212,28 +1375,60 @@
" dem Argument von --rev).\n"
" "
+#: hgext/children.py:47 hgext/churn.py:188 hgext/convert/__init__.py:314
+#: hgext/extdiff.py:273 hgext/extdiff.py:275 hgext/fetch.py:152
+#: hgext/graphlog.py:31 hgext/graphlog.py:41 hgext/largefiles/uisetup.py:84
+#: hgext/mq.py:2049 hgext/mq.py:2129 hgext/mq.py:2926 hgext/patchbomb.py:177
+#: hgext/patchbomb.py:181 hgext/rebase.py:34 hgext/rebase.py:38
+#: hgext/rebase.py:41 hgext/rebase.py:43 hgext/transplant.py:497
+#: hgext/transplant.py:499 hgext/transplant.py:500 hgext/transplant.py:502
+#: mercurial/commands.py:215 mercurial/commands.py:313
+#: mercurial/commands.py:384 mercurial/commands.py:385
+#: mercurial/commands.py:769 mercurial/commands.py:1053
+#: mercurial/commands.py:1058 mercurial/commands.py:1133
+#: mercurial/commands.py:1170 mercurial/commands.py:1171
+#: mercurial/commands.py:1908 mercurial/commands.py:2313
+#: mercurial/commands.py:2335 mercurial/commands.py:2594
+#: mercurial/commands.py:2696 mercurial/commands.py:2697
+#: mercurial/commands.py:2783 mercurial/commands.py:2896
+#: mercurial/commands.py:3114 mercurial/commands.py:3420
+#: mercurial/commands.py:3826 mercurial/commands.py:3894
+#: mercurial/commands.py:3945 mercurial/commands.py:3955
+#: mercurial/commands.py:4118 mercurial/commands.py:4182
+#: mercurial/commands.py:4299 mercurial/commands.py:4347
+#: mercurial/commands.py:4441 mercurial/commands.py:4549
+#: mercurial/commands.py:4624 mercurial/commands.py:4964
+#: mercurial/commands.py:5280 mercurial/commands.py:5281
+#: mercurial/commands.py:5577 mercurial/commands.py:5771
msgid "REV"
msgstr "REV"
+#: hgext/children.py:47
msgid "show children of the specified revision"
msgstr "Zeigt die Kinder der gegebenen Revision"
+#: hgext/children.py:49
msgid "hg children [-r REV] [FILE]"
msgstr "hg children [-r REV] [DATEI]"
+#: hgext/churn.py:9
msgid "command to display statistics about repository history"
msgstr "Zeigt Statistiken über die Projekthistorie"
+#: hgext/churn.py:72
#, fuzzy, python-format
msgid "revision %d is a merge, ignoring...\n"
msgstr "Revision %d ist eine Zusammenführung. Ignoriere...\n"
+#: hgext/churn.py:80 hgext/churn.py:85
msgid "analyzing"
msgstr "Analysiere"
+#: hgext/churn.py:91
msgid "histogram of changes to the repository"
msgstr "Histogramm der Änderungen an dem Projektarchiv"
+#: hgext/churn.py:93
msgid ""
" This command will display a histogram representing the number\n"
" of changed lines or revisions, grouped according to the given\n"
@@ -1247,6 +1442,7 @@
" Autor gruppieren. Die Option --dateformat kann verwendet werden,\n"
" um die Ergebnisse nach Datum zu sortieren."
+#: hgext/churn.py:99
msgid ""
" Statistics are based on the number of changed lines, or\n"
" alternatively the number of matching revisions if the\n"
@@ -1256,9 +1452,11 @@
" alternativ auf der Anzahl passender Revisionen, wenn die Option\n"
" --changesets angegeben wurde."
+#: hgext/churn.py:103 hgext/patchbomb.py:237
msgid " Examples::"
msgstr " Beispiele::"
+#: hgext/churn.py:105
msgid ""
" # display count of changed lines for every committer\n"
" hg churn -t '{author|email}'"
@@ -1266,6 +1464,7 @@
" # Zeigt Anzahl der veränderten Zeilen pro Autor\n"
" hg churn -t '{author|email}'"
+#: hgext/churn.py:108
msgid ""
" # display daily activity graph\n"
" hg churn -f '%H' -s -c"
@@ -1273,6 +1472,7 @@
" # Zeigt Aktivität im Tagesverlauf (Gruppiert nach Stunde)\n"
" hg churn -f '%H' -s -c"
+#: hgext/churn.py:111
msgid ""
" # display activity of developers by month\n"
" hg churn -f '%Y-%m' -s -c"
@@ -1280,6 +1480,7 @@
" # Zeigt Aktivität pro Monat\n"
" hg churn -f '%Y-%m' -s -c"
+#: hgext/churn.py:114
msgid ""
" # display count of lines changed in every year\n"
" hg churn -f '%Y' -s"
@@ -1287,6 +1488,7 @@
" # Zeigt Anzahl der veränderten Zeilen über die Jahre\n"
" hg churn -f '%Y' -s"
+#: hgext/churn.py:117
msgid ""
" It is possible to map alternate email addresses to a main address\n"
" by providing a file using the following format::"
@@ -1294,12 +1496,16 @@
" Es ist möglich, wechselnde E-Mail-Adressen einer Haupt-Adresse\n"
" zuzuweisen, indem eine Datei in dem folgenden Format angegeben wird::"
+#: hgext/churn.py:120
msgid " <alias email> = <actual email>"
msgstr " <Alias-Adresse> = <echte Adresse>"
+#: hgext/churn.py:122
+#, fuzzy
msgid ""
" Such a file may be specified with the --aliases option, otherwise\n"
" a .hgchurn file will be looked for in the working directory root.\n"
+" Aliases will be split from the rightmost \"=\".\n"
" "
msgstr ""
" Solch eine Datei kann über die Option --aliases angegeben werden,\n"
@@ -1307,52 +1513,80 @@
" einer Datei namens .hgchurn gesucht.\n"
" "
+#: hgext/churn.py:141
#, python-format
msgid "skipping malformed alias: %s\n"
msgstr "Überspringe fehlerhaften Alias: %s\n"
+#: hgext/churn.py:188
msgid "count rate for the specified revision or range"
msgstr "Zählt nur in gegebener Revision oder Intervall"
+#: hgext/churn.py:190 hgext/graphlog.py:27 hgext/mq.py:2395 hgext/mq.py:2449
+#: mercurial/commands.py:83 mercurial/commands.py:2903
+#: mercurial/commands.py:3941 mercurial/commands.py:4963
+#: mercurial/commands.py:5770
msgid "DATE"
msgstr "DATUM"
+#: hgext/churn.py:190
msgid "count rate for revisions matching date spec"
msgstr "Zeigt Revisionen passend zur Datums-Spezifikation"
+#: hgext/churn.py:192 mercurial/commands.py:92 mercurial/commands.py:5110
msgid "TEMPLATE"
msgstr "VORLAGE"
+#: hgext/churn.py:192
msgid "template to group changesets"
msgstr "Vorlage zur Gruppierung der Änderungssätze"
+#: hgext/churn.py:194 mercurial/commands.py:1132 mercurial/commands.py:1973
+#: mercurial/commands.py:2781
msgid "FORMAT"
msgstr "FORMAT"
+#: hgext/churn.py:194
msgid "strftime-compatible format for grouping by date"
msgstr "Gruppierung nach Datum in strftime-kompatiblem Format"
+#: hgext/churn.py:195
msgid "count rate by number of changesets"
msgstr "Zählt Anzahl der Änderungssätze"
+#: hgext/churn.py:196
msgid "sort by key (default: sort by count)"
msgstr "Sortiere nach Schlüssel (Voreinstellung: nach Anzahl)"
+#: hgext/churn.py:197
msgid "display added/removed lines separately"
msgstr "Zeige hinzugefügte/entfernte Zeilen einzeln"
+#: hgext/churn.py:199 hgext/convert/__init__.py:308
+#: hgext/convert/__init__.py:316 hgext/convert/__init__.py:318
+#: hgext/convert/__init__.py:320 hgext/convert/__init__.py:322
+#: hgext/inotify/__init__.py:91 hgext/keyword.py:364 hgext/rebase.py:49
+#: mercurial/commands.py:78 mercurial/commands.py:1632
+#: mercurial/commands.py:2016 mercurial/commands.py:3825
+#: mercurial/commands.py:5091 mercurial/commands.py:5094
+#: mercurial/commands.py:5104 mercurial/commands.py:5106
+#: mercurial/commands.py:5107 mercurial/commands.py:5113
msgid "FILE"
msgstr "DATEI"
+#: hgext/churn.py:199
msgid "file with email aliases"
msgstr "Datei mit Alias-Adressen"
+#: hgext/churn.py:201
msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [FILE]"
msgstr "hg churn [-d DATUM] [-r REV] [--aliases DATEI] [DATEI]"
+#: hgext/color.py:8
msgid "colorize output from some commands"
msgstr "Färbt die Ausgabe einiger Befehle"
+#: hgext/color.py:10
msgid ""
"This extension modifies the status and resolve commands to add color\n"
"to their output to reflect file status, the qseries command to add\n"
@@ -1366,6 +1600,7 @@
"Kommandos anhand der Änderung (hinzugefügte oder entfernte Zeilen, \n"
"Dateistatus und abschließender Leeraum) ein."
+#: hgext/color.py:16
msgid ""
"Other effects in addition to color, like bold and underlined text, are\n"
"also available. By default, the terminfo database is used to find the\n"
@@ -1378,10 +1613,12 @@
"Terminalkommandos befragt. Falls terminfo nicht erreichbar ist, werden die\n"
"Effekte durch die ECMA-48 SGR Funktionen (ANSI Escape Codes) realisiert."
+#: hgext/color.py:22
msgid "Default effects may be overridden from your configuration file::"
msgstr ""
"Standardeffekte können durch die Konfigurationsdatei verändert werden::"
+#: hgext/color.py:24
msgid ""
" [color]\n"
" status.modified = blue bold underline red_background\n"
@@ -1399,6 +1636,7 @@
" status.unknown = magenta bold underline\n"
" status.ignored = black bold"
+#: hgext/color.py:32
msgid ""
" # 'none' turns off all effects\n"
" status.clean = none\n"
@@ -1408,6 +1646,7 @@
" status.clean = none\n"
" status.copied = none"
+#: hgext/color.py:36
msgid ""
" qseries.applied = blue bold underline\n"
" qseries.unapplied = black bold\n"
@@ -1417,6 +1656,7 @@
" qseries.unapplied = black bold\n"
" qseries.missing = red bold"
+#: hgext/color.py:40
msgid ""
" diff.diffline = bold\n"
" diff.extended = cyan bold\n"
@@ -1438,6 +1678,7 @@
" diff.changed = white\n"
" diff.trailingwhitespace = bold red_background"
+#: hgext/color.py:50
msgid ""
" resolve.unresolved = red bold\n"
" resolve.resolved = green bold"
@@ -1445,9 +1686,11 @@
" resolve.unresolved = red bold\n"
" resolve.resolved = green bold"
+#: hgext/color.py:53
msgid " bookmarks.current = green"
msgstr " bookmarks.current = green"
+#: hgext/color.py:55
msgid ""
" branches.active = none\n"
" branches.closed = black bold\n"
@@ -1459,6 +1702,7 @@
" branches.current = green\n"
" branches.inactive = none"
+#: hgext/color.py:60
msgid ""
" tags.normal = green\n"
" tags.local = black bold"
@@ -1466,6 +1710,20 @@
" tags.normal = green\n"
" tags.local = black bold"
+#: hgext/color.py:63
+#, fuzzy
+msgid ""
+" rebase.rebased = blue\n"
+" rebase.remaining = red bold"
+msgstr ""
+" resolve.unresolved = red bold\n"
+" resolve.resolved = green bold"
+
+#: hgext/color.py:66
+msgid " histedit.remaining = red bold"
+msgstr ""
+
+#: hgext/color.py:68
msgid ""
"The available effects in terminfo mode are 'blink', 'bold', 'dim',\n"
"'inverse', 'invisible', 'italic', 'standout', and 'underline'; in\n"
@@ -1483,6 +1741,7 @@
"emulator ab. Effekte, die nicht realisiert werden können, werden ohne\n"
"Warnung ignoriert."
+#: hgext/color.py:75
msgid ""
"Note that on some systems, terminfo mode may cause problems when using\n"
"color with the pager extension and less -R. less with the -R option\n"
@@ -1498,6 +1757,7 @@
"die 'less' nicht versteht. Eine Abhilfe ist der ansi (oder auto) -Modus\n"
"oder 'less -r', was alle Terminalkodes unverändert durchleitet."
+#: hgext/color.py:83
msgid ""
"Because there are only eight standard colors, this module allows you\n"
"to define color names for other color slots which might be available\n"
@@ -1506,6 +1766,7 @@
"Dieses Modul erlaubt im terminfo-Modus die Definition neuer Farben für\n"
"die Plätze oberhalb der acht Standardfarben. Zum Beispiel::"
+#: hgext/color.py:87
msgid ""
" color.brightblue = 12\n"
" color.pink = 207\n"
@@ -1515,6 +1776,7 @@
" color.pink = 207\n"
" color.orange = 202"
+#: hgext/color.py:91
msgid ""
"to set 'brightblue' to color slot 12 (useful for 16 color terminals\n"
"that have brighter colors defined in the upper eight) and, 'pink' and\n"
@@ -1528,6 +1790,7 @@
"XTerms. Diese Farben können nun genau wie die vordefinierten Acht verwendet\n"
"werden, auch als Hintergrundfarbe durch Anhängen von '_background'."
+#: hgext/color.py:97
msgid ""
"By default, the color extension will use ANSI mode (or win32 mode on\n"
"Windows) if it detects a terminal. To override auto mode (to enable\n"
@@ -1538,6 +1801,7 @@
"Umleitung in eine Datei). Um den auto-Modus zu überschreiben (z.B. mit dem\n"
"terminfo-Modus), muss die folgende Konfigurationsoption gesetzt werden::"
+#: hgext/color.py:101
msgid ""
" [color]\n"
" mode = terminfo"
@@ -1545,6 +1809,7 @@
" [color]\n"
" mode = terminfo"
+#: hgext/color.py:104
msgid ""
"Any value other than 'ansi', 'win32', 'terminfo', or 'auto' will\n"
"disable color.\n"
@@ -1552,41 +1817,53 @@
"Jeder Wert außer 'ansi', 'win32', 'terminfo' oder 'auto' wird Farben\n"
"deaktivieren.\n"
+#: hgext/color.py:158
msgid "no terminfo entry for setab/setaf: reverting to ECMA-48 color\n"
msgstr "Kein terminfo-Eintrag für setab/setaf: Falle auf ECMA-48 zurück\n"
+#: hgext/color.py:186 hgext/color.py:197
#, python-format
msgid "warning: failed to set color mode to %s\n"
msgstr "Warnung: Konnte Farbmodus nicht auf %s setzen\n"
+#: hgext/color.py:320
#, python-format
msgid "ignoring unknown color/effect %r (configured in color.%s)\n"
msgstr "Ignoriere unbekannte Farbe/Effekt %r (gesetzt in color.%s)\n"
#. i18n: "label" is a keyword
+#: hgext/color.py:380 mercurial/templater.py:308
#, fuzzy
msgid "label expects two arguments"
msgstr "Filter %s erwartet ein Argument"
#. i18n: 'always', 'auto', and 'never' are keywords and should
#. not be translated
+#: hgext/color.py:421
msgid "when to colorize (boolean, always, auto, or never)"
msgstr "Wann soll eingefärbt werden (boolescher Wert, always, auto oder never)"
+#: hgext/color.py:422 hgext/convert/__init__.py:310
+#: hgext/convert/__init__.py:312 hgext/pager.py:140 mercurial/commands.py:314
+#: mercurial/commands.py:1060 mercurial/commands.py:1933
msgid "TYPE"
msgstr "TYP"
+#: hgext/convert/__init__.py:8
msgid "import revisions from foreign VCS repositories into Mercurial"
msgstr ""
"Importiert Änderungssätze von anderen Versionsverwaltungssystemen nach "
"Mercurial"
+#: hgext/convert/__init__.py:21
msgid "convert a foreign SCM repository to a Mercurial one."
msgstr "Konvertiert Archive anderer VCS in ein Mercurial-Archiv."
+#: hgext/convert/__init__.py:23
msgid " Accepted source formats [identifiers]:"
msgstr " Erkannte Quellformate [Bezeichner]:"
+#: hgext/convert/__init__.py:25
msgid ""
" - Mercurial [hg]\n"
" - CVS [cvs]\n"
@@ -1608,9 +1885,11 @@
" - Bazaar [bzr]\n"
" - Perforce [p4]"
+#: hgext/convert/__init__.py:35
msgid " Accepted destination formats [identifiers]:"
msgstr " Erlaubte Zielformate [Bezeichner]:"
+#: hgext/convert/__init__.py:37
msgid ""
" - Mercurial [hg]\n"
" - Subversion [svn] (history on branches is not preserved)"
@@ -1618,6 +1897,7 @@
" - Mercurial [hg]\n"
" - Subversion [svn] (Historie von Zweigen wird nicht erhalten)"
+#: hgext/convert/__init__.py:40
msgid ""
" If no revision is given, all revisions will be converted.\n"
" Otherwise, convert will only import up to the named revision\n"
@@ -1627,6 +1907,7 @@
" Andernfalls werden alle Revision bis zur angegebenen konvertiert.\n"
" Die Revisionsangabe muss für das Quellsystem verständlich sein."
+#: hgext/convert/__init__.py:44
msgid ""
" If no destination directory name is specified, it defaults to the\n"
" basename of the source with ``-hg`` appended. If the destination\n"
@@ -1636,6 +1917,7 @@
" an den Namen der Quelle angehängt. Wenn das Ziel nicht existiert, wird\n"
" es erstellt."
+#: hgext/convert/__init__.py:48
msgid ""
" By default, all sources except Mercurial will use --branchsort.\n"
" Mercurial uses --sourcesort to preserve original revision numbers\n"
@@ -1646,6 +1928,7 @@
" ursprüngliche Reihenfolge der Revisionsnummern zu erhalten.\n"
" Die Sortieroptionen haben folgende Effekte:"
+#: hgext/convert/__init__.py:52
msgid ""
" --branchsort convert from parent to child revision when possible,\n"
" which means branches are usually converted one after\n"
@@ -1655,6 +1938,7 @@
" bedeutet, dass Zweige nacheinander konvertiert werden.\n"
" Dies führt zu kompakteren Archiven."
+#: hgext/convert/__init__.py:56
msgid ""
" --datesort sort revisions by date. Converted repositories have\n"
" good-looking changelogs but are often an order of\n"
@@ -1665,6 +1949,7 @@
" haben ein gut lesbares Meldungs-Logbuch, sind aber häufig\n"
" eine Zehnerpotenz größer als mit --branchsort erstellte."
+#: hgext/convert/__init__.py:61
msgid ""
" --sourcesort try to preserve source revisions order, only\n"
" supported by Mercurial sources."
@@ -1672,6 +1957,7 @@
" --sourcesort Versucht die Reihenfolge der Quellrevisionen zu erhalten.\n"
" Dies wird nur bei Mercurial als Quelle unterstützt."
+#: hgext/convert/__init__.py:64
#, fuzzy
msgid ""
" --closesort try to move closed revisions as close as possible\n"
@@ -1681,6 +1967,7 @@
" --sourcesort Versucht die Reihenfolge der Quellrevisionen zu erhalten.\n"
" Dies wird nur bei Mercurial als Quelle unterstützt."
+#: hgext/convert/__init__.py:68
msgid ""
" If ``REVMAP`` isn't given, it will be put in a default location\n"
" (``<dest>/.hg/shamap`` by default). The ``REVMAP`` is a simple\n"
@@ -1692,9 +1979,11 @@
" ist eine einfache Textdatei, die die IDs aus dem Quellarchiv mit denen\n"
" aus dem Zielarchiv verknüpft. Das Format ist::"
+#: hgext/convert/__init__.py:73
msgid " <source ID> <destination ID>"
msgstr " <Quell ID> <Ziel ID>"
+#: hgext/convert/__init__.py:75
msgid ""
" If the file doesn't exist, it's automatically created. It's\n"
" updated on each commit copied, so :hg:`convert` can be interrupted\n"
@@ -1704,6 +1993,7 @@
" jeden konvertierten Änderungssatz erweitert, so dass unterbrochene\n"
" Konvertierungen durch erneuten Aufruf fortgesetzt werden können."
+#: hgext/convert/__init__.py:79
#, fuzzy
msgid ""
" The authormap is a simple text file that maps each source commit\n"
@@ -1716,12 +2006,15 @@
" Unix-Login zur Identifikation von Autoren verwenden, wie z.B. CVS. Das\n"
" Format ist pro Zeile::"
+#: hgext/convert/__init__.py:84
msgid " source author = destination author"
msgstr " Quellautor = Zielautor"
+#: hgext/convert/__init__.py:86
msgid " Empty lines and lines starting with a ``#`` are ignored."
msgstr " Leere Zeilen und Zeilen, die mit ``#`` beginnen, werden ignoriert."
+#: hgext/convert/__init__.py:88
msgid ""
" The filemap is a file that allows filtering and remapping of files\n"
" and directories. Each line can contain one of the following\n"
@@ -1731,15 +2024,19 @@
" Umbenennung von Dateien und Verzeichnissen. Jede Zeile kann eine der\n"
" folgenden Direktiven enthalten::"
+#: hgext/convert/__init__.py:92
msgid " include path/to/file-or-dir"
msgstr " include pfad/zur/datei-oder-verzeichnis"
+#: hgext/convert/__init__.py:94
msgid " exclude path/to/file-or-dir"
msgstr " exclude pfad/zur/datei-oder-verzeichnis"
+#: hgext/convert/__init__.py:96
msgid " rename path/to/source path/to/destination"
msgstr " rename pfad/zur/quelle pfad/zum/ziel"
+#: hgext/convert/__init__.py:98
msgid ""
" Comment lines start with ``#``. A specified path matches if it\n"
" equals the full relative name of a file or one of its parent\n"
@@ -1752,6 +2049,7 @@
" längsten passenden Pfad wird angewendet, sodass die Reihenfolge der\n"
" Anweisungen nicht wichtig ist."
+#: hgext/convert/__init__.py:103
msgid ""
" The ``include`` directive causes a file, or all files under a\n"
" directory, to be included in the destination repository, and the\n"
@@ -1769,6 +2067,7 @@
" Um von einem Unterverzeichnis der Quelle in die Wurzel des Zielarchivs\n"
" umzubenennen, kann ``.`` als Pfad der Zieldatei angegeben werden."
+#: hgext/convert/__init__.py:111
msgid ""
" The splicemap is a file that allows insertion of synthetic\n"
" history, letting you specify the parents of a revision. This is\n"
@@ -1785,9 +2084,11 @@
" Leerzeichen und eine oder (mit Komma getrennt) zwei Revisions-IDs,\n"
" die als Vorfahren der ersten angenommen werden sollen::"
+#: hgext/convert/__init__.py:118
msgid " key parent1, parent2"
msgstr " key vorfahr1, vorfahr2"
+#: hgext/convert/__init__.py:120
msgid ""
" The key is the revision ID in the source\n"
" revision control system whose parents should be modified (same\n"
@@ -1812,6 +2113,7 @@
" \"release-1.0\" als zweiter Vorfahr angegeben werden. Die Vorfahren-IDs\n"
" können entweder im Format der Quelle oder des Ziels angegeben werden."
+#: hgext/convert/__init__.py:129
msgid ""
" The branchmap is a file that allows you to rename a branch when it is\n"
" being brought in from whatever external repository. When used in\n"
@@ -1825,9 +2127,11 @@
" strukturiertes Mercurial-Archiv konvertiert werden. Die Zeilen dieser\n"
" Datei haben das folgende Format::"
+#: hgext/convert/__init__.py:136
msgid " original_branch_name new_branch_name"
msgstr " originaler_zweig_name neuer_zweig_name"
+#: hgext/convert/__init__.py:138
msgid ""
" where \"original_branch_name\" is the name of the branch in the\n"
" source repository, and \"new_branch_name\" is the name of the branch\n"
@@ -1841,6 +2145,7 @@
" Quellcode in einem Archiv aus dem \"default\"-Zweig in einen benannten\n"
" Zweig zu verschieben."
+#: hgext/convert/__init__.py:144
#, fuzzy
msgid ""
" Mercurial Source\n"
@@ -1849,6 +2154,7 @@
" Mercurial als Quelle\n"
" ''''''''''''''''''''"
+#: hgext/convert/__init__.py:147
msgid ""
" The Mercurial source recognizes the following configuration\n"
" options, which you can set on the command line with ``--config``:"
@@ -1856,6 +2162,7 @@
" Die Mercurial-Quelle kennt die folgenden Konfigurations-Optionen\n"
" die Sie auf der Kommando-Zeile mit ``--config`` setzen können"
+#: hgext/convert/__init__.py:150
msgid ""
" :convert.hg.ignoreerrors: ignore integrity errors when reading.\n"
" Use it to fix Mercurial repositories with missing revlogs, by\n"
@@ -1866,6 +2173,7 @@
" zu reparieren, während Sie von oder nach Mercurial konvertieren.\n"
" Voreinstellung ist False."
+#: hgext/convert/__init__.py:154
msgid ""
" :convert.hg.saverev: store original revision ID in changeset\n"
" (forces target IDs to change). It takes a boolean argument and\n"
@@ -1875,6 +2183,7 @@
" (erzwingt geänderte Target IDs). Nimmt ein boolean Argument\n"
" und hat die Voreinstellung False."
+#: hgext/convert/__init__.py:158
msgid ""
" :convert.hg.startrev: convert start revision and its descendants.\n"
" It takes a hg revision identifier and defaults to 0."
@@ -1882,6 +2191,7 @@
" :convert.hg.startrev: Konvertiere Start Revision und ihre Decendants.\n"
" Erwartet eine hg-Revisions-ID, standardmäßig 0."
+#: hgext/convert/__init__.py:161
#, fuzzy
msgid ""
" CVS Source\n"
@@ -1890,6 +2200,7 @@
" CVS als Quelle\n"
" ''''''''''''''"
+#: hgext/convert/__init__.py:164
msgid ""
" CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n"
" to indicate the starting point of what will be converted. Direct\n"
@@ -1911,9 +2222,11 @@
" Startverzeichnisses konvertiert und jegliche Verzeichnis-Umordnung im \n"
" Sandkasten ignoriert."
+#: hgext/convert/__init__.py:174
msgid " The following options can be used with ``--config``:"
msgstr " Die folgenden Optionen können mit ``--config`` genutzt werden:"
+#: hgext/convert/__init__.py:176
#, fuzzy
msgid ""
" :convert.cvsps.cache: Set to False to disable remote log caching,\n"
@@ -1922,6 +2235,7 @@
" :convert.cvsps.cache: Setzen Sie dies auf False, um Remote Log Caching\n"
" auszuschalten, zum Testen und Debuggen. Voreinstellung ist True."
+#: hgext/convert/__init__.py:179
msgid ""
" :convert.cvsps.fuzz: Specify the maximum time (in seconds) that is\n"
" allowed between commits with identical user and log message in\n"
@@ -1935,6 +2249,7 @@
" übernommen als Teil eines Änderungssatzes, ist die Voreinstellung\n"
" möglicherweise nicht lang genug. Die Voreinstellung ist 60."
+#: hgext/convert/__init__.py:185
msgid ""
" :convert.cvsps.mergeto: Specify a regular expression to which\n"
" commit log messages are matched. If a match occurs, then the\n"
@@ -1950,6 +2265,7 @@
" ist, mit dem Branch zusammengeführt wird, den die Regex anzeigt.\n"
" Voreinstellung ist ``{{mergetobranch ([-\\w]+)}}``"
+#: hgext/convert/__init__.py:192
msgid ""
" :convert.cvsps.mergefrom: Specify a regular expression to which\n"
" commit log messages are matched. If a match occurs, then the\n"
@@ -1964,12 +2280,14 @@
" Changesets angezeigt wird.\n"
" Voreinstellung ist ``{{mergefrombranch ([-\\w]+)}}``"
+#: hgext/convert/__init__.py:198 hgext/convert/__init__.py:242
msgid ""
" :convert.localtimezone: use local time (as determined by the TZ\n"
" environment variable) for changeset date/times. The default\n"
" is False (use UTC)."
msgstr ""
+#: hgext/convert/__init__.py:202
#, fuzzy
msgid ""
" :hooks.cvslog: Specify a Python function to be called at the end of\n"
@@ -1982,6 +2300,7 @@
" Log Einträgen, und kann diese Einträge in-place ändern, löschen,\n"
" oder neue hinzufügen."
+#: hgext/convert/__init__.py:207
#, fuzzy
msgid ""
" :hooks.cvschangesets: Specify a Python function to be called after\n"
@@ -1994,6 +2313,7 @@
" Funktion bekommt eine Liste der Changeset Einträgen, und kann diese\n"
" Einträge in-place ändern, löschen, oder neue hinzufügen."
+#: hgext/convert/__init__.py:212
msgid ""
" An additional \"debugcvsps\" Mercurial command allows the builtin\n"
" changeset merging code to be run without doing a conversion. Its\n"
@@ -2005,6 +2325,7 @@
" cvsps 2.1 ähnlich. Für weitere Details siehe die Hilfe zu diesem\n"
" Befehl."
+#: hgext/convert/__init__.py:217
#, fuzzy
msgid ""
" Subversion Source\n"
@@ -2013,6 +2334,7 @@
" Subversion als Quelle\n"
" '''''''''''''''''''''"
+#: hgext/convert/__init__.py:220
#, fuzzy
msgid ""
" Subversion source detects classical trunk/branches/tags layouts.\n"
@@ -2038,9 +2360,11 @@
" gesetzt oder leer gelassen werden, um die automatische Erkennung zu\n"
" verhindern."
+#: hgext/convert/__init__.py:231
msgid " The following options can be set with ``--config``:"
msgstr " Die folgenden Optionen können mit ``--config`` gesetzt werden:"
+#: hgext/convert/__init__.py:233
msgid ""
" :convert.svn.branches: specify the directory containing branches.\n"
" The default is ``branches``."
@@ -2048,6 +2372,7 @@
" :convert.svn.branches: Spezifiziere das Verzeichnis, das die Branches\n"
" enthält. Voreinstellung ist ``branches``."
+#: hgext/convert/__init__.py:236
msgid ""
" :convert.svn.tags: specify the directory containing tags. The\n"
" default is ``tags``."
@@ -2055,6 +2380,7 @@
" :convert.svn.tags: Spezifiziere das Verzeichnis, das die Tags enthält.\n"
" Voreinstellung ist ``tags``."
+#: hgext/convert/__init__.py:239
msgid ""
" :convert.svn.trunk: specify the name of the trunk branch. The\n"
" default is ``trunk``."
@@ -2062,6 +2388,7 @@
" :convert.svn.trunk: Spezifiziere den Namen des trunk Branches. Der\n"
" Voreinstellung ist ``trunk``."
+#: hgext/convert/__init__.py:246
msgid ""
" Source history can be retrieved starting at a specific revision,\n"
" instead of being integrally converted. Only single branch\n"
@@ -2071,6 +2398,7 @@
" Quellhistorie kann vollständig oder ab einer gegebenen Startrevision\n"
" erfasst werden:"
+#: hgext/convert/__init__.py:250
msgid ""
" :convert.svn.startrev: specify start Subversion revision number.\n"
" The default is 0."
@@ -2078,6 +2406,7 @@
" --config convert.svn.startrev=0 (SVN-Revisionsnummer)\n"
" Spezifiziert die Startrevision"
+#: hgext/convert/__init__.py:253
#, fuzzy
msgid ""
" Perforce Source\n"
@@ -2086,6 +2415,7 @@
" Perforce als Quelle\n"
" '''''''''''''''''''"
+#: hgext/convert/__init__.py:256
msgid ""
" The Perforce (P4) importer can be given a p4 depot path or a\n"
" client specification as source. It will convert all files in the\n"
@@ -2101,6 +2431,7 @@
" ein Zielpfad genannt werden, da dieser sonst als ...-hg ausfallen\n"
" kann."
+#: hgext/convert/__init__.py:263
msgid ""
" It is possible to limit the amount of source history to be\n"
" converted by specifying an initial Perforce revision:"
@@ -2108,6 +2439,7 @@
" Es ist möglich die zu konvertierte Quellhistorie durch Angabe einer\n"
" Startrevision zu begrenzen."
+#: hgext/convert/__init__.py:266
msgid ""
" :convert.p4.startrev: specify initial Perforce revision (a\n"
" Perforce changelist number)."
@@ -2115,14 +2447,17 @@
" :convert.p4.startrev: Spezifiziere die Perforce Start-Revision (eine\n"
" Perforce Changelist Nummer)."
+#: hgext/convert/__init__.py:269
msgid ""
" Mercurial Destination\n"
" #####################"
msgstr ""
+#: hgext/convert/__init__.py:272
msgid " The following options are supported:"
msgstr " Die folgenden Optionen werden unterstützt:"
+#: hgext/convert/__init__.py:274
msgid ""
" :convert.hg.clonebranches: dispatch source branches in separate\n"
" clones. The default is False."
@@ -2130,6 +2465,7 @@
" :convert.hg.clonebranches: Verteile Source Branches in unterschiedliche\n"
" Clones. Voreinstellung ist False."
+#: hgext/convert/__init__.py:277
msgid ""
" :convert.hg.tagsbranch: branch name for tag revisions, defaults to\n"
" ``default``."
@@ -2137,6 +2473,7 @@
" :convert.hg.tagsbranch: Branch Name für Tag Revisionen.\n"
" Voreinstellung ist ``default``."
+#: hgext/convert/__init__.py:280
msgid ""
" :convert.hg.usebranchnames: preserve branch names. The default is\n"
" True.\n"
@@ -2146,9 +2483,11 @@
" Voreinstellung ist True.\n"
" "
+#: hgext/convert/__init__.py:289
msgid "create changeset information from CVS"
msgstr "erstellt Änderungssatz-Informationen aus CVS"
+#: hgext/convert/__init__.py:291
msgid ""
" This command is intended as a debugging tool for the CVS to\n"
" Mercurial converter, and can be used as a direct replacement for\n"
@@ -2157,6 +2496,7 @@
" Dieser Befehl ist als Debuggingwerkzeug für den Konverter von CVS zu\n"
" Mercurial gedacht und kann als direkte Ersetzung für cvsps dienen."
+#: hgext/convert/__init__.py:295
msgid ""
" Hg debugcvsps reads the CVS rlog for current directory (or any\n"
" named directory) in the CVS repository, and converts the log to a\n"
@@ -2168,96 +2508,126 @@
" und konvertiert den Log in eine Serie von Änderungssätzen,\n"
" basierend auf übereinstimmenden Log-Einträgen und Datumsangaben."
+#: hgext/convert/__init__.py:307
msgid "username mapping filename (DEPRECATED, use --authormap instead)"
msgstr ""
"Datei mit Autor-Zuweisungen (VERALTET, verwende stattdessen --authormap)"
+#: hgext/convert/__init__.py:310
msgid "source repository type"
msgstr "Quellarchivtyp"
+#: hgext/convert/__init__.py:312
msgid "destination repository type"
msgstr "Zielarchivtyp"
+#: hgext/convert/__init__.py:314
msgid "import up to target revision REV"
msgstr "Importiere bis einschließlich Revision REV"
+#: hgext/convert/__init__.py:316
msgid "remap usernames using this file"
msgstr "bildet Benutzernamen mit Hilfe dieser Datei neu ab"
+#: hgext/convert/__init__.py:318
msgid "remap file names using contents of file"
msgstr "bildet Dateinamen mit Hilfe dieser Datei neu ab"
+#: hgext/convert/__init__.py:320
msgid "splice synthesized history into place"
msgstr "verbindet künstlich erzeugte Historien miteinander"
+#: hgext/convert/__init__.py:322
msgid "change branch names while converting"
msgstr "ändert Zweignamen während der Konvertierung"
+#: hgext/convert/__init__.py:323
msgid "try to sort changesets by branches"
msgstr "Sortiere Änderungssätze nach Zweigen"
+#: hgext/convert/__init__.py:324
msgid "try to sort changesets by date"
msgstr "Sortiere Änderungssätze nach Datum"
+#: hgext/convert/__init__.py:325
msgid "preserve source changesets order"
msgstr "Erhalte Reihenfolge der Quellrevisionen"
+#: hgext/convert/__init__.py:326
#, fuzzy
msgid "try to reorder closed revisions"
msgstr "Verschiebe diese Revisionen"
+#: hgext/convert/__init__.py:327
msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
msgstr "hg convert [OPTION]... QUELLE [ZIEL [REVMAP]]"
+#: hgext/convert/__init__.py:336
msgid "only return changes on specified branches"
msgstr "nur die Änderungen des angegebenen Branches zurückgeben"
+#: hgext/convert/__init__.py:337
msgid "prefix to remove from file names"
msgstr "Präfix, das von Dateinamen entfernt werden soll"
+#: hgext/convert/__init__.py:339
msgid "only return changes after or between specified tags"
msgstr "nur Änderungen nach oder zwischen angegebenen Tags zurückgeben"
+#: hgext/convert/__init__.py:340
msgid "update cvs log cache"
msgstr "CVS Log-Zwischenspeicher aktualisieren"
+#: hgext/convert/__init__.py:341
msgid "create new cvs log cache"
msgstr "neuen CVS Log-Zwischenspeicher erzeugen"
+#: hgext/convert/__init__.py:342
msgid "set commit time fuzz in seconds"
msgstr "setze erlaubte Abweichung von der Commit-Zeit in Sekunden"
+#: hgext/convert/__init__.py:343
msgid "specify cvsroot"
msgstr "gibt cvsroot an"
+#: hgext/convert/__init__.py:345
msgid "show parent changesets"
msgstr "zeigt die Eltern-Änderungssätze an"
+#: hgext/convert/__init__.py:347
msgid "show current changeset in ancestor branches"
msgstr "zeigt den aktuellen Änderungssatz in Vorgänger-Zweigen"
+#: hgext/convert/__init__.py:349
msgid "ignored for compatibility"
msgstr "ignoriert aus Kompatibilitätsgründen"
+#: hgext/convert/__init__.py:351
msgid "hg debugcvsps [OPTION]... [PATH]..."
msgstr "hg debugcvsps [OPTION]... [PATH]..."
+#: hgext/convert/__init__.py:366
msgid ":svnrev: String. Converted subversion revision number."
msgstr ":svnrev: Zeichenkette. Die konvertierte subversion-Revisionsnummer."
+#: hgext/convert/__init__.py:370
msgid ":svnpath: String. Converted subversion revision project path."
msgstr ":svnpath: Zeichenkette. Der konvertierte subversion-Projektpfad."
+#: hgext/convert/__init__.py:374
msgid ":svnuuid: String. Converted subversion revision repository identifier."
msgstr ":svnuuid: Zeichenkette. Der konvertierte subversion-Archivbezeichner."
+#: hgext/convert/bzr.py:40 hgext/convert/bzr.py:54
#, python-format
msgid "%s does not look like a Bazaar repository"
msgstr "%s scheint kein Bazaar-Archiv zu sein"
+#: hgext/convert/bzr.py:47
msgid "Bazaar modules could not be loaded"
msgstr "Bazaar-Modul konnte nicht geladen werden"
+#: hgext/convert/bzr.py:72
msgid ""
"warning: lightweight checkouts may cause conversion failures, try with a "
"regular branch instead.\n"
@@ -2265,233 +2635,306 @@
"Warnung: Leichte Arbeitskopien können zu Konvertierungsfehlern führen; \n"
"erwäge einen regulären Zweig zu nutzen.\n"
+#: hgext/convert/bzr.py:76
msgid "bzr source type could not be determined\n"
msgstr "Bazaar-Quelltyp konnte nicht ermittelt werden\n"
+#: hgext/convert/bzr.py:111
#, python-format
msgid "%s is not a valid revision"
msgstr "%s ist keine gültige Revision"
+#: hgext/convert/bzr.py:125
#, python-format
msgid "%s is not available in %s anymore"
msgstr "%s ist nicht mehr in %s vorhanden"
+#: hgext/convert/bzr.py:131
#, python-format
msgid "%s.%s symlink has no target"
msgstr "Symbolische Verknüpfung %s.%s hat kein Ziel"
+#: hgext/convert/common.py:35
#, python-format
msgid "cannot find required \"%s\" tool"
msgstr "Kann benötigtes Werkzeug \"%s\" nicht finden"
+#: hgext/convert/common.py:71 hgext/convert/subversion.py:460
+#, fuzzy, python-format
+msgid "splicemap entry %s is not a valid revision identifier"
+msgstr "%s ist keine gültige Revision im aktuellen Zweig"
+
+#: hgext/convert/common.py:338 hgext/convert/monotone.py:157
#, python-format
msgid "%s error:\n"
msgstr "%s-Fehler:\n"
+#: hgext/convert/common.py:419
#, python-format
msgid "syntax error in %s(%d): key/value pair expected"
msgstr "Syntaxfehler in %s(%d): Schlüssel/Wert-Paar erwartet"
+#: hgext/convert/common.py:431
#, python-format
msgid "could not open map file %r: %s"
msgstr "Konnte Abbildungsdatei %r nicht öffnen: %s"
-#, python-format
-msgid "syntax error in %s(%d): child parent1[,parent2] expected"
-msgstr "Syntaxfehler in %s(%d): Nachfolger Vorgänger1[,Vorgänger2] erwartet"
-
+#: hgext/convert/convcmd.py:52
#, python-format
msgid "%s: invalid source repository type"
msgstr "%s: Ungültiger Quellarchiv-Typ"
+#: hgext/convert/convcmd.py:62
#, python-format
msgid "%s: missing or unsupported repository"
msgstr "%s: Fehlendes oder nicht unterstütztes Archiv"
+#: hgext/convert/convcmd.py:66
#, python-format
msgid "%s: invalid destination repository type"
msgstr "%s: Ungültiger Zielarchiv-Typ"
# Wird nur in einer Fehlermeldung verwendet, daher macht es hier sinn, den Namen des Befehls unübersetzt auszugeben.
+#: hgext/convert/convcmd.py:72
#, python-format
msgid "convert: %s\n"
msgstr "convert: %s\n"
+#: hgext/convert/convcmd.py:75
#, python-format
msgid "%s: unknown repository type"
msgstr "%s: Unbekannter Archivtyp"
+#: hgext/convert/convcmd.py:86 hgext/convert/convcmd.py:94
msgid "getting files"
msgstr "Hole Dateien"
+#: hgext/convert/convcmd.py:152
+#, python-format
+msgid "syntax error in %s(%d): child parent1[,parent2] expected"
+msgstr "Syntaxfehler in %s(%d): Nachfolger Vorgänger1[,Vorgänger2] erwartet"
+
+#: hgext/convert/convcmd.py:163
+#, python-format
+msgid "splicemap file not found or error reading %s:"
+msgstr ""
+
+#: hgext/convert/convcmd.py:179 hgext/convert/convcmd.py:437
+#: mercurial/commands.py:1553 mercurial/commands.py:1623
msgid "revisions"
msgstr "Revisionen"
+#: hgext/convert/convcmd.py:179 hgext/convert/convcmd.py:185
msgid "scanning"
msgstr "Durchsuchen"
+#: hgext/convert/convcmd.py:198
#, fuzzy, python-format
msgid "splice map revision %s is not being converted, ignoring\n"
msgstr "Spleißdatei-Revision %s wird nicht konvertiert und ignoriert\n"
+#: hgext/convert/convcmd.py:208
#, fuzzy, python-format
msgid "unknown splice map parent: %s"
msgstr "Unbekannte Spleißdatei-Vorgänger %s"
+#: hgext/convert/convcmd.py:304
#, python-format
msgid "unknown sort mode: %s"
msgstr "Unbekannte Sortiermethode: %s"
+#: hgext/convert/convcmd.py:322
#, python-format
msgid "cycle detected between %s and %s"
msgstr "Schleife gefunden zwischen %s und %s"
+#: hgext/convert/convcmd.py:330
msgid "not all revisions were sorted"
msgstr "Nicht alle Revisionen wurden sortiert"
+#: hgext/convert/convcmd.py:337
#, fuzzy, python-format
msgid "writing author map file %s\n"
msgstr "Schreibe Autoren-Abbildungsdatei %s\n"
+#: hgext/convert/convcmd.py:354
#, fuzzy, python-format
msgid "ignoring bad line in author map file %s: %s\n"
msgstr "Ignoriere fehlerhafte Zeile in Autoren-Abbildungsdatei %s: %s\n"
+#: hgext/convert/convcmd.py:361
#, python-format
msgid "mapping author %s to %s\n"
msgstr "Bilde Autor %s auf %s ab\n"
+#: hgext/convert/convcmd.py:366
#, python-format
msgid "overriding mapping for author %s, was %s, will be %s\n"
msgstr "Überschreibe Abbildung für Autor %s: war %s, wird %s\n"
+#: hgext/convert/convcmd.py:400
#, python-format
msgid "spliced in %s as parents of %s\n"
msgstr "%s als Eltern von %s verbunden\n"
+#: hgext/convert/convcmd.py:417
msgid "scanning source...\n"
msgstr "Durchsuche Quelle...\n"
+#: hgext/convert/convcmd.py:421
msgid "sorting...\n"
msgstr "Sortiere...\n"
+#: hgext/convert/convcmd.py:426
msgid "converting...\n"
msgstr "Konvertiere...\n"
+#: hgext/convert/convcmd.py:436
#, python-format
msgid "source: %s\n"
msgstr "Quelle: %s\n"
+#: hgext/convert/convcmd.py:437 hgext/convert/convcmd.py:440
msgid "converting"
msgstr "Konvertiere"
+#: hgext/convert/convcmd.py:491
#, python-format
msgid "assuming destination %s\n"
msgstr "Nehme %s als Ziel an\n"
+#: hgext/convert/convcmd.py:506
msgid "more than one sort mode specified"
msgstr "Mehr als ein Sortiermodus angegeben"
+#: hgext/convert/convcmd.py:509
msgid "--sourcesort is not supported by this data source"
msgstr "Option --sourcesort ist für diese Archivquelle nicht unterstützt"
+#: hgext/convert/convcmd.py:511
#, fuzzy
msgid "--closesort is not supported by this data source"
msgstr "Option --sourcesort ist für diese Archivquelle nicht unterstützt"
+#: hgext/convert/cvs.py:23
#, python-format
msgid "%s does not look like a CVS checkout"
msgstr "%s scheint keine CVS-Arbeitskopie zu sein"
+#: hgext/convert/cvs.py:50
#, python-format
msgid "revision %s is not a patchset number"
msgstr "Revision %s ist keine Patchsatz-Nummer"
+#: hgext/convert/cvs.py:102
#, python-format
msgid "connecting to %s\n"
msgstr "Verbinde mit %s\n"
+#: hgext/convert/cvs.py:150
msgid "CVS pserver authentication failed"
msgstr "CVS pserver-Authentifizierung fehlgeschlagen"
+#: hgext/convert/cvs.py:193
#, python-format
msgid ""
"unexpected response from CVS server (expected \"Valid-requests\", but got %r)"
msgstr ""
"Unerwartete Antwort vom CVS-Server (erwartete \"Valid-requsts\", erhielt %r)"
+#: hgext/convert/cvs.py:215
#, python-format
msgid "%d bytes missing from remote file"
msgstr "%d Bytes fehlen in entfernter Datei"
+#: hgext/convert/cvs.py:252
msgid "malformed response from CVS"
msgstr "Fehlerhafte Antwort von CVS"
+#: hgext/convert/cvs.py:255
#, python-format
msgid "cvs server: %s\n"
msgstr "CVS-Server: %s\n"
+#: hgext/convert/cvs.py:259
#, python-format
msgid "unknown CVS response: %s"
msgstr "Unbekannte CVS-Antwort: %s"
+#: hgext/convert/cvsps.py:96
msgid "collecting CVS rlog\n"
msgstr "Sammle CVS-rlog\n"
+#: hgext/convert/cvsps.py:133
msgid "not a CVS sandbox"
msgstr "keine CVS-Sandkastenumgebung"
+#: hgext/convert/cvsps.py:172
#, python-format
msgid "reading cvs log cache %s\n"
msgstr "Lese CVS Log-Zwischenspeicher %s\n"
+#: hgext/convert/cvsps.py:178
#, fuzzy
msgid "ignoring old cache\n"
msgstr "Ignoriere leeren Zweig %s\n"
+#: hgext/convert/cvsps.py:182
#, python-format
msgid "cache has %d log entries\n"
msgstr "Zwischenspeicher hat %d Logbucheinträge\n"
+#: hgext/convert/cvsps.py:184
#, python-format
msgid "error reading cache: %r\n"
msgstr "Fehler beim Lesen des Zwischenspeichers: %r\n"
+#: hgext/convert/cvsps.py:215 mercurial/sshpeer.py:54 mercurial/sshpeer.py:71
#, python-format
msgid "running %s\n"
msgstr "Führe %s aus\n"
+#: hgext/convert/cvsps.py:261
msgid "RCS file must be followed by working file"
msgstr "RCS-Datei muss von Arbeitsdatei gefolgt sein"
+#: hgext/convert/cvsps.py:298
msgid "must have at least some revisions"
msgstr "Mindestens ein paar Revisionen sind benötigt"
+#: hgext/convert/cvsps.py:306
msgid "expected revision number"
msgstr "Revisionsnummer erwartet"
+#: hgext/convert/cvsps.py:322
msgid "revision must be followed by date line"
msgstr "Revision muss von einer Datumszeile gefolgt sein"
+#: hgext/convert/cvsps.py:465
msgid "log cache overlaps with new log entries, re-run without cache."
msgstr ""
"Log-Zwischenspeicher überschneidet sich mit neuen Logeinträgen,\n"
"bitte führe den Vorgang erneut ohne Zwischenspeicher aus."
+#: hgext/convert/cvsps.py:471
#, python-format
msgid "writing cvs log cache %s\n"
msgstr "Schreibe CVS Log-Zwischenspeicher %s\n"
+#: hgext/convert/cvsps.py:476
#, python-format
msgid "%d log entries\n"
msgstr "%d Logbucheinträge\n"
+#: hgext/convert/cvsps.py:510
msgid "creating changesets\n"
msgstr "Erzeuge Änderungssätze\n"
+#: hgext/convert/cvsps.py:703
msgid "synthetic changeset cannot have multiple parents"
msgstr "Künstliche Änderungssätze können nicht mehrere Vorfahren haben"
+#: hgext/convert/cvsps.py:727
#, python-format
msgid ""
"warning: CVS commit message references non-existent branch %r:\n"
@@ -2500,122 +2943,159 @@
"Warnung: CVS-Versionsmeldung benennt nicht existierenden Zweig %r:\n"
"%s\n"
+#: hgext/convert/cvsps.py:778
+#, fuzzy, python-format
+msgid "changeset %d is both before and after %d\n"
+msgstr "Änderungssatz %s: %s: Unterschiedliche Inhalte\n"
+
+#: hgext/convert/cvsps.py:781
#, python-format
msgid "%d changeset entries\n"
msgstr "%d Änderungssatz-Einträge\n"
+#: hgext/convert/darcs.py:37
#, python-format
msgid "%s does not look like a darcs repository"
msgstr "%s scheint kein darcs-Archiv zu sein"
+#: hgext/convert/darcs.py:42
#, python-format
msgid "darcs version 2.1 or newer needed (found %r)"
msgstr "darcs Version 2.1 oder neuer benötigt (%r gefunden)"
+#: hgext/convert/darcs.py:46
msgid "Python ElementTree module is not available"
msgstr "Python-Modul ElementTree ist nicht verfügbar"
+#: hgext/convert/darcs.py:59
#, python-format
msgid "%s repository format is unsupported, please upgrade"
msgstr "%s Repository Format wird nicht unterstützt, bitte upgraden"
+#: hgext/convert/darcs.py:62
msgid "failed to detect repository format!"
msgstr "Repository Format kann nicht festgestellt werden!"
+#: hgext/convert/darcs.py:193 hgext/convert/gnuarch.py:138
msgid "internal calling inconsistency"
msgstr "Inkonsistenz bei internem Aufruf"
+#: hgext/convert/filemap.py:39
msgid "errors in filemap"
msgstr "Fehler in Dateinamen-Abbildungsdatei"
+#: hgext/convert/filemap.py:45
#, python-format
msgid "%s:%d: path to %s is missing\n"
msgstr "%s:%d: Pfad zu %s fehlt\n"
+#: hgext/convert/filemap.py:49
#, python-format
msgid "%s:%d: %r already in %s list\n"
msgstr "%s:%d: %r ist bereits in %s-Liste\n"
+#: hgext/convert/filemap.py:55
#, python-format
msgid "%s:%d: superfluous / in %s %r\n"
msgstr "%s:%d: überflüssiger / in %s %r\n"
+#: hgext/convert/filemap.py:80
#, python-format
msgid "%s:%d: unknown directive %r\n"
msgstr "%s:%d: Unbekannte Direktive %r\n"
+#: hgext/convert/filemap.py:251
msgid "source repository doesn't support --filemap"
msgstr "Quellarchiv unterstützt die Option --filemap nicht"
+#: hgext/convert/git.py:80
#, python-format
msgid "%s does not look like a Git repository"
msgstr "%s scheint kein git-Archiv zu sein"
+#: hgext/convert/git.py:95
msgid "cannot retrieve git heads"
msgstr "Kann git-Kopfdaten nicht empfangen"
+#: hgext/convert/git.py:103
#, python-format
msgid "cannot read %r object at %s"
msgstr "Kann Objekt %r in %s nicht lesen"
+#: hgext/convert/git.py:142
#, fuzzy, python-format
msgid "cannot read submodules config file in %s"
msgstr "Kann Änderungen in %s nicht lesen"
+#: hgext/convert/git.py:182 hgext/convert/git.py:269
#, python-format
msgid "cannot read changes in %s"
msgstr "Kann Änderungen in %s nicht lesen"
+#: hgext/convert/git.py:235 hgext/convert/git.py:241
#, python-format
msgid "cannot read tags from %s"
msgstr "Kann Tags aus %s nicht lesen"
+#: hgext/convert/gnuarch.py:34
#, python-format
msgid "%s does not look like a GNU Arch repository"
msgstr "%s scheint kein GNU Arch-Archiv zu sein"
+#: hgext/convert/gnuarch.py:45
msgid "cannot find a GNU Arch tool"
msgstr "Kann kein GNU Arch-Programm finden"
+#: hgext/convert/gnuarch.py:82
#, python-format
msgid "analyzing tree version %s...\n"
msgstr "Analysiere Baumversion %s...\n"
+#: hgext/convert/gnuarch.py:86
#, python-format
msgid ""
"tree analysis stopped because it points to an unregistered archive %s...\n"
msgstr ""
"Baumanalyse gestoppt, da er ein unregistriertes Archiv %s referenziert...\n"
+#: hgext/convert/gnuarch.py:286
#, python-format
msgid "could not parse cat-log of %s"
msgstr "Konnte cat-log von %s nicht verarbeiten"
+#: hgext/convert/hg.py:39 hgext/convert/hg.py:49 hgext/convert/hg.py:248
#, python-format
msgid "%s is not a local Mercurial repository"
msgstr "%s ist kein lokales Mercurial-Projektarchiv"
+#: hgext/convert/hg.py:46
#, python-format
msgid "initializing destination %s repository\n"
msgstr "Initialisiere Ziel-Projektarchiv %s\n"
+#: hgext/convert/hg.py:54
#, python-format
msgid "could not create hg repository %s as sink"
msgstr "Konnte hg-Archiv %s nicht als Senke erzeugen"
+#: hgext/convert/hg.py:116
#, python-format
msgid "pulling from %s into %s\n"
msgstr "Hole von %s nach %s\n"
+#: hgext/convert/hg.py:180
msgid "filtering out empty revision\n"
msgstr "Filtere leere Revision aus\n"
+#: hgext/convert/hg.py:205
msgid "updating tags\n"
msgstr "Aktualisiere Etiketten\n"
+#: hgext/convert/hg.py:221
msgid "updating bookmarks\n"
msgstr "Aktualisiere Lesezeichen\n"
+#: hgext/convert/hg.py:229
#, fuzzy, python-format
msgid ""
"revision %s not found in destination repository (lookups with "
@@ -2624,81 +3104,102 @@
"Revision %s wurde im Ziel-Archiv nicht gefunden (Lookups mit "
"clonebranches=true sind nicht implementiert)"
+#: hgext/convert/hg.py:259
#, python-format
msgid "%s is not a valid start revision"
msgstr "%s ist keine gültige Startrevision"
+#: hgext/convert/hg.py:337
#, python-format
msgid "ignoring: %s\n"
msgstr "Ignoriere: %s\n"
+#: hgext/convert/monotone.py:25
#, python-format
msgid "%s does not look like a monotone repository"
msgstr "%s scheint kein monotone-Archiv zu sein"
+#: hgext/convert/monotone.py:110
msgid "bad mtn packet - no end of commandnbr"
msgstr "Fehlerhaftes mtn-Paket - Ende von commandnbr nicht gefunden"
+#: hgext/convert/monotone.py:116
#, python-format
msgid "bad mtn packet - bad stream type %s"
msgstr "Fehlerhaftes mtn-Paket - Falscher Stromtyp %s"
+#: hgext/convert/monotone.py:120
msgid "bad mtn packet - no divider before size"
msgstr "Fehlerhaftes mtn-Paket - Kein Teiler vor der Größenangabe"
+#: hgext/convert/monotone.py:127
msgid "bad mtn packet - no end of packet size"
msgstr "Fehlerhaftes mtn-Paket - Ende der Größenangabe nicht gefunden"
+#: hgext/convert/monotone.py:132
#, python-format
msgid "bad mtn packet - bad packet size %s"
msgstr "Fehlerhaftes mtn-Paket - Ungültige Größenangabe %s"
+#: hgext/convert/monotone.py:137
#, python-format
msgid "bad mtn packet - unable to read full packet read %s of %s"
msgstr ""
"Fehlerhaftes mtn-Paket - Konnte Paket %s von %s nicht vollständig auslesen"
+#: hgext/convert/monotone.py:152
#, python-format
msgid "mtn command '%s' returned %s"
msgstr "mtn Befehl '%s' gab %s zurück"
+#: hgext/convert/monotone.py:273
#, python-format
msgid "copying file in renamed directory from '%s' to '%s'"
msgstr "Kopiere Dateien in unbenanntem Verzeichnis von '%s' nach '%s'"
+#: hgext/convert/monotone.py:328
msgid "unable to determine mtn automate interface version"
msgstr "Konnte die Version der mtn automate-Schnittstelle nicht herausfinden"
+#: hgext/convert/monotone.py:342
#, python-format
msgid "mtn automate stdio header unexpected: %s"
msgstr ""
+#: hgext/convert/monotone.py:347
msgid "failed to reach end of mtn automate stdio headers"
msgstr "Konnte den Endpunkt der mtn automate-Schnittstelle nicht erreichen"
+#: hgext/convert/p4.py:31
#, python-format
msgid "%s does not look like a P4 repository"
msgstr "%s scheint kein P4-Archiv zu sein"
+#: hgext/convert/p4.py:65
msgid "reading p4 views\n"
msgstr "Lese p4-Ansichten\n"
+#: hgext/convert/p4.py:105
msgid "collecting p4 changelists\n"
msgstr "Sammle p4-Änderungslisten\n"
+#: hgext/convert/subversion.py:125
#, fuzzy
msgid "debugsvnlog could not load Subversion python bindings"
msgstr "Subversion Python-API konnte nicht geladen werden"
+#: hgext/convert/subversion.py:143 hgext/convert/subversion.py:984
msgid "Mercurial failed to run itself, check hg executable is in PATH"
msgstr ""
"Mercurial konnte sich selbst nicht ausführen, prüfe, ob die Programmdatei\n"
"in PATH enthalten ist."
+#: hgext/convert/subversion.py:150
#, fuzzy, python-format
msgid "log stream exception '%s'"
msgstr "Log-Stream-Ausnahme'%s'"
+#: hgext/convert/subversion.py:179
msgid ""
"svn: cannot probe remote repository, assume it could be a subversion "
"repository. Use --source-type if you know better.\n"
@@ -2707,108 +3208,135 @@
"sich um ein Subversion-Projektarchiv.\n"
"Verwende --source, wenn Sie es besser wissen.\n"
+#: hgext/convert/subversion.py:235 hgext/convert/subversion.py:278
#, python-format
msgid "%s does not look like a Subversion repository"
msgstr "%s scheint kein Subversion-Archiv zu sein"
+#: hgext/convert/subversion.py:238
#, fuzzy
msgid "could not load Subversion python bindings"
msgstr "Subversion Python-API konnte nicht geladen werden"
+#: hgext/convert/subversion.py:243
#, python-format
msgid "Subversion python bindings %d.%d found, 1.4 or later required"
msgstr ""
"Pythons Subversion-Unterstützung in Version %d.%d gefunden,\n"
"aber 1.4 oder neuer wird benötigt"
+#: hgext/convert/subversion.py:246
msgid "Subversion python bindings are too old, 1.4 or later required"
msgstr ""
"Pythons Subversion-Unterstützung ist zu alt. 1.4 oder neuer wird benötigt."
+#: hgext/convert/subversion.py:285
#, python-format
msgid "svn: revision %s is not an integer"
msgstr "SVN: Revision %s ist keine Ganzzahl"
+#: hgext/convert/subversion.py:295
#, python-format
msgid "svn: start revision %s is not an integer"
msgstr "SVN: Startrevision %s ist keine Ganzzahl"
+#: hgext/convert/subversion.py:303 hgext/convert/subversion.py:367
#, python-format
msgid "no revision found in module %s"
msgstr "Keine Revision in Modul %s gefunden"
+#: hgext/convert/subversion.py:348
#, python-format
msgid "expected %s to be at %r, but not found"
msgstr "%s in %r erwartet aber nicht gefunden"
+#: hgext/convert/subversion.py:351
#, python-format
msgid "found %s at %r\n"
msgstr "%s in %r gefunden\n"
+#: hgext/convert/subversion.py:386
#, python-format
msgid "ignoring empty branch %s\n"
msgstr "Ignoriere leeren Zweig %s\n"
+#: hgext/convert/subversion.py:388
#, python-format
msgid "found branch %s at %d\n"
msgstr "Zweig %s in r%d gefunden\n"
+#: hgext/convert/subversion.py:394
msgid "svn: start revision is not supported with more than one branch"
msgstr "SVN: Startrevision wird nur für einzelnen Zweig unterstützt"
+#: hgext/convert/subversion.py:399
#, python-format
msgid "svn: no revision found after start revision %d"
msgstr "SVN: Keine Revision nach Startrevision %d gefunden"
+#: hgext/convert/subversion.py:449
#, python-format
msgid "svn: revision %s not found"
msgstr "SVN: Revision %s nicht gefunden"
+#: hgext/convert/subversion.py:623
#, python-format
msgid "%s not found up to revision %d"
msgstr "%s nicht bis Revision %d gefunden"
+#: hgext/convert/subversion.py:671 hgext/convert/subversion.py:758
msgid "scanning paths"
msgstr "Durchsuche Pfade"
+#: hgext/convert/subversion.py:800
#, python-format
msgid "found parent of branch %s at %d: %s\n"
msgstr "Vorfahr von Zweig %s gefunden in r%d: %s\n"
+#: hgext/convert/subversion.py:844
#, python-format
msgid "fetching revision log for \"%s\" from %d to %d\n"
msgstr "Hole Revisionslogbuch für \"%s\" aus %d nach %d\n"
+#: hgext/convert/subversion.py:886
#, python-format
msgid "svn: branch has no revision %s"
msgstr "SVN: Zweig hat keine Revision r%s"
+#: hgext/convert/subversion.py:1045
#, python-format
msgid "initializing svn repository %r\n"
msgstr "Initialisiere SVN-Projektarchiv %r\n"
+#: hgext/convert/subversion.py:1055
#, python-format
msgid "initializing svn working copy %r\n"
msgstr "Initialisiere SVN-Arbeitskopie %r\n"
+#: hgext/convert/subversion.py:1238
msgid "unexpected svn output:\n"
msgstr "Unerwartete SVN-Ausgabe:\n"
+#: hgext/convert/subversion.py:1240
msgid "unable to cope with svn output"
msgstr "Konnte mit SVN-Ausgabe nichts anfangen"
+#: hgext/convert/subversion.py:1254
msgid "writing Subversion tags is not yet implemented\n"
msgstr "Schreiben von Subversion-Tags ist noch nicht implementiert\n"
+#: hgext/convert/subversion.py:1262
#, python-format
msgid ""
"splice map revision %s not found in subversion child map (revision lookups "
"are not implemented)"
msgstr ""
+#: hgext/eol.py:1
msgid "automatically manage newlines in repository files"
msgstr "Verwaltet automatisch Zeilenumbrüche in Archivdateien"
+#: hgext/eol.py:3
msgid ""
"This extension allows you to manage the type of line endings (CRLF or\n"
"LF) that are used in the repository and in the local working\n"
@@ -2820,6 +3348,7 @@
"Auf diese Weise kann unter Windows CRLF und unter Unix/Mac LF verwendet\n"
"werden, womit jeder die nativen Zeilenumbrüche seines System nutzen kann."
+#: hgext/eol.py:8
msgid ""
"The extension reads its configuration from a versioned ``.hgeol``\n"
"configuration file found in the root of the working copy. The\n"
@@ -2832,6 +3361,7 @@
"Datei benutzt die gleiche Syntax wie alle anderen Konfigurationsdateien.\n"
"Sie verwendet zwei Bereiche, ``[patterns]`` und ``[repository]``."
+#: hgext/eol.py:14
msgid ""
"The ``[patterns]`` section specifies how line endings should be\n"
"converted between the working copy and the repository. The format is\n"
@@ -2845,6 +3375,7 @@
"schere Muster oben notieren. Die verfügbaren Zeilenenden sind ``LF``,\n"
"``CRLF`` und ``BIN``."
+#: hgext/eol.py:20
msgid ""
"Files with the declared format of ``CRLF`` or ``LF`` are always\n"
"checked out and stored in the repository in that format and files\n"
@@ -2864,6 +3395,7 @@
"(nichts ändern) Mercurials Standardverhalten ist; es dient nur dazu,\n"
"um ein späteres, allgemeineres Muster zu überschreiben."
+#: hgext/eol.py:29
msgid ""
"The optional ``[repository]`` section specifies the line endings to\n"
"use for files stored in the repository. It has a single setting,\n"
@@ -2887,9 +3419,11 @@
"in ``[patterns]`` angeben wurden, werden immer ungeändert ins Archiv\n"
"übernommen."
+#: hgext/eol.py:39
msgid "Example versioned ``.hgeol`` file::"
msgstr "Beispiel ``.hgeol``-Datei::"
+#: hgext/eol.py:41
msgid ""
" [patterns]\n"
" **.py = native\n"
@@ -2905,6 +3439,7 @@
" Makefile = LF\n"
" **.jpg = BIN"
+#: hgext/eol.py:48
msgid ""
" [repository]\n"
" native = LF"
@@ -2912,6 +3447,7 @@
" [repository]\n"
" native = LF"
+#: hgext/eol.py:51
msgid ""
".. note::\n"
" The rules will first apply when files are touched in the working\n"
@@ -2922,6 +3458,7 @@
" berührt werden, z.B. durch Updaten auf null und wieder zurück auf tip,\n"
" um alle Dateien zu berühren."
+#: hgext/eol.py:55
msgid ""
"The extension uses an optional ``[eol]`` section read from both the\n"
"normal Mercurial configuration files and the ``.hgeol`` file, with the\n"
@@ -2932,6 +3469,7 @@
"Konfigurationsdatei und mit höherer Priorität in der ``.hgeol``-Datei, um\n"
"das systemweite Verhalten zu definieren. Es gibt drei Einstellungen:"
+#: hgext/eol.py:60
msgid ""
"- ``eol.native`` (default ``os.linesep``) can be set to ``LF`` or\n"
" ``CRLF`` to override the default interpretation of ``native`` for\n"
@@ -2944,6 +3482,7 @@
" verwendet werden, um bspw. ein Archiv zu erzeugen, in dem alle Dateien\n"
" Windows-Zeilenumbrüche haben."
+#: hgext/eol.py:65
msgid ""
"- ``eol.only-consistent`` (default True) can be set to False to make\n"
" the extension convert files with inconsistent EOLs. Inconsistent\n"
@@ -2958,6 +3497,7 @@
" werden normalerweise nicht angefasst, unter der Annahme, dass sie aus\n"
" gutem Grund wechselnde Zeilenumbrüche haben."
+#: hgext/eol.py:71
msgid ""
"- ``eol.fix-trailing-newline`` (default False) can be set to True to\n"
" ensure that converted files end with a EOL character (either ``\\n``\n"
@@ -2967,6 +3507,7 @@
" werden um sicherzustellen, dass die konvertierten Dateien mit einem\n"
" konfigurierten Zeilenumbruch enden (entweder ``\\n`` oder ``\\r\\n``)."
+#: hgext/eol.py:75
msgid ""
"The extension provides ``cleverencode:`` and ``cleverdecode:`` filters\n"
"like the deprecated win32text extension does. This means that you can\n"
@@ -2979,6 +3520,7 @@
"weiterhin funktionieren. Sie müssen diese Filter nur solange verwenden, bis\n"
"Sie eine ``.hgeol`` Datei angelegt haben."
+#: hgext/eol.py:80
msgid ""
"The ``win32text.forbid*`` hooks provided by the win32text extension\n"
"have been unified into a single hook named ``eol.checkheadshook``. The\n"
@@ -2998,6 +3540,7 @@
"werden übertragen. Um auch dies zu verbieten, kann der ``eol.checkallhook``\n"
"verwendet werden. Sie eignen sich am besten für ``pretxnchangegroup`` Hooks."
+#: hgext/eol.py:89
msgid ""
"See :hg:`help patterns` for more information about the glob patterns\n"
"used.\n"
@@ -3005,31 +3548,39 @@
"Siehe auch :hg:`help patterns` für mehr Informationen über die verwendeten\n"
"Glob-Muster.\n"
+#: hgext/eol.py:181
#, python-format
msgid "ignoring unknown EOL style '%s' from %s\n"
msgstr "Ignoriere unbekannten EOL-Stil '%s' aus '%s'\n"
+#: hgext/eol.py:217
#, python-format
msgid "warning: ignoring .hgeol file due to parse error at %s: %s\n"
msgstr "Warning: Ignoriere .hgeol Datei wegen eines Parserfehlers bei %s: %s\n"
+#: hgext/eol.py:243
#, python-format
msgid " %s in %s should not have %s line endings"
msgstr " %s in %s sollte keine %s-Zeilenumbrüche haben"
+#: hgext/eol.py:245
msgid "end-of-line check failed:\n"
msgstr "Zeilende-Prüfung fehlgeschlagen:\n"
+#: hgext/eol.py:268
msgid "the eol extension is incompatible with the win32text extension\n"
msgstr "Die eol-Erweiterung ist inkompatibel mit der win32text-Erweiterung.\n"
+#: hgext/eol.py:345
#, python-format
msgid "inconsistent newline style in %s\n"
msgstr "Inkonsistente Zeilenumbrüche in %s\n"
+#: hgext/extdiff.py:8
msgid "command to allow external programs to compare revisions"
msgstr "Erlaubt externen Programmen, Revisionen zu vergleichen"
+#: hgext/extdiff.py:10
msgid ""
"The extdiff Mercurial extension allows you to use external programs\n"
"to compare revisions, or revision with working directory. The external\n"
@@ -3042,6 +3593,7 @@
"Ein solches Programm wird mit konfigurierbaren Parameters und zwei nicht-\n"
"Optionen aufgerufen. Dies sind die Pfad zu den zu vergleichenden Daten."
+#: hgext/extdiff.py:16
msgid ""
"The extdiff extension also allows you to configure new diff commands, so\n"
"you do not need to type :hg:`extdiff -p kdiff3` always. ::"
@@ -3050,6 +3602,7 @@
"diff-Befehlen, so dass man nicht immer :hg:`extdiff -p kdiff3` eingeben\n"
"muss. ::"
+#: hgext/extdiff.py:19
msgid ""
" [extdiff]\n"
" # add new command that runs GNU diff(1) in 'context diff' mode\n"
@@ -3065,6 +3618,7 @@
" #cmd.cdiff = gdiff\n"
" #opts.cdiff = -Nprc5"
+#: hgext/extdiff.py:26
msgid ""
" # add new command called vdiff, runs kdiff3\n"
" vdiff = kdiff3"
@@ -3072,6 +3626,7 @@
" # Fügt neues Kommando \"vdiff\" hinzu, welches kdiff3 ausführt\n"
" vdiff = kdiff3"
+#: hgext/extdiff.py:29
msgid ""
" # add new command called meld, runs meld (no need to name twice)\n"
" meld ="
@@ -3080,6 +3635,7 @@
" # wiederholt werden)\n"
" meld ="
+#: hgext/extdiff.py:32
msgid ""
" # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
" # (see http://www.vim.org/scripts/script.php?script_id=102) Non\n"
@@ -3095,11 +3651,13 @@
" vimdiff = gvim -f \"+next\" \\\n"
" \"+execute 'DirDiff' fnameescape(argv(0)) fnameescape(argv(1))\""
+#: hgext/extdiff.py:39
msgid "Tool arguments can include variables that are expanded at runtime::"
msgstr ""
"Die Argumente der Werkzeuge können Variablen enthalten, die zur Laufzeit\n"
"ersetzt werden::"
+#: hgext/extdiff.py:41
msgid ""
" $parent1, $plabel1 - filename, descriptive label of first parent\n"
" $child, $clabel - filename, descriptive label of child revision\n"
@@ -3113,6 +3671,7 @@
" $root - Wurzelverzeichnis des Projektarchivs\n"
" $parent ist ein Alias für $parent1."
+#: hgext/extdiff.py:47
msgid ""
"The extdiff extension will look in your [diff-tools] and [merge-tools]\n"
"sections for diff tool arguments, when none are specified in [extdiff]."
@@ -3121,6 +3680,7 @@
"[merge-tools] nach Argumenten für diff-Werkzeuge suchen, wenn keine\n"
"im Abschnitt [extdiff] angegeben wurden."
+#: hgext/extdiff.py:52
msgid ""
" [extdiff]\n"
" kdiff3 ="
@@ -3128,6 +3688,7 @@
" [extdiff]\n"
" kdiff3 ="
+#: hgext/extdiff.py:55
msgid ""
" [diff-tools]\n"
" kdiff3.diffargs=--L1 '$plabel1' --L2 '$clabel' $parent $child"
@@ -3135,6 +3696,7 @@
" [diff-tools]\n"
" kdiff3.diffargs=--L1 '$plabel1' --L2 '$clabel' $parent $child"
+#: hgext/extdiff.py:58
msgid ""
"You can use -I/-X and list of file or directory names like normal\n"
":hg:`diff` command. The extdiff extension makes snapshots of only\n"
@@ -3147,23 +3709,29 @@
"Ausführungs der externen Differs eigentlich ziemlich schnell verläuft\n"
"(zumindest schneller als beim Vergleich des gesamten Verzeichnisbaums).\n"
+#: hgext/extdiff.py:83
#, python-format
msgid "making snapshot of %d files from rev %s\n"
msgstr "Erstelle Schnappschuss von %d Dateien aus Revision %s\n"
+#: hgext/extdiff.py:86
#, python-format
msgid "making snapshot of %d files from working directory\n"
msgstr "Erstelle Schnappschuss von %d Dateien aus dem Arbeitsverzeichnis\n"
+#: hgext/extdiff.py:126 mercurial/commands.py:2763 mercurial/commands.py:5343
msgid "cannot specify --rev and --change at the same time"
msgstr "--rev und --change können nicht gleichzeitig angegeben werden"
+#: hgext/extdiff.py:238
msgid "cleaning up temp directory\n"
msgstr "Säubere temporäres Verzeichnis\n"
+#: hgext/extdiff.py:242
msgid "use external program to diff repository (or selected files)"
msgstr "Externes Vergleichsprogramm für Archiv- oder Dateiänderungen"
+#: hgext/extdiff.py:244
msgid ""
" Show differences between revisions for the specified files, using\n"
" an external program. The default program used is diff, with\n"
@@ -3173,6 +3741,7 @@
" durch Aufruf eines externen Programms. Standardmäßig ist dies \"diff\"\n"
" mit den Optionen \"-Npru\"."
+#: hgext/extdiff.py:248
msgid ""
" To select a different program, use the -p/--program option. The\n"
" program will be passed the names of two directories to compare. To\n"
@@ -3186,6 +3755,7 @@
" -o/--option hinzugefügt werden. Diese werden vor den Verzeichnisnamen\n"
" übergeben."
+#: hgext/extdiff.py:253 hgext/extdiff.py:313 mercurial/commands.py:2712
msgid ""
" When two revision arguments are given, then changes are shown\n"
" between those revisions. If only one revision is specified then\n"
@@ -3199,31 +3769,43 @@
" werden die lokalen Änderungen im Arbeitsverzeichnis zu seinem Vorfahren\n"
" angezeigt."
+#: hgext/extdiff.py:269 hgext/transplant.py:508 mercurial/commands.py:60
+#: mercurial/commands.py:62 mercurial/commands.py:507
msgid "CMD"
msgstr "BEFEHL"
+#: hgext/extdiff.py:269
msgid "comparison program to run"
msgstr "das externe Vergleichsprogramm"
+#: hgext/extdiff.py:271
msgid "OPT"
msgstr "OPT"
+#: hgext/extdiff.py:271
msgid "pass option to comparison program"
msgstr "Aufrufparameter für das Vergleichsprogramm"
+#: hgext/extdiff.py:273 hgext/largefiles/lfcommands.py:87
+#: hgext/largefiles/lfcommands.py:111 mercurial/commands.py:769
+#: mercurial/commands.py:2696 mercurial/commands.py:5771
msgid "revision"
msgstr "Revision"
+#: hgext/extdiff.py:275 mercurial/commands.py:2697
msgid "change made by revision"
msgstr "Von dieser Revision erzeugte Änderung"
+#: hgext/extdiff.py:277
msgid "hg extdiff [OPT]... [FILE]..."
msgstr "hg extdiff [OPT]... [DATEI]..."
+#: hgext/extdiff.py:308
#, python-format
msgid "use %(path)s to diff repository (or selected files)"
msgstr "Verwendet %(path)s um Archiv- oder Dateirevisionen zu vergleichen"
+#: hgext/extdiff.py:310
#, python-format
msgid ""
" Show differences between revisions for the specified files, using\n"
@@ -3232,13 +3814,16 @@
" Zeigt die Unterschiede zwischen Revisionen der angegebenen Dateien\n"
" durch das Programm %(path)s an."
+#: hgext/extdiff.py:331
#, python-format
msgid "hg %s [OPTION]... [FILE]..."
msgstr "hg %s [OPTION]... [DATEI]..."
+#: hgext/factotum.py:19
msgid "http authentication with factotum"
msgstr "HTTP-Authentifizierung mit factotum"
+#: hgext/factotum.py:21
msgid ""
"This extension allows the factotum(4) facility on Plan 9 from Bell Labs\n"
"platforms to provide authentication information for HTTP access. "
@@ -3249,15 +3834,18 @@
"a value of \"*\" will be assumed."
msgstr ""
+#: hgext/factotum.py:27
msgid "By default, keys are specified as::"
msgstr "Standardmäßig werden Schlüssel wie folgt angegeben::"
+#: hgext/factotum.py:29
msgid ""
" proto=pass service=hg prefix=<prefix> user=<username> !password=<password>"
msgstr ""
" proto=pass service=hg prefix=<Präfix> user=<Benutzername> !"
"password=<Passwort>"
+#: hgext/factotum.py:31
msgid ""
"If the factotum extension is unable to read the required key, one will be\n"
"requested interactively."
@@ -3265,6 +3853,7 @@
"Wenn die Factotum-Erweiterung den benötigten Schlüssel nicht lesen kann,\n"
" wird man interaktiv danach gefragt."
+#: hgext/factotum.py:34
msgid ""
"A configuration section is available to customize runtime behavior. By\n"
"default, these entries are::"
@@ -3272,6 +3861,7 @@
"Ein Konfigurations-Abschnitt ist verfügbar, um das Laufzeitverhalten\n"
"anzupassen. Standartmäßig sind die Einträge die folgenden::"
+#: hgext/factotum.py:37
msgid ""
" [factotum]\n"
" executable = /bin/auth/factotum\n"
@@ -3283,6 +3873,7 @@
" mountpoint = /mnt/factotum\n"
" service = hg"
+#: hgext/factotum.py:42
msgid ""
"The executable entry defines the full path to the factotum binary. The\n"
"mountpoint entry defines the path to the factotum file service. Lastly, the\n"
@@ -3293,22 +3884,27 @@
"Factotum-Dateidienst an. Zum Schluss setzt der \"service\"-Eintrag den\n"
"Dienstnamen, der beim Lesen der Schlüssel verwendet wird."
+#: hgext/factotum.py:57
msgid "factotum not interactive"
msgstr "Factotum ist nicht interaktiv"
+#: hgext/factotum.py:77
msgid "factotum not responding"
msgstr "Factotum reagiert nicht"
+#: hgext/fetch.py:8
msgid "pull, update and merge in one command (DEPRECATED)"
msgstr ""
"Abrufen, Aktualisieren und Zusammenführen in einem Befehl zusammengefasst "
"(VERALTET)"
+#: hgext/fetch.py:18
msgid "pull changes from a remote repository, merge new changes if needed."
msgstr ""
"Ruft Änderungen aus einem entfernten Projektarchiv ab und führt sie, falls "
"nötig, zusammen."
+#: hgext/fetch.py:20
msgid ""
" This finds all changes from the repository at the specified path\n"
" or URL and adds them to the local repository."
@@ -3316,6 +3912,7 @@
" Dies selektiert alle Änderungen des Projektarchivs am angegebenen Pfad\n"
" oder der URL und fügt sie dem lokalen Projektarchiv hinzu."
+#: hgext/fetch.py:23
msgid ""
" If the pulled changes add a new branch head, the head is\n"
" automatically merged, and the result of the merge is committed.\n"
@@ -3327,6 +3924,7 @@
" Revision übernommen. Andernfalls wird das Arbeitsverzeichnis mit den\n"
" neue Änderungen aktualisiert."
+#: hgext/fetch.py:28
msgid ""
" When a merge is needed, the working directory is first updated to\n"
" the newly pulled changes. Local changes are then merged into the\n"
@@ -3338,10 +3936,29 @@
" zusammengeführt. Um die Reihenfolge zu ändern, benutzen Sie\n"
" --switch-parent."
+#: hgext/fetch.py:32 hgext/record.py:434 mercurial/commands.py:414
+#: mercurial/commands.py:1326 mercurial/commands.py:4030
+#: mercurial/commands.py:4993 mercurial/commands.py:5609
+#: mercurial/commands.py:5819
msgid " See :hg:`help dates` for a list of formats valid for -d/--date."
msgstr ""
" Siehe :hg:`help dates` für eine Liste gültiger Formate für -d/--date."
+#: hgext/fetch.py:34 hgext/mq.py:2471 hgext/mq.py:2511 hgext/mq.py:2636
+#: hgext/mq.py:3205 hgext/mq.py:3259 mercurial/commands.py:242
+#: mercurial/commands.py:355 mercurial/commands.py:416
+#: mercurial/commands.py:592 mercurial/commands.py:959
+#: mercurial/commands.py:1151 mercurial/commands.py:1271
+#: mercurial/commands.py:2039 mercurial/commands.py:2548
+#: mercurial/commands.py:2754 mercurial/commands.py:2843
+#: mercurial/commands.py:2884 mercurial/commands.py:3633
+#: mercurial/commands.py:3889 mercurial/commands.py:4038
+#: mercurial/commands.py:4134 mercurial/commands.py:4359
+#: mercurial/commands.py:4419 mercurial/commands.py:4995
+#: mercurial/commands.py:5085 mercurial/commands.py:5137
+#: mercurial/commands.py:5239 mercurial/commands.py:5336
+#: mercurial/commands.py:5396 mercurial/commands.py:5614
+#: mercurial/commands.py:5690 mercurial/commands.py:5734
msgid ""
" Returns 0 on success.\n"
" "
@@ -3349,21 +3966,28 @@
" Gibt 0 bei Erfolg zurück.\n"
" "
+#: hgext/fetch.py:48
msgid ""
"working dir not at branch tip (use \"hg update\" to check out branch tip)"
msgstr ""
"Arbeitsverzeichnis ist nicht Spitze des Zweiges (nutze \"hg update\" um auf\n"
"die Zweigspitze zu wechseln)"
+#: hgext/fetch.py:52 hgext/keyword.py:349 mercurial/cmdutil.py:84
msgid "outstanding uncommitted merge"
msgstr "Ausstehende nicht versionierte Zusammenführung"
+#: hgext/fetch.py:61 hgext/keyword.py:356 hgext/largefiles/overrides.py:950
+#: hgext/largefiles/overrides.py:958 mercurial/cmdutil.py:87
+#: mercurial/merge.py:712
msgid "outstanding uncommitted changes"
msgstr "Ausstehende nicht versionierte Änderungen"
+#: hgext/fetch.py:63
msgid "working directory is missing some files"
msgstr "Im Arbeitsverzeichnis fehlen Dateien"
+#: hgext/fetch.py:67
msgid ""
"multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
msgstr ""
@@ -3371,10 +3995,12 @@
"\"\n"
"um zusammenzuführen)"
+#: hgext/fetch.py:71 mercurial/commands.py:4577
#, python-format
msgid "pulling from %s\n"
msgstr "Rufe von %s ab\n"
+#: hgext/fetch.py:78 mercurial/commands.py:4594
msgid ""
"other repository doesn't support revision lookup, so a rev cannot be "
"specified."
@@ -3382,6 +4008,7 @@
"Das andere Projektarchiv unterstützt keine Revisionsabfragen, daher kann\n"
"keine Revision angegeben werden."
+#: hgext/fetch.py:104
#, python-format
msgid ""
"not merging with %d other new branch heads (use \"hg heads .\" and \"hg merge"
@@ -3390,101 +4017,134 @@
"Führe %d andere neue Zweigköpfe nicht zusammen (Nutze \"hg heads .\" und "
"\"hg merge\" um sie zusammenzuführen)\n"
+#: hgext/fetch.py:122
#, python-format
msgid "updating to %d:%s\n"
msgstr "Aktualisiere auf %d:%s\n"
+#: hgext/fetch.py:126
#, python-format
msgid "merging with %d:%s\n"
msgstr "Führe zusammen mit %d:%s\n"
+#: hgext/fetch.py:139
#, python-format
msgid "new changeset %d:%s merges remote changes with local\n"
msgstr ""
"Neuer Änderungssatz %d:%s führt entfernte Änderungen mit lokalen zusammen\n"
+#: hgext/fetch.py:152
msgid "a specific revision you would like to pull"
msgstr "Revision, die geholt werden soll"
+#: hgext/fetch.py:153 hgext/mq.py:2387 hgext/mq.py:2438
+#: mercurial/commands.py:5580
msgid "edit commit message"
msgstr "Editiere Versionsmeldung"
+#: hgext/fetch.py:154
msgid "edit commit message (DEPRECATED)"
msgstr "Editiere Versionsmeldung (VERALTET)"
+#: hgext/fetch.py:155
msgid "switch parents when merging"
msgstr "Vertauscht Vorgänger bei Zusammenführung"
+#: hgext/fetch.py:157
msgid "hg fetch [SOURCE]"
msgstr "hg fetch [QUELLE]"
+#: hgext/gpg.py:6
msgid "commands to sign and verify changesets"
msgstr "Nutzt eine Programm um den Fehlerstatus zu bestimmen"
-msgid "error while verifying signature"
-msgstr "Fehler beim Überprüfen der Signatur"
-
+#: hgext/gpg.py:126
+#, fuzzy, python-format
+msgid "%s Unknown key ID \"%s\"\n"
+msgstr "Unbekannter Sortiermodus: %r"
+
+#: hgext/gpg.py:130
#, python-format
msgid "%s Bad signature from \"%s\"\n"
msgstr "%s Fehlerhafte Signatur von \"%s\"\n"
+#: hgext/gpg.py:133
#, python-format
msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
msgstr "%s Anmerkung: Signatur ist veraltet (signiert von: \"%s\")\n"
+#: hgext/gpg.py:136
#, python-format
msgid "%s Note: This key has expired (signed by: \"%s\")\n"
msgstr "%s Anmerkung: Dieser Schlüssel ist veraltet (signiert von: \"%s\")\n"
+#: hgext/gpg.py:141
msgid "hg sigs"
msgstr "hg sigs"
+#: hgext/gpg.py:143
msgid "list signed changesets"
msgstr "Zeigt signierte Änderungssätze"
+#: hgext/gpg.py:153
#, python-format
msgid "%s:%d node does not exist\n"
msgstr "%s:%d Knoten existiert nicht\n"
+#: hgext/gpg.py:166
#, fuzzy
msgid "hg sigcheck REV"
msgstr "hg sigcheck REVISION"
+#: hgext/gpg.py:168
msgid "verify all the signatures there may be for a particular revision"
msgstr "überprüfe alle für eine bestimmte Revision vorhandenen Signaturen"
+#: hgext/gpg.py:182
#, fuzzy, python-format
msgid "no valid signature for %s\n"
msgstr "Keine gültige Signatur für %s\n"
+#: hgext/gpg.py:200
msgid "make the signature local"
msgstr "signiert nur lokal"
+#: hgext/gpg.py:201
msgid "sign even if the sigfile is modified"
msgstr "signiert auch, wenn die Signaturdatei geändert ist"
+#: hgext/gpg.py:202
msgid "do not commit the sigfile after signing"
msgstr "Signaturdatei nach dem Signieren nicht übernehmen"
+#: hgext/gpg.py:204 mercurial/commands.py:1931 mercurial/commands.py:1932
msgid "ID"
msgstr "ID"
+#: hgext/gpg.py:204
msgid "the key id to sign with"
msgstr "Die Schlüssel-ID zum Signieren"
+#: hgext/gpg.py:206 hgext/graphlog.py:30 hgext/rebase.py:46
+#: mercurial/commands.py:76 mercurial/commands.py:3944
+#: mercurial/commands.py:5581
msgid "TEXT"
msgstr "TEXT"
+#: hgext/gpg.py:206
msgid "commit message"
msgstr "Versionsmeldung"
+#: hgext/gpg.py:208
#, fuzzy
msgid "hg sign [OPTION]... [REV]..."
msgstr "hg sign [OPTION]... [REVISION]..."
+#: hgext/gpg.py:210
msgid "add a signature for the current or given revision"
msgstr "Fügt der aktuellen oder gegebenen Revision eine Signatur hinzu"
+#: hgext/gpg.py:212
msgid ""
" If no revision is given, the parent of the working directory is used,\n"
" or tip if no revision is checked out."
@@ -3493,6 +4153,7 @@
" verzeichnisses verwendet, oder die Spitze des Archivs, falls keine\n"
" (die null-) Version geladen ist."
+#: hgext/gpg.py:215
msgid ""
" See :hg:`help dates` for a list of formats valid for -d/--date.\n"
" "
@@ -3501,17 +4162,21 @@
" -d/--date.\n"
" "
+#: hgext/gpg.py:232
msgid "uncommitted merge - please provide a specific revision"
msgstr ""
"Nicht versionierte Zusammenführung - bitte gib eine bestimmte Revision an"
+#: hgext/gpg.py:239
#, fuzzy, python-format
msgid "signing %d:%s\n"
msgstr "Signiere %d:%s\n"
+#: hgext/gpg.py:245
msgid "error while signing"
msgstr "Fehler beim Signieren"
+#: hgext/gpg.py:258
msgid ""
"working copy of .hgsigs is changed (please commit .hgsigs manually or use --"
"force)"
@@ -3519,12 +4184,15 @@
"Arbeitskopie der Datei .hgsigs wurde geändert (bitte manuell übernehmen oder "
"--force verwenden)"
+#: hgext/gpg.py:295
msgid "unknown signature version"
msgstr "Unbekannte Version der Signatur"
+#: hgext/graphlog.py:8
msgid "command to view revision graphs from a shell"
msgstr "Befehl zum Anzeigen eines Revisionsgraphs auf dem Terminal"
+#: hgext/graphlog.py:10
msgid ""
"This extension adds a --graph option to the incoming, outgoing and log\n"
"commands. When this options is given, an ASCII representation of the\n"
@@ -3534,61 +4202,84 @@
"Option --graph hinzu, die, wenn sie angegeben wird, zusätzlich eine\n"
"ASCII-Darstellung des Änderungsgraphen angezeigt.\n"
+#: hgext/graphlog.py:24 mercurial/commands.py:3107 mercurial/commands.py:3938
msgid "follow changeset history, or file history across copies and renames"
msgstr ""
"Folgt der Versionshistorie oder Dateihistorie über Kopien und Umbenennungen "
"hinweg"
+#: hgext/graphlog.py:26 mercurial/commands.py:3940
msgid "only follow the first parent of merge changesets (DEPRECATED)"
msgstr "Folgt nur dem ersten Vorgänger von Zusammenführungen (VERALTET)"
+#: hgext/graphlog.py:27 mercurial/commands.py:3941
msgid "show revisions matching date spec"
msgstr "Zeigt Revisionen passend zur Datums-Spezifikation"
+#: hgext/graphlog.py:28 mercurial/commands.py:3942
msgid "show copied files"
msgstr "Zeigt kopierte Dateien"
+#: hgext/graphlog.py:30 mercurial/commands.py:3944
msgid "do case-insensitive search for a given text"
msgstr "Sucht ein Stichwort unabhängig von Groß- und Kleinschreibung"
+#: hgext/graphlog.py:31 mercurial/commands.py:3945
msgid "show the specified revision or range"
msgstr "Zeigt die angegebene Revision oder den Bereich"
+#: hgext/graphlog.py:32 mercurial/commands.py:3946
msgid "include revisions where files were removed"
msgstr "Revisionen einschließen, in denen Dateien entfernt wurden"
+#: hgext/graphlog.py:33 mercurial/commands.py:3947
msgid "show only merges (DEPRECATED)"
msgstr "Zeigt nur Zusammenführungen (VERALTET)"
+#: hgext/graphlog.py:34 hgext/mq.py:2392 hgext/mq.py:2445
+#: mercurial/commands.py:85 mercurial/commands.py:3948
msgid "USER"
msgstr "BENUTZER"
+#: hgext/graphlog.py:34 mercurial/commands.py:3948
msgid "revisions committed by user"
msgstr "Revisionen vom Nutzer"
+#: hgext/graphlog.py:36 mercurial/commands.py:3950
msgid "show only changesets within the given named branch (DEPRECATED)"
msgstr "Zeigt nur Änderungssätze innerhalb des angegebenen Zweigs (VERALTET)"
+#: hgext/graphlog.py:37 hgext/graphlog.py:39 mercurial/commands.py:1055
+#: mercurial/commands.py:1172 mercurial/commands.py:3829
+#: mercurial/commands.py:3951 mercurial/commands.py:3953
+#: mercurial/commands.py:4303 mercurial/commands.py:4552
+#: mercurial/commands.py:4627
msgid "BRANCH"
msgstr ""
+#: hgext/graphlog.py:39 mercurial/commands.py:3953
msgid "show changesets within the given named branch"
msgstr "Zeigt nur Änderungssätze innerhalb des angegebenen Zweigs"
+#: hgext/graphlog.py:41 mercurial/commands.py:3955
msgid "do not display revision or any of its ancestors"
msgstr "Gibt weder diese Revision noch ihre Vorgänger aus"
+#: hgext/graphlog.py:43 mercurial/commands.py:3957
msgid "[OPTION]... [FILE]"
msgstr "[OPTION]... [DATEI]"
+#: hgext/graphlog.py:45
msgid "show revision history alongside an ASCII revision graph"
msgstr "Zeigt die Revisionshistorie zusammen mit einem ASCII Revisionsgraphen"
+#: hgext/graphlog.py:47
msgid ""
" Print a revision history alongside a revision graph drawn with\n"
" ASCII characters."
msgstr " Zeigt die Revisionshistorie und einen ASCII-Graphen an."
+#: hgext/graphlog.py:50
msgid ""
" Nodes printed as an @ character are parents of the working\n"
" directory.\n"
@@ -3597,9 +4288,11 @@
" Das @-Zeichen kennzeichnet die Vorgänger des Arbeitsverzeichnisses.\n"
" "
+#: hgext/hgcia.py:6
msgid "hooks for integrating with the CIA.vc notification service"
msgstr "Hooks zur Integration mit dem CIA.cv-Benachrichtigungsdienst"
+#: hgext/hgcia.py:8
msgid ""
"This is meant to be run as a changegroup or incoming hook. To\n"
"configure it, set the following options in your hgrc::"
@@ -3608,6 +4301,7 @@
"zu werden. Um es zu konfigurieren, setzen Sie die folgenden Optionen in\n"
"Ihrer hgrc::"
+#: hgext/hgcia.py:11
#, fuzzy
msgid ""
" [cia]\n"
@@ -3658,6 +4352,7 @@
" # Anzahl von Verzeichnissen, die von URL-Pfaden entfernt werden sollen\n"
" #strip = 0"
+#: hgext/hgcia.py:34
msgid ""
" [hooks]\n"
" # one of these:\n"
@@ -3669,6 +4364,7 @@
" changegroup.cia = python:hgcia.hook\n"
" #incoming.cia = python:hgcia.hook"
+#: hgext/hgcia.py:39
msgid ""
" [web]\n"
" # If you want hyperlinks (optional)\n"
@@ -3678,20 +4374,25 @@
" # Wenn Sie Hyperlinks möchten (optional)\n"
" baseurl = http://server/path/to/repo\n"
+#: hgext/hgcia.py:228
#, python-format
msgid "%s returned an error: %s"
msgstr "%s gab einen Fehler zurück: %s"
+#: hgext/hgcia.py:241
#, python-format
msgid "hgcia: sending update to %s\n"
msgstr "hgcia: Sende Aktualisierung an %s\n"
+#: hgext/hgcia.py:254
msgid "email.from must be defined when sending by email"
msgstr "email.from muss definiert werden, wenn E-Mails gesendet werden"
+#: hgext/hgk.py:8
msgid "browse the repository in a graphical way"
msgstr "durchstöbert das Projektarchiv auf grafische Weise"
+#: hgext/hgk.py:10
#, fuzzy
msgid ""
"The hgk extension allows browsing the history of a repository in a\n"
@@ -3702,6 +4403,7 @@
"Projektarchivs auf grafische Weise. Sie benötigt Tcl/Tk in Version 8.4\n"
"oder neuer. (Tcl/Tk wird nicht mit Mercurial ausgeliefert.)"
+#: hgext/hgk.py:14
msgid ""
"hgk consists of two parts: a Tcl script that does the displaying and\n"
"querying of information, and an extension to Mercurial named hgk.py,\n"
@@ -3715,6 +4417,7 @@
"contrib gefunden werden, während die Erweiterung im hgext-Archiv liegt\n"
"und extra aktiviert werden muss."
+#: hgext/hgk.py:20
msgid ""
"The :hg:`view` command will launch the hgk Tcl script. For this command\n"
"to work, hgk must be in your search path. Alternately, you can specify\n"
@@ -3724,6 +4427,7 @@
"funktioniert, muss hgk im Suchpfad vorhanden sein. Alternativ kann der\n"
"Pfad zu hgk auch in Ihrer Konfigurationsdatei angegeben werden::"
+#: hgext/hgk.py:24
msgid ""
" [hgk]\n"
" path=/location/of/hgk"
@@ -3731,6 +4435,7 @@
" [hgk]\n"
" path=/pfad/zu/hgk"
+#: hgext/hgk.py:27
msgid ""
"hgk can make use of the extdiff extension to visualize revisions.\n"
"Assuming you had already configured extdiff vdiff command, just add::"
@@ -3739,6 +4444,7 @@
"Angenommen, extdiff ist bereits mit dem vdiff-Befehl konfiguriert, muss\n"
"nur das Folgende ergänzt werden::"
+#: hgext/hgk.py:30
msgid ""
" [hgk]\n"
" vdiff=vdiff"
@@ -3746,6 +4452,7 @@
" [hgk]\n"
" vdiff=vdiff"
+#: hgext/hgk.py:33
msgid ""
"Revisions context menu will now display additional entries to fire\n"
"vdiff on hovered and selected revisions.\n"
@@ -3754,97 +4461,130 @@
"anzeigen, um vdiff auf markierten (und bei Mouse-Over) Revisionen\n"
"auszuführen.\n"
+#: hgext/hgk.py:45
msgid "diff trees from two commits"
msgstr "Vergleicht (Teil)bäume von zwei Revisionen"
+#: hgext/hgk.py:129
msgid "output common ancestor information"
msgstr "gibt Informationen über gemeinsame Vorfahren aus"
+#: hgext/hgk.py:136
msgid "cat a specific revision"
msgstr "gibt eine bestimmte Revision aus"
+#: hgext/hgk.py:151
msgid "cat-file: type or revision not supplied\n"
msgstr "cat-file: Typ oder Revision nicht angegeben\n"
+#: hgext/hgk.py:156
msgid "aborting hg cat-file only understands commits\n"
msgstr "Breche cat-file ab: Nur Commits werden unterstützt\n"
+#: hgext/hgk.py:280
msgid "parse given revisions"
msgstr "Verarbeitet angegebene Revisionen"
+#: hgext/hgk.py:296
msgid "print revisions"
msgstr "Revisionen ausgeben"
+#: hgext/hgk.py:305
msgid "print extension options"
msgstr "Gibt die Optionen der Erweiterung aus"
+#: hgext/hgk.py:313
msgid "start interactive history viewer"
msgstr "Startet den interaktiven Historienbetrachter"
+#: hgext/hgk.py:324 hgext/inotify/__init__.py:87 hgext/inotify/__init__.py:89
+#: mercurial/commands.py:99 mercurial/commands.py:125
+#: mercurial/commands.py:3558 mercurial/commands.py:5093
msgid "NUM"
msgstr "NUM"
+#: hgext/hgk.py:324 mercurial/commands.py:99
msgid "limit number of changes displayed"
msgstr "Begrenzt die Anzahl der angezeigten Änderungen"
+#: hgext/hgk.py:325
msgid "hg view [-l LIMIT] [REVRANGE]"
msgstr "hg view [-l LIMIT] [REVBEREICH]"
+#: hgext/hgk.py:328
msgid "generate patch"
msgstr "Patch erzeugen"
+#: hgext/hgk.py:329
msgid "recursive"
msgstr "rekursiv"
+#: hgext/hgk.py:330
msgid "pretty"
msgstr "hübsch"
+#: hgext/hgk.py:331 hgext/hgk.py:337
msgid "stdin"
msgstr "stdin (Standardeingabe)"
+#: hgext/hgk.py:332
msgid "detect copies"
msgstr "erkennt Kopien"
+#: hgext/hgk.py:333
msgid "search"
msgstr "Suche"
+#: hgext/hgk.py:334
msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..."
msgstr "hg git-diff-tree [OPTION]... KNOTEN1 KNOTEN2 [DATEI]..."
+#: hgext/hgk.py:338
msgid "hg debug-cat-file [OPTION]... TYPE FILE"
msgstr "hg debug-cat-file [OPTION]... TYP DATEI"
+#: hgext/hgk.py:340
msgid "hg debug-config"
msgstr "hg debug-config"
+#: hgext/hgk.py:342
msgid "hg debug-merge-base REV REV"
msgstr "hg debug-merge-base REV REV"
#. i18n: bisect changeset status
+#: hgext/hgk.py:345 mercurial/hbisect.py:242
msgid "ignored"
msgstr "ignoriert"
+#: hgext/hgk.py:346
msgid "hg debug-rev-parse REV"
msgstr "hg debug-rev-parse REV"
+#: hgext/hgk.py:349
msgid "header"
msgstr "Kopfbereich"
+#: hgext/hgk.py:350
msgid "topo-order"
msgstr "topologische Sortierung"
+#: hgext/hgk.py:351
msgid "parents"
msgstr "Eltern"
+#: hgext/hgk.py:352
msgid "max-count"
msgstr "maximale Anzahl"
+#: hgext/hgk.py:353
msgid "hg debug-rev-list [OPTION]... REV..."
msgstr "hg debug-rev-list [OPTION]... REV..."
+#: hgext/highlight/__init__.py:11
msgid "syntax highlighting for hgweb (requires Pygments)"
msgstr "Syntax-Hervorhebung für hgweb (erfordert Pygments)"
+#: hgext/highlight/__init__.py:13
msgid ""
"It depends on the Pygments syntax highlighting library:\n"
"http://pygments.org/"
@@ -3852,9 +4592,11 @@
"Dies hängt von der Syntaxhervorhebungs-Bibliothek Pygments ab:\n"
"http://pygments.org/"
+#: hgext/highlight/__init__.py:16
msgid "There is a single configuration option::"
msgstr "Es gibt eine einzelne Konfigurationsoption::"
+#: hgext/highlight/__init__.py:18
msgid ""
" [web]\n"
" pygments_style = <style>"
@@ -3862,19 +4604,23 @@
" [web]\n"
" pygments_style = <style>"
+#: hgext/highlight/__init__.py:21
msgid "The default is 'colorful'.\n"
msgstr "Die Voreinstellung ist 'colorful'.\n"
+#: hgext/histedit.py:7
#, fuzzy
msgid "interactive history editing"
msgstr "Startet den interaktiven Historienbetrachter"
+#: hgext/histedit.py:9
msgid ""
"With this extension installed, Mercurial gains one new command: histedit. "
"Usage\n"
"is as follows, assuming the following history::"
msgstr ""
+#: hgext/histedit.py:12
msgid ""
" @ 3[tip] 7c2fd3b9020c 2009-04-27 18:04 -0500 durin42\n"
" | Add delta\n"
@@ -3889,18 +4635,21 @@
" Add alpha"
msgstr ""
+#: hgext/histedit.py:24
msgid ""
"If you were to run ``hg histedit c561b4e977df``, you would see the "
"following\n"
"file open in your editor::"
msgstr ""
+#: hgext/histedit.py:27
msgid ""
" pick c561b4e977df Add beta\n"
" pick 030b686bedc4 Add gamma\n"
" pick 7c2fd3b9020c Add delta"
msgstr ""
+#: hgext/histedit.py:31 hgext/histedit.py:50
msgid ""
" # Edit history between c561b4e977df and 7c2fd3b9020c\n"
" #\n"
@@ -3914,6 +4663,7 @@
" #"
msgstr ""
+#: hgext/histedit.py:41
msgid ""
"In this file, lines beginning with ``#`` are ignored. You must specify a "
"rule\n"
@@ -3923,12 +4673,14 @@
"would reorganize the file to look like this::"
msgstr ""
+#: hgext/histedit.py:46
msgid ""
" pick 030b686bedc4 Add gamma\n"
" pick c561b4e977df Add beta\n"
" fold 7c2fd3b9020c Add delta"
msgstr ""
+#: hgext/histedit.py:60
msgid ""
"At which point you close the editor and ``histedit`` starts working. When "
"you\n"
@@ -3938,12 +4690,14 @@
"message::"
msgstr ""
+#: hgext/histedit.py:64
msgid ""
" Add beta\n"
" ***\n"
" Add delta"
msgstr ""
+#: hgext/histedit.py:68
msgid ""
"Edit the commit message to your liking, then close the editor. For\n"
"this example, let's assume that the commit message was changed to\n"
@@ -3952,6 +4706,7 @@
"like this::"
msgstr ""
+#: hgext/histedit.py:74
msgid ""
" @ 2[tip] 989b4d060121 2009-04-27 18:04 -0500 durin42\n"
" | Add beta and delta.\n"
@@ -3963,6 +4718,7 @@
" Add alpha"
msgstr ""
+#: hgext/histedit.py:83
msgid ""
"Note that ``histedit`` does *not* remove any revisions (even its own "
"temporary\n"
@@ -3976,6 +4732,7 @@
"revisions by passing the ``--keep`` flag."
msgstr ""
+#: hgext/histedit.py:90
msgid ""
"The ``edit`` operation will drop you back to a command prompt,\n"
"allowing you to edit files freely, or even use ``hg record`` to commit\n"
@@ -3986,12 +4743,14 @@
"original message for the ``edit`` ed revision."
msgstr ""
+#: hgext/histedit.py:98
msgid ""
"The ``message`` operation will give you a chance to revise a commit\n"
"message without changing the contents. It's a shortcut for doing\n"
"``edit`` immediately followed by `hg histedit --continue``."
msgstr ""
+#: hgext/histedit.py:102
msgid ""
"If ``histedit`` encounters a conflict when moving a revision (while\n"
"handling ``pick`` or ``fold``), it'll stop in a similar manner to\n"
@@ -4003,11 +4762,13 @@
"history."
msgstr ""
+#: hgext/histedit.py:111
msgid ""
"If we clone the histedit-ed example repository above and add four more\n"
"changes, such that we have the following history::"
msgstr ""
+#: hgext/histedit.py:114
msgid ""
" @ 6[tip] 038383181893 2009-04-27 18:04 -0500 stefan\n"
" | Add theta\n"
@@ -4031,6 +4792,7 @@
" Add alpha"
msgstr ""
+#: hgext/histedit.py:135
msgid ""
"If you run ``hg histedit --outgoing`` on the clone then it is the same\n"
"as running ``hg histedit 836302820282``. If you need plan to push to a\n"
@@ -4039,6 +4801,7 @@
msgstr ""
#. i18n: command names and abbreviations must remain untranslated
+#: hgext/histedit.py:170
#, python-format
msgid ""
"# Edit history between %s and %s\n"
@@ -4052,146 +4815,226 @@
"#\n"
msgstr ""
+#: hgext/histedit.py:306 hgext/histedit.py:334 hgext/histedit.py:396
msgid "Fix up the change and run hg histedit --continue"
msgstr ""
+#: hgext/histedit.py:313
#, fuzzy, python-format
msgid "%s: empty changeset\n"
msgstr "%s: leerer Änderungssatz"
+#: hgext/histedit.py:325
msgid ""
"Make changes as needed, you may commit or record as needed now.\n"
"When you are finished, run hg histedit --continue to resume."
msgstr ""
+#: hgext/histedit.py:338
#, python-format
msgid "%s: empty changeset"
msgstr "%s: leerer Änderungssatz"
+#: hgext/histedit.py:414 hgext/patchbomb.py:278 mercurial/commands.py:1848
+#: mercurial/commands.py:3867 mercurial/commands.py:4337 mercurial/hg.py:501
+#: mercurial/hg.py:553
#, python-format
msgid "comparing with %s\n"
msgstr "Vergleiche mit %s\n"
+#: hgext/histedit.py:428
#, fuzzy
msgid "no outgoing ancestors"
msgstr "%d ausgehende Lesezeichen"
+#: hgext/histedit.py:445
#, fuzzy
msgid "Read history edits from the specified file."
msgstr "Verschiebe angefangen vom gegebenen Änderungssatz"
+#: hgext/histedit.py:446
#, fuzzy
msgid "continue an edit already in progress"
msgstr "Führt eine unterbrochene Pfropfung fort"
+#: hgext/histedit.py:448
msgid "don't strip old nodes after edit is complete"
msgstr ""
+#: hgext/histedit.py:449
#, fuzzy
msgid "abort an edit in progress"
msgstr "Keine vorherige Verschiebung zur Wiederaufnahme"
+#: hgext/histedit.py:450
#, fuzzy
msgid "changesets not found in destination"
msgstr "Zeigt Änderungssätze, die nicht im Zielarchiv sind"
+#: hgext/histedit.py:452
#, fuzzy
msgid "force outgoing even for unrelated repositories"
msgstr "Zeigt Adresse für Aliasnamen von entfernten Projektarchiven an"
+#: hgext/histedit.py:453
#, fuzzy
msgid "first revision to be edited"
msgstr "detach benötigt eine Revision"
-msgid "[PARENT]"
-msgstr ""
-
-#, fuzzy
-msgid ""
-"interactively edit changeset history\n"
-" "
+#: hgext/histedit.py:454
+msgid "ANCESTOR | --outgoing [URL]"
+msgstr ""
+
+#: hgext/histedit.py:456
+#, fuzzy
+msgid "interactively edit changeset history"
msgstr "Interaktive Auswahl der Änderungen zur Übernahme ins Archiv"
+#: hgext/histedit.py:458
+#, fuzzy
+msgid ""
+" This command edits changesets between ANCESTOR and the parent of\n"
+" the working directory."
+msgstr ""
+" - Alle Änderungssätze, die Vorfahren des Arbeitsverzeichnisses sind::"
+
+#: hgext/histedit.py:461
+msgid ""
+" With --outgoing, this edits changesets not found in the\n"
+" destination repository. If URL of the destination is omitted, the\n"
+" 'default-push' (or 'default') path will be used.\n"
+" "
+msgstr ""
+
+#: hgext/histedit.py:469 hgext/mq.py:3454
msgid "source has mq patches applied"
msgstr "Die Quelle hat angewandte mq-Patches"
+#: hgext/histedit.py:480
msgid "--force only allowed with --outgoing"
msgstr ""
+#: hgext/histedit.py:483
msgid "no arguments allowed with --continue"
msgstr ""
+#: hgext/histedit.py:487
msgid "no arguments allowed with --abort"
msgstr ""
+#: hgext/histedit.py:491
msgid "history edit already in progress, try --continue or --abort"
msgstr ""
+#: hgext/histedit.py:495
msgid "no revisions allowed with --outgoing"
msgstr ""
+#: hgext/histedit.py:498
msgid "only one repo argument allowed with --outgoing"
msgstr ""
-#, fuzzy
-msgid "histedit requires exactly one parent revision"
+#: hgext/histedit.py:503
+#, fuzzy
+msgid "histedit requires exactly one ancestor revision"
msgstr "'size' erwartet einen Ausdruck"
+#: hgext/histedit.py:546 hgext/histedit.py:634
#, fuzzy, python-format
msgid "%s is not an ancestor of working directory"
msgstr ""
" - Alle Änderungssätze, die Vorfahren des Arbeitsverzeichnisses sind::"
+#: hgext/histedit.py:635
#, python-format
msgid "update to %s or descendant and run \"hg histedit --continue\" again"
msgstr ""
+#: hgext/histedit.py:696
msgid "cannot edit history that would orphan nodes"
msgstr ""
+#: hgext/histedit.py:698
+#, fuzzy
+msgid "cannot edit history that contains merges"
+msgstr "--stdio und --cmdserver können nicht gleichzeitig verwendet werden"
+
+#: hgext/histedit.py:701
#, fuzzy, python-format
msgid "cannot edit immutable changeset: %s"
msgstr "Nicht veränderbarer Änderungssatz %s kann nicht verschoben werden"
+#: hgext/histedit.py:741
#, python-format
msgid "malformed line \"%s\""
msgstr "fehlerhafte Zeile: \"%s\""
+#: hgext/histedit.py:747
#, fuzzy, python-format
msgid "unknown changeset %s listed"
msgstr "Entpacke Änderungssatz %s"
+#: hgext/histedit.py:750
msgid "may not use changesets other than the ones listed"
msgstr ""
+#: hgext/histedit.py:752
#, fuzzy, python-format
msgid "duplicated command for changeset %s"
msgstr "Nutzt eine Programm um den Fehlerstatus zu bestimmen"
+#: hgext/histedit.py:755
#, fuzzy, python-format
msgid "unknown action \"%s\""
msgstr "Unbekannte Funktion '%s'"
+#: hgext/histedit.py:759
#, fuzzy, python-format
msgid "missing rules for changeset %s"
msgstr "Mindestens ein Änderungssatz mit -r oder -o wird benötigt"
+#: hgext/histedit.py:760
msgid "do you want to use the drop action?"
msgstr ""
+#: hgext/histedit.py:851
#, fuzzy, python-format
msgid "histedit: moving bookmarks %s from %s to %s\n"
msgstr "Importierte Lesezeichen %s\n"
+#. i18n: column positioning for "hg summary"
+#: hgext/histedit.py:884
+#, python-format
+msgid "hist: %s (histedit --continue)\n"
+msgstr ""
+
+#: hgext/histedit.py:885 hgext/rebase.py:810
+#, python-format
+msgid "%d remaining"
+msgstr ""
+
+#: hgext/histedit.py:891
+#, fuzzy
+msgid "histedit in progress"
+msgstr "Keine vorherige Verschiebung zur Wiederaufnahme"
+
+#: hgext/histedit.py:892
+msgid "use 'hg histedit --continue' or 'hg histedit --abort'"
+msgstr ""
+
+#: hgext/inotify/__init__.py:9
msgid "accelerate status report using Linux's inotify service"
msgstr "Beschleunigt die Statusabfrage mit dem inotify-Dient von Linux"
+#: hgext/inotify/__init__.py:21
msgid "start an inotify server for this repository"
msgstr "Startet einen inotify-Server für dieses Projektarchiv"
+#: hgext/inotify/__init__.py:25
msgid "debugging information for inotify extension"
msgstr "Informationen zur Fehlersucht für die inotify-Erweiterung"
+#: hgext/inotify/__init__.py:27
msgid ""
" Prints the list of directories being watched by the inotify server.\n"
" "
@@ -4199,156 +5042,197 @@
" Gibt eine Liste von Verzeichnissen aus, die von dem inotify-Server\n"
" überwacht werden."
+#: hgext/inotify/__init__.py:32
msgid "directories being watched:\n"
msgstr "Überwachte Verzeichnisse:\n"
+#: hgext/inotify/__init__.py:85 mercurial/commands.py:5092
msgid "run server in background"
msgstr "Server im Hintergrund ausführen"
+#: hgext/inotify/__init__.py:87 mercurial/commands.py:5093
msgid "used internally by daemon mode"
msgstr "Wird intern im Server-Modus genutzt"
+#: hgext/inotify/__init__.py:89
msgid "minutes to sit idle before exiting"
msgstr "Minuten, bevor wegen Untätigkeit beendet wird"
+#: hgext/inotify/__init__.py:91 mercurial/commands.py:5107
msgid "name of file to write process ID to"
msgstr "Dateiname für Prozess-ID"
+#: hgext/inotify/__init__.py:92
msgid "hg inserve [OPTION]..."
msgstr "hg inserve [OPTION]..."
+#: hgext/inotify/client.py:30
msgid "inotify-client: found dead inotify server socket; removing it\n"
msgstr "inotify-Client: toten inotify-Serversocket gefunden; entferne ihn\n"
+#: hgext/inotify/client.py:43
#, python-format
msgid "inotify-client: could not start inotify server: %s\n"
msgstr "inotify-Client: Konnte inotify-Server nicht starten: %s\n"
+#: hgext/inotify/client.py:49
#, python-format
msgid "inotify-client: could not talk to new inotify server: %s\n"
msgstr ""
"inotify-Client: Konnte nicht mit dem neuen inotify-Server sprechen: %s\n"
+#: hgext/inotify/client.py:55
#, python-format
msgid "inotify-client: failed to contact inotify server: %s\n"
msgstr "inotify-Client: Kontakt zum inotify-Server fehlgeschlagen: %s\n"
+#: hgext/inotify/client.py:99
msgid "inotify-client: received empty answer from inotify server"
msgstr "inotify-Client: Leere Antwort vom inotify-Sever emfpangen"
+#: hgext/inotify/client.py:104
#, python-format
msgid "(inotify: received response from incompatible server version %d)\n"
msgstr ""
"(inotify: Antwort eines Servers mit inkompatibler Version %d empfangen)\n"
+#: hgext/inotify/client.py:110
#, python-format
msgid "(inotify: received '%s' response when expecting '%s')\n"
msgstr "(inotify: '%s' Antwort erhalten, aber '%s' erwartet)\n"
+#: hgext/inotify/linuxserver.py:51
msgid "this system does not seem to support inotify"
msgstr "Dieses System scheint inotify nicht zu unterstützen."
+#: hgext/inotify/linuxserver.py:53
#, python-format
msgid "*** the current per-user limit on the number of inotify watches is %s\n"
msgstr "*** Das aktuelle Benutzer-Limit für inotify-Beobachter ist %s\n"
+#: hgext/inotify/linuxserver.py:55
msgid "*** this limit is too low to watch every directory in this repository\n"
msgstr ""
"*** Dieses Limit ist zu gering, um jedes Verzeichnis dieses Archivs zu\n"
"*** überwachen.\n"
+#: hgext/inotify/linuxserver.py:57
msgid "*** counting directories: "
msgstr "*** Zähle Verzeichnisse: "
+#: hgext/inotify/linuxserver.py:59
#, python-format
msgid "found %d\n"
msgstr "%d gefunden\n"
+#: hgext/inotify/linuxserver.py:63
#, python-format
msgid "*** to raise the limit from %d to %d (run as root):\n"
msgstr "*** um das Limit von %d auf %d zu heben (als root ausführen):\n"
+#: hgext/inotify/linuxserver.py:65
#, python-format
msgid "*** echo %d > %s\n"
msgstr "*** echo %d > %s\n"
+#: hgext/inotify/linuxserver.py:66
#, python-format
msgid "cannot watch %s until inotify watch limit is raised"
msgstr ""
"Kann Verzeichnis %s nicht überwachen, bis das inotify-Limit erhöht wurde."
+#: hgext/inotify/linuxserver.py:177
#, python-format
msgid "inotify service not available: %s"
msgstr "inotify-Dienst ist nicht verfügbar: %s"
+#: hgext/inotify/linuxserver.py:205
#, python-format
msgid "watching %r\n"
msgstr "Beobachte %r\n"
+#: hgext/inotify/linuxserver.py:216
#, python-format
msgid "watching directories under %r\n"
msgstr "Beobachte Verzeichnisse unterhalb von %r\n"
+#: hgext/inotify/linuxserver.py:281
#, python-format
msgid "%s event: created %s\n"
msgstr "%s-Ereignis: %s erstellt\n"
+#: hgext/inotify/linuxserver.py:291
#, python-format
msgid "%s event: deleted %s\n"
msgstr "%s-Ereignis: %s gelöscht\n"
+#: hgext/inotify/linuxserver.py:305
#, python-format
msgid "%s event: modified %s\n"
msgstr "%s-Ereignis: %s geändert\n"
+#: hgext/inotify/linuxserver.py:312
#, python-format
msgid "filesystem containing %s was unmounted\n"
msgstr "Dateisystem, das %s enthielt, wurde ausgehängt\n"
+#: hgext/inotify/linuxserver.py:318
#, python-format
msgid "%s readable: %d bytes\n"
msgstr "%s lesbar: %d Bytes\n"
+#: hgext/inotify/linuxserver.py:323
#, python-format
msgid "%s below threshold - unhooking\n"
msgstr "%s unterhalb der Grenze - hänge aus\n"
+#: hgext/inotify/linuxserver.py:333
#, python-format
msgid "%s reading %d events\n"
msgstr "%s Lese %d Ereignisse\n"
+#: hgext/inotify/linuxserver.py:374
#, python-format
msgid "%s hooking back up with %d bytes readable\n"
msgstr "%s Hänge wieder mit %d lesbaren Bytes ein\n"
+#: hgext/inotify/linuxserver.py:434
msgid "finished setup\n"
msgstr "Einrichtung abgeschlossen\n"
+#: hgext/inotify/server.py:262
#, python-format
msgid "status: %r %s -> %s\n"
msgstr "Status: %r %s -> %s\n"
+#: hgext/inotify/server.py:301
msgid "rescanning due to .hgignore change\n"
msgstr "Untersuche erneut, da sich die .hgignore geändert hat\n"
+#: hgext/inotify/server.py:338
msgid "cannot start: socket is already bound"
msgstr "Kann nicht starten: Socket wird bereits verwendet"
+#: hgext/inotify/server.py:348
#, python-format
msgid "answering query for %r\n"
msgstr "Beantworte Anfrage für %r\n"
+#: hgext/inotify/server.py:385
#, python-format
msgid "received query from incompatible client version %d\n"
msgstr "Anfrage von Client mit inkompatibler Version %d empfangen\n"
+#: hgext/inotify/server.py:402
#, python-format
msgid "unrecognized query type: %s\n"
msgstr "Unbekannte Anfrageart: %s\n"
+#: hgext/interhg.py:11
msgid "expand expressions into changelog and summaries"
msgstr "Erweitert Ausdrücke in der Historie und Zusammenfassungen"
+#: hgext/interhg.py:13
msgid ""
"This extension allows the use of a special syntax in summaries, which\n"
"will be automatically expanded into links or any other arbitrary\n"
@@ -4358,6 +5242,7 @@
"zu verwenden, die automatisch in Links oder jeden beliebigen anderen\n"
"Ausdruck ausgewertet werden, in etwa so, wie es InterWiki macht."
+#: hgext/interhg.py:17
msgid ""
"A few example patterns (link to bug tracking, etc.) that may be used\n"
"in your hgrc::"
@@ -4365,6 +5250,7 @@
"Ein paar Beispiel-Muster (Link zu einem Bugtracker usw.), die in Ihrer\n"
".hgrc verwendet werden können::"
+#: hgext/interhg.py:20
msgid ""
" [interhg]\n"
" issues = s!issue(\\d+)!<a href=\"http://bts/issue\\1\">issue\\1</a>!\n"
@@ -4378,17 +5264,21 @@
"i\n"
" fett = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n"
+#: hgext/interhg.py:59
#, python-format
msgid "interhg: invalid pattern for %s: %s\n"
msgstr "interhg: Ungültiges Muster für %s: %s\n"
+#: hgext/interhg.py:79
#, python-format
msgid "interhg: invalid regexp for %s: %s\n"
msgstr "interhg: Ungültiger Regulärer Ausdruck für %s: %s\n"
+#: hgext/keyword.py:29
msgid "expand keywords in tracked files"
msgstr "erweitert Platzhalter in versionierten Dateien"
+#: hgext/keyword.py:31
msgid ""
"This extension expands RCS/CVS-like or self-customized $Keywords$ in\n"
"tracked text files selected by your configuration."
@@ -4397,6 +5287,7 @@
"$Platzhalter$ in versionierten Textdateien, die von Ihrer Konfiguration\n"
"angegeben werden."
+#: hgext/keyword.py:34
msgid ""
"Keywords are only expanded in local repositories and not stored in the\n"
"change history. The mechanism can be regarded as a convenience for the\n"
@@ -4407,6 +5298,7 @@
"für den aktuellen Benutzer oder eine Archiv-Distribution (hg archive) \n"
"angesehen werden."
+#: hgext/keyword.py:38
msgid ""
"Keywords expand to the changeset data pertaining to the latest change\n"
"relative to the working directory parent of each file."
@@ -4414,6 +5306,7 @@
"Platzhalter werden entsprechend des aktuellen Änderungssatzes erweitert,\n"
"der für das Arbeitsverzeichnis der jeweiligen Datei gilt."
+#: hgext/keyword.py:41
msgid ""
"Configuration is done in the [keyword], [keywordset] and [keywordmaps]\n"
"sections of hgrc files."
@@ -4421,9 +5314,11 @@
"Die Konfiguration erfolgt in den Bereichen [keyword], [keywordset] und\n"
"[keywordmaps] von hgrc-Dateien."
+#: hgext/keyword.py:44 mercurial/help/config.txt:788
msgid "Example::"
msgstr "Beispiel::"
+#: hgext/keyword.py:46
msgid ""
" [keyword]\n"
" # expand keywords in every python file except those matching \"x*\"\n"
@@ -4436,6 +5331,7 @@
" **.py =\n"
" x* = ignore"
+#: hgext/keyword.py:51
msgid ""
" [keywordset]\n"
" # prefer svn- over cvs-like default keywordmaps\n"
@@ -4445,6 +5341,7 @@
" # bevorzugt SVN- oder CVS-artige Standard-Platzhalterzuweisungen\n"
" svn = True"
+#: hgext/keyword.py:55
msgid ""
".. note::\n"
" The more specific you are in your filename patterns the less you\n"
@@ -4454,6 +5351,7 @@
" Je genauer die Muster für Dateinamen sind, desto weniger\n"
" Geschwindigkeit geht in großen Projektarchiven verloren."
+#: hgext/keyword.py:59
msgid ""
"For [keywordmaps] template mapping and expansion demonstration and\n"
"control run :hg:`kwdemo`. See :hg:`help templates` for a list of\n"
@@ -4463,10 +5361,12 @@
"sowie die Einstellungen, führen Sie :hg:`kwdemo` aus. Siehe auch\n"
":hg:`templates` für eine Liste verfügbarer Vorlagen und Filter."
+#: hgext/keyword.py:63
msgid "Three additional date template filters are provided:"
msgstr ""
"Drei weitere Filter für Datumsangaben in Vorlagen werden bereitgestellt:"
+#: hgext/keyword.py:65
msgid ""
":``utcdate``: \"2006/09/18 15:13:13\"\n"
":``svnutcdate``: \"2006-09-18 15:13:13Z\"\n"
@@ -4476,6 +5376,7 @@
":``svnutcdate``: \"2006-09-18 15:13:13Z\"\n"
":``svnisodate``: \"2006-09-18 08:13:13 -700 (Mon, 18 Sep 2006)\""
+#: hgext/keyword.py:69
#, fuzzy
msgid ""
"The default template mappings (view with :hg:`kwdemo -d`) can be\n"
@@ -4487,6 +5388,7 @@
"sollte :hg:`kwdemo` ausgeführt werden, um die Ergebnisse der eigenen\n"
"Konfiguration zu testen."
+#: hgext/keyword.py:73
msgid ""
"Before changing/disabling active keywords, you must run :hg:`kwshrink`\n"
"to avoid storing expanded keywords in the change history."
@@ -4495,6 +5397,7 @@
":hg:`kwshrink` ausgeführt werden, um die Gefahr von versehentlich\n"
"gespeicherten ersetzten Platzhaltern in der Historie zu vermeiden."
+#: hgext/keyword.py:76
msgid ""
"To force expansion after enabling it, or a configuration change, run\n"
":hg:`kwexpand`."
@@ -4502,6 +5405,7 @@
"Um das Ersetzen zu erzwingen, nachdem sie aktiviert oder die Konfiguration\n"
"geändert wurde, führen Sie :hg:`kwexpand` aus."
+#: hgext/keyword.py:79
msgid ""
"Expansions spanning more than one line and incremental expansions,\n"
"like CVS' $Log$, are not supported. A keyword template map \"Log =\n"
@@ -4512,33 +5416,42 @@
"Eine Platzhalter-Zuweisung wie \"Log = {desc}\" wird durch die erste Zeile\n"
"der Versionsmeldung ersetzt.\n"
+#: hgext/keyword.py:259
#, python-format
msgid "overwriting %s expanding keywords\n"
msgstr "Überschreibe %s zum Ersetzen der Platzhalter\n"
+#: hgext/keyword.py:261
#, python-format
msgid "overwriting %s shrinking keywords\n"
msgstr "Überschreibe %s zum Entfernen ersetzter Platzhalter\n"
+#: hgext/keyword.py:342
msgid "[keyword] patterns cannot match"
msgstr "[keyword]-Muster können nicht gefunden werden"
+#: hgext/keyword.py:343
msgid "no [keyword] patterns configured"
msgstr "Keine [keyword]-Muster konfiguriert"
+#: hgext/keyword.py:362
#, fuzzy
msgid "show default keyword template maps"
msgstr "Zeigt die Standard-Vorlagenzuweisungen"
+#: hgext/keyword.py:364
msgid "read maps from rcfile"
msgstr "Liest die Zuweisungen aus der rcfile-Datei"
+#: hgext/keyword.py:365
msgid "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."
msgstr "hg kwdemo [-d] [-f RCDATEI] [VORLAGENZUWEISUNGEN]..."
+#: hgext/keyword.py:367
msgid "print [keywordmaps] configuration and an expansion example"
msgstr "Gibt [keywordmaps]-Einstellungen und ein Ersetzungsbeispiel aus"
+#: hgext/keyword.py:369
#, fuzzy
msgid ""
" Show current, custom, or default keyword template maps and their\n"
@@ -4547,6 +5460,7 @@
" Zeigt die aktuellen, benutzerdefinierten oder die Standardzuweisungen\n"
" und ihre Ersetzungen."
+#: hgext/keyword.py:372
msgid ""
" Extend the current configuration by specifying maps as arguments\n"
" and using -f/--rcfile to source an external hgrc file."
@@ -4555,11 +5469,13 @@
" als Argumente übergeben werden oder über -f/--rcfile eine externe\n"
" hgrc-Datei eingebunden wird."
+#: hgext/keyword.py:375
msgid " Use -d/--default to disable current configuration."
msgstr ""
" Verwenden Sie -d/--default, um die aktuelle Konfiguration zu\n"
" deaktivieren."
+#: hgext/keyword.py:377
msgid ""
" See :hg:`help templates` for information on templates and filters.\n"
" "
@@ -4567,10 +5483,12 @@
" Siehe :hg:`help templates` für Informationen über Vorlagen und Filter.\n"
" "
+#: hgext/keyword.py:386
#, python-format
msgid "creating temporary repository at %s\n"
msgstr "Erzeuge temporäres Projektarchiv in %s\n"
+#: hgext/keyword.py:395
msgid ""
"\n"
"\tconfiguration using custom keyword template maps\n"
@@ -4578,17 +5496,21 @@
"\n"
"\tKonfiguration mittels benutzerdefinierter Platzhalter-Zuweisungen\n"
+#: hgext/keyword.py:397
msgid "\textending current template maps\n"
msgstr "\tErweitert die aktuellen Vorlagen-Zuweisungen\n"
+#: hgext/keyword.py:400
#, fuzzy
msgid "\toverriding default svn keywordset\n"
msgstr "\tÜberschreibt das stndard svn keywordset\n"
+#: hgext/keyword.py:402
#, fuzzy
msgid "\toverriding default cvs keywordset\n"
msgstr "\tÜberschreibt das standard CVS keywordset\n"
+#: hgext/keyword.py:415
#, fuzzy
msgid ""
"\n"
@@ -4597,6 +5519,7 @@
"\n"
"\tKonfiguration mittels der standard svn keywordset\n"
+#: hgext/keyword.py:417
#, fuzzy
msgid ""
"\n"
@@ -4605,9 +5528,11 @@
"\n"
"\tKonfiguration mittels der standard csv keywordset\n"
+#: hgext/keyword.py:420
msgid "\tdisabling current template maps\n"
msgstr "\tdeaktiviert die aktuellen Vorlagen-Zuweisungen\n"
+#: hgext/keyword.py:424
msgid ""
"\n"
"\tconfiguration using current keyword template maps\n"
@@ -4615,6 +5540,7 @@
"\n"
"\tKonfiguration mittels aktueller Platzhalter-Zuweisungen\n"
+#: hgext/keyword.py:439
#, python-format
msgid ""
"\n"
@@ -4623,9 +5549,11 @@
"\n"
"Nach %s geschriebene Platzhalter:\n"
+#: hgext/keyword.py:445
msgid "hg keyword configuration and expansion example"
msgstr "Konfigurations- und Ersetzungsbeispiel für hg keyword"
+#: hgext/keyword.py:448
msgid ""
"\n"
"\tkeywords expanded\n"
@@ -4633,15 +5561,19 @@
"\n"
"\tersetzte Platzhalter\n"
+#: hgext/keyword.py:452
msgid "hg kwexpand [OPTION]... [FILE]..."
msgstr "hg kwexpand [OPTION]... [DATEI]..."
+#: hgext/keyword.py:454
msgid "expand keywords in the working directory"
msgstr "Ersetzt Platzhalter in der Arbeitskopie"
+#: hgext/keyword.py:456
msgid " Run after (re)enabling keyword expansion."
msgstr " Wird nach dem Aktivieren der Platzhalter-Ersetzungen ausgeführt."
+#: hgext/keyword.py:458
msgid ""
" kwexpand refuses to run if given files contain local changes.\n"
" "
@@ -4650,21 +5582,27 @@
" lokale Änderungen enthalten.\n"
" "
+#: hgext/keyword.py:464
msgid "show keyword status flags of all files"
msgstr "Zeigt den Ersetzungsstatus aller Dateien"
+#: hgext/keyword.py:465
msgid "show files excluded from expansion"
msgstr "Zeigt Dateien, die von den Mustern ausgeschlossen werden"
+#: hgext/keyword.py:466
msgid "only show unknown (not tracked) files"
msgstr "Zeigt nur unbekannte (nicht überwachte) Dateien"
+#: hgext/keyword.py:468
msgid "hg kwfiles [OPTION]... [FILE]..."
msgstr "hg kwfiles [OPTION]... [DATEI]..."
+#: hgext/keyword.py:470
msgid "show files configured for keyword expansion"
msgstr "Zeigt die für die Ersetzung konfigurierten Dateien"
+#: hgext/keyword.py:472
msgid ""
" List which files in the working directory are matched by the\n"
" [keyword] configuration patterns."
@@ -4672,6 +5610,7 @@
" Zeigt die Dateien im Arbeitsverzeichnis, die auf die Muster aus dem\n"
" Bereich [keyword] passen."
+#: hgext/keyword.py:475
msgid ""
" Useful to prevent inadvertent keyword expansion and to speed up\n"
" execution by including only files that are actual candidates for\n"
@@ -4681,6 +5620,7 @@
" Ausführung zu beschleunigen, indem nur echte Kandidaten für eine\n"
" Ersetzung in Betracht gezogen werden."
+#: hgext/keyword.py:479
msgid ""
" See :hg:`help keyword` on how to construct patterns both for\n"
" inclusion and exclusion of files."
@@ -4688,6 +5628,7 @@
" Siehe auch :hg:`help keyword` für Hinweis zum Aufbau von Mustern\n"
" für das Einbeziehen/Ausschließen von Dateien."
+#: hgext/keyword.py:482
msgid ""
" With -A/--all and -v/--verbose the codes used to show the status\n"
" of files are::"
@@ -4695,6 +5636,7 @@
" Mit -A/--all und -v/--verbose sind die Codes für die Stati der Dateien\n"
" wie folgt::"
+#: hgext/keyword.py:485
msgid ""
" K = keyword expansion candidate\n"
" k = keyword expansion candidate (not tracked)\n"
@@ -4708,16 +5650,20 @@
" i = ignoriert (nicht versioniert)\n"
" "
+#: hgext/keyword.py:522
msgid "hg kwshrink [OPTION]... [FILE]..."
msgstr "hg kwshrink [OPTION]... [DATEI]..."
+#: hgext/keyword.py:524
msgid "revert expanded keywords in the working directory"
msgstr "Nimmt Ersetzungen im aktuellen Arbeitsverzeichnis wieder zurück"
+#: hgext/keyword.py:526
msgid " Must be run before changing/disabling active keywords."
msgstr ""
" Muß vor dem Ändern/Abschalten von aktiven Keywords ausgeführt werden."
+#: hgext/keyword.py:528
msgid ""
" kwshrink refuses to run if given files contain local changes.\n"
" "
@@ -4726,9 +5672,11 @@
" lokale Änderungen enthalten.\n"
" "
+#: hgext/largefiles/__init__.py:8
msgid "track large binary files"
msgstr "versioniere auch grosse Binärdateien"
+#: hgext/largefiles/__init__.py:10
msgid ""
"Large binary files tend to be not very compressible, not very\n"
"diffable, and not at all mergeable. Such files are not handled\n"
@@ -4752,6 +5700,7 @@
"im Netzwerk) einrichtet. Für jede Arbeitskopie werden dann nur die\n"
"benötigten Revisionen abgerufen."
+#: hgext/largefiles/__init__.py:21
msgid ""
"largefiles works by maintaining a \"standin file\" in .hglf/ for each\n"
"largefile. The standins are small (41 bytes: an SHA-1 hash plus\n"
@@ -4771,6 +5720,7 @@
"auch Bandbreite gespart, da clone- and pull-Operationen nicht die ganze\n"
"Historie der Änderungen übertragen müssen."
+#: hgext/largefiles/__init__.py:30
msgid ""
"To start a new repository or add new large binary files, just add\n"
"--large to your :hg:`add` command. For example::"
@@ -4778,6 +5728,7 @@
"Um ein neues Archiv zu starten, oder einen neuen Binärriesen hinzuzufügen,\n"
"wird einfach :hg:`add --large` angegeben. Zum Beispiel::"
+#: hgext/largefiles/__init__.py:33
msgid ""
" $ dd if=/dev/urandom of=randomdata count=2000\n"
" $ hg add --large randomdata\n"
@@ -4787,6 +5738,7 @@
" $ hg add --large binaerchaos\n"
" $ hg commit -m 'Füge binaerchaos als Binärriese hinzu'"
+#: hgext/largefiles/__init__.py:37
msgid ""
"When you push a changeset that adds/modifies largefiles to a remote\n"
"repository, its largefile revisions will be uploaded along with it.\n"
@@ -4799,6 +5751,7 @@
"übertragen.\n"
"Das entfernte Mercurial muss hierfür die largefiles-Erweiterung unterstützen."
+#: hgext/largefiles/__init__.py:42
#, fuzzy
msgid ""
"When you pull a changeset that affects largefiles from a remote\n"
@@ -4819,17 +5772,20 @@
"Das bedeutet allerdings, dass zum Zeitpunkt der Aktualisierung auf eine\n"
"bisher unbekannte Revision, Netzwerkzugriff möglich sein muss."
+#: hgext/largefiles/__init__.py:51
msgid ""
"If you want to pull largefiles you don't need for update yet, then\n"
"you can use pull with the `--lfrev` option or the :hg:`lfpull` command."
msgstr ""
+#: hgext/largefiles/__init__.py:54
msgid ""
"If you know you are pulling from a non-default location and want to\n"
"download all the largefiles that correspond to the new changesets at\n"
"the same time, then you can pull with `--lfrev \"pulled()\"`."
msgstr ""
+#: hgext/largefiles/__init__.py:58
msgid ""
"If you just want to ensure that you will have the largefiles needed to\n"
"merge or rebase with new heads that you are pulling, then you can pull\n"
@@ -4838,6 +5794,7 @@
"that are new in the heads you are pulling."
msgstr ""
+#: hgext/largefiles/__init__.py:63
msgid ""
"Keep in mind that network access may now be required to update to\n"
"changesets that you have not previously updated to. The nature of the\n"
@@ -4845,6 +5802,7 @@
"be a local-only operation."
msgstr ""
+#: hgext/largefiles/__init__.py:68
msgid ""
"If you already have large files tracked by Mercurial without the\n"
"largefiles extension, you will need to convert your repository in\n"
@@ -4855,9 +5813,11 @@
"versioniert, muss es zunächst konvertiert werden, um die Vorteile von\n"
"largefiles zu nutzen. Dies geschieht duch den :hg:`lfconvert` Befehl::"
+#: hgext/largefiles/__init__.py:73
msgid " $ hg lfconvert --size 10 oldrepo newrepo"
msgstr " $ hg lfconvert --size 10 altes-archiv neues-archiv"
+#: hgext/largefiles/__init__.py:75
msgid ""
"In repositories that already have largefiles in them, any new file\n"
"over 10MB will automatically be added as a largefile. To change this\n"
@@ -4870,6 +5830,7 @@
"``largefiles.minsize`` in der Konfigurationsdatei oder der --lfsize Option\n"
"des 'add'-Befehls geändert werden (Angabe in MB)::"
+#: hgext/largefiles/__init__.py:81
msgid ""
" [largefiles]\n"
" minsize = 2"
@@ -4877,9 +5838,11 @@
" [largefiles]\n"
" minsize = 2"
+#: hgext/largefiles/__init__.py:84
msgid " $ hg add --lfsize 2"
msgstr " $ hg add --lfsize 2"
+#: hgext/largefiles/__init__.py:86
msgid ""
"The ``largefiles.patterns`` config option allows you to specify a list\n"
"of filename patterns (see :hg:`help patterns`) that should always be\n"
@@ -4889,6 +5852,7 @@
"angeben (siehe :hg:`help patterns`), die bestimmen, welche Dateien als\n"
"Binärriesen gehandhabt werden sollen::"
+#: hgext/largefiles/__init__.py:90
msgid ""
" [largefiles]\n"
" patterns =\n"
@@ -4904,6 +5868,7 @@
" library.zip\n"
" content/audio/*"
+#: hgext/largefiles/__init__.py:97
msgid ""
"Files that match one of these patterns will be added as largefiles\n"
"regardless of their size."
@@ -4911,6 +5876,7 @@
"Dateien, die auf ein solches Muster passen, werden unabhängig von ihrer\n"
"Größe als Binärriesen hinzugefügt."
+#: hgext/largefiles/__init__.py:100
msgid ""
"The ``largefiles.minsize`` and ``largefiles.patterns`` config options\n"
"will be ignored for any repositories not already containing a\n"
@@ -4919,9 +5885,11 @@
"command.\n"
msgstr ""
+#: hgext/largefiles/__init__.py:25
msgid "convert a normal repository to a largefiles repository"
msgstr "Konvertiert ein normales Archiv in ein Archiv mit Binärriesen"
+#: hgext/largefiles/__init__.py:27
msgid ""
" Convert repository SOURCE to a new repository DEST, identical to\n"
" SOURCE except that certain files will be converted as largefiles:\n"
@@ -4941,6 +5909,7 @@
" wird nicht geprüft). Der Grenzwert wird mit --size oder dem\n"
" Konfigurationseintrag ``largefiles.size`` (je in MB) definiert."
+#: hgext/largefiles/__init__.py:36
msgid ""
" After running this command you will need to make sure that\n"
" largefiles is enabled anywhere you intend to push the new\n"
@@ -4950,6 +5919,7 @@
" Erweiterung largefiles in allen entfernten Archiven, mit denen die\n"
" Änderungen synchonisiert werden, aktiv ist."
+#: hgext/largefiles/__init__.py:40
msgid ""
" Use --to-normal to convert largefiles back to normal files; after\n"
" this, the DEST repository can be used without largefiles at all."
@@ -4957,15 +5927,18 @@
" Verwende --to-normal um die Konversion in Binärriesen rückgängig zu\n"
" machen. Danach kann ZIEL völlig ohne Binärriesen verwendet werden."
+#: hgext/largefiles/__init__.py:527
#, fuzzy
msgid "pull largefiles for the specified revisions from the specified source"
msgstr "Ruft Änderungen von der angegebenen Quelle ab"
+#: hgext/largefiles/__init__.py:529
msgid ""
" Pull largefiles that are referenced from local changesets but missing\n"
" locally, pulling from a remote repository to the local cache."
msgstr ""
+#: hgext/largefiles/__init__.py:532 mercurial/commands.py:4570
msgid ""
" If SOURCE is omitted, the 'default' path will be used.\n"
" See :hg:`help urls` for more information."
@@ -4974,418 +5947,531 @@
" Siehe Hilfe zu 'paths' zu Pfad-Kurznamen und 'urls' für erlaubte\n"
" Formate für die Quellangabe."
+#: hgext/largefiles/__init__.py:535 mercurial/commands.py:159
+#: mercurial/commands.py:326 mercurial/commands.py:402
+#: mercurial/commands.py:535 mercurial/commands.py:1206
+#: mercurial/commands.py:2728 mercurial/commands.py:2824
+#: mercurial/commands.py:2872 mercurial/commands.py:2931
+#: mercurial/commands.py:3443 mercurial/commands.py:3612
+#: mercurial/commands.py:3990 mercurial/commands.py:4752
+#: mercurial/commands.py:5052 mercurial/commands.py:5319
+#: mercurial/commands.py:5790
msgid " .. container:: verbose"
msgstr ""
+#: hgext/largefiles/__init__.py:537 mercurial/commands.py:537
+#: mercurial/commands.py:3992
msgid " Some examples:"
msgstr " Einige Beispiele:"
+#: hgext/largefiles/__init__.py:539
msgid " - pull largefiles for all branch heads::"
msgstr ""
+#: hgext/largefiles/__init__.py:541
#, fuzzy
msgid " hg lfpull -r \"head() and not closed()\""
msgstr " hg log -r \"bisect(range)\""
+#: hgext/largefiles/__init__.py:543
#, fuzzy
msgid " - pull largefiles on the default branch::"
msgstr "- Änderungssätze auf dem Vorgabezweig (default)::"
+#: hgext/largefiles/__init__.py:545
#, fuzzy
msgid ""
" hg lfpull -r \"branch(default)\"\n"
" "
msgstr " hg log -r \"bisect(range)\""
+#: hgext/largefiles/basestore.py:28
#, python-format
msgid "error getting id %s from url %s for file %s: %s\n"
msgstr ""
+#: hgext/largefiles/basestore.py:67 hgext/largefiles/basestore.py:101
msgid "getting largefiles"
msgstr "Hole Binärriesen"
+#: hgext/largefiles/basestore.py:70
#, python-format
msgid "getting %s:%s\n"
msgstr "Hole %s:%s\n"
+#: hgext/largefiles/basestore.py:73
#, fuzzy, python-format
msgid "%s: largefile %s not available from %s\n"
msgstr "%s ist nicht mehr in %s vorhanden"
+#: hgext/largefiles/basestore.py:91
#, python-format
msgid "%s: data corruption (expected %s, got %s)\n"
msgstr "%s: Beschädigte Daten (erwartete %s, erhielt %s)\n"
+#: hgext/largefiles/basestore.py:110
#, python-format
msgid "searching %d changesets for largefiles\n"
msgstr "Durchsuche %d Änderungssätze nach Binärriesen\n"
+#: hgext/largefiles/basestore.py:126
#, python-format
msgid "verified contents of %d revisions of %d largefiles\n"
msgstr "Inhalt von %d Revisionen von %d Binärriesen verifiziert\n"
+#: hgext/largefiles/basestore.py:130
#, python-format
msgid "verified existence of %d revisions of %d largefiles\n"
msgstr "Existenz von %d Revisionen von %d Binärriesen verifiziert\n"
+#: hgext/largefiles/basestore.py:199
#, python-format
msgid "unsupported URL scheme %r"
msgstr "Nicht unterstütztes URL-Schema %r"
+#: hgext/largefiles/basestore.py:207
#, python-format
msgid "%s does not appear to be a largefile store"
msgstr "%s scheint kein Lager für Binärriesen zu sein"
+#: hgext/largefiles/lfcommands.py:50 hgext/largefiles/lfcommands.py:52
#, python-format
msgid "%s is not a local Mercurial repo"
msgstr "%s ist kein lokales Mercurial-Projektarchiv"
+#: hgext/largefiles/lfcommands.py:55
#, python-format
msgid "initializing destination %s\n"
msgstr "Initialisiere Ziel %s\n"
+#: hgext/largefiles/lfcommands.py:86 hgext/largefiles/lfcommands.py:90
+#: hgext/largefiles/lfcommands.py:110 hgext/largefiles/lfcommands.py:114
msgid "converting revisions"
msgstr "Konvertiere Revisionen"
+#: hgext/largefiles/lfcommands.py:152
#, fuzzy, python-format
msgid "missing largefile '%s' from revision %s"
msgstr "Listet Dateien aller Revisionen"
+#: hgext/largefiles/lfcommands.py:199
#, python-format
msgid "renamed/copied largefile %s becomes symlink"
msgstr "Umbenannter/kopierter Binärriese %s wird ein symbolischer Verweis"
+#: hgext/largefiles/lfcommands.py:215
#, python-format
msgid "largefile %s becomes symlink"
msgstr "Binärriese %s wird ein symbolischer Verweis"
+#: hgext/largefiles/lfcommands.py:306
#, python-format
msgid "skipping incorrectly formatted tag %s\n"
msgstr "Überspringe fehlerhaft formatiertes Etikett: %s\n"
+#: hgext/largefiles/lfcommands.py:312
#, python-format
msgid "skipping incorrectly formatted id %s\n"
msgstr "Überspringe fehlerhaft formatierte ID: %s\n"
+#: hgext/largefiles/lfcommands.py:319
#, python-format
msgid "no mapping for id %s\n"
msgstr "Keine Abbildung für ID %s\n"
+#: hgext/largefiles/lfcommands.py:351 hgext/largefiles/lfcommands.py:360
msgid "uploading largefiles"
msgstr "Lade Binärriesen hoch"
+#: hgext/largefiles/lfcommands.py:355
#, python-format
msgid "largefile %s missing from store (needs to be uploaded)"
msgstr "Binärriese %s fehlt im Lager (muss hochgeladen werden)"
+#: hgext/largefiles/lfcommands.py:427
#, python-format
msgid "%d additional largefiles cached\n"
msgstr "%d zusätzliche Binärriesen in den Zwischenspeicher geladen\n"
+#: hgext/largefiles/lfcommands.py:429
#, python-format
msgid "%d largefiles failed to download\n"
msgstr "%d Binärriesen konnten nicht heruntergeladen werden\n"
+#: hgext/largefiles/lfcommands.py:443 hgext/largefiles/lfcommands.py:456
msgid "getting changed largefiles\n"
msgstr "Lade veränderte Binärriesen herunter\n"
+#: hgext/largefiles/lfcommands.py:461
#, python-format
msgid "%d largefiles updated, %d removed\n"
msgstr "%d Binärriesen verändert, %d entfernt\n"
+#: hgext/largefiles/lfcommands.py:551 hgext/mq.py:3208
+#: mercurial/commands.py:2984 mercurial/commands.py:4472
msgid "no revisions specified"
msgstr "Keine Revisionen angegeben"
+#: hgext/largefiles/lfcommands.py:556 hgext/largefiles/overrides.py:745
#, fuzzy, python-format
msgid "pulling largefiles for revision %s\n"
msgstr "Überspringe Vorgängerrevision %s\n"
+#: hgext/largefiles/lfcommands.py:559 hgext/largefiles/overrides.py:750
#, python-format
msgid "%d largefiles cached\n"
msgstr "%d Binärriesen in den Zwischenspeicher geladen\n"
+#: hgext/largefiles/lfcommands.py:566
msgid "minimum size (MB) for files to be converted as largefiles"
msgstr ""
"Minimale Dateigröße in MB von Dateien, die in Binärriesen konvertiert werden"
+#: hgext/largefiles/lfcommands.py:570
msgid "convert from a largefiles repo to a normal repo"
msgstr "Konvertiert ein Binärriesen-Archiv in ein reguläres Archiv"
+#: hgext/largefiles/lfcommands.py:572
msgid "hg lfconvert SOURCE DEST [FILE ...]"
msgstr "hg lfconvert QUELLE ZIEL [DATEI ...]"
+#: hgext/largefiles/lfcommands.py:574
#, fuzzy
msgid "pull largefiles for these revisions"
msgstr "Listet geänderte Dateien einer Revision"
+#: hgext/largefiles/lfcommands.py:576
#, fuzzy
msgid "-r REV... [-e CMD] [--remotecmd CMD] [SOURCE]"
msgstr "[-u] [-f] [-r REV]... [-e BEFEHL] [--remotecmd BEFEHL] [QUELLE]"
+#: hgext/largefiles/lfutil.py:34
#, python-format
msgid "largefiles: size must be number (not %s)\n"
msgstr "largefiles: Dateigröße muss eine Zahl sein (nicht %s)\n"
+#: hgext/largefiles/lfutil.py:37
msgid "minimum size for largefiles must be specified"
msgstr "Grenzgröße für Binärriesen muss angegeben werden"
+#: hgext/largefiles/lfutil.py:75
#, python-format
msgid "unknown operating system: %s\n"
msgstr "Unbekanntes Betriebssytem: %s\n"
+#: hgext/largefiles/lfutil.py:84
#, fuzzy, python-format
msgid "found %s in store\n"
msgstr "%s im Lager gefunden\n"
+#: hgext/largefiles/lfutil.py:87
#, fuzzy, python-format
msgid "found %s in system cache\n"
msgstr "%s im Zwischenspeicher gefunden\n"
+#: hgext/largefiles/localstore.py:41
#, fuzzy
msgid "can't get file locally"
msgstr "Kann Datei nicht lokal abrufen"
+#: hgext/largefiles/localstore.py:62
#, fuzzy, python-format
msgid "changeset %s: %s references missing %s\n"
msgstr "Änderungssatz %s: %s fehlt\n"
+#: hgext/largefiles/localstore.py:70
#, fuzzy, python-format
msgid "changeset %s: %s references corrupted %s\n"
msgstr "Änderungssatz %s macht Änderungssatz %s rückgängig\n"
+#: hgext/largefiles/overrides.py:83
#, python-format
msgid "%s already a largefile\n"
msgstr "%s ist bereits ein Binärriese\n"
+#: hgext/largefiles/overrides.py:99
#, python-format
msgid "adding %s as a largefile\n"
msgstr "Füge %s als Binärriese hinzu\n"
+#: hgext/largefiles/overrides.py:130 mercurial/commands.py:2888
+#: mercurial/commands.py:4783
msgid "no files specified"
msgstr "Keine Dateien angegeben"
+#: hgext/largefiles/overrides.py:152 mercurial/commands.py:4807
#, fuzzy, python-format
msgid "not removing %s: file still exists\n"
msgstr "Entferne %s nicht: Datei ist nicht versioniert\n"
+#: hgext/largefiles/overrides.py:155 mercurial/commands.py:4812
#, python-format
msgid "not removing %s: file is modified (use -f to force removal)\n"
msgstr "Entferne nicht %s: Datei ist verändert (-f zum Erzwingen)\n"
+#: hgext/largefiles/overrides.py:157 mercurial/commands.py:4816
#, python-format
msgid "not removing %s: file has been marked for add (use forget to undo)\n"
msgstr ""
"Entferne nicht %s: Datei soll hinzugefügt werden ('hg forget' um dies "
"rückgängig zu machen)\n"
+#: hgext/largefiles/overrides.py:162 hgext/largefiles/overrides.py:174
+#: hgext/largefiles/overrides.py:984 mercurial/cmdutil.py:1602
+#: mercurial/cmdutil.py:1963 mercurial/commands.py:4822 mercurial/merge.py:407
+#: mercurial/scmutil.py:703 mercurial/scmutil.py:734
#, python-format
msgid "removing %s\n"
msgstr "Entferne %s\n"
+#: hgext/largefiles/overrides.py:207
msgid "--normal cannot be used with --large"
msgstr "--normal kann nicht zusammen mit --large verwendet werden"
+#: hgext/largefiles/overrides.py:318 mercurial/commands.py:5849
msgid "uncommitted local changes"
msgstr "Ausstehende nicht versionierte Änderungen"
-msgid "&Largefile"
-msgstr "&Binärriese"
-
-msgid "&Normal file"
-msgstr "&Normale Datei"
-
-#, python-format
+#: hgext/largefiles/overrides.py:388
+#, fuzzy, python-format
msgid ""
"%s has been turned into a largefile\n"
-"use (l)argefile or keep as (n)ormal file?"
+"use (l)argefile or keep as (n)ormal file?$$ &Largefile $$ &Normal file"
msgstr ""
"%s wurde in einen Binärriesen umgewandelt.\n"
"Nutze als (B)inärriese oder als (n)ormale Datei?"
-#, python-format
+#: hgext/largefiles/overrides.py:401
+#, fuzzy, python-format
msgid ""
"%s has been turned into a normal file\n"
-"keep as (l)argefile or use (n)ormal file?"
+"keep as (l)argefile or use (n)ormal file?$$ &Largefile $$ &Normal file"
msgstr ""
"%s wurde in eine normale Datei umgewandelt.\n"
"Nutze als (B)inärriese oder als (n)ormale Datei?"
+#: hgext/largefiles/overrides.py:432 mercurial/filemerge.py:323
#, python-format
msgid "merging %s and %s to %s\n"
msgstr "Führe %s und %s zusammen zu %s\n"
+#: hgext/largefiles/overrides.py:437 mercurial/filemerge.py:325
#, python-format
msgid "merging %s\n"
msgstr "Führe %s zusammen\n"
-#, python-format
+#: hgext/largefiles/overrides.py:448
+#, fuzzy, python-format
msgid ""
"largefile %s has a merge conflict\n"
-"keep (l)ocal or take (o)ther?"
+"keep (l)ocal or take (o)ther?$$ &Local $$ &Other"
msgstr ""
"Zusammenführung führt zu Konflikt im Binärriesen %s\n"
"(l)okale Version, oder (a)ndere verwenden?"
-msgid "&Local"
-msgstr "&Lokal"
-
-msgid "&Other"
-msgstr "&Andere"
-
+#: hgext/largefiles/overrides.py:489 hgext/largefiles/overrides.py:579
+#: hgext/largefiles/overrides.py:588 mercurial/cmdutil.py:454
msgid "no files to copy"
msgstr "Keine Dateien zu kopieren"
+#: hgext/largefiles/overrides.py:551
msgid "destination largefile already exists"
msgstr "Ziel-Binärriese existiert bereits"
+#: hgext/largefiles/overrides.py:776
msgid "pulled() only available in --lfrev"
msgstr ""
+#: hgext/largefiles/overrides.py:785
#, python-format
msgid "--all-largefiles is incompatible with non-local destination %s"
msgstr "--all-largefiles ist inkompatibel mit dem nicht-lokalen Ziel %s"
+#: hgext/largefiles/overrides.py:822 mercurial/archival.py:261
#, python-format
msgid "unknown archive type '%s'"
msgstr "Unbekannter Archivtyp '%s'"
+#: hgext/largefiles/overrides.py:829 mercurial/archival.py:250
msgid "cannot give prefix when archiving to files"
msgstr "Bei Archivierung in Dateien kann kein Präfix angegeben werden"
+#: hgext/largefiles/overrides.py:870 hgext/largefiles/overrides.py:917
#, python-format
msgid "largefile %s not found in repo store or system cache"
msgstr "Binärriese %s weder im Archivlager noch Zwischenspeicher gefunden"
+#: hgext/largefiles/overrides.py:978 mercurial/cmdutil.py:1595
#, python-format
msgid "not removing %s: file is already untracked\n"
msgstr "Entferne %s nicht: Datei ist nicht versioniert\n"
+#: hgext/largefiles/overrides.py:1052
msgid "largefiles: No remote repo\n"
msgstr "largefiles: Kein entferntes Archiv\n"
+#: hgext/largefiles/overrides.py:1054
#, fuzzy
msgid "largefiles: no files to upload\n"
msgstr "largefiles: %d hochzuladen\n"
+#: hgext/largefiles/overrides.py:1056
msgid "largefiles to upload:\n"
msgstr "Hochzuladende Binärriesen:\n"
#. i18n: column positioning for "hg summary"
+#: hgext/largefiles/overrides.py:1074
#, fuzzy
msgid "largefiles: (no remote repo)\n"
msgstr "largefiles: Kein entferntes Archiv\n"
#. i18n: column positioning for "hg summary"
+#: hgext/largefiles/overrides.py:1077
#, fuzzy
msgid "largefiles: (no files to upload)\n"
msgstr "largefiles: %d hochzuladen\n"
#. i18n: column positioning for "hg summary"
+#: hgext/largefiles/overrides.py:1080
#, python-format
msgid "largefiles: %d to upload\n"
msgstr "largefiles: %d hochzuladen\n"
+#: hgext/largefiles/overrides.py:1199
#, python-format
msgid "largefile %s is not in cache and could not be downloaded"
msgstr ""
"Binärriese %s fehlt im Zwischenspeicher und konnte nicht heruntergeladen "
"werden"
+#: hgext/largefiles/proto.py:38
msgid "largefile contents do not match hash"
msgstr "Inhalt des Binärriesen passt nicht auf Prüfsumme"
+#: hgext/largefiles/proto.py:42
#, python-format
msgid "largefiles: failed to put %s into store: %s"
msgstr "largefiles: Konnte %s nicht in einlagern: %s"
+#: hgext/largefiles/proto.py:55
#, python-format
msgid "requested largefile %s not present in cache"
msgstr "Angeforderer Binärriese %s ist nicht im Zwischenspeicher"
+#: hgext/largefiles/proto.py:95 mercurial/sshpeer.py:114
+#: mercurial/sshpeer.py:128 mercurial/wireproto.py:251
+#: mercurial/wireproto.py:319
msgid "remote: "
msgstr "Entfernt: "
+#: hgext/largefiles/proto.py:98
#, python-format
msgid "unexpected putlfile response: %s"
msgstr "Unerwartete Antwort von putlfile: %s"
+#: hgext/largefiles/proto.py:107
msgid "putlfile failed:"
msgstr "putlfile fehlgeschlagen:"
+#: hgext/largefiles/proto.py:114
msgid "putlfile failed (unexpected response):"
msgstr "putlfile fehlgeschlagen (unerwartete Anwort):"
+#: hgext/largefiles/proto.py:123 hgext/largefiles/proto.py:134
+#: mercurial/httppeer.py:204 mercurial/sshpeer.py:199 mercurial/sshpeer.py:240
+#: mercurial/wireproto.py:184 mercurial/wireproto.py:194
+#: mercurial/wireproto.py:210 mercurial/wireproto.py:219
+#: mercurial/wireproto.py:230
msgid "unexpected response:"
msgstr "Unerwartete Antwort:"
+#: hgext/largefiles/remotestore.py:26
#, python-format
msgid "remotestore: could not put %s to remote store %s"
msgstr "remotestore: Konnte %s nicht ins entfernte Lager %s packen"
+#: hgext/largefiles/remotestore.py:29
#, python-format
msgid "remotestore: put %s to remote store %s"
msgstr "remotestore: %s ins entfernte Lager %s gepackt"
+#: hgext/largefiles/remotestore.py:42
#, python-format
msgid "remotestore: could not open file %s: %s"
msgstr "remotestore: Konnte Datei %s nicht öffnen: %s"
+#: hgext/largefiles/remotestore.py:83
#, python-format
msgid "changeset %s: %s: contents differ\n"
msgstr "Änderungssatz %s: %s: Unterschiedliche Inhalte\n"
+#: hgext/largefiles/remotestore.py:88
#, python-format
msgid "changeset %s: %s missing\n"
msgstr "Änderungssatz %s: %s fehlt\n"
+#: hgext/largefiles/reposetup.py:469
#, python-format
msgid "file \"%s\" is a largefile standin"
msgstr "Datei \"%s\" ist Stellvertreter für einen Binärriesen"
+#: hgext/largefiles/uisetup.py:26
msgid "add as largefile"
msgstr "Füge als Binärriese hinzu"
+#: hgext/largefiles/uisetup.py:27
msgid "add as normal file"
msgstr "Füge als normale Datei hinzu"
+#: hgext/largefiles/uisetup.py:28
msgid ""
"add all files above this size (in megabytes) as largefiles (default: 10)"
msgstr ""
"Größe in MB ab der Dateien als Binärriesen hinzugefügt werden "
"(Voreinstellung: 10)"
+#: hgext/largefiles/uisetup.py:56
msgid "verify that all largefiles in current revision exists"
msgstr ""
+#: hgext/largefiles/uisetup.py:58
#, fuzzy
msgid "verify largefiles in all revisions, not just current"
msgstr "Verifiziere alle Revisionen der Binärriesen, nicht nur die aktuelle"
+#: hgext/largefiles/uisetup.py:60
#, fuzzy
msgid "verify local largefile contents, not just existence"
msgstr "Verifiziere Inhalte der Binärriesen und nicht nur die Existenz"
+#: hgext/largefiles/uisetup.py:65
#, fuzzy
msgid "display largefiles dirstate"
msgstr "Zeigt zu übertragende Binärriesen an"
+#: hgext/largefiles/uisetup.py:70 hgext/largefiles/uisetup.py:74
msgid "display outgoing largefiles"
msgstr "Zeigt zu übertragende Binärriesen an"
+#: hgext/largefiles/uisetup.py:82
#, fuzzy
msgid "download all pulled versions of largefiles (DEPRECATED)"
msgstr "Alle abgerufenen Versionen von Binärriesen herunterladen"
+#: hgext/largefiles/uisetup.py:84
#, fuzzy
msgid "download largefiles for these revisions"
msgstr "Zeigt die Vorgänger der angegeben Revision"
+#: hgext/largefiles/uisetup.py:91
msgid "download all versions of all largefiles"
msgstr "Alle Versionen aller Binärriesen herunterladen"
+#: hgext/mq.py:8
msgid "manage a stack of patches"
msgstr "Verwaltet einen Stapel von Patches"
+#: hgext/mq.py:10
msgid ""
"This extension lets you work with a stack of patches in a Mercurial\n"
"repository. It manages two stacks of patches - all known patches, and\n"
@@ -5395,6 +6481,7 @@
"führt dazu zwei Stapel (stacks) ein: Alle bekannten und alle lokal\n"
"angewendeten Patches (eine Untermenge der bekannten)."
+#: hgext/mq.py:14
msgid ""
"Known patches are represented as patch files in the .hg/patches\n"
"directory. Applied patches are both patch files and changesets."
@@ -5403,9 +6490,11 @@
"angelegt. Angewendete Patches sind weiterhin auch als Änderungssätze in der\n"
"üblichen Versionshistorie zu finden."
+#: hgext/mq.py:17
msgid "Common tasks (use :hg:`help command` for more details)::"
msgstr "Übliche Anwendungen (mehr Details mit :hg:`help kommando`)::"
+#: hgext/mq.py:19
msgid ""
" create new patch qnew\n"
" import existing patch qimport"
@@ -5413,6 +6502,7 @@
" Erstellt einen neuen Patch qnew\n"
" Übernimmt externen Patch als bekannt qimport"
+#: hgext/mq.py:22
msgid ""
" print patch series qseries\n"
" print applied patches qapplied"
@@ -5420,6 +6510,7 @@
" Zeigt Patch-Serien an qseries\n"
" Zeigt angewendete Patches qapplied"
+#: hgext/mq.py:25
msgid ""
" add known patch to applied stack qpush\n"
" remove patch from applied stack qpop\n"
@@ -5429,6 +6520,7 @@
" Nimmt angewendeten Patch wieder zurück qpop\n"
" Integriert lokale Änderungen in letzten Patch qrefresh"
+#: hgext/mq.py:29
msgid ""
"By default, mq will automatically use git patches when required to\n"
"avoid losing file mode changes, copy records, binary files or empty\n"
@@ -5439,6 +6531,7 @@
"oder leeren Dateien oder Löschoperationen notwendig ist. Dieses Verhalten\n"
"kann wie folgt konfiguriert werden::"
+#: hgext/mq.py:33
msgid ""
" [mq]\n"
" git = auto/keep/yes/no"
@@ -5446,6 +6539,7 @@
" [mq]\n"
" git = auto/keep/yes/no"
+#: hgext/mq.py:36
msgid ""
"If set to 'keep', mq will obey the [diff] section configuration while\n"
"preserving existing git patches upon qrefresh. If set to 'yes' or\n"
@@ -5458,6 +6552,7 @@
"Einstellung aus [diff] überschreiben und immer Patches im git- oder im\n"
"normal Format erzeugen, wobei bei letzterem ein Datenverlust möglich ist."
+#: hgext/mq.py:41
msgid ""
"It may be desirable for mq changesets to be kept in the secret phase (see\n"
":hg:`help phases`), which can be enabled with the following setting::"
@@ -5466,6 +6561,7 @@
"Phase gehalten werden (siehe :hg:`help phases`), was mit der folgenden\n"
"Einstellung aktiviert werden kann::"
+#: hgext/mq.py:44
msgid ""
" [mq]\n"
" secret = True"
@@ -5473,6 +6569,7 @@
" [mq]\n"
" secret = True"
+#: hgext/mq.py:47
msgid ""
"You will by default be managing a patch queue named \"patches\". You can\n"
"create other, independent patch queues with the :hg:`qqueue` command."
@@ -5481,6 +6578,7 @@
"Sie\n"
"können andere, unabhängige Warteschlangen mit :hg:`qqueue` erzeugen."
+#: hgext/mq.py:50
msgid ""
"If the working directory contains uncommitted files, qpush, qpop and\n"
"qgoto abort immediately. If -f/--force is used, the changes are\n"
@@ -5490,6 +6588,7 @@
"wurden, brechen qpush, qpop und qgoto sofort ab. Wenn -f/--force angegeben\n"
"ist, werden die Änderungen verworfen. Einstellung::"
+#: hgext/mq.py:54
msgid ""
" [mq]\n"
" keepchanges = True"
@@ -5497,321 +6596,410 @@
" [mq]\n"
" keepchanges = True"
+#: hgext/mq.py:57
msgid ""
"make them behave as if --keep-changes were passed, and non-conflicting\n"
"local changes will be tolerated and preserved. If incompatible options\n"
"such as -f/--force or --exact are passed, this setting is ignored.\n"
msgstr ""
+#: hgext/mq.py:73
msgid "print first line of patch header"
msgstr "Gibt die erste Zeile eines Patch-Kopfes aus"
+#: hgext/mq.py:344
#, python-format
msgid "malformated mq status line: %s\n"
msgstr "fehlerhafte mq Statuszeile: %s\n"
+#: hgext/mq.py:391
#, python-format
msgid "mq.git option can be auto/keep/yes/no got %s"
msgstr "mq.git-Einstellung kann auto/keep/yes/no sein, %s wurde angegeben"
+#: hgext/mq.py:443
#, python-format
msgid "%s appears more than once in %s"
msgstr "%s mehrfach in %s gefunden"
+#: hgext/mq.py:450
msgid "guard cannot be an empty string"
msgstr "Wächter darf keine leere Zeichenkette sein"
+#: hgext/mq.py:454
#, python-format
msgid "guard %r starts with invalid character: %r"
msgstr "Wächter %r beginnt mit ungültigem Zeichen: %r"
+#: hgext/mq.py:458
#, python-format
msgid "invalid character in guard %r: %r"
msgstr "Ungültiges Zeichen in Wächter %r: %r"
+#: hgext/mq.py:491
#, python-format
msgid "guard %r too short"
msgstr "Wächter %r zu kurz"
+#: hgext/mq.py:493
#, python-format
msgid "guard %r starts with invalid char"
msgstr "Wächter %r beginnt mit ungültigem Zeichen"
+#: hgext/mq.py:528
#, python-format
msgid "allowing %s - no guards in effect\n"
msgstr "Erlaube %s - kein Wächter trifft zu\n"
+#: hgext/mq.py:532
#, python-format
msgid "allowing %s - no matching negative guards\n"
msgstr "Erlaube %s - von keinem Wächter abgelehnt\n"
+#: hgext/mq.py:535
#, python-format
msgid "allowing %s - guarded by %s\n"
msgstr "Erlaube %s - bewacht durch %s\n"
+#: hgext/mq.py:539
#, python-format
msgid "skipping %s - guarded by %s\n"
msgstr "Überspringe %s - bewacht durch %s\n"
+#: hgext/mq.py:542
#, python-format
msgid "skipping %s - no matching guards\n"
msgstr "Überspringe %s - kein Wächter trifft zu\n"
+#: hgext/mq.py:573
#, python-format
msgid "error removing undo: %s\n"
msgstr "Fehler beim Entfernen von undo: %s\n"
+#: hgext/mq.py:580 mercurial/cmdutil.py:1992
#, python-format
msgid "saving current version of %s as %s\n"
msgstr "speichere aktuelle Version von %s als %s\n"
+#: hgext/mq.py:603
#, python-format
msgid "apply failed for patch %s"
msgstr "Anwendung von Patch %s schlug fehl"
+#: hgext/mq.py:605
#, python-format
msgid "patch didn't work out, merging %s\n"
msgstr "Patch hat nicht gewirkt, führe %s zusammen\n"
+#: hgext/mq.py:614
#, python-format
msgid "update returned %d"
msgstr "Aktualisierung gab Fehlercode %d zurück"
+#: hgext/mq.py:617 hgext/mq.py:1078
msgid "repo commit failed"
msgstr "Übernahme der Änderungen schlug fehl"
+#: hgext/mq.py:621
#, python-format
msgid "unable to read %s"
msgstr "Fehler beim Lesen von %s"
+#: hgext/mq.py:665
#, python-format
msgid "patch %s does not exist\n"
msgstr "Patch %s existiert nicht\n"
+#: hgext/mq.py:673
#, python-format
msgid "patch %s is not applied\n"
msgstr "Patch %s ist nicht angewendet\n"
+#: hgext/mq.py:696
msgid "patch failed, unable to continue (try -v)\n"
msgstr "Patch schlug fehl und Fortsetzung unmöglich (versuche -v)\n"
+#: hgext/mq.py:750 hgext/transplant.py:259 mercurial/commands.py:3788
#, python-format
msgid "applying %s\n"
msgstr "Wende %s an\n"
+#: hgext/mq.py:756
#, python-format
msgid "unable to read %s\n"
msgstr "Kann %s nicht lesen\n"
+#: hgext/mq.py:776 hgext/mq.py:974
msgid "local changes found, refresh first"
msgstr "Lokale Änderungen gefunden. Führe zuerst \"qrefresh\" aus!"
+#: hgext/mq.py:784
#, python-format
msgid "patch %s is empty\n"
msgstr "Patch %s ist leer\n"
+#: hgext/mq.py:808
msgid "qpush exactly duplicates child changeset"
msgstr "qpush dupliziert die Nachfolgeänderung exakt"
+#: hgext/mq.py:810
msgid "repository commit failed"
msgstr "Übernahme der Änderungen schlug fehl"
+#: hgext/mq.py:816
msgid "patch failed, rejects left in working dir\n"
msgstr "Patch schlug fehl, Fehlerabschnitte noch im Arbeitsverzeichnis\n"
+#: hgext/mq.py:821
msgid "fuzz found when applying patch, stopping\n"
msgstr "Unschärfe bei Anwendung des Patches gefunden - breche ab\n"
+#: hgext/mq.py:857
#, python-format
msgid "revision %s refers to unknown patches: %s\n"
msgstr "Änderungssatz %s referenziert unbekannte Patche: %s\n"
+#: hgext/mq.py:860
#, python-format
msgid "unknown patches: %s\n"
msgstr "Unbekannte Patche: %s\n"
+#: hgext/mq.py:873
#, python-format
msgid "revision %d is not managed"
msgstr "Revision %d steht nicht unter Versionskontrolle"
+#: hgext/mq.py:878
#, python-format
msgid "cannot delete revision %d above applied patches"
msgstr "Kann Revision %d nicht hinter angewendeten Patches löschen"
+#: hgext/mq.py:884
#, python-format
msgid "patch %s finalized without changeset message\n"
msgstr "Patch %s ohne Versionsmeldung finalisiert\n"
+#: hgext/mq.py:906
msgid "qdelete requires at least one revision or patch name"
msgstr "qdelete benötigt mindestens eine Revision oder einen Patchnamen"
+#: hgext/mq.py:914
#, python-format
msgid "cannot delete applied patch %s"
msgstr "kann bereits angewendeten Patch %s nicht löschen"
+#: hgext/mq.py:916
#, python-format
msgid "patch %s not in series file"
msgstr "Patch %s ist nicht in der \"series\"-Datei"
+#: hgext/mq.py:923 hgext/mq.py:2539 hgext/mq.py:2672
msgid "no patches applied"
msgstr "Keine Patches angewendet"
+#: hgext/mq.py:939
msgid "working directory revision is not qtip"
msgstr "Revision des Arbeitsverzeichnisses ist nicht qtip"
+#: hgext/mq.py:955
#, python-format
msgid "uncommitted changes in subrepository %s"
msgstr "nicht eingetragene Änderungen in Subrepository %s"
+#: hgext/mq.py:976
msgid "local changes found"
msgstr "Lokale Änderungen gefunden"
+#: hgext/mq.py:988
#, python-format
msgid "\"%s\" cannot be used as the name of a patch"
msgstr "\"%s\" kann nicht als Patchname verwendet werden"
+#: hgext/mq.py:992
#, python-format
msgid "patch name cannot begin with \"%s\""
msgstr "Patchname darf nicht mit \"%s\" anfangen"
+#: hgext/mq.py:996
#, python-format
msgid "\"%s\" cannot be used in the name of a patch"
msgstr "\"%s\" kann nicht in einem Patchnamen verwendet werden"
+#: hgext/mq.py:1003
#, python-format
msgid "\"%s\" already exists as a directory"
msgstr "\"%s\" existiert bereits als Verzeichnis"
+#: hgext/mq.py:1006
#, python-format
msgid "patch \"%s\" already exists"
msgstr "Patch \"%s\" existiert bereits"
+#: hgext/mq.py:1010
msgid "cannot use both --force and --keep-changes"
msgstr ""
"Es können nicht gleichzeitig --force und --keep-changes angegeben werden"
+#: hgext/mq.py:1044
msgid "cannot manage merge changesets"
msgstr "Zusammenführungen können nicht mit Patches verwaltet werden"
+#: hgext/mq.py:1054
#, python-format
msgid "cannot write patch \"%s\": %s"
msgstr "Patch \"%s\" kann nicht geschrieben werden: %s"
+#: hgext/mq.py:1108
#, python-format
msgid "error unlinking %s\n"
msgstr "Fehler beim Löschen von %s\n"
+#: hgext/mq.py:1149
#, python-format
msgid "patch name \"%s\" is ambiguous:\n"
msgstr "Patchname \"%s\" ist mehrdeutig:\n"
+#: hgext/mq.py:1202
#, python-format
msgid "patch %s not in series"
msgstr "Patch %s nicht in Serie"
+#: hgext/mq.py:1217
msgid "(working directory not at a head)\n"
msgstr "(Arbeitsverzeichnis ist nicht auf Stand der Kopfversion)\n"
+#: hgext/mq.py:1220
msgid "no patches in series\n"
msgstr "Keine Patches in Serie\n"
+#: hgext/mq.py:1232
#, python-format
msgid "qpush: %s is already at the top\n"
msgstr "qpush: %s ist bereits an der Serienspitze\n"
+#: hgext/mq.py:1239
#, python-format
msgid "cannot push to a previous patch: %s"
msgstr "Kann Änderungen nicht in einen vorherigen Patch übertragen: %s"
+#: hgext/mq.py:1242
#, python-format
msgid "guarded by %s"
msgstr "bewacht durch %s"
+#: hgext/mq.py:1244
msgid "no matching guards"
msgstr "keine passenden Wächter"
+#: hgext/mq.py:1245
#, python-format
msgid "cannot push '%s' - %s\n"
msgstr "Kann '%s' nicht übertragen - %s\n"
+#: hgext/mq.py:1250
msgid "all patches are currently applied\n"
msgstr "Alle bekannten Patches sind zur Zeit angewendet\n"
+#: hgext/mq.py:1260
msgid "patch series already fully applied\n"
msgstr "Patchserie bereits vollständig angewendet\n"
+#: hgext/mq.py:1268
msgid "cannot use --exact and --keep-changes together"
msgstr "--exact und --keep-changes können nicht gleichzeitig verwendet werden"
+#: hgext/mq.py:1270
msgid "cannot use --exact and --move together"
msgstr "--exact und --move können nicht gleichzeitig verwendet werden"
+#: hgext/mq.py:1273
msgid "cannot push --exact with applied patches"
msgstr "kann nicht --exact übertragen, wenn Patches angewendet sind"
+#: hgext/mq.py:1279
#, python-format
msgid "%s does not have a parent recorded"
msgstr "%s hat keinen Vorgänger"
+#: hgext/mq.py:1285
msgid "please specify the patch to move"
msgstr "Bitte geben Sie den zu verschiebenden Patch an"
+#: hgext/mq.py:1328
msgid "cleaning up working directory..."
msgstr "Räume Arbeitsverzeichnis auf..."
+#: hgext/mq.py:1343
#, python-format
msgid "errors during apply, please fix and refresh %s\n"
msgstr "Fehler beim Anwenden. Bitte beheben und %s aktualisieren\n"
+#: hgext/mq.py:1346 hgext/mq.py:1454
#, python-format
msgid "now at: %s\n"
msgstr "jetzt bei: %s\n"
+#: hgext/mq.py:1364
#, python-format
msgid "patch %s is not applied"
msgstr "Patch %s ist nicht angewendet"
+#: hgext/mq.py:1369 hgext/mq.py:1463 hgext/mq.py:1475 hgext/mq.py:2084
+#: hgext/mq.py:2348 hgext/mq.py:2374 hgext/mq.py:2477 hgext/mq.py:2698
+#: hgext/mq.py:2828 hgext/mq.py:3214
msgid "no patches applied\n"
msgstr "Keine Patches angewendet\n"
+#: hgext/mq.py:1380
#, python-format
msgid "qpop: %s is already at the top\n"
msgstr "qpop: %s ist bereits an der Serienspitze\n"
+#: hgext/mq.py:1388
msgid "qpop: forcing dirstate update\n"
msgstr "qpop: Erzwinge Aktualisierung des dirstates\n"
+#: hgext/mq.py:1417
#, python-format
msgid "trying to pop unknown node %s"
msgstr "Versuche unbekannten Knoten %s zurückzunehmen"
+#: hgext/mq.py:1420
msgid "popping would remove a revision not managed by this patch queue"
msgstr ""
"qpop würde eine Revision entfernen, die nicht von dieser Patch-Reihe\n"
"verwaltet wird"
+#: hgext/mq.py:1424
msgid "popping would remove an immutable revision"
msgstr ""
+#: hgext/mq.py:1425 hgext/mq.py:1491 hgext/mq.py:1953
msgid "see \"hg help phases\" for details"
msgstr "siehe \"hg help phases\" für Details"
+#: hgext/mq.py:1434
msgid "deletions found between repo revs"
msgstr "Zwischen den Revisionen haben Löschungen stattgefunden"
+#: hgext/mq.py:1450
#, python-format
msgid "popping %s\n"
msgstr "Entferne %s\n"
+#: hgext/mq.py:1456
msgid "patch queue now empty\n"
msgstr "Patch-Reihe ist jetzt leer\n"
+#: hgext/mq.py:1488
msgid "cannot refresh a revision with children"
msgstr "Kann keine Revision mit Kindern aktualisieren"
+#: hgext/mq.py:1490
msgid "cannot refresh immutable revision"
msgstr "Kann keine unveränderbare Revision aktualisieren"
+#: hgext/mq.py:1686
msgid ""
"refresh interrupted while patch was popped! (revert --all, qpush to "
"recover)\n"
@@ -5819,128 +7007,163 @@
"Aktualisierung während einer Rücknahme unterbrochen! Nutze \"revert --all\" "
"und \"qpush\" zum Wiederherstellen.\n"
+#: hgext/mq.py:1695
msgid "patch queue directory already exists"
msgstr "Verzeichnis für diese Patch-Reihe existiert bereits"
+#: hgext/mq.py:1706 hgext/mq.py:2078 hgext/mq.py:2110
#, python-format
msgid "patch %s is not in series file"
msgstr "Patch %s ist nicht in der Seriendatei"
+#: hgext/mq.py:1807
#, fuzzy
msgid "no saved patch data found\n"
msgstr "Keine gespeicherten Patchdaten gefunden\n"
+#: hgext/mq.py:1809
#, python-format
msgid "restoring status: %s\n"
msgstr "Stelle Status wieder her: %s\n"
+#: hgext/mq.py:1818
msgid "save entry has children, leaving it alone\n"
msgstr "Speicher-Eintrag hat Kindrevisionen und wird daher ignoriert\n"
+#: hgext/mq.py:1820
#, python-format
msgid "removing save entry %s\n"
msgstr "Entferne Speicher-Eintrag %s\n"
+#: hgext/mq.py:1828
#, python-format
msgid "saved queue repository parents: %s %s\n"
msgstr "Eltern der gespeicherten Reihe: %s %s\n"
+#: hgext/mq.py:1831
msgid "updating queue directory\n"
msgstr "Aktualisiere Patchreihenverzeichnis\n"
+#: hgext/mq.py:1834
#, fuzzy
msgid "unable to load queue repository\n"
msgstr "Archiv für Patch-Reihen kann nicht geladen werden\n"
+#: hgext/mq.py:1840
msgid "save: no patches applied, exiting\n"
msgstr "save: keine Patches angewendet - breche ab\n"
+#: hgext/mq.py:1843
msgid "status is already saved\n"
msgstr "Status ist bereits gespeichert\n"
+#: hgext/mq.py:1847
msgid "hg patches saved state"
msgstr "Gespeicherter Zustand der Patches"
+#: hgext/mq.py:1859
msgid "repo commit failed\n"
msgstr "Übernahme ins Archiv fehlgeschlagen\n"
+#: hgext/mq.py:1910
#, python-format
msgid "patch %s is already in the series file"
msgstr "Patch %s ist bereits in der Seriendatei"
+#: hgext/mq.py:1915
msgid "option \"-r\" not valid when importing files"
msgstr "Option \"-r\" kann nicht beim Import von Dateien verwendet werden"
+#: hgext/mq.py:1920
#, fuzzy
msgid "no files or revisions specified"
msgstr "Keine Revisionen angegeben"
+#: hgext/mq.py:1922
msgid "option \"-n\" not valid when importing multiple patches"
msgstr "Option \"-n\" kann nicht beim Import mehrerer Patches verwendet werden"
+#: hgext/mq.py:1931
#, python-format
msgid "revision %d is the root of more than one branch"
msgstr "Revision %d ist die Wurzel mehrerer Zweige"
+#: hgext/mq.py:1936
#, python-format
msgid "revision %d is already managed"
msgstr "Revision %d ist bereits versioniert"
+#: hgext/mq.py:1939
#, python-format
msgid "revision %d is not the parent of the queue"
msgstr "Revision %d ist nicht der direkte Vorfahr der Patch-Reihe"
+#: hgext/mq.py:1945
#, python-format
msgid "revision %d has unmanaged children"
msgstr "Nachfahren der Revision %d werden nicht verwaltet"
+#: hgext/mq.py:1952
#, python-format
msgid "revision %d is not mutable"
msgstr "Revision %d ist unveränderbar"
+#: hgext/mq.py:1957
#, python-format
msgid "cannot import merge revision %d"
msgstr "Kann Zusammenführung %d nicht importieren"
+#: hgext/mq.py:1959
#, python-format
msgid "revision %d is not the parent of %d"
msgstr "Revision %d ist nicht der direkte Vorfahr von %d"
+#: hgext/mq.py:1989
msgid "-e is incompatible with import from -"
msgstr "Option \"-e\" kann nicht bei Import via stdin verwendet werden"
+#: hgext/mq.py:1994
#, python-format
msgid "patch %s does not exist"
msgstr "Patch %s existiert nicht"
+#: hgext/mq.py:1999 hgext/mq.py:2837
#, python-format
msgid "renaming %s to %s\n"
msgstr "Benenne %s in %s um\n"
+#: hgext/mq.py:2007
msgid "need --name to import a patch from -"
msgstr ""
"Beim Import von der Standardeingabe muss die Option --name angegeben werden"
+#: hgext/mq.py:2019
#, python-format
msgid "unable to read file %s"
msgstr "Fehler beim Lesen der Datei %s"
+#: hgext/mq.py:2030
#, python-format
msgid "adding %s to series file\n"
msgstr "Füge %s zur Seriendatei hinzu\n"
+#: hgext/mq.py:2047
msgid "keep patch file"
msgstr "Behält die Patchdatei bei"
+#: hgext/mq.py:2049
msgid "stop managing a revision (DEPRECATED)"
msgstr "Hört auf, eine Revision zu verwalten (VERALTET)"
+#: hgext/mq.py:2050
msgid "hg qdelete [-k] [PATCH]..."
msgstr "hg qdelete [-k] [PATCH]..."
+#: hgext/mq.py:2052
msgid "remove patches from queue"
msgstr "Entfernt Patches aus der Patch-Reihe"
+#: hgext/mq.py:2054
msgid ""
" The patches must not be applied, and at least one patch is required. "
"Exact\n"
@@ -5951,6 +7174,7 @@
" angegeben sein. Exakte Patch-IDs müssen verwendet werden. Mit -k/--keep\n"
" werden die Patchdateien erhalten."
+#: hgext/mq.py:2058
msgid ""
" To stop managing a patch and move it into permanent history,\n"
" use the :hg:`qfinish` command."
@@ -5958,61 +7182,85 @@
" Um die Entwicklung eines Patches zu beenden und ihn in die permanente\n"
" Historie zu legen, verwenden Sie :hg:`qfinish`."
+#: hgext/mq.py:2066
msgid "show only the preceding applied patch"
msgstr "Zeigt nur den letzten angewendeten Patch"
+#: hgext/mq.py:2068
msgid "hg qapplied [-1] [-s] [PATCH]"
msgstr "hg qapplied [-1] [-s] [PATCH]"
+#: hgext/mq.py:2070
msgid "print the patches already applied"
msgstr "Zeigt die bereits angewendeten Patches an"
+#: hgext/mq.py:2072 hgext/mq.py:2105 hgext/mq.py:2332 hgext/mq.py:2341
+#: hgext/mq.py:2355 hgext/mq.py:2367 hgext/mq.py:2534 hgext/mq.py:2598
+#: hgext/mq.py:2691 hgext/mq.py:2818 hgext/mq.py:3114
msgid " Returns 0 on success."
msgstr " Gibt 0 bei Erfolg zurück."
+#: hgext/mq.py:2087 hgext/mq.py:2371
msgid "only one patch applied\n"
msgstr "Nur ein Patch angewendet\n"
+#: hgext/mq.py:2100
msgid "show only the first patch"
msgstr "Zeigt nur den ersten Patch"
+#: hgext/mq.py:2101
msgid "hg qunapplied [-1] [-s] [PATCH]"
msgstr "hg qunapplied [-1] [-s] [PATCH]"
+#: hgext/mq.py:2103
msgid "print the patches not yet applied"
msgstr "Zweigt die noch nicht angewendeten Patches an"
+#: hgext/mq.py:2116 hgext/mq.py:2359
msgid "all patches applied\n"
msgstr "Alle Patches angewendet\n"
+#: hgext/mq.py:2124
msgid "import file in patch directory"
msgstr "Import eine Datei in das Patchverzeichnis"
+#: hgext/mq.py:2126 hgext/mq.py:2739 hgext/mq.py:2777 hgext/mq.py:2887
+#: hgext/patchbomb.py:176 mercurial/commands.py:771 mercurial/commands.py:5102
msgid "NAME"
msgstr "NAME"
+#: hgext/mq.py:2126
msgid "name of patch file"
msgstr "Name der Patchdatei"
+#: hgext/mq.py:2127
msgid "overwrite existing files"
msgstr "Überschreibt bestehende Dateien"
+#: hgext/mq.py:2129
msgid "place existing revisions under mq control"
msgstr "Übergibt bestehende Revisionen der Kontrolle von mq"
+#: hgext/mq.py:2130 hgext/mq.py:2389 hgext/mq.py:2439 hgext/patchbomb.py:170
+#: mercurial/commands.py:97 mercurial/commands.py:107
+#: mercurial/commands.py:5717
msgid "use git extended diff format"
msgstr "Verwende git-erweitertes diff-Format"
+#: hgext/mq.py:2131
msgid "qpush after importing"
msgstr "Führt qpush nach dem Import aus"
+#: hgext/mq.py:2132
#, fuzzy
msgid "hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... [FILE]..."
msgstr "hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... DATEI..."
+#: hgext/mq.py:2134
msgid "import a patch or existing changeset"
msgstr "Importiert einen Patch oder einen existierenden Änderungssatz"
+#: hgext/mq.py:2136
msgid ""
" The patch is inserted into the series after the last applied\n"
" patch. If no patches have been applied, qimport prepends the patch\n"
@@ -6022,6 +7270,7 @@
" eingefügt. Wenn keine Patches angewandt wurden, wird qimport den\n"
" Patch an den Anfang der Serie stellen."
+#: hgext/mq.py:2140
msgid ""
" The patch will have the same name as its source file unless you\n"
" give it a new one with -n/--name."
@@ -6029,6 +7278,7 @@
" Der Patch wird den gleichen Namen haben wie seine Datei, es sei\n"
" denn, es wird ein neuer über -n/--name angegeben."
+#: hgext/mq.py:2143
msgid ""
" You can register an existing patch inside the patch directory with\n"
" the -e/--existing flag."
@@ -6036,6 +7286,7 @@
" Sie können einen existierenden Patch im Patchverzeichnis mit dem\n"
" Schalter -e/--existing registrieren."
+#: hgext/mq.py:2146
msgid ""
" With -f/--force, an existing patch of the same name will be\n"
" overwritten."
@@ -6043,13 +7294,16 @@
" Mit dem Schalter -f/--force wird ein bereits existierender Patch\n"
" mit dem gleichen Namen überschrieben."
+#: hgext/mq.py:2149
+#, fuzzy
msgid ""
" An existing changeset may be placed under mq control with -r/--rev\n"
-" (e.g. qimport --rev tip -n patch will place tip under mq control).\n"
-" With -g/--git, patches imported with --rev will use the git diff\n"
-" format. See the diffs help topic for information on why this is\n"
-" important for preserving rename/copy information and permission\n"
-" changes. Use :hg:`qfinish` to remove changesets from mq control."
+" (e.g. qimport --rev . -n patch will place the current revision\n"
+" under mq control). With -g/--git, patches imported with --rev will\n"
+" use the git diff format. See the diffs help topic for information\n"
+" on why this is important for preserving rename/copy information\n"
+" and permission changes. Use :hg:`qfinish` to remove changesets\n"
+" from mq control."
msgstr ""
" Ein existierender Änderungssatz kann mit -r/--rev (zum Beispiel\n"
" wird qimport --rev tip -n patch die Spitze importieren) unter\n"
@@ -6060,6 +7314,7 @@
" Verwende :hg:`qfinish` um Änderungssätze der Kontrolle durch mq zu\n"
" entziehen."
+#: hgext/mq.py:2157
msgid ""
" To import a patch from standard input, pass - as the patch file.\n"
" When importing from standard input, a patch name must be specified\n"
@@ -6069,12 +7324,15 @@
" - als Dateinamen an. Wenn von der Standardeingabe importiert wird,\n"
" muss der Name des Patches über --name angegeben werden."
+#: hgext/mq.py:2161
msgid " To import an existing patch while renaming it::"
msgstr " Um einen existierenden Patch zu importieren und umzubenennen::"
+#: hgext/mq.py:2163
msgid " hg qimport -e existing-patch -n new-name"
msgstr " hg qimport -e existierender-patch -n neuer-name"
+#: hgext/mq.py:2165
msgid ""
" Returns 0 if import succeeded.\n"
" "
@@ -6082,15 +7340,19 @@
" Gibt 0 zurück, wenn der Import erfolgreich war.\n"
" "
+#: hgext/mq.py:2211
msgid "create queue repository"
msgstr "Erstellt ein Reihen-Archiv"
+#: hgext/mq.py:2212
msgid "hg qinit [-c]"
msgstr "hg qinit [-c]"
+#: hgext/mq.py:2214
msgid "init a new queue repository (DEPRECATED)"
msgstr "Richtet ein neues Archiv für Patch-Reihen ein (VERALTET)"
+#: hgext/mq.py:2216
msgid ""
" The queue repository is unversioned by default. If\n"
" -c/--create-repo is specified, qinit will create a separate nested\n"
@@ -6105,6 +7367,7 @@
" umzuwandeln). Sie können qcommit verwenden, um Änderungen in diesem\n"
" Archiv zu speichern."
+#: hgext/mq.py:2222
msgid ""
" This command is deprecated. Without -c, it's implied by other relevant\n"
" commands. With -c, use :hg:`init --mq` instead."
@@ -6113,27 +7376,35 @@
" relevanten Befehlen aufgerufen. Statt -c sollte :hg:`init --mq`\n"
" verwendet werden."
+#: hgext/mq.py:2227 mercurial/commands.py:1173
msgid "use pull protocol to copy metadata"
msgstr "Nutzt das 'Pull'-Protokoll um Metadaten zu kopieren"
+#: hgext/mq.py:2229
msgid "do not update the new working directories"
msgstr "Aktualisiert die Arbeitsverzeichnisse nicht"
+#: hgext/mq.py:2231 mercurial/commands.py:1174
msgid "use uncompressed transfer (fast over LAN)"
msgstr "Nutzt unkomprimierte Übertragung (schnell im LAN)"
+#: hgext/mq.py:2233 hgext/transplant.py:496 mercurial/commands.py:31
msgid "REPO"
msgstr "ARCHIV"
+#: hgext/mq.py:2233
msgid "location of source patch repository"
msgstr "Ort des Quell-Patcharchivs"
+#: hgext/mq.py:2235
msgid "hg qclone [OPTION]... SOURCE [DEST]"
msgstr "hg qclone [OPTION]... QUELLE [ZIEL]"
+#: hgext/mq.py:2237
msgid "clone main and patch repository at same time"
msgstr "Klont gleichzeitig das Haupt- und Patch-Archiv"
+#: hgext/mq.py:2239
msgid ""
" If source is local, destination will have no patches applied. If\n"
" source is remote, this command can not check if patches are\n"
@@ -6148,6 +7419,7 @@
" ein entferntes Archiv klonen, seien Sie sich sicher, dass es keine\n"
" angewandten Patches hat."
+#: hgext/mq.py:2245
msgid ""
" Source patch repository is looked for in <src>/.hg/patches by\n"
" default. Use -p <url> to change."
@@ -6155,6 +7427,7 @@
" Das Quell-Patcharchiv wird standardmäßig in <quelle>/.hg/patches\n"
" gesucht. Verwenden Sie -p <url>, um dies zu ändern."
+#: hgext/mq.py:2248
msgid ""
" The patch directory must be a nested Mercurial repository, as\n"
" would be created by :hg:`init --mq`."
@@ -6163,6 +7436,7 @@
" wie es von :hg:`init --mq` erzeugt werden würde.\n"
" "
+#: hgext/mq.py:2251 hgext/mq.py:2752 hgext/mq.py:2795 hgext/mq.py:2966
msgid ""
" Return 0 on success.\n"
" "
@@ -6170,80 +7444,105 @@
" Gibt 0 bei Erfolg zurück.\n"
" "
+#: hgext/mq.py:2273
msgid "versioned patch repository not found (see init --mq)"
msgstr "Versioniertes Patch-Archiv nicht gefunden (siehe init --mq)"
+#: hgext/mq.py:2290
msgid "cloning main repository\n"
msgstr "Klone Hauptarchiv\n"
+#: hgext/mq.py:2297
msgid "cloning patch repository\n"
msgstr "Klone Patch-Archiv\n"
+#: hgext/mq.py:2305
msgid "stripping applied patches from destination repository\n"
msgstr "Entferne angewandte Patches vom Zielarchiv\n"
+#: hgext/mq.py:2309
msgid "updating destination repository\n"
msgstr "Aktualisiere Zielarchiv\n"
+#: hgext/mq.py:2314
msgid "hg qcommit [OPTION]... [FILE]..."
msgstr "hg qcommit [OPTION]... [DATEI]..."
+#: hgext/mq.py:2316
msgid "commit changes in the queue repository (DEPRECATED)"
msgstr "Speichert Änderungen im Reihen-Archiv (VERALTET)"
+#: hgext/mq.py:2318
msgid " This command is deprecated; use :hg:`commit --mq` instead."
msgstr ""
" Dieser Befehl ist veraltet; verwenden Sie stattdessen\n"
" :hg:`commit --mq`."
+#: hgext/mq.py:2326
msgid "print patches not in series"
msgstr "Gibt die Patches aus, die in keiner Serie sind"
+#: hgext/mq.py:2328
msgid "hg qseries [-ms]"
msgstr "hg qseries [-ms]"
+#: hgext/mq.py:2330
msgid "print the entire series file"
msgstr "Gibt die ganze Seriendatei aus"
+#: hgext/mq.py:2337
msgid "hg qtop [-s]"
msgstr "hg qtop [-s]"
+#: hgext/mq.py:2339
msgid "print the name of the current patch"
msgstr "Gibt den Namen des aktuellen Patches aus"
+#: hgext/mq.py:2351
msgid "hg qnext [-s]"
msgstr "hg qnext [-s]"
+#: hgext/mq.py:2353
msgid "print the name of the next pushable patch"
msgstr "Gibt den Namen des nächsten übertragbaren Patches aus"
+#: hgext/mq.py:2363
msgid "hg qprev [-s]"
msgstr "hg qprev [-s]"
+#: hgext/mq.py:2365
msgid "print the name of the preceding applied patch"
msgstr "Gibt den Namen des letzten angewendeten Patches aus"
+#: hgext/mq.py:2388
msgid "import uncommitted changes (DEPRECATED)"
msgstr "Importiere ungespeicherte Änderungen (VERALTET)"
+#: hgext/mq.py:2390
msgid "add \"From: <current user>\" to patch"
msgstr "Fügt \"From: <aktueller Benutzer>\" zum Patch hinzu"
+#: hgext/mq.py:2392
msgid "add \"From: <USER>\" to patch"
msgstr "Fügt \"From: <BENUTZER>\" zum Patch hinzu"
+#: hgext/mq.py:2393
msgid "add \"Date: <current date>\" to patch"
msgstr "Fügt \"Date: <aktuelles Datum>\" zum Patch hinzu"
+#: hgext/mq.py:2395
msgid "add \"Date: <DATE>\" to patch"
msgstr "Fügt \"Date: <DATUM>\" zum Patch hinzu"
+#: hgext/mq.py:2397
msgid "hg qnew [-e] [-m TEXT] [-l FILE] PATCH [FILE]..."
msgstr "hg qnew [-e] [-m TEXT] [-l DATEI] PATCH [DATEI]..."
+#: hgext/mq.py:2399
msgid "create a new patch"
msgstr "Erstellt einen neuen Patch"
+#: hgext/mq.py:2401
msgid ""
" qnew creates a new patch on top of the currently-applied patch (if\n"
" any). The patch will be initialized with any outstanding changes\n"
@@ -6262,6 +7561,7 @@
"als\n"
" ungespeicherte Änderung belassen."
+#: hgext/mq.py:2408
msgid ""
" -u/--user and -d/--date can be used to set the (given) user and\n"
" date, respectively. -U/--currentuser and -D/--currentdate set user\n"
@@ -6273,6 +7573,7 @@
"den\n"
" Benutzer auf den aktuellen Benutzer und das Datum auch entsprechend."
+#: hgext/mq.py:2412
msgid ""
" -e/--edit, -m/--message or -l/--logfile set the patch header as\n"
" well as the commit message. If none is specified, the header is\n"
@@ -6284,6 +7585,7 @@
" wird der Kopf des Patches leer und die Versionsmeldung '[mq]: PATCH' "
"sein."
+#: hgext/mq.py:2416
msgid ""
" Use the -g/--git option to keep the patch in the git extended diff\n"
" format. Read the diffs help topic for more information on why this\n"
@@ -6295,6 +7597,7 @@
" Informationen, warum dies für das Erhalten von Umbenennen/Kopier-\n"
" Operationen und Dateirechte wichtig ist."
+#: hgext/mq.py:2421
msgid ""
" Returns 0 on successful creation of a new patch.\n"
" "
@@ -6302,30 +7605,38 @@
" Gibt 0 bei einer erfolgreichen Erstellung eines neuen Patches zurück.\n"
" "
+#: hgext/mq.py:2441
msgid "refresh only files already in the patch and specified files"
msgstr "Aktualisiert nur angegebene und bereits in Patches enthaltene Dateien"
+#: hgext/mq.py:2443
msgid "add/update author field in patch with current user"
msgstr ""
"Erstellt/aktualisiert das Autor-Feld im Patch mit dem aktuellen Benutzer"
+#: hgext/mq.py:2445
msgid "add/update author field in patch with given user"
msgstr ""
"Erstellt/aktualisiert das Autor-Feld im Patch mit dem angegebenen Benutzer"
+#: hgext/mq.py:2447
msgid "add/update date field in patch with current date"
msgstr "Erstellt/Aktualisiert das Datumsfeld im Patch mit dem aktuellen Datum"
+#: hgext/mq.py:2449
msgid "add/update date field in patch with given date"
msgstr ""
"Erstellt/aktualisiert das Datumsfeld im Patch mit dem angegebenen Datum"
+#: hgext/mq.py:2451
msgid "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."
msgstr "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l DATEI] [-s] [DATEI]..."
+#: hgext/mq.py:2453
msgid "update the current patch"
msgstr "Aktualisiert den aktuellen Patch"
+#: hgext/mq.py:2455
msgid ""
" If any file patterns are provided, the refreshed patch will\n"
" contain only the modifications that match those patterns; the\n"
@@ -6337,6 +7648,7 @@
"Änderungen \n"
" verbleiben im Arbeitsverzeichnis."
+#: hgext/mq.py:2459
msgid ""
" If -s/--short is specified, files currently included in the patch\n"
" will be refreshed just like matched files and remain in the patch."
@@ -6347,6 +7659,7 @@
"werden,\n"
" und verbleiben im Patch."
+#: hgext/mq.py:2462
msgid ""
" If -e/--edit is specified, Mercurial will start your configured editor "
"for\n"
@@ -6360,6 +7673,7 @@
" fehlschlägt, wird eine Sicherheitskopie in ``.hg/last-message.txt`` "
"abgelegt."
+#: hgext/mq.py:2466
msgid ""
" hg add/remove/copy/rename work as usual, though you might want to\n"
" use git-style patches (-g/--git or [diff] git=1) to track copies\n"
@@ -6373,15 +7687,19 @@
"Hilfe\n"
" zum diff-Befehl für weitere Informationen zum git-Format."
+#: hgext/mq.py:2480 hgext/mq.py:2545
msgid "option \"-e\" incompatible with \"-m\" or \"-l\""
msgstr "Der Schalter \"-e\" ist inkompatibel mit \"-m\" oder \"-l\""
+#: hgext/mq.py:2497
msgid "hg qdiff [OPTION]... [FILE]..."
msgstr "hg qdiff [OPTION]... [DATEI]..."
+#: hgext/mq.py:2499
msgid "diff of the current patch and subsequent modifications"
msgstr "Vergleicht den aktuellen Patch mit nachträglichen Änderungen"
+#: hgext/mq.py:2501
msgid ""
" Shows a diff which includes the current patch as well as any\n"
" changes which have been made in the working directory since the\n"
@@ -6394,6 +7712,7 @@
"damit,\n"
" wie der aktuelle Patch nach einem Aufruf von qrefresh aussehen würde)."
+#: hgext/mq.py:2506
msgid ""
" Use :hg:`diff` if you only want to see the changes made since the\n"
" last qrefresh, or :hg:`export qtip` if you want to see changes\n"
@@ -6407,18 +7726,23 @@
"letzten\n"
" qrefresh sehen möchten."
+#: hgext/mq.py:2517
msgid "edit patch header"
msgstr "Bearbeitet den Kopf eines Patches"
+#: hgext/mq.py:2518
msgid "keep folded patch files"
msgstr "Behält zusammengelegte Patches bei"
+#: hgext/mq.py:2520
msgid "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."
msgstr "hg qfold [-e] [-k] [-m TEXT] [-l DATEI] PATCH..."
+#: hgext/mq.py:2522
msgid "fold the named patches into the current patch"
msgstr "Legt die benannten Patches mit dem aktuellen Patch zusammen"
+#: hgext/mq.py:2524
msgid ""
" Patches must not yet be applied. Each patch will be successively\n"
" applied to the current patch in the order given. If all the\n"
@@ -6438,6 +7762,7 @@
"Anschluss\n"
" nicht entfernt."
+#: hgext/mq.py:2531
msgid ""
" The header for each folded patch will be concatenated with the\n"
" current patch header, separated by a line of ``* * *``."
@@ -6445,50 +7770,65 @@
" Die Kopfzeilen der einzelnen Patches werden den den Kopf des aktuellen\n"
" Patches angehängt, getrennt mit einer Zeile aus '* * *'."
+#: hgext/mq.py:2537
msgid "qfold requires at least one patch name"
msgstr "qfold erwartet mindestens einen Patchnamen"
+#: hgext/mq.py:2553
#, fuzzy, python-format
msgid "skipping already folded patch %s\n"
msgstr "Überspringe bereits angewandten Patch %s\n"
+#: hgext/mq.py:2555
#, python-format
msgid "qfold cannot fold already applied patch %s"
msgstr "qfold kann den bereits angewandten Patch %s nicht zusammenlegen"
+#: hgext/mq.py:2567
#, python-format
msgid "error folding patch %s"
msgstr "Fehler beim Zusammenlegen des Patches %s"
+#: hgext/mq.py:2591 hgext/mq.py:2731 hgext/mq.py:2779
msgid "tolerate non-conflicting local changes"
msgstr "Toleriert lokale Änderungen ohne Konflikte"
+#: hgext/mq.py:2592
msgid "overwrite any local changes"
msgstr "Überschreibt alle lokalen Änderungen"
+#: hgext/mq.py:2593 hgext/mq.py:2742 hgext/mq.py:2781
+#: mercurial/commands.py:4965
msgid "do not save backup copies of files"
msgstr "Keine Sicherheitskopie (.orig) anlegen"
+#: hgext/mq.py:2594
msgid "hg qgoto [OPTION]... PATCH"
msgstr "hg qgoto [OPTION]... PATCH"
+#: hgext/mq.py:2596
msgid "push or pop patches until named patch is at top of stack"
msgstr ""
"Verschiebt (push/pop) die Patches bis der genannte Patch oben auf dem Stapel "
"ist"
+#: hgext/mq.py:2614
msgid "list all patches and guards"
msgstr "Zeigt alle Patches und Wächter an"
+#: hgext/mq.py:2615
msgid "drop all guards"
msgstr "Entfernt alle Wächter"
+#: hgext/mq.py:2616
msgid "hg qguard [-l] [-n] [PATCH] [-- [+GUARD]... [-GUARD]...]"
msgstr "hg qguard [-l] [-n] [PATCH] [-- [+WÄCHTER]... [-WÄCHTER]...]"
+#: hgext/mq.py:2618
msgid "set or print guards for a patch"
msgstr "Setzt einen Wächter oder gibt die Wächter eines Patches aus"
+#: hgext/mq.py:2620
msgid ""
" Guards control whether a patch can be pushed. A patch with no\n"
" guards is always pushed. A patch with a positive guard (\"+foo\") is\n"
@@ -6506,6 +7846,7 @@
"wenn er\n"
" entsprechend aktiviert wurde."
+#: hgext/mq.py:2626
msgid ""
" With no arguments, print the currently active guards.\n"
" With arguments, set guards for the named patch."
@@ -6513,6 +7854,7 @@
" Ohne Argumente werden die aktuell aktiven Wächter ausgegeben.\n"
" Mit einem Argument wird der aktuelle Wächter gesetzt."
+#: hgext/mq.py:2629
msgid ""
" .. note::\n"
" Specifying negative guards now requires '--'."
@@ -6520,57 +7862,74 @@
" .. note::\n"
" Spezifizieren von negativen Wächtern erfordert jetzt '--'."
+#: hgext/mq.py:2632
msgid " To set guards on another patch::"
msgstr " Um die Wächter eines anderen Patches zu setzen::"
+#: hgext/mq.py:2634
msgid " hg qguard other.patch -- +2.6.17 -stable"
msgstr ""
" hg qguard anderer.patch -- +2.6.17 -stable\n"
" "
+#: hgext/mq.py:2665
msgid "cannot mix -l/--list with options or arguments"
msgstr "Kann -l/--list nicht mit anderen Schaltern oder Argumenten mischen"
+#: hgext/mq.py:2677
msgid "no patch to work with"
msgstr "Kein Patch zum Arbeiten"
+#: hgext/mq.py:2681
#, python-format
msgid "no patch named %s"
msgstr "Kein Patch namens %s gefunden"
+#: hgext/mq.py:2687
msgid "hg qheader [PATCH]"
msgstr "hg qheader [PATCH]"
+#: hgext/mq.py:2689
msgid "print the header of the topmost or specified patch"
msgstr "Gibt den Kopf des obersten oder angegebenen Patches aus"
+#: hgext/mq.py:2732
msgid "apply on top of local changes"
msgstr "Wendet Patch über die lokalen Änderungen an"
+#: hgext/mq.py:2734
msgid "apply the target patch to its recorded parent"
msgstr "Wendet den Ziel-Patch auf dessen aufgezeichneten Vorgänger an"
+#: hgext/mq.py:2735
msgid "list patch name in commit text"
msgstr "Listet den Patchnamen in der Versionsmeldung auf"
+#: hgext/mq.py:2736
msgid "apply all patches"
msgstr "Wendet alle Patches an"
+#: hgext/mq.py:2737
msgid "merge from another queue (DEPRECATED)"
msgstr "Zusammenführung aus einer anderen Patch-Reihe (VERALTET)"
+#: hgext/mq.py:2739
msgid "merge queue name (DEPRECATED)"
msgstr "Name der Reihe zum Zusammenführen (VERALTET)"
+#: hgext/mq.py:2741
msgid "reorder patch series and apply only the patch"
msgstr "Sortiert die Patch-Serie neu und wendet nur den Patch an"
+#: hgext/mq.py:2743
msgid "hg qpush [-f] [-l] [-a] [--move] [PATCH | INDEX]"
msgstr "hg qpush [-f] [-l] [-a] [--move] [PATCH | INDEX]"
+#: hgext/mq.py:2745
msgid "push the next patch onto the stack"
msgstr "Schiebt den nächsten Patch auf den Stapel"
+#: hgext/mq.py:2747
msgid ""
" By default, abort if the working directory contains uncommitted\n"
" changes. With --keep-changes, abort only if the uncommitted files\n"
@@ -6578,28 +7937,36 @@
" uncommitted changes."
msgstr ""
+#: hgext/mq.py:2764
msgid "no saved queues found, please use -n\n"
msgstr "Keine gespeicherten Reihen gefunden, bitte benutze -n\n"
+#: hgext/mq.py:2767
#, python-format
msgid "merging with queue at: %s\n"
msgstr "Führe mit Reihe bei %s zusammen\n"
+#: hgext/mq.py:2775
msgid "pop all patches"
msgstr "Entnimmt (pop) alle Patches"
+#: hgext/mq.py:2777
msgid "queue name to pop (DEPRECATED)"
msgstr "Name der zu entnehmenden Reihe (VERALTET)"
+#: hgext/mq.py:2780
msgid "forget any local changes to patched files"
msgstr "Vergisst alle lokalen Änderungen an zu ändernden Dateien"
+#: hgext/mq.py:2782
msgid "hg qpop [-a] [-f] [PATCH | INDEX]"
msgstr "hg qpop [-a] [-f] [PATCH | INDEX]"
+#: hgext/mq.py:2784
msgid "pop the current patch off the stack"
msgstr "Holt den aktuellen Patch vom Stapel herunter"
+#: hgext/mq.py:2786
msgid ""
" Without argument, pops off the top of the patch stack. If given a\n"
" patch name, keeps popping off patches until the named patch is at\n"
@@ -6609,6 +7976,7 @@
" Patch-Name angegeben ist, wird solange vom Stapel heruntergenommen, bis\n"
" der angegebene Patch der oberste ist."
+#: hgext/mq.py:2790
msgid ""
" By default, abort if the working directory contains uncommitted\n"
" changes. With --keep-changes, abort only if the uncommitted files\n"
@@ -6616,16 +7984,20 @@
" changes made to such files."
msgstr ""
+#: hgext/mq.py:2801
#, python-format
msgid "using patch queue: %s\n"
msgstr "Benutzer Patch-Reihe: %s\n"
+#: hgext/mq.py:2811
msgid "hg qrename PATCH1 [PATCH2]"
msgstr "hg qrename PATCH1 [PATCH2]"
+#: hgext/mq.py:2813
msgid "rename a patch"
msgstr "Benennt einen Patch um"
+#: hgext/mq.py:2815
msgid ""
" With one argument, renames the current patch to PATCH1.\n"
" With two arguments, renames PATCH1 to PATCH2."
@@ -6633,53 +8005,68 @@
" Mit einem Argument wird der aktuelle Patch in PATCH1 umbenannt.\n"
" Mit zwei Argumenten wird PATCH1 in PATCH2 umbenannt."
+#: hgext/mq.py:2870
msgid "delete save entry"
msgstr "Löscht Speicher-Eintrag"
+#: hgext/mq.py:2871
msgid "update queue working directory"
msgstr "Aktualisiert das Arbeitsverzeichnis der Reihe"
+#: hgext/mq.py:2872
msgid "hg qrestore [-d] [-u] REV"
msgstr "hg qrestore [-d] [-u] REV"
+#: hgext/mq.py:2874
msgid "restore the queue state saved by a revision (DEPRECATED)"
msgstr ""
"Stellt den von einer Revision gespeicherten Patchstatus wieder her (VERALTET)"
+#: hgext/mq.py:2876 hgext/mq.py:2894
msgid " This command is deprecated, use :hg:`rebase` instead."
msgstr ""
" Dieser Befehl ist veraltet, verwenden Sie stattdessen :hg:`rebase`."
+#: hgext/mq.py:2885
msgid "copy patch directory"
msgstr "Kopiert das Patchverzeichnis"
+#: hgext/mq.py:2887
msgid "copy directory name"
msgstr "Kopiert den Verzeichnisnamen"
+#: hgext/mq.py:2888
msgid "clear queue status file"
msgstr "Löscht die Statusdatei der Reihe"
+#: hgext/mq.py:2889
msgid "force copy"
msgstr "Erzwingt eine Kopie"
+#: hgext/mq.py:2890
msgid "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"
msgstr "hg qsave [-m TEXT] [-l DATEI] [-c] [-n NAME] [-e] [-f]"
+#: hgext/mq.py:2892
msgid "save current queue state (DEPRECATED)"
msgstr "Gegenwärtigen Patchstatus speichern (VERALTET)"
+#: hgext/mq.py:2907
#, python-format
msgid "destination %s exists and is not a directory"
msgstr "Das Ziel %s existiert und ist kein Verzeichnis"
+#: hgext/mq.py:2910
#, python-format
msgid "destination %s exists, use -f to force"
msgstr "Das Ziel %s existiert bereits. Verwende -f zum Erzwingen"
+#: hgext/mq.py:2914
#, python-format
msgid "copy %s to %s\n"
msgstr "Kopiert %s nach %s\n"
+#: hgext/mq.py:2924
msgid ""
"strip specified revision (optional, can specify revisions without this "
"option)"
@@ -6687,11 +8074,13 @@
"Entfernt die gegebene Revision (optional, da Revisionen ohne diese Option "
"angegeben werden können)"
+#: hgext/mq.py:2927
msgid "force removal of changesets, discard uncommitted changes (no backup)"
msgstr ""
"erzwingt Entfernung von Änderungssätzen und unversionierten Änderungen\n"
"(keine Sicherheitskopie)"
+#: hgext/mq.py:2929
msgid ""
"bundle only changesets with local revision number greater than REV which are "
"not descendants of REV (DEPRECATED)"
@@ -6699,30 +8088,38 @@
"Bündelt nur Änderungssätze mit einer lokalen Revisionsnummer größer als REV, "
"die nicht Nachfahren von REV sind (VERALTET)"
+#: hgext/mq.py:2932
msgid "no backups"
msgstr "Keine Sicherheitskopien"
+#: hgext/mq.py:2933
msgid "no backups (DEPRECATED)"
msgstr "Keine Sicherheitskopien (VERALTET)"
+#: hgext/mq.py:2934
msgid "ignored (DEPRECATED)"
msgstr "ignorieren (VERALTET)"
+#: hgext/mq.py:2935
msgid "do not modify working copy during strip"
msgstr "Die Arbeitskopie während des Entfernens nicht verändern"
+#: hgext/mq.py:2936
#, fuzzy
msgid "remove revs only reachable from given bookmark"
msgstr ""
"Entfernt Revisionen, die nur vom angegebenen Lesezeichen aus erreichbar sind"
+#: hgext/mq.py:2938
#, fuzzy
msgid "hg strip [-k] [-f] [-n] [-B bookmark] [-r] REV..."
msgstr "hg strip [-k] [-f] [-n] [-B Lesezeichen] REV..."
+#: hgext/mq.py:2940
msgid "strip changesets and all their descendants from the repository"
msgstr "Entfernt Änderungssätze und alle Nachfahren aus dem Projektarchiv"
+#: hgext/mq.py:2942
msgid ""
" The strip command removes the specified changesets and all their\n"
" descendants. If the working directory has uncommitted changes, the\n"
@@ -6734,6 +8131,7 @@
" durch Angabe von --force verworfen werden, ansonsten unterbrechen sie\n"
" diesen Vorgang."
+#: hgext/mq.py:2947
msgid ""
" If a parent of the working directory is stripped, then the working\n"
" directory will automatically be updated to the most recent\n"
@@ -6744,6 +8142,7 @@
" automatisch auf den aktuellsten, verfügbaren Vorfahr des entfernten\n"
" Vorfahren aktualisiert, wenn der Vorgang abgeschlossen ist."
+#: hgext/mq.py:2952
msgid ""
" Any stripped changesets are stored in ``.hg/strip-backup`` as a\n"
" bundle (see :hg:`help bundle` and :hg:`help unbundle`). They can\n"
@@ -6760,6 +8159,7 @@
" lokalen Versionsnummern sich für gewöhnlich nach dem Wiederherstellen\n"
" ändern werden."
+#: hgext/mq.py:2959
msgid ""
" Use the --no-backup option to discard the backup bundle once the\n"
" operation completes."
@@ -6767,41 +8167,52 @@
" Benutzen Sie den Schalter --no-backup, um die Bündel zu entfernen,\n"
" wenn die Operation abgeschlossen ist."
+#: hgext/mq.py:2962
msgid ""
" Strip is not a history-rewriting operation and can be used on\n"
" changesets in the public phase. But if the stripped changesets have\n"
" been pushed to a remote repository you will likely pull them again."
msgstr ""
+#: hgext/mq.py:2982
#, python-format
msgid "bookmark '%s' not found"
msgstr "Lesezeichen '%s' wurde nicht gefunden"
+#: hgext/mq.py:3001 hgext/mq.py:3068
#, python-format
msgid "bookmark '%s' deleted\n"
msgstr "Lesezeichen '%s' wurde gelöscht\n"
+#: hgext/mq.py:3004 mercurial/commands.py:4488 mercurial/scmutil.py:564
msgid "empty revision set"
msgstr "Revisionsmenge ist leer"
+#: hgext/mq.py:3076
msgid "disable all guards"
msgstr "Deaktiviert alle Wächter"
+#: hgext/mq.py:3077
msgid "list all guards in series file"
msgstr "Listet alle Wächter in der Seriendatei auf"
+#: hgext/mq.py:3078
msgid "pop to before first guarded applied patch"
msgstr "Entnimmt Patches bis vor den ersten geschützten angewandten Patch"
+#: hgext/mq.py:3079
msgid "pop, then reapply patches"
msgstr "Entnimmt Patches und wendet sie dann wieder an"
+#: hgext/mq.py:3080
msgid "hg qselect [OPTION]... [GUARD]..."
msgstr "hg qselect [OPTION]... [WAECHTER]..."
+#: hgext/mq.py:3082
msgid "set or print guarded patches to push"
msgstr "Setzt die zu übertragenen bewachten Patches oder gibt sie aus"
+#: hgext/mq.py:3084
msgid ""
" Use the :hg:`qguard` command to set or print guards on patch, then use\n"
" qselect to tell mq which guards to use. A patch will be pushed if\n"
@@ -6820,6 +8231,7 @@
" übertragen, wenn ein negativer Wächter auf den aktuellen zutrifft. Ein\n"
" Beispiel::"
+#: hgext/mq.py:3090
msgid ""
" qguard foo.patch -- -stable (negative guard)\n"
" qguard bar.patch +stable (positive guard)\n"
@@ -6829,6 +8241,7 @@
" qguard bar.patch +stable (positiver Wächter)\n"
" qselect stable"
+#: hgext/mq.py:3094
msgid ""
" This activates the \"stable\" guard. mq will skip foo.patch (because\n"
" it has a negative match) but push bar.patch (because it has a\n"
@@ -6839,6 +8252,7 @@
" er einen negativen Treffer aufweist), aber bar.patch übertragen (da er\n"
" einen positiven Treffer aufweist)."
+#: hgext/mq.py:3098
msgid ""
" With no arguments, prints the currently active guards.\n"
" With one argument, sets the active guard."
@@ -6846,6 +8260,7 @@
" Ohne Argumente werden die aktuell aktiven Wächter ausgegeben.\n"
" Mit einem Argument wird der aktuelle Wächter gesetzt."
+#: hgext/mq.py:3101
msgid ""
" Use -n/--none to deactivate guards (no other arguments needed).\n"
" When no guards are active, patches with positive guards are\n"
@@ -6856,6 +8271,7 @@
" werden benötigt). Wenn keine Wächter aktiv sind, werden Patches mit\n"
" positiven Wächtern übersprungen und Patches mit negativen übertragen."
+#: hgext/mq.py:3105
msgid ""
" qselect can change the guards on applied patches. It does not pop\n"
" guarded patches by default. Use --pop to pop back to the last\n"
@@ -6871,6 +8287,7 @@
" Sie --reapply (impliziert --pop), um danach bis zum aktuellen Patch den\n"
" Stapel wiederherzustellen (wird geschützte Patches auslassen)."
+#: hgext/mq.py:3111
msgid ""
" Use -s/--series to print a list of all guards in the series file\n"
" (no other arguments needed). Use -v for more information."
@@ -6881,48 +8298,61 @@
"weitere\n"
" Informationen."
+#: hgext/mq.py:3125
msgid "guards deactivated\n"
msgstr "Wächter deaktiviert\n"
+#: hgext/mq.py:3131
#, python-format
msgid "number of unguarded, unapplied patches has changed from %d to %d\n"
msgstr ""
"Die Anzahl ungeschützter, nicht angewandter Patches hat sich von %d auf %d "
"geändert.\n"
+#: hgext/mq.py:3135
#, python-format
msgid "number of guarded, applied patches has changed from %d to %d\n"
msgstr ""
"Die Anzahl geschützter, angewandter Patches hat sich von %d auf %d "
"geändert.\n"
+#: hgext/mq.py:3152
msgid "guards in series file:\n"
msgstr "Wächter in der Seriendatei:\n"
+#: hgext/mq.py:3157
msgid "no guards in series file\n"
msgstr "Keine Wächter in der Seriendatei\n"
+#: hgext/mq.py:3160
msgid "active guards:\n"
msgstr "Aktive Wächter:\n"
+#: hgext/mq.py:3164
msgid "no active guards\n"
msgstr "Keine aktiven Wächter\n"
+#: hgext/mq.py:3171
msgid "popping guarded patches\n"
msgstr "Entferne geschützte Patches vom Stapel\n"
+#: hgext/mq.py:3181
msgid "reapplying unguarded patches\n"
msgstr "Wende ungeschützte Patches erneut an\n"
+#: hgext/mq.py:3187
msgid "finish all applied changesets"
msgstr "Schließt alle angewandten Änderungssätze ab"
+#: hgext/mq.py:3188
msgid "hg qfinish [-a] [REV]..."
msgstr "hg qfinish [-a] [REV]..."
+#: hgext/mq.py:3190
msgid "move applied patches into repository history"
msgstr "Verschiebt angewandte Patches in die Historie des Projektarchivs"
+#: hgext/mq.py:3192
msgid ""
" Finishes the specified revisions (corresponding to applied\n"
" patches) by moving them out of mq control into regular repository\n"
@@ -6932,6 +8362,7 @@
" Patches), indem sie aus der Kontrolle von mq entfernt und in die\n"
" reguläre Projekthistorie übernommen werden."
+#: hgext/mq.py:3196
msgid ""
" Accepts a revision range or the -a/--applied option. If --applied\n"
" is specified, all applied mq revisions are removed from mq\n"
@@ -6943,6 +8374,7 @@
" Kontrolle von mq entfernt. Ansonsten müssen die angegebenen Revisionen\n"
" an der Basis des Stapels der angewandten Patches liegen."
+#: hgext/mq.py:3201
msgid ""
" This can be especially useful if your changes have been applied to\n"
" an upstream repository, or if you are about to push your changes\n"
@@ -6952,33 +8384,43 @@
" vorgelagerten Projektarchiv angewandt wurden, oder wenn Sie Ihre\n"
" Änderungen in ein vorgelagertes Archiv übertragen wollen."
+#: hgext/mq.py:3219
msgid "warning: uncommitted changes in the working directory\n"
msgstr "Warnung: Unversionierte Änderungen im Arbeitsverzeichnis\n"
+#: hgext/mq.py:3232
msgid "list all available queues"
msgstr "Zeigt alle verfügbaren Patch-Reihen"
+#: hgext/mq.py:3233
msgid "print name of active queue"
msgstr "Zeigt den Namen der aktive Patch-Reihe"
+#: hgext/mq.py:3234
msgid "create new queue"
msgstr "Erstellt eine neue Patch-Reihe"
+#: hgext/mq.py:3235
msgid "rename active queue"
msgstr "Benennt die aktive Patch-Reihe um"
+#: hgext/mq.py:3236
msgid "delete reference to queue"
msgstr "Löscht den Verweis auf die Patch-Reihe"
+#: hgext/mq.py:3237
msgid "delete queue, and remove patch dir"
msgstr "Löscht eine Patch-Reihe und entfernt das Patch-Verzeichnis"
+#: hgext/mq.py:3239
msgid "[OPTION] [QUEUE]"
msgstr "[OPTION] [REIHE]"
+#: hgext/mq.py:3241
msgid "manage multiple patch queues"
msgstr "Verwaltet mehrere Patch-Reihen"
+#: hgext/mq.py:3243
msgid ""
" Supports switching between different patch queues, as well as creating\n"
" new patch queues and deleting existing ones."
@@ -6986,6 +8428,7 @@
" Unterstützt das Wechseln zwischen verschiedener Patch-Reihen, sowie\n"
" das Erstellen neuer Reihen und das Löschen bereits bestehender."
+#: hgext/mq.py:3246
msgid ""
" Omitting a queue name or specifying -l/--list will show you the "
"registered\n"
@@ -7002,6 +8445,7 @@
" registriert. Die aktuelle Reihe ist mit \"(aktiv)\" markiert. Durch\n"
" Angabe von --active wird nur der Name der aktiven Reihe angezeigt."
+#: hgext/mq.py:3251
msgid ""
" To create a new queue, use -c/--create. The queue is automatically made\n"
" active, except in the case where there are applied patches from the\n"
@@ -7015,6 +8459,7 @@
"die\n"
" neue Reihe nur erzeugt und das Wechseln wird fehlschlagen."
+#: hgext/mq.py:3256
msgid ""
" To delete an existing queue, use --delete. You cannot delete the "
"currently\n"
@@ -7024,77 +8469,99 @@
"die\n"
" aktuell aktive Reihe nicht entfernen."
+#: hgext/mq.py:3297
msgid "new queue created, but cannot make active as patches are applied"
msgstr ""
+#: hgext/mq.py:3326
msgid "cannot delete queue that does not exist"
msgstr "Kann nicht existierende Reihe nicht entfernen"
+#: hgext/mq.py:3331
msgid "cannot delete currently active queue"
msgstr "Kann die aktuell aktive Reihe nicht entfernen"
+#: hgext/mq.py:3349
msgid " (active)\n"
msgstr " (aktiv)\n"
+#: hgext/mq.py:3356
msgid "invalid queue name, may not contain the characters \":\\/.\""
msgstr ""
"Ungültiger Name für die Reihe, er darf die Zeichen \":\\/.\" nicht enthalten."
+#: hgext/mq.py:3362 hgext/mq.py:3372
#, python-format
msgid "queue \"%s\" already exists"
msgstr "Reihe \"%s\" existiert bereits"
+#: hgext/mq.py:3370
#, python-format
msgid "can't rename \"%s\" to its current name"
msgstr "Kann \"%s\" nicht zu ihrem aktuellen Namen umbenennen"
+#: hgext/mq.py:3378
#, python-format
msgid "non-queue directory \"%s\" already exists"
msgstr "Verzeichnis \"%s\" existiert bereits, ist aber keine Reihe"
+#: hgext/mq.py:3402
msgid "use --create to create a new queue"
msgstr "Verwenden Sie --create, um eine neue Reihe zu erzeugen"
+#: hgext/mq.py:3432
msgid "cannot commit over an applied mq patch"
msgstr "Kann nicht über einem angewandten mq-Patch speichern"
+#: hgext/mq.py:3472
#, python-format
msgid "mq status file refers to unknown node %s\n"
msgstr "Die mq-Statusdatei referenziert nicht existierenden Knoten %s\n"
+#: hgext/mq.py:3488
#, fuzzy, python-format
msgid "tag %s overrides mq patch of the same name\n"
msgstr "Das Tag %s überschreibt den mq-Patch mit demselben Namen\n"
+#: hgext/mq.py:3503
msgid "cannot import over an applied patch"
msgstr "Kann nicht über einem angewandten Patch importieren"
+#: hgext/mq.py:3516
msgid "only a local queue repository may be initialized"
msgstr "Es kann nur ein lokales Reihen-Archiv initialisiert werden"
+#: hgext/mq.py:3521 mercurial/commands.py:1471 mercurial/commands.py:3463
+#: mercurial/commands.py:5145 mercurial/commands.py:5176
msgid "there is no Mercurial repository here (.hg not found)"
msgstr "Es gibt hier kein Mercurial-Archiv (.hg nicht gefunden)"
+#: hgext/mq.py:3538
msgid "no queue repository"
msgstr "Kein Reihen-Archiv"
+#: hgext/mq.py:3546
#, python-format
msgid "%d applied"
msgstr "%d angewandt"
+#: hgext/mq.py:3548
#, python-format
msgid "%d unapplied"
msgstr "%d entfernt"
#. i18n: column positioning for "hg summary"
+#: hgext/mq.py:3551
#, fuzzy, python-format
msgid "mq: %s\n"
msgstr "Zusammenfassung: %s\n"
#. i18n: column positioning for "hg summary"
+#: hgext/mq.py:3554
msgid "mq: (empty queue)\n"
msgstr "mq: (leere Reihe)\n"
+#: hgext/mq.py:3557
msgid ""
"``mq()``\n"
" Changesets managed by MQ."
@@ -7102,15 +8569,19 @@
"``mq()``\n"
" Änderungssätze unter der Kontrolle von MQ."
+#: hgext/mq.py:3560
msgid "mq takes no arguments"
msgstr "mq erwartet keine Argumente"
+#: hgext/mq.py:3570
msgid "operate on patch repository"
msgstr "Arbeite mit Patch-Archiv"
+#: hgext/notify.py:8
msgid "hooks for sending email push notifications"
msgstr "Hooks zum Senden von E-Mail-Benachrichtigungen beim Übertragen"
+#: hgext/notify.py:10
#, fuzzy
msgid ""
"This extension implements hooks to send email notifications when\n"
@@ -7120,6 +8591,7 @@
"wannimmer Änderungssätze übertragen werden. Dies kann von der über-\n"
"tragenden oder der empfangenden Seite aus geschehen."
+#: hgext/notify.py:13
#, fuzzy
msgid ""
"First, enable the extension as explained in :hg:`help extensions`, and\n"
@@ -7134,6 +8606,7 @@
"vom Änderungssatz-Empfänger ausgeführt, der\n"
"``outgoing``-Hook ist für den Sender::"
+#: hgext/notify.py:18
msgid ""
" [hooks]\n"
" # one email for each incoming changeset\n"
@@ -7147,6 +8620,7 @@
" # zusammengefasste E-Mails wenn viele Änderungen auf einmal eingehen\n"
" changegroup.notify = python:hgext.notify.hook"
+#: hgext/notify.py:24
msgid ""
" # one email for all outgoing changesets\n"
" outgoing.notify = python:hgext.notify.hook"
@@ -7154,6 +8628,7 @@
" # eine E-Mail für jeden übertragenen Änderungssatz\n"
" outgoing.notify = python:hgext.notify.hook"
+#: hgext/notify.py:27
#, fuzzy
msgid ""
"This registers the hooks. To enable notification, subscribers must\n"
@@ -7165,6 +8640,7 @@
"werden. Im Abschnitt ``[usersubs]`` kann man mehrere Archive einer Email\n"
"zuweisen, in ``[reposubs]`` umgekehrt mehrere Emails für ein Archiv angeben::"
+#: hgext/notify.py:32
#, fuzzy
msgid ""
" [usersubs]\n"
@@ -7177,6 +8653,7 @@
" # Wert ist eine kommaseparierte Liste von glob-Mustern\n"
" benutzer@rechner = muster"
+#: hgext/notify.py:36
#, fuzzy
msgid ""
" [reposubs]\n"
@@ -7189,29 +8666,34 @@
" # Wert ist eine kommaseparierte Liste von Abonnenten-Emails\n"
" muster = benutzer@rechner"
+#: hgext/notify.py:40
msgid ""
"A ``pattern`` is a ``glob`` matching the absolute path to a repository,\n"
"optionally combined with a revset expression. A revset expression, if\n"
"present, is separated from the glob by a hash. Example::"
msgstr ""
+#: hgext/notify.py:44
msgid ""
" [reposubs]\n"
" */widgets#branch(release) = qa-team@example.com"
msgstr ""
+#: hgext/notify.py:47
msgid ""
"This sends to ``qa-team@example.com`` whenever a changeset on the "
"``release``\n"
"branch triggers a notification in any repository ending in ``widgets``."
msgstr ""
+#: hgext/notify.py:50
msgid ""
"In order to place them under direct user management, ``[usersubs]`` and\n"
"``[reposubs]`` sections may be placed in a separate ``hgrc`` file and\n"
"incorporated by reference::"
msgstr ""
+#: hgext/notify.py:54
msgid ""
" [notify]\n"
" config = /path/to/subscriptionsfile"
@@ -7219,6 +8701,7 @@
" [notify]\n"
" config = /pfad/zur/abonnentendatei"
+#: hgext/notify.py:57
#, fuzzy
msgid ""
"Notifications will not be sent until the ``notify.test`` value is set\n"
@@ -7228,6 +8711,7 @@
"noch nicht gesendet, bis der Wert von ``notify.test`` auf ``False`` gesetzt\n"
"wird."
+#: hgext/notify.py:60
msgid ""
"Notifications content can be tweaked with the following configuration "
"entries:"
@@ -7235,6 +8719,7 @@
"Der Inhalt der Benachrichtigungen kann mit der folgenden Konfiguration\n"
"angepasst werden:"
+#: hgext/notify.py:62
msgid ""
"notify.test\n"
" If ``True``, print messages to stdout instead of sending them. Default: "
@@ -7244,12 +8729,14 @@
" Falls ``True`` werden die Nachrichten auf die Standardausgabe und nicht\n"
" als Email versendet. Standard: True."
+#: hgext/notify.py:65
msgid ""
"notify.sources\n"
" Space-separated list of change sources. Notifications are activated only\n"
" when a changeset's source is in this list. Sources may be:"
msgstr ""
+#: hgext/notify.py:69
msgid ""
" :``serve``: changesets received via http or ssh\n"
" :``pull``: changesets received via ``hg pull``\n"
@@ -7258,9 +8745,11 @@
" :``bundle``: changesets sent via ``hg unbundle``"
msgstr ""
+#: hgext/notify.py:75
msgid " Default: serve."
msgstr ""
+#: hgext/notify.py:77
#, fuzzy
msgid ""
"notify.strip\n"
@@ -7279,11 +8768,13 @@
" Beispiel wird ``/langer/pfad/zum/archiv`` mit ``strip=4`` zu ``archiv``.\n"
" Standard: 0."
+#: hgext/notify.py:83
msgid ""
"notify.domain\n"
" Default email domain for sender or recipients with no explicit domain."
msgstr ""
+#: hgext/notify.py:86
msgid ""
"notify.style\n"
" Style file to use when formatting emails."
@@ -7291,6 +8782,7 @@
"notify.style\n"
" Stil-Datei für das Formatieren der Emails."
+#: hgext/notify.py:89
msgid ""
"notify.template\n"
" Template to use when formatting emails."
@@ -7298,6 +8790,7 @@
"notify.template\n"
" Vorlage für das Formatieren der Emails."
+#: hgext/notify.py:92
#, fuzzy
msgid ""
"notify.incoming\n"
@@ -7308,6 +8801,7 @@
" Vorlage (mit höherer Priorität als ``notify.template``), falls die Aktion\n"
" durch einen 'incoming'-Hook ausgelöst wurde."
+#: hgext/notify.py:95
#, fuzzy
msgid ""
"notify.outgoing\n"
@@ -7318,6 +8812,7 @@
" Vorlage (mit höherer Priorität als ``notify.template``), falls die Aktion\n"
" durch einen 'outcoming'-Hook ausgelöst wurde."
+#: hgext/notify.py:98
#, fuzzy
msgid ""
"notify.changegroup\n"
@@ -7328,6 +8823,7 @@
" Vorlage (mit höherer Priorität als ``notify.template``), falls die Aktion\n"
" durch einen 'changegroup'-Hook ausgelöst wurde."
+#: hgext/notify.py:102
#, fuzzy
msgid ""
"notify.maxdiff\n"
@@ -7339,6 +8835,7 @@
" 0 unterbindet die Anzeige des Diffs, -1 wird das gesamte Diff ausgeben.\n"
" Voreinstellung: 300."
+#: hgext/notify.py:106
#, fuzzy
msgid ""
"notify.maxsubject\n"
@@ -7347,6 +8844,7 @@
"notify.maxsubject\n"
" Maximale Länge der Betreffszeile. Voreinstellung: 67."
+#: hgext/notify.py:109
msgid ""
"notify.diffstat\n"
" Set to True to include a diffstat before diff content. Default: True."
@@ -7354,6 +8852,7 @@
"notify.diffstat\n"
" Zeige eine Diff-Statistik vor dem eigentlich Diff an. Voreinstellung: True."
+#: hgext/notify.py:112
msgid ""
"notify.merge\n"
" If True, send notifications for merge changesets. Default: True."
@@ -7361,6 +8860,7 @@
"notify.merge\n"
" Sende Nachrichten auch für Zusammenführungen. Voreinstellung: True."
+#: hgext/notify.py:115
msgid ""
"notify.mbox\n"
" If set, append mails to this mbox file instead of sending. Default: None."
@@ -7369,6 +8869,7 @@
" Schreibe Nachrichten in mbox Datei, anstatt sie zu versenden. "
"Voreinstellung: None"
+#: hgext/notify.py:118
#, fuzzy
msgid ""
"notify.fromauthor\n"
@@ -7381,6 +8882,7 @@
" Benachrichtigungsemail. Falls nicht gesetzt, verwende den Nutzer im\n"
" übertragenden Archiv. Voreinstellung: False."
+#: hgext/notify.py:123
#, fuzzy
msgid ""
"If set, the following entries will also be used to customize the\n"
@@ -7389,6 +8891,7 @@
"Durch Setzen der folgenden Einträge können die Benachrichtigungen weiter\n"
"angepasst werden:"
+#: hgext/notify.py:126
#, fuzzy
msgid ""
"email.from\n"
@@ -7399,6 +8902,7 @@
" Die zu verwendende Senderadresse (``From``), falls die Vorlage keinen\n"
" Wert setzt."
+#: hgext/notify.py:130
#, fuzzy
msgid ""
"web.baseurl\n"
@@ -7409,14 +8913,17 @@
" Die Basis-URL für alle Archive, die mit dem abgeschnittenen (siehe\n"
" ``notify.strip``) Archivpfad für Referenzen verwendet wird."
+#: hgext/notify.py:300
#, python-format
msgid "%s: %d new changesets"
msgstr "%s: %d neue Änderungssätze"
+#: hgext/notify.py:331
#, python-format
msgid "notify: sending %d subscribers %d changes\n"
msgstr "notify: Sende %d Empfängern %d Änderungen\n"
+#: hgext/notify.py:353
#, python-format
msgid ""
"\n"
@@ -7425,6 +8932,7 @@
"\n"
"Unterschiede (gekürzt von %d auf %d Zeilen):"
+#: hgext/notify.py:357
#, python-format
msgid ""
"\n"
@@ -7433,18 +8941,22 @@
"\n"
"Unterschiede (%d Zeilen):"
+#: hgext/notify.py:390 hgext/notify.py:398
#, python-format
msgid "notify: suppressing notification for merge %d:%s\n"
msgstr "notify: unterdrücke Benachrichtigung über Zusammenführung %d:%s\n"
+#: hgext/pager.py:15
msgid "browse command output with an external pager"
msgstr ""
"Verwendet einen externen Pager zum Blättern in der Ausgabe von Befehlen"
+#: hgext/pager.py:17
msgid "To set the pager that should be used, set the application variable::"
msgstr ""
"Um den zu verwendenden Pager zu setzen, setzen Sie die folgende Variable::"
+#: hgext/pager.py:19
#, fuzzy
msgid ""
" [pager]\n"
@@ -7453,6 +8965,7 @@
" [pager]\n"
" pager = less -FRSX"
+#: hgext/pager.py:22
msgid ""
"If no pager is set, the pager extensions uses the environment variable\n"
"$PAGER. If neither pager.pager, nor $PAGER is set, no pager is used."
@@ -7461,6 +8974,7 @@
"$PAGER verwenden. Wenn weder pager.pager noch $PAGER gesetzt ist, wird\n"
"kein Pager verwendet."
+#: hgext/pager.py:25
msgid ""
"You can disable the pager for certain commands by adding them to the\n"
"pager.ignore list::"
@@ -7468,6 +8982,7 @@
"Sie können den Pager für bestimmte Befehle deaktivieren, indem Sie diese\n"
"in die pager.ignore-Liste aufnehmen::"
+#: hgext/pager.py:28
msgid ""
" [pager]\n"
" ignore = version, help, update"
@@ -7475,6 +8990,7 @@
" [pager]\n"
" ignore = version, help, update"
+#: hgext/pager.py:31
#, fuzzy
msgid ""
"You can also enable the pager only for certain commands using\n"
@@ -7484,6 +9000,7 @@
"Sie pager.attend verwenden. Unten folgt die Standardliste der Befehle,\n"
"für die ein Pager verwendet wird::"
+#: hgext/pager.py:34
msgid ""
" [pager]\n"
" attend = annotate, cat, diff, export, glog, log, qdiff"
@@ -7491,6 +9008,7 @@
" [pager]\n"
" attend = annotate, cat, diff, export, glog, log, qdiff"
+#: hgext/pager.py:37
msgid ""
"Setting pager.attend to an empty value will cause all commands to be\n"
"paged."
@@ -7498,9 +9016,11 @@
"Wenn pager.attend auf eine leere Liste gesetzt wird, werden alle\n"
"Befehle den Pager benutzen."
+#: hgext/pager.py:40
msgid "If pager.attend is present, pager.ignore will be ignored."
msgstr "Wenn pager.attend vorhanden ist, ist pager.ignore wirkungslos."
+#: hgext/pager.py:42
msgid ""
"To ignore global commands like :hg:`version` or :hg:`help`, you have\n"
"to specify them in your user configuration file."
@@ -7508,6 +9028,7 @@
"Um globale Befehle wie :hg:`version` oder :hg:`help` zu ignorieren,\n"
"müssen Sie diese in Ihrer Konfigurationsdatei angeben."
+#: hgext/pager.py:45
msgid ""
"The --pager=... option can also be used to control when the pager is\n"
"used. Use a boolean value like yes, no, on, off, or use auto for\n"
@@ -7517,12 +9038,15 @@
"Pagers zu kontrollieren. Benutzen Sie Werte wie yes, no, on, off, oder auto\n"
"für normales Verhalten.\n"
+#: hgext/pager.py:139
msgid "when to paginate (boolean, always, auto, or never)"
msgstr "Wann soll die Seite umgebrochen werden (always, auto oder never)"
+#: hgext/patchbomb.py:8
msgid "command to send changesets as (a series of) patch emails"
msgstr "Befehl, um Änderungssätze als (Reihe von) Patch-E-Mails zu versenden"
+#: hgext/patchbomb.py:10
msgid ""
"The series is started off with a \"[PATCH 0 of N]\" introduction, which\n"
"describes the series as a whole."
@@ -7530,6 +9054,7 @@
"Die Serie wird mit \"[PATCH 0 of N]\" eingeleitet, was die Serie als\n"
"Ganzes beschreibt."
+#: hgext/patchbomb.py:13
msgid ""
"Each patch email has a Subject line of \"[PATCH M of N] ...\", using the\n"
"first line of the changeset description as the subject text. The\n"
@@ -7539,6 +9064,7 @@
"Zeile der Änderungszusammenfassung als weiterem Text. Die Nachricht\n"
"besteht aus zwei oder drei Teilen:"
+#: hgext/patchbomb.py:17
msgid ""
"- The changeset description.\n"
"- [Optional] The result of running diffstat on the patch.\n"
@@ -7548,6 +9074,7 @@
"- [Optional] Dem Ergebnis der Anwendung von diffstat auf den Patch.\n"
"- Den durch :hg:`export` erstellten Patch selbst."
+#: hgext/patchbomb.py:21
msgid ""
"Each message refers to the first in the series using the In-Reply-To\n"
"and References headers, so they will show up as a sequence in threaded\n"
@@ -7557,6 +9084,7 @@
"und References-Headern, so dass sie in threadorientierten Mailprogrammen\n"
"und -archiven als zusammengehörig angezeigt werden."
+#: hgext/patchbomb.py:25
msgid ""
"To configure other defaults, add a section like this to your\n"
"configuration file::"
@@ -7564,6 +9092,7 @@
"Andere Vorgabewerte können beispielsweise durch den folgenden Abschnitt\n"
"in der Konfigurationsdatei gesetzt werden::"
+#: hgext/patchbomb.py:28
msgid ""
" [email]\n"
" from = My Name <my@email>\n"
@@ -7579,6 +9108,7 @@
" bcc = bcc1, bcc2, ...\n"
" reply-to = adresse1, adresse2, ..."
+#: hgext/patchbomb.py:35
msgid ""
"Use ``[patchbomb]`` as configuration section name if you need to\n"
"override global ``[email]`` address settings."
@@ -7586,6 +9116,7 @@
"Benutzen Sie ``[patchbomb]`` als Abschnittsnamen, falls Sie globale\n"
"``[email]``-Einstellungen überschreiben müssen."
+#: hgext/patchbomb.py:38
msgid ""
"Then you can use the :hg:`email` command to mail a series of\n"
"changesets as a patchbomb."
@@ -7593,6 +9124,7 @@
"Danach kann die \"Patchbombe\" durch das Kommando :hg:`email` versandt\n"
"werden."
+#: hgext/patchbomb.py:41
msgid ""
"You can also either configure the method option in the email section\n"
"to be a sendmail compatible mailer or fill out the [smtp] section so\n"
@@ -7606,88 +9138,116 @@
"Befehlszeile senden kann. Siehe die [email]- und [smtp]-Abschnitte in\n"
"hgrc(5) für Einzelheiten.\n"
+#: hgext/patchbomb.py:151
msgid "send patches as inline message text (default)"
msgstr "Sendet Patches als inline-Nachrichtentext (Voreinstellung)"
+#: hgext/patchbomb.py:152
msgid "send patches as attachments"
msgstr "Sendet Patches als Anhänge"
+#: hgext/patchbomb.py:153
msgid "send patches as inline attachments"
msgstr "Sendet Patches als inline-Anhänge"
+#: hgext/patchbomb.py:154
msgid "email addresses of blind carbon copy recipients"
msgstr "Emailadressen von BCC-Empfängern"
+#: hgext/patchbomb.py:155
msgid "email addresses of copy recipients"
msgstr "Emailadressen von CC-Empfängern"
+#: hgext/patchbomb.py:156
msgid "ask for confirmation before sending"
msgstr "Vor dem Abschicken bestätigen"
+#: hgext/patchbomb.py:157
msgid "add diffstat output to messages"
msgstr "Fügt Ausgabe von diffstat hinzu"
+#: hgext/patchbomb.py:158
msgid "use the given date as the sending date"
msgstr "Nutze gegebenes Datum als Sendedatum"
+#: hgext/patchbomb.py:159
msgid "use the given file as the series description"
msgstr "Nutze gegebene Datei als Serienbeschreibung"
+#: hgext/patchbomb.py:160
msgid "email address of sender"
msgstr "Emailadresse des Senders"
+#: hgext/patchbomb.py:161
msgid "print messages that would be sent"
msgstr "Zeige Nachrichten an, die gesendet werden würden"
+#: hgext/patchbomb.py:162
msgid "write messages to mbox file instead of sending them"
msgstr "Schreibe Nachrichten in mbox Datei, anstatt sie zu versenden"
+#: hgext/patchbomb.py:163
msgid "email addresses replies should be sent to"
msgstr "Emailadressen zu denen Antworten geschickt werden sollen"
+#: hgext/patchbomb.py:164
msgid "subject of first message (intro or single patch)"
msgstr "Betreff der ersten Nachricht (Serieneinführung oder einzelner Patch)"
+#: hgext/patchbomb.py:165
msgid "message identifier to reply to"
msgstr "Antwortadresse (reply-to)"
+#: hgext/patchbomb.py:166
msgid "flags to add in subject prefixes"
msgstr "Diese Stichwörter zu Betreffs-Präfixen hinzufügen"
+#: hgext/patchbomb.py:167
msgid "email addresses of recipients"
msgstr "Emailadressen der Empfänger"
+#: hgext/patchbomb.py:171
msgid "omit hg patch header"
msgstr "Lasse \"hg patch\"-Kopf aus"
+#: hgext/patchbomb.py:173
msgid "send changes not found in the target repository"
msgstr "Wähle Änderungen aus, die nicht im Zielarchiv sind"
+#: hgext/patchbomb.py:174
msgid "send changes not in target as a binary bundle"
msgstr "Wähle Änderungen, die nicht im Ziel als Binärbündel sind"
+#: hgext/patchbomb.py:176
msgid "name of the bundle attachment file"
msgstr "Name der Bündel-Anhangsdatei"
+#: hgext/patchbomb.py:177
msgid "a revision to send"
msgstr "Eine zu sendende Revision"
+#: hgext/patchbomb.py:178
msgid "run even when remote repository is unrelated (with -b/--bundle)"
msgstr ""
"Auch ausführen, wenn das entfernte Archiv keinen Bezug hat (mit -b/--bundle)"
+#: hgext/patchbomb.py:180
msgid "a base changeset to specify instead of a destination (with -b/--bundle)"
msgstr "Eine Basisrevision anstelle eines Ziels (mit -b/--bundle)"
+#: hgext/patchbomb.py:182
msgid "send an introduction email for a single patch"
msgstr "Sende eine Einführungsemail auch für einzelnen Patch"
+#: hgext/patchbomb.py:184
msgid "hg email [OPTION]... [DEST]..."
msgstr "hg email [OPTION]... [ZIEL]..."
+#: hgext/patchbomb.py:186
msgid "send changesets by email"
msgstr "Sende Änderungssätze per Email"
+#: hgext/patchbomb.py:188
msgid ""
" By default, diffs are sent in the format generated by\n"
" :hg:`export`, one per message. The series starts with a \"[PATCH 0\n"
@@ -7697,6 +9257,7 @@
" je eine pro Nachricht. Die Serie wird durch \"[PATCH 0 of N]\"\n"
" eingeleitet, die die Serie als Ganzes beschreibt."
+#: hgext/patchbomb.py:192
msgid ""
" Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
" the first line of the changeset description as the subject text.\n"
@@ -7708,6 +9269,7 @@
" Nachricht besteht aus zwei oder drei Teilen. Zuerst die Beschreibung\n"
" des Änderungsssatzes."
+#: hgext/patchbomb.py:197
msgid ""
" With the -d/--diffstat option, if the diffstat program is\n"
" installed, the result of running diffstat on the patch is inserted."
@@ -7715,10 +9277,12 @@
" Mit der -d/--diffstat Option wird das Ergebnis des diffstat Laufes\n"
" über den Patch eingefügt, wenn diffstat installiert ist."
+#: hgext/patchbomb.py:200
msgid " Finally, the patch itself, as generated by :hg:`export`."
msgstr ""
" Zum Schluss der Patch selbst, wie er von :hg:`export` generiert wird."
+#: hgext/patchbomb.py:202
#, fuzzy
msgid ""
" With the -d/--diffstat or --confirm options, you will be presented\n"
@@ -7729,6 +9293,7 @@
" abschließende Zusammenfassung aller Nachrichten angezeigt und um\n"
" Bestätigung gebeten, bevor die Nachrichten versendet werden."
+#: hgext/patchbomb.py:206
msgid ""
" By default the patch is included as text in the email body for\n"
" easy reviewing. Using the -a/--attach option will instead create\n"
@@ -7746,6 +9311,7 @@
" -a/--attach und -i/--inline mit dem --body - Schalter\n"
" kombiniert werden."
+#: hgext/patchbomb.py:213
msgid ""
" With -o/--outgoing, emails will be generated for patches not found\n"
" in the destination repository (or only those which are ancestors\n"
@@ -7755,6 +9321,7 @@
" sich nicht in einem Zielarchiv befinden (möglicherweise weiter begrenzt\n"
" durch solche, die mit -r/--rev gegeben sind)."
+#: hgext/patchbomb.py:217
msgid ""
" With -b/--bundle, changesets are selected as for --outgoing, but a\n"
" single email containing a binary Mercurial bundle as an attachment\n"
@@ -7763,6 +9330,7 @@
" Durch -b/--bundle werden Änderungssätze wie durch --outgoing gewählt,\n"
" aber in einer einzelnen Email als Binärbündel (als Anhang) gesendet."
+#: hgext/patchbomb.py:221
msgid ""
" With -m/--mbox, instead of previewing each patchbomb message in a\n"
" pager or sending the messages directly, it will create a UNIX\n"
@@ -7774,6 +9342,7 @@
" Datei geschrieben, die von jedem Emailprogramm, welches das UNIX-mbox-\n"
" Format unterstützt, geprüft werden, zum Beispiel mit mutt::"
+#: hgext/patchbomb.py:227
msgid ""
" With -n/--test, all steps will run, but mail will not be sent.\n"
" You will be prompted for an email recipient address, a subject and\n"
@@ -7790,6 +9359,7 @@
" gesetzt ist, wird Ihr Pager für jede Patchbombe einzeln aufgerufen, so\n"
" dass alles überprüft werden kann."
+#: hgext/patchbomb.py:234
msgid ""
" In case email sending fails, you will find a backup of your series\n"
" introductory message in ``.hg/last-email.txt``."
@@ -7797,6 +9367,7 @@
" Sollte das Email Versenden fehlschlagen, finden Sie einen Backup Ihres\n"
" Serien-Einführungstextes in ``.hg/last-email.txt``."
+#: hgext/patchbomb.py:239
msgid ""
" hg email -r 3000 # send patch 3000 only\n"
" hg email -r 3000 -r 3001 # send patches 3000 and 3001\n"
@@ -7808,6 +9379,7 @@
" hg email -r 3000:3005 # sendet Patches 3000 bis 3005\n"
" hg email 3000 # sendet Patch 3000 (veraltet)"
+#: hgext/patchbomb.py:244
#, fuzzy
msgid ""
" hg email -o # send all patches not in default\n"
@@ -7820,6 +9392,7 @@
" hg email -o -r 3000 # Vorfahren von 3000 nicht im default-Ziel\n"
" hg email -o -r 3000 ZIEL # Vorfahren von 3000 nicht im ZIEL"
+#: hgext/patchbomb.py:249
#, fuzzy
msgid ""
" hg email -b # send bundle of all patches not in default\n"
@@ -7833,6 +9406,7 @@
" hg email -b DEST # bündelt alle Patches nicht im ZIEL\n"
" hg email -b -r 3000 ZIEL # bündelt Vorfahren von 3000 nicht im ZIEL"
+#: hgext/patchbomb.py:254
msgid ""
" hg email -o -m mbox && # generate an mbox file...\n"
" mutt -R -f mbox # ... and view it with mutt\n"
@@ -7848,6 +9422,7 @@
"versenden\n"
" -bm -t < mbox # ... mit sendmail"
+#: hgext/patchbomb.py:260
msgid ""
" Before using this command, you will need to enable email in your\n"
" hgrc. See the [email] section in hgrc(5) for details.\n"
@@ -7857,21 +9432,28 @@
" [email] der Konfiguration aktiviert sein. Siehe hgrc(5) für Details.\n"
" "
+#: hgext/patchbomb.py:285 mercurial/hg.py:510 mercurial/localrepo.py:1666
+#: mercurial/scmutil.py:41
msgid "no changes found\n"
msgstr "Keine Änderungen gefunden\n"
+#: hgext/patchbomb.py:317
msgid "specify at least one changeset with -r or -o"
msgstr "Mindestens ein Änderungssatz mit -r oder -o wird benötigt"
+#: hgext/patchbomb.py:320
msgid "--outgoing mode always on with --bundle; do not re-specify --outgoing"
msgstr "--bundle impliziert bereits --outgoing; bitte nicht wiederholt angeben"
+#: hgext/patchbomb.py:325
msgid "too many destinations"
msgstr "zu viele Ziele"
+#: hgext/patchbomb.py:331
msgid "use only one form to specify the revision"
msgstr "Nutze nur eine Form um eine Revision anzugeben"
+#: hgext/patchbomb.py:352
msgid ""
"\n"
"Write the introductory message for the patch series."
@@ -7879,13 +9461,16 @@
"\n"
"Bitte eine Einführung für die Patch-Serie eingeben."
+#: hgext/patchbomb.py:364
#, fuzzy, python-format
msgid "this patch series consists of %d patches."
msgstr "Diese Patch-Serie besteht aus %d Patches."
+#: hgext/patchbomb.py:470
msgid "no recipient addresses provided"
msgstr "Keine Empfängeradresse angegeben"
+#: hgext/patchbomb.py:476
msgid ""
"\n"
"Final summary:"
@@ -7893,35 +9478,39 @@
"\n"
"Engültige Zusammenfassung:"
-msgid "are you sure you want to send (yn)?"
+#: hgext/patchbomb.py:485
+#, fuzzy
+msgid "are you sure you want to send (yn)?$$ &Yes $$ &No"
msgstr "Sicher, dass Sie jetzt senden möchten (j/n)?"
-msgid "&No"
-msgstr "&Nein"
-
-msgid "&Yes"
-msgstr "&Ja"
-
+#: hgext/patchbomb.py:487
msgid "patchbomb canceled"
msgstr "patchbomb abgebrochen"
+#: hgext/patchbomb.py:526
#, fuzzy
msgid "displaying "
msgstr "Zeige "
+#: hgext/patchbomb.py:550
#, fuzzy
msgid "sending "
msgstr "Sende"
+#: hgext/patchbomb.py:551 hgext/patchbomb.py:561
+#: mercurial/httpconnection.py:47 mercurial/httpconnection.py:54
msgid "sending"
msgstr "Sende"
+#: hgext/patchbomb.py:560
msgid "writing"
msgstr "Schreibe"
+#: hgext/progress.py:8
msgid "show progress bars for some actions"
msgstr "Bei einigen Befehlen Fortschrittsbalken zeigen"
+#: hgext/progress.py:10
msgid ""
"This extension uses the progress information logged by hg commands\n"
"to draw progress bars that are as informative as possible. Some progress\n"
@@ -7933,9 +9522,11 @@
"Einige Fortschrittsbalken bieten nur Zustandsinformationen ohne feste\n"
"Dauer, während andere einen definierten Endpunkt haben."
+#: hgext/progress.py:15
msgid "The following settings are available::"
msgstr "Die folgenden Einstellungen sind verfügbar::"
+#: hgext/progress.py:17
msgid ""
" [progress]\n"
" delay = 3 # number of seconds (float) before showing the progress bar\n"
@@ -7965,6 +9556,7 @@
" assume-tty = False # Mit True wird IMMER ein Fortschrittsbalken gezeigt,\n"
" # es sei denn disable ist auf True gesetzt"
+#: hgext/progress.py:31
msgid ""
"Valid entries for the format field are topic, bar, number, unit,\n"
"estimate, speed, and item. item defaults to the last 20 characters of\n"
@@ -7978,61 +9570,76 @@
"entweder die letzten (-) oder die ersten (+) num Zeichen gezeigt.\n"
#. i18n: format XX seconds as "XXs"
+#: hgext/progress.py:54
#, python-format
msgid "%02ds"
msgstr "%02dsek"
#. i18n: format X minutes and YY seconds as "XmYYs"
+#: hgext/progress.py:59
#, python-format
msgid "%dm%02ds"
msgstr "%d:%02d"
#. i18n: format X hours and YY minutes as "XhYYm"
+#: hgext/progress.py:66
#, python-format
msgid "%dh%02dm"
msgstr "%d:%02d"
#. i18n: format X days and YY hours as "XdYYh"
+#: hgext/progress.py:73
#, python-format
msgid "%dd%02dh"
msgstr "%dd%02dh"
#. i18n: format X weeks and YY days as "XwYYd"
+#: hgext/progress.py:80
#, python-format
msgid "%dw%02dd"
msgstr "%dw%02dd"
#. i18n: format X years and YY weeks as "XyYYw"
+#: hgext/progress.py:86
#, python-format
msgid "%dy%02dw"
msgstr "%dy%02dw"
+#: hgext/progress.py:225
#, python-format
msgid "%d %s/sec"
msgstr "%d %s/Sek"
+#: hgext/purge.py:25
msgid "command to delete untracked files from the working directory"
msgstr "Löscht nicht versionierte Dateien aus dem Arbeitsverzeichnis"
+#: hgext/purge.py:36
msgid "abort if an error occurs"
msgstr "Bei Fehler abbrechen"
+#: hgext/purge.py:37
msgid "purge ignored files too"
msgstr "Auch ignorierte Dateien entfernen"
+#: hgext/purge.py:38
msgid "print filenames instead of deleting them"
msgstr "Zeigt Dateinamen an, statt sie zu entfernen"
+#: hgext/purge.py:39
msgid "end filenames with NUL, for use with xargs (implies -p/--print)"
msgstr ""
"Beendet Dateinamen mit NUL zur Nutzung mit xargs (implizert -p/--print)"
+#: hgext/purge.py:42
msgid "hg purge [OPTION]... [DIR]..."
msgstr "hg purge [OPTION]... [DIR]..."
+#: hgext/purge.py:44
msgid "removes files not tracked by Mercurial"
msgstr "Entfernt nicht von Mercurial versionierte Dateien"
+#: hgext/purge.py:46
msgid ""
" Delete files not known to Mercurial. This is useful to test local\n"
" and uncommitted changes in an otherwise-clean source tree."
@@ -8041,9 +9648,11 @@
" lokale und nicht versionierte Dateien in einem ansonsten\n"
" unveränderten Projektarchiv zu testen."
+#: hgext/purge.py:49
msgid " This means that purge will delete:"
msgstr " Das heißt, purge wird das folgende löschen:"
+#: hgext/purge.py:51
msgid ""
" - Unknown files: files marked with \"?\" by :hg:`status`\n"
" - Empty directories: in fact Mercurial ignores directories unless\n"
@@ -8053,9 +9662,11 @@
" - Leere Verzeichnisse: Mercurial ignoriert Verzeichnisse, solange\n"
" sie keine Dateien unter Versionsverwaltung enthalten."
+#: hgext/purge.py:55
msgid " But it will leave untouched:"
msgstr " Aber das folgende unberührt lassen:"
+#: hgext/purge.py:57
msgid ""
" - Modified and unmodified tracked files\n"
" - Ignored files (unless --all is specified)\n"
@@ -8065,6 +9676,7 @@
" - Ignorierte Dateien (es sei denn --all wurde angegeben)\n"
" - Neu hinzugefügte Dateien (mit :hg:`add`)"
+#: hgext/purge.py:61
msgid ""
" If directories are given on the command line, only files in these\n"
" directories are considered."
@@ -8072,6 +9684,7 @@
" Wenn auf der Befehlzeile Verzeichnisse angegeben wurden, werden\n"
" nur Dateien in diesen Verzeichnissen einbezogen."
+#: hgext/purge.py:64
msgid ""
" Be careful with purge, as you could irreversibly delete some files\n"
" you forgot to add to the repository. If you only want to print the\n"
@@ -8085,25 +9698,32 @@
" Programm entfernen würde, nutzen Sie die Option --print.\n"
" "
+#: hgext/purge.py:80
#, python-format
msgid "%s cannot be removed"
msgstr "%s kann nicht entfernt werden"
+#: hgext/purge.py:83 mercurial/scmutil.py:72 mercurial/scmutil.py:106
+#: mercurial/simplemerge.py:411
#, python-format
msgid "warning: %s\n"
msgstr "Warnung: %s\n"
+#: hgext/purge.py:104
#, fuzzy, python-format
msgid "removing file %s\n"
msgstr "Entferne Datei %s\n"
+#: hgext/purge.py:109
#, fuzzy, python-format
msgid "removing directory %s\n"
msgstr "Entferne Verzeichnis %s\n"
+#: hgext/rebase.py:8
msgid "command to move sets of revisions to a different ancestor"
msgstr "Verknüpft Änderungssätze mit einem anderen Vorgänger"
+#: hgext/rebase.py:10
msgid ""
"This extension lets you rebase changesets in an existing Mercurial\n"
"repository."
@@ -8111,6 +9731,7 @@
"Mit dieser Erweiterung können Sie Versionen in einem existierenden\n"
"Mercurial-Projektarchiv auf einen anderen Ansatzpunkt verschieben."
+#: hgext/rebase.py:13
msgid ""
"For more information:\n"
"http://mercurial.selenic.com/wiki/RebaseExtension\n"
@@ -8118,10 +9739,12 @@
"Weitere Informationen:\n"
"http://mercurial.selenic.com/wiki/RebaseExtension\n"
+#: hgext/rebase.py:34
#, fuzzy
msgid "rebase from the specified changeset"
msgstr "Verschiebe angefangen vom gegebenen Änderungssatz"
+#: hgext/rebase.py:36
msgid ""
"rebase from the base of the specified changeset (up to greatest common "
"ancestor of base and dest)"
@@ -8129,50 +9752,66 @@
"verschiebt von der Basis des spezifizierten Changesets (bis zum größten "
"gemeinsamen Vorgänger von base und dest)"
+#: hgext/rebase.py:40
msgid "rebase these revisions"
msgstr "Verschiebe diese Revisionen"
+#: hgext/rebase.py:43
msgid "rebase onto the specified changeset"
msgstr "Verschiebe auf den gegebenen Änderungssatz"
+#: hgext/rebase.py:44
msgid "collapse the rebased changesets"
msgstr "Fügt die verschobenen Änderungssätze zu einem einzelnen zusammen"
+#: hgext/rebase.py:46
msgid "use text as collapse commit message"
msgstr "Setzt die Versionsmeldung des zusammengefügten Änderungssatzes"
+#: hgext/rebase.py:47 hgext/transplant.py:503 mercurial/commands.py:2898
+#: mercurial/commands.py:3560
msgid "invoke editor on commit messages"
msgstr "Ruft Editor zum Setzen der Versionsmeldung auf"
+#: hgext/rebase.py:49
msgid "read collapse commit message from file"
msgstr "Liest Versionsmeldung für den zusammengefügten Änderungssatz aus Datei"
+#: hgext/rebase.py:50
msgid "keep original changesets"
msgstr "Behält die ursprünglichen Änderungssätze bei"
+#: hgext/rebase.py:51
msgid "keep original branch names"
msgstr "Erhält die ursprünglichen Zweignamen"
+#: hgext/rebase.py:52
#, fuzzy
msgid "(DEPRECATED)"
msgstr "VERALTET"
+#: hgext/rebase.py:53 mercurial/commands.py:130
msgid "specify merge tool"
msgstr "Methode für das Zusammenführen"
+#: hgext/rebase.py:54
msgid "continue an interrupted rebase"
msgstr "Führt eine unterbrochene Pfropfung fort"
+#: hgext/rebase.py:55
msgid "abort an interrupted rebase"
msgstr "Bricht eine unterbrochene Pfropfung ab"
+#: hgext/rebase.py:57
msgid "[-s REV | -b REV] [-d REV] [OPTION]"
msgstr ""
+#: hgext/rebase.py:59
msgid "move changeset (and descendants) to a different branch"
msgstr ""
"Verschiebt Versionen (und ihre Nachfolger) auf einen abweichenden Zweig"
+#: hgext/rebase.py:61
msgid ""
" Rebase uses repeated merging to graft changesets from one part of\n"
" history (the source) onto another (the destination). This can be\n"
@@ -8184,6 +9823,7 @@
" Versionshistorie auf einen anderen zu pfropfen. Dies ist nützlich, um\n"
" *lokale* Änderungen in einem Hauptentwicklunszweig zu linearisieren."
+#: hgext/rebase.py:66
msgid ""
" You should not rebase changesets that have already been shared\n"
" with others. Doing so will force everybody else to perform the\n"
@@ -8195,22 +9835,26 @@
" Operation durchzuführen, um die verschobenen Versionen nicht\n"
" doppelt zu haben, sobald sie Ihre Änderungen abrufen."
+#: hgext/rebase.py:71
msgid ""
" In its default configuration, Mercurial will prevent you from\n"
" rebasing published changes. See :hg:`help phases` for details."
msgstr ""
+#: hgext/rebase.py:74
+#, fuzzy
msgid ""
" If you don't specify a destination changeset (``-d/--dest``),\n"
-" rebase uses the tipmost head of the current named branch as the\n"
-" destination. (The destination changeset is not modified by\n"
-" rebasing, but new changesets are added as its descendants.)"
+" rebase uses the current branch tip as the destination. (The\n"
+" destination changeset is not modified by rebasing, but new\n"
+" changesets are added as its descendants.)"
msgstr ""
" Wenn Sie keine Zielversion spezifizieren (``-d/--dest``), verwendet\n"
" rebase als Ziel den Kopf des aktuellen benannten Zweigs, der\n"
" der Projektspitze (tip) am nächsten ist. (Die Zielversion wird durch\n"
" die Verschiebung nicht verändert, aber erhält neue Kinder.)"
+#: hgext/rebase.py:79
msgid ""
" You can specify which changesets to rebase in two ways: as a\n"
" \"source\" changeset or as a \"base\" changeset. Both are shorthand\n"
@@ -8236,6 +9880,7 @@
" Version im zu verschiebenden Zweig an. Wenn Sie weder ``-s`` noch\n"
" ``-b`` angeben, wird den Vorfahr der Arbeitskopie als Basis verwendet."
+#: hgext/rebase.py:91
msgid ""
" For advanced usage, a third way is available through the ``--rev``\n"
" option. It allows you to specify an arbitrary set of changesets to\n"
@@ -8243,6 +9888,7 @@
" automatically included in the rebase."
msgstr ""
+#: hgext/rebase.py:96
msgid ""
" By default, rebase recreates the changesets in the source branch\n"
" as descendants of dest and then destroys the originals. Use\n"
@@ -8256,10 +9902,12 @@
" entfernt werden (z.B. Zusammenführungen aus dem Zielzweig, die keine\n"
" eigenen Änderungen über die Zusammenführung hinaus enthalten)."
+#: hgext/rebase.py:102
+#, fuzzy
msgid ""
" One result of the rules for selecting the destination changeset\n"
" and source branch is that, unlike ``merge``, rebase will do\n"
-" nothing if you are at the latest (tipmost) head of a named branch\n"
+" nothing if you are at the branch tip of a named branch\n"
" with two heads. You need to explicitly specify source and/or\n"
" destination (or ``update`` to the other head, if it's the head of\n"
" the intended source branch)."
@@ -8273,6 +9921,7 @@
" tritt aber vor allem ein, wenn das Arbeitsverzeichnis im Zielzweig\n"
" liegt, also zunächst auf den Quellzweig aktualisiert werden muss."
+#: hgext/rebase.py:109
msgid ""
" If a rebase is interrupted to manually resolve a merge, it can be\n"
" continued with --continue/-c or aborted with --abort/-a."
@@ -8281,6 +9930,7 @@
" werden, kann sie mit --continue/-c wieder aufgenommen oder mit\n"
" --abort/-a abgebrochen werden."
+#: hgext/rebase.py:112
msgid ""
" Returns 0 on success, 1 if nothing to rebase.\n"
" "
@@ -8288,182 +9938,235 @@
" Gibt 0 bei Erfolg zurück, oder 1, wenn es nichts zu verschieben gibt.\n"
" "
+#: hgext/rebase.py:148
msgid "message can only be specified with collapse"
msgstr ""
"Eine Versionsmeldung kann nur für beim Zusammenfalten (--collapse) gegeben\n"
"werden"
+#: hgext/rebase.py:152
msgid "cannot use both abort and continue"
msgstr "abort und continue dürfen nicht gleichzeitig angegeben werden"
+#: hgext/rebase.py:155
msgid "cannot use collapse with continue or abort"
msgstr "collapse kann nicht mit continue oder abort genutzt werden"
+#: hgext/rebase.py:158
msgid "abort and continue do not allow specifying revisions"
msgstr "abort und continue erlauben keine Angabe einer Revision"
+#: hgext/rebase.py:160
msgid "tool option will be ignored\n"
msgstr "Die Option tool wird ignoriert\n"
+#: hgext/rebase.py:168
msgid "cannot specify both a source and a base"
msgstr "Quelle und Basis dürfen nicht gleichzeitig angegeben werden"
+#: hgext/rebase.py:171
msgid "cannot specify both a revision and a base"
msgstr "Revision und Basis dürfen nicht gleichzeitig angegeben werden"
+#: hgext/rebase.py:174
msgid "cannot specify both a revision and a source"
msgstr "Revision und Quelle dürfen nicht gleichzeitig angegeben werden"
+#: hgext/rebase.py:210
msgid "can't remove original changesets with unrebased descendants"
msgstr "Kann Änderungssatz nicht ohne dessen Nachfahren verschieben"
+#: hgext/rebase.py:212
msgid "use --keep to keep original changesets"
msgstr "Verwende --keep, um die ursprünglichen Änderungssätze zu behalten"
+#: hgext/rebase.py:218
msgid "nothing to rebase\n"
msgstr "Kein Verschiebung nötig\n"
+#: hgext/rebase.py:221
#, python-format
msgid "can't rebase immutable changeset %s"
msgstr "Nicht veränderbarer Änderungssatz %s kann nicht verschoben werden"
+#: hgext/rebase.py:223 hgext/rebase.py:615
msgid "see hg help phases for details"
msgstr "Siehe hg help phases für Details"
+#: hgext/rebase.py:240
msgid "cannot collapse multiple named branches"
msgstr "Mehrere benannte Zweige können nicht zusammengefaltet werden"
+#: hgext/rebase.py:260 hgext/rebase.py:296
msgid "rebasing"
msgstr "Verschiebe"
+#: hgext/rebase.py:261 mercurial/changegroup.py:343
+#: mercurial/localrepo.py:2099 mercurial/localrepo.py:2119
+#: mercurial/verify.py:136
msgid "changesets"
msgstr "Änderungssätze"
+#: hgext/rebase.py:274
msgid "unresolved conflicts (see hg resolve, then hg rebase --continue)"
msgstr ""
"ungelöste Konflikte (siehe hg resolve, fahre mit hg rebase --continue fort)"
+#: hgext/rebase.py:291
#, python-format
msgid "no changes, revision %d skipped\n"
msgstr "keine Änderungen, Revision %d übersprungen\n"
+#: hgext/rebase.py:297
msgid "rebase merging completed\n"
msgstr "Zusammenführungen der Verschiebung abgeschlossen\n"
+#: hgext/rebase.py:336
msgid "rebase completed\n"
msgstr "Verschiebung abgeschlossen\n"
+#: hgext/rebase.py:339
#, python-format
msgid "%d revisions have been skipped\n"
msgstr "%d Revisionen wurden übersprungen\n"
+#: hgext/rebase.py:362
msgid "unable to collapse, there is more than one external parent"
msgstr ""
"Zusammenfalten nicht möglich: es gibt mehr als einen externen Vorgänger"
+#: hgext/rebase.py:455
#, python-format
msgid "cannot use revision %d as base, result would have 3 parents"
msgstr ""
"Revision %d kann nicht als Basis genutzt werden: das Ergebnis hätte 3 "
"Vorgänger"
+#: hgext/rebase.py:593
msgid "no rebase in progress"
msgstr "Keine vorherige Verschiebung zur Wiederaufnahme"
-#, fuzzy, python-format
-msgid "can't abort rebase due to immutable changesets %s"
+#: hgext/rebase.py:613
+#, fuzzy, python-format
+msgid "warning: can't clean up immutable changesets %s\n"
msgstr "Nicht veränderbarer Änderungssatz %s kann nicht verschoben werden"
-msgid "warning: new changesets detected on target branch, can't abort\n"
+#: hgext/rebase.py:622
+#, fuzzy
+msgid "warning: new changesets detected on target branch, can't strip\n"
msgstr ""
"Warnung: Neue Änderungssätze auf Zielzweig gefunden. Kann nicht abbrechen\n"
+#: hgext/rebase.py:639
msgid "rebase aborted\n"
msgstr "Verschiebung abgebrochen\n"
+#: hgext/rebase.py:655
msgid "cannot rebase onto an applied mq patch"
msgstr "Verschiebung kann nicht auf einem angewandten MQ-Patch aufsetzen"
+#: hgext/rebase.py:659
msgid "no matching revisions"
msgstr "keine passenden Revisionen"
+#: hgext/rebase.py:666
msgid "source is ancestor of destination"
msgstr "Quelle ist ein Vorfahr des Ziels"
+#: hgext/rebase.py:754
msgid "warning: new changesets detected on source branch, not stripping\n"
msgstr "Warnung: Neue Änderungssätze auf Quellzweig gefunden, lösche nicht\n"
+#: hgext/rebase.py:795 mercurial/bookmarks.py:257 mercurial/commands.py:4531
+#: mercurial/commands.py:5861 mercurial/localrepo.py:1968
#, python-format
msgid "updating bookmark %s\n"
msgstr "Aktualisiere Lesezeichen %s\n"
+#: hgext/rebase.py:799
msgid "--tool can only be used with --rebase"
msgstr "--tool kann nicht gleichzeitig mit --rebase verwendet werden"
+#. i18n: column positioning for "hg summary"
+#: hgext/rebase.py:808
+#, python-format
+msgid "rebase: %s, %s (rebase --continue)\n"
+msgstr ""
+
+#: hgext/rebase.py:809
+#, fuzzy, python-format
+msgid "%d rebased"
+msgstr "%d umbenannt"
+
+#: hgext/rebase.py:817
msgid "rebase working directory to branch head"
msgstr "Führt Verschiebung des Arbeitsverzeichnisses auf den Zweigkopf"
+#: hgext/rebase.py:819
msgid "specify merge tool for rebase"
msgstr "Methode für Zusammenführungen innerhalb der Verschiebung"
+#: hgext/rebase.py:822
+#, fuzzy
+msgid "rebase in progress"
+msgstr "Keine vorherige Verschiebung zur Wiederaufnahme"
+
+#: hgext/rebase.py:823
+msgid "use 'hg rebase --continue' or 'hg rebase --abort'"
+msgstr ""
+
+#: hgext/record.py:8
msgid "commands to interactively select changes for commit/qrefresh"
msgstr "Befehle um interaktiv Änderungen für commit/qrefresh zu wählen"
+#: hgext/record.py:23 mercurial/commands.py:113
msgid "ignore white space when comparing lines"
msgstr "Ignoriert Leerzeichen beim Vergleich von Zeilen"
+#: hgext/record.py:25 mercurial/commands.py:115
msgid "ignore changes in the amount of white space"
msgstr "Ignoriert Änderungen bei der Anzahl von Leerzeichen"
+#: hgext/record.py:27 mercurial/commands.py:117
msgid "ignore changes whose lines are all blank"
msgstr "Ignoriert Änderungen, die nur aus Leerzeilen bestehen"
+#: hgext/record.py:102
msgid "this modifies a binary file (all or nothing)\n"
msgstr "Dies modifiziert eine Binärdatei (alles oder nicht)\n"
+#: hgext/record.py:107
msgid "this is a binary file\n"
msgstr "Dies ist eine Binärdatei\n"
+#: hgext/record.py:110
#, python-format
msgid "%d hunks, %d lines changed\n"
msgstr "%d Hunks, %d Zeilen geändert\n"
-msgid "[Ynesfdaq?]"
-msgstr "[jnesdfab?]"
-
-msgid "&Yes, record this change"
-msgstr "&Ja - übernimmt diese Änderung"
-
-msgid "&No, skip this change"
-msgstr "&Nein, überspringt diese Änderung"
-
-msgid "&Edit the change manually"
-msgstr "Änderung manuell &editieren"
-
-msgid "&Skip remaining changes to this file"
-msgstr "Über&springe die restlichen Änderungen an dieser Datei"
-
-msgid "Record remaining changes to this &file"
-msgstr "Zeichne die restlichen Änderungen an dieser &Datei auf"
-
-msgid "&Done, skip remaining changes and files"
-msgstr "&Fertig, überspringe die restlichen Änderungen und Dateien"
-
-msgid "Record &all changes to all remaining files"
-msgstr "Zeichne &alle Änderungen der verbleibenden Dateien auf"
-
-msgid "&Quit, recording no changes"
-msgstr "&Beende, zeichnet keine Änderungen auf"
-
-msgid "&?"
-msgstr "&?"
-
+#: hgext/record.py:286
+msgid ""
+"[Ynesfdaq?]$$ &Yes, record this change$$ &No, skip this change$$ &Edit the "
+"change manually$$ &Skip remaining changes to this file$$ Record remaining "
+"changes to this &file$$ &Done, skip remaining changes and files$$ Record "
+"&all changes to all remaining files$$ &Quit, recording no changes$$ &?"
+msgstr ""
+"[Jneszfab?]$$ &Ja, diese Änderung aufzeichnen$$ &Nein, diese Änderung "
+"überspringen$$ Änderung manuell &editieren$$ Verbleibende Änderungen an "
+"dieser Datei über&springen$$ Verbleibende Änderungen an dieser Datei "
+"auf&zeichnen$$ &Fertig, verbleibende Änderungen und Dateien überspringen$$ "
+"&Alle Änderungen an allen verbleibenden Dateien aufzeichnen$$ &Beenden, "
+"keine Änderungen aufzeichnen$$ &?"
+
+#: hgext/record.py:311
msgid "cannot edit patch for whole file"
msgstr "Patch für ganze Datei kann nicht bearbeitet werden"
+#: hgext/record.py:315
msgid "cannot edit patch for binary file"
msgstr "Patch für eine Binär-Datei kann nicht bearbeitet werden"
+#: hgext/record.py:320
msgid ""
"\n"
"To remove '-' lines, make them ' ' lines (context).\n"
@@ -8471,6 +10174,7 @@
"Lines starting with # will be removed from the patch."
msgstr ""
+#: hgext/record.py:325
msgid ""
"If the patch applies cleanly, the edited hunk will immediately be\n"
"added to the record list. If it does not apply cleanly, a rejects\n"
@@ -8479,33 +10183,42 @@
"the hunk is left unchanged.\n"
msgstr ""
+#: hgext/record.py:345 mercurial/ui.py:714
msgid "edit failed"
msgstr "Bearbeiten fehlgeschlagen"
+#: hgext/record.py:371
msgid "user quit"
msgstr "Abbruch durch Benutzer"
+#: hgext/record.py:388
#, python-format
msgid "examine changes to %s?"
msgstr "Überprüfe Änderungen an %s?"
+#: hgext/record.py:389
msgid " and "
msgstr " und "
+#: hgext/record.py:401
#, fuzzy, python-format
msgid "record this change to '%s'?"
msgstr "Übernehme die Änderung an %r?"
+#: hgext/record.py:404
#, fuzzy, python-format
msgid "record change %d/%d to '%s'?"
msgstr "Übernehme die Änderung %d/%d an %r?"
+#: hgext/record.py:427
msgid "hg record [OPTION]... [FILE]..."
msgstr "hg record [OPTION]... [DATEI]..."
+#: hgext/record.py:429
msgid "interactively select changes to commit"
msgstr "Interaktive Auswahl der Änderungen zur Übernahme ins Archiv"
+#: hgext/record.py:431
msgid ""
" If a list of files is omitted, all changes reported by :hg:`status`\n"
" will be candidates for recording."
@@ -8513,6 +10226,7 @@
" Falls keine Liste von Dateien angegeben wird, gelten alle von\n"
" hg:`status` gemeldeten Änderungen als Kandidaten für 'record'."
+#: hgext/record.py:436
msgid ""
" You will be prompted for whether to record changes to each\n"
" modified file, and for files with multiple changes, for each\n"
@@ -8523,6 +10237,7 @@
" werden sollen. Bei Dateien mit mehreren Änderungen für jede einzelne\n"
" Änderung. Folgenden Antworten sind bei jeder Anfrage möglich::"
+#: hgext/record.py:441
msgid ""
" y - record this change\n"
" n - skip this change\n"
@@ -8532,6 +10247,7 @@
" n - Diese Änderung überspringen\n"
" e - Diese Änderung manuell bearbeiten"
+#: hgext/record.py:445
msgid ""
" s - skip remaining changes to this file\n"
" f - record remaining changes to this file"
@@ -8539,6 +10255,7 @@
" s - überspringt verbleibende Änderungen dieser Datei\n"
" f - übernimmt verbleibende Änderungen dieser Datei"
+#: hgext/record.py:448
msgid ""
" d - done, skip remaining changes and files\n"
" a - record all changes to all remaining files\n"
@@ -8548,17 +10265,21 @@
" a - übernimmt alle Änderungen aller verbleibenden Dateien\n"
" b - beendet ohne Änderungen zu übernehmen"
+#: hgext/record.py:452
msgid " ? - display help"
msgstr " ? - zeigt Hilfe an"
+#: hgext/record.py:454
msgid " This command is not available when committing a merge."
msgstr ""
" Dieses Kommando ist nicht verfügbar, wenn Sie einen Zusammenführung\n"
" übernehmen."
+#: hgext/record.py:475 hgext/record.py:673
msgid "interactively record a new patch"
msgstr "Interaktive Aufnahme eines neuen Patches"
+#: hgext/record.py:477
msgid ""
" See :hg:`help qnew` & :hg:`help record` for more information and\n"
" usage.\n"
@@ -8567,37 +10288,47 @@
" Siehe auch :hg:`help qnew` und :hg:`help record` für weitere Infos.\n"
" "
+#: hgext/record.py:484
msgid "'mq' extension not loaded"
msgstr "'mq' Erweiterung nicht geladen"
+#: hgext/record.py:501
#, python-format
msgid "running non-interactively, use %s instead"
msgstr "Nicht-interaktive Ausführung, nutze stattdessen '%s'"
+#: hgext/record.py:525
msgid "cannot partially commit a merge (use \"hg commit\" instead)"
msgstr ""
"Eine Zusammenführung kann nicht teilweise übernommen werden (verwende :hg:"
"`commit`)"
+#: hgext/record.py:543
#, fuzzy, python-format
msgid "error parsing patch: %s"
msgstr "Fehler beim Zusammenlegen des Patches %s"
+#: hgext/record.py:557
msgid "no changes to record\n"
msgstr "Keine Änderungen zu übernehmen\n"
+#: hgext/record.py:658 hgext/record.py:671
msgid "hg qrecord [OPTION]... PATCH [FILE]..."
msgstr "hg qrecord [OPTION]... PATCH [DATEI]..."
+#: hgext/record.py:675
msgid "interactively select changes to refresh"
msgstr "Interaktive Auswahl der Änderungen für refresh"
+#: hgext/relink.py:8
msgid "recreates hardlinks between repository clones"
msgstr "stellt Hardlinks zwischen Archivklonen wieder her"
+#: hgext/relink.py:17
msgid "recreate hardlinks between two repositories"
msgstr "stellt harte Verknüpfungen zwischen zwei Archiven wieder her"
+#: hgext/relink.py:19
msgid ""
" When repositories are cloned locally, their data files will be\n"
" hardlinked so that they only use the space of a single repository."
@@ -8605,6 +10336,7 @@
" Wenn Archive lokal geklont werden, werden ihre Datendateien hart\n"
" verknüpft, sodass sie nur den Platz eines einzelnen Archivs belegen."
+#: hgext/relink.py:22
msgid ""
" Unfortunately, subsequent pulls into either repository will break\n"
" hardlinks for any files touched by the new changesets, even if\n"
@@ -8614,6 +10346,7 @@
" Verknüpfungen aller Dateien, die von neuen Änderungssätzen betroffen\n"
" sind, selbst wenn beide Archive letzlich dieselben Änderungen enthalten."
+#: hgext/relink.py:26
msgid ""
" Similarly, passing --rev to \"hg clone\" will fail to use any\n"
" hardlinks, falling back to a complete copy of the source\n"
@@ -8622,6 +10355,7 @@
" In gleicher Weise scheitert \"hg clone\" mit --rev an harten\n"
" Verknüpfungen und nutzt eine komplette Kopie des Quellarchivs."
+#: hgext/relink.py:30
msgid ""
" This command lets you recreate those hardlinks and reclaim that\n"
" wasted space."
@@ -8629,6 +10363,7 @@
" Dieses Kommando erlaubt es, diese Verknüpfungen wieder herzustellen\n"
" und den verlorenen Platz zurückzugewinnen."
+#: hgext/relink.py:33
msgid ""
" This repository will be relinked to share space with ORIGIN, which\n"
" must be on the same local disk. If ORIGIN is omitted, looks for\n"
@@ -8639,6 +10374,7 @@
" angegeben ist, wird der Pfad mit dem Namen \"default-relink\" oder\n"
" anschließend \"default\" aus dem Abschnitt [paths] verwendet."
+#: hgext/relink.py:37
msgid ""
" Do not attempt any read operations on this repository while the\n"
" command is running. (Both repositories will be locked against\n"
@@ -8649,53 +10385,73 @@
" Archiv durchzuführen. Schreiben wird von beiden Archive verhindert.\n"
" "
+#: hgext/relink.py:43
msgid "hardlinks are not supported on this system"
msgstr "Harte Verknüpfungen werden von diesem System nicht unterstützt"
+#: hgext/relink.py:46
#, python-format
msgid "relinking %s to %s\n"
msgstr "Wiederverknüpft: %s nach %s\n"
+#: hgext/relink.py:48
msgid "there is nothing to relink\n"
msgstr "Es gibt nichts zum wiederverknüpfen\n"
+#: hgext/relink.py:76
#, python-format
msgid "tip has %d files, estimated total number of files: %s\n"
msgstr "Die Archivspitze (tip) hat %d Dateien. Geschätzte Gesamtzahl: %s\n"
+#: hgext/relink.py:89 hgext/relink.py:91
msgid "collecting"
msgstr "Sammle"
+#: hgext/relink.py:89 hgext/relink.py:124 hgext/relink.py:167
+#: mercurial/archival.py:295 mercurial/archival.py:300
+#: mercurial/changegroup.py:388 mercurial/localrepo.py:2146
+#: mercurial/localrepo.py:2261 mercurial/merge.py:493 mercurial/merge.py:499
+#: mercurial/merge.py:505 mercurial/subrepo.py:417 mercurial/subrepo.py:425
+#: mercurial/subrepo.py:1401 mercurial/subrepo.py:1415
msgid "files"
msgstr "Dateien"
+#: hgext/relink.py:92
#, python-format
msgid "collected %d candidate storage files\n"
msgstr "%d Kandidaten gesammelt\n"
+#: hgext/relink.py:107
msgid "source and destination are on different devices"
msgstr "Quelle und Ziel sind auf unterschiedlichen Geräten"
+#: hgext/relink.py:124 hgext/relink.py:126
msgid "pruning"
msgstr "Schränke ein"
+#: hgext/relink.py:127
#, python-format
msgid "pruned down to %d probably relinkable files\n"
msgstr "Schränke auf %d wahrscheinlich wiederverknüpfbare Dateien ein\n"
+#: hgext/relink.py:167 hgext/relink.py:173
msgid "relinking"
msgstr "Verknüpfe erneut"
+#: hgext/relink.py:175
#, python-format
msgid "relinked %d files (%s reclaimed)\n"
msgstr "%d Dateien wiederverknüpft (%s zurückgewonnen)\n"
+#: hgext/relink.py:182
msgid "[ORIGIN]"
msgstr "[HERKUNFT]"
+#: hgext/schemes.py:6
msgid "extend schemes with shortcuts to repository swarms"
msgstr ""
+#: hgext/schemes.py:8
#, fuzzy
msgid ""
"This extension allows you to specify shortcuts for parent URLs with a\n"
@@ -8705,6 +10461,7 @@
"anzugeben, deren Verzeichnisse sich nach einem Muster verhalten,\n"
"beispielsweise::"
+#: hgext/schemes.py:11
msgid ""
" [schemes]\n"
" py = http://code.python.org/hg/"
@@ -8712,23 +10469,28 @@
" [schemes]\n"
" py = http://code.python.org/hg/"
+#: hgext/schemes.py:14
#, fuzzy
msgid "After that you can use it like::"
msgstr "Danach kann man es wie folgt benutzen::"
+#: hgext/schemes.py:16
msgid " hg clone py://trunk/"
msgstr " hg clone py://trunk/"
+#: hgext/schemes.py:18
msgid ""
"Additionally there is support for some more complex schemas, for\n"
"example used by Google Code::"
msgstr ""
+#: hgext/schemes.py:21
msgid ""
" [schemes]\n"
" gcode = http://{1}.googlecode.com/hg/"
msgstr ""
+#: hgext/schemes.py:24
msgid ""
"The syntax is taken from Mercurial templates, and you have unlimited\n"
"number of variables, starting with ``{1}`` and continuing with\n"
@@ -8737,9 +10499,11 @@
"just appended to an URL."
msgstr ""
+#: hgext/schemes.py:30
msgid "For convenience, the extension adds these schemes by default::"
msgstr ""
+#: hgext/schemes.py:32
msgid ""
" [schemes]\n"
" py = http://hg.python.org/\n"
@@ -8749,6 +10513,7 @@
" kiln = https://{1}.kilnhg.com/Repo/"
msgstr ""
+#: hgext/schemes.py:39
msgid ""
"You can override a predefined scheme by defining a new scheme with the\n"
"same name.\n"
@@ -8756,26 +10521,32 @@
"Ein vordefiniertes Schema kann mit einem neuen Schema überschrieben werden,\n"
"indem der gleiche Name angegeben wird.\n"
+#: hgext/schemes.py:68
#, python-format
msgid "no '://' in scheme url '%s'"
msgstr ""
+#: hgext/schemes.py:100
#, python-format
msgid "custom scheme %s:// conflicts with drive letter %s:\\\n"
msgstr ""
+#: hgext/share.py:6
msgid "share a common history between several working directories"
msgstr ""
"Eine gemeinsame Historie zwischen mehreren Arbeitsverzeichnissen teilen"
+#: hgext/share.py:14
msgid "create a new shared repository"
msgstr "Erzeuge ein neues gemeinsames Archiv"
+#: hgext/share.py:16
msgid ""
" Initialize a new repository and working directory that shares its\n"
" history with another repository."
msgstr ""
+#: hgext/share.py:19
msgid ""
" .. note::\n"
" using rollback or extensions that destroy/modify history (mq,\n"
@@ -8785,95 +10556,118 @@
" with rollback, the other clone will suddenly stop working: all\n"
" operations will fail with \"abort: working directory has unknown\n"
" parent\". The only known workaround is to use debugsetparents on\n"
-" the broken clone to reset it to a changeset that still exists\n"
-" (e.g. tip).\n"
-" "
-msgstr ""
-
+" the broken clone to reset it to a changeset that still exists.\n"
+" "
+msgstr ""
+
+#: hgext/share.py:33
msgid "convert a shared repository to a normal one"
msgstr "Konvertiert ein gemeinsames Archiv in ein normales"
+#: hgext/share.py:35
msgid ""
" Copy the store data to the repo and remove the sharedpath data.\n"
" "
msgstr ""
+#: hgext/share.py:39
msgid "this is not a shared repo"
msgstr "Dies ist kein gemeinsames Archiv"
+#: hgext/share.py:66
msgid "do not create a working copy"
msgstr "erstelle keine Arbeitskopie"
+#: hgext/share.py:67
msgid "[-U] SOURCE [DEST]"
msgstr "[-U] QUELLE [ZIEL]"
+#: hgext/transplant.py:8
msgid "command to transplant changesets from another branch"
msgstr ""
+#: hgext/transplant.py:10
msgid ""
"This extension allows you to transplant changes to another parent revision,\n"
"possibly in another repository. The transplant is done using 'diff' patches."
msgstr ""
+#: hgext/transplant.py:13
msgid ""
"Transplanted patches are recorded in .hg/transplant/transplants, as a\n"
"map from a changeset hash to its hash in the source repository.\n"
msgstr ""
+#: hgext/transplant.py:131
#, python-format
msgid "skipping already applied revision %s\n"
msgstr "Überspringe bereits angewendete Revision %s\n"
+#: hgext/transplant.py:162
#, python-format
msgid "skipping merge changeset %s:%s\n"
msgstr ""
+#: hgext/transplant.py:168 hgext/transplant.py:329 mercurial/commands.py:448
#, python-format
msgid "%s is not a parent of %s"
msgstr "%s ist kein Vorgänger von %s"
+#: hgext/transplant.py:198
#, python-format
msgid "%s merged at %s\n"
msgstr ""
+#: hgext/transplant.py:201
#, python-format
msgid "%s transplanted to %s\n"
msgstr ""
+#: hgext/transplant.py:222
#, python-format
msgid "filtering %s\n"
msgstr ""
+#: hgext/transplant.py:238
msgid "filter failed"
msgstr "Filter fehlgeschlagen"
+#: hgext/transplant.py:263
msgid "can only omit patchfile if merging"
msgstr ""
+#: hgext/transplant.py:277
msgid "fix up the merge and run hg transplant --continue"
msgstr ""
+#: hgext/transplant.py:291
#, fuzzy, python-format
msgid "skipping emptied changeset %s\n"
msgstr "Entfernt berichtigten Änderungssatz %s\n"
+#: hgext/transplant.py:302
#, python-format
msgid "%s transplanted as %s\n"
msgstr ""
+#: hgext/transplant.py:322
msgid "transplant log file is corrupt"
msgstr "transplant Logdatei ist beschädigt"
+#: hgext/transplant.py:340
#, python-format
msgid "working dir not at transplant parent %s"
msgstr ""
+#: hgext/transplant.py:347
msgid "commit failed"
msgstr "Übernahme der Änderungen schlug fehl"
+#: hgext/transplant.py:405
msgid "filter corrupted changeset (no user or date)"
msgstr "filtriere beschädigte Änderungssätze (ohne Nutzer oder Datum)"
+#: hgext/transplant.py:455
msgid ""
"y: transplant this changeset\n"
"n: skip this changeset\n"
@@ -8884,49 +10678,63 @@
"?: show this help\n"
msgstr ""
+#: hgext/transplant.py:470
#, fuzzy
msgid "apply changeset? [ynmpcq?]:"
msgstr "Änderung anwenden? [ynmpcq?]:"
+#: hgext/transplant.py:480
msgid "no such option\n"
msgstr "Keine solche Option\n"
+#: hgext/transplant.py:496
#, fuzzy
msgid "transplant changesets from REPO"
msgstr "Patches von REPO abrufen"
+#: hgext/transplant.py:497
#, fuzzy
msgid "use this source changeset as head"
msgstr "Erhalte Reihenfolge der Quellrevisionen"
+#: hgext/transplant.py:498
#, fuzzy
msgid "pull all changesets up to the --branch revisions"
msgstr "Alle Änderungssätze bis BRANCH abrufen"
+#: hgext/transplant.py:499
msgid "skip over REV"
msgstr "REV überspringen"
+#: hgext/transplant.py:500
msgid "merge at REV"
msgstr "Bei REV zusammenführen"
+#: hgext/transplant.py:502
msgid "parent to choose when transplanting merge"
msgstr "Auszuwählender Vorgänger wenn eine Änderung transplantiert wird"
+#: hgext/transplant.py:504
msgid "append transplant info to log message"
msgstr ""
+#: hgext/transplant.py:505
msgid "continue last transplant session after fixing conflicts"
msgstr ""
+#: hgext/transplant.py:508
msgid "filter changesets through command"
msgstr "Filtriere Änderungssätze durch Programm"
+#: hgext/transplant.py:509
msgid "hg transplant [-s REPO] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."
msgstr ""
+#: hgext/transplant.py:512
msgid "transplant changesets from another branch"
msgstr ""
+#: hgext/transplant.py:514
msgid ""
" Selected changesets will be applied on top of the current working\n"
" directory with the log of the original changeset. The changesets\n"
@@ -8934,6 +10742,7 @@
" identities."
msgstr ""
+#: hgext/transplant.py:519
msgid ""
" Consider using the graft command if everything is inside the same\n"
" repository - it will use merges and will usually give a better result.\n"
@@ -8941,20 +10750,24 @@
" to move them instead of copying them."
msgstr ""
+#: hgext/transplant.py:524 mercurial/commands.py:2918
msgid ""
" If --log is specified, log messages will have a comment appended\n"
" of the form::"
msgstr ""
+#: hgext/transplant.py:527
msgid " (transplanted from CHANGESETHASH)"
msgstr ""
+#: hgext/transplant.py:529
msgid ""
" You can rewrite the changelog message with the --filter option.\n"
" Its argument will be invoked with the current changelog message as\n"
" $1 and the patch as $2."
msgstr ""
+#: hgext/transplant.py:533
msgid ""
" --source/-s specifies another repository to use for selecting "
"changesets,\n"
@@ -8966,17 +10779,21 @@
" with --branch will be transplanted."
msgstr ""
+#: hgext/transplant.py:541
#, fuzzy
msgid " Example:"
msgstr " Beispiele::"
+#: hgext/transplant.py:543
msgid ""
" - transplant all changes up to REV on top of your current revision::"
msgstr ""
+#: hgext/transplant.py:545
msgid " hg transplant --branch REV --all"
msgstr ""
+#: hgext/transplant.py:547
msgid ""
" You can optionally mark selected transplanted changesets as merge\n"
" changesets. You will not be prompted to transplant any ancestors\n"
@@ -8984,16 +10801,19 @@
" normally instead of transplanting them."
msgstr ""
+#: hgext/transplant.py:552
msgid ""
" Merge changesets may be transplanted directly by specifying the\n"
" proper parent changeset by calling :hg:`transplant --parent`."
msgstr ""
+#: hgext/transplant.py:555
msgid ""
" If no merges or revisions are provided, :hg:`transplant` will\n"
" start an interactive changeset browser."
msgstr ""
+#: hgext/transplant.py:558
msgid ""
" If a changeset application fails, you can fix the merge by hand\n"
" and then resume where you left off by calling :hg:`transplant\n"
@@ -9001,41 +10821,61 @@
" "
msgstr ""
+#: hgext/transplant.py:583
#, fuzzy
msgid "--continue is incompatible with --branch, --all and --merge"
msgstr "--continue ist inkompatibel mit branch, all oder merge"
+#: hgext/transplant.py:588
msgid "no source URL, branch revision or revision list provided"
msgstr ""
+#: hgext/transplant.py:592
msgid "--all requires a branch revision"
msgstr "--all benötigt eine Zweig-Version"
+#: hgext/transplant.py:594
msgid "--all is incompatible with a revision list"
msgstr ""
+#: hgext/transplant.py:611
msgid "no revision checked out"
msgstr ""
+#: hgext/transplant.py:614 mercurial/merge.py:701
msgid "outstanding uncommitted merges"
msgstr ""
+#: hgext/transplant.py:617
msgid "outstanding local changes"
msgstr ""
+#: hgext/transplant.py:669
msgid ""
"``transplanted([set])``\n"
" Transplanted changesets in set, or all transplanted changesets."
msgstr ""
+#: hgext/transplant.py:679
msgid ""
":transplanted: String. The node identifier of the transplanted\n"
" changeset if any."
msgstr ""
+#: hgext/transplant.py:688
+#, fuzzy
+msgid "transplant in progress"
+msgstr "Keine vorherige Verschiebung zur Wiederaufnahme"
+
+#: hgext/transplant.py:689
+msgid "use 'hg transplant --continue' or 'hg update' to abort"
+msgstr ""
+
+#: hgext/win32mbcs.py:12
msgid "allow the use of MBCS paths with problematic encodings"
msgstr ""
+#: hgext/win32mbcs.py:14
msgid ""
"Some MBCS encodings are not good for some path operations (i.e.\n"
"splitting path, case conversion, etc.) with its encoded bytes. We call\n"
@@ -9045,9 +10885,11 @@
"operation."
msgstr ""
+#: hgext/win32mbcs.py:21
msgid "This extension is useful for:"
msgstr ""
+#: hgext/win32mbcs.py:23
msgid ""
"- Japanese Windows users using shift_jis encoding.\n"
"- Chinese Windows users using big5 encoding.\n"
@@ -9055,61 +10897,75 @@
" case-insensitive file system."
msgstr ""
+#: hgext/win32mbcs.py:28
msgid "This extension is not needed for:"
msgstr ""
+#: hgext/win32mbcs.py:30
msgid ""
"- Any user who use only ASCII chars in path.\n"
"- Any user who do not use any of problematic encodings."
msgstr ""
+#: hgext/win32mbcs.py:33
msgid "Note that there are some limitations on using this extension:"
msgstr ""
+#: hgext/win32mbcs.py:35
msgid ""
"- You should use single encoding in one repository.\n"
"- If the repository path ends with 0x5c, .hg/hgrc cannot be read.\n"
"- win32mbcs is not compatible with fixutf8 extension."
msgstr ""
+#: hgext/win32mbcs.py:39
msgid ""
"By default, win32mbcs uses encoding.encoding decided by Mercurial.\n"
"You can specify the encoding by config option::"
msgstr ""
+#: hgext/win32mbcs.py:42
msgid ""
" [win32mbcs]\n"
" encoding = sjis"
msgstr ""
+#: hgext/win32mbcs.py:45
msgid "It is useful for the users who want to commit with UTF-8 log message.\n"
msgstr ""
+#: hgext/win32mbcs.py:104
#, python-format
msgid "[win32mbcs] filename conversion failed with %s encoding\n"
msgstr ""
+#: hgext/win32mbcs.py:164
msgid "[win32mbcs] cannot activate on this platform.\n"
msgstr ""
+#: hgext/win32text.py:8
msgid "perform automatic newline conversion"
msgstr ""
+#: hgext/win32text.py:10
msgid ""
" Deprecation: The win32text extension requires each user to configure\n"
" the extension again and again for each clone since the configuration\n"
" is not copied when cloning."
msgstr ""
+#: hgext/win32text.py:14
msgid ""
" We have therefore made the ``eol`` as an alternative. The ``eol``\n"
" uses a version controlled file for its configuration and each clone\n"
" will therefore use the right settings from the start."
msgstr ""
+#: hgext/win32text.py:18
msgid "To perform automatic newline conversion, use::"
msgstr ""
+#: hgext/win32text.py:20
msgid ""
" [extensions]\n"
" win32text =\n"
@@ -9118,33 +10974,39 @@
" # or ** = macencode:"
msgstr ""
+#: hgext/win32text.py:26
msgid ""
" [decode]\n"
" ** = cleverdecode:\n"
" # or ** = macdecode:"
msgstr ""
+#: hgext/win32text.py:30
msgid ""
"If not doing conversion, to make sure you do not commit CRLF/CR by accident::"
msgstr ""
+#: hgext/win32text.py:32
msgid ""
" [hooks]\n"
" pretxncommit.crlf = python:hgext.win32text.forbidcrlf\n"
" # or pretxncommit.cr = python:hgext.win32text.forbidcr"
msgstr ""
+#: hgext/win32text.py:36
msgid ""
"To do the same check on a server to prevent CRLF/CR from being\n"
"pushed or pulled::"
msgstr ""
+#: hgext/win32text.py:39
msgid ""
" [hooks]\n"
" pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf\n"
" # or pretxnchangegroup.cr = python:hgext.win32text.forbidcr\n"
msgstr ""
+#: hgext/win32text.py:63
#, python-format
msgid ""
"WARNING: %s already has %s line endings\n"
@@ -9153,14 +11015,17 @@
"Mercurial.ini or %s.\n"
msgstr ""
+#: hgext/win32text.py:133
#, python-format
msgid "attempt to commit or push text file(s) using %s line endings\n"
msgstr ""
+#: hgext/win32text.py:136
#, python-format
msgid "in %s: %s\n"
msgstr ""
+#: hgext/win32text.py:141
#, python-format
msgid ""
"\n"
@@ -9168,16 +11033,19 @@
"add to Mercurial.ini or .hg/hgrc:"
msgstr ""
+#: hgext/win32text.py:145
#, python-format
msgid ""
"[hooks]\n"
"pretxncommit.%s = python:hgext.win32text.forbid%s"
msgstr ""
+#: hgext/win32text.py:148
#, python-format
msgid "and also consider adding:"
msgstr ""
+#: hgext/win32text.py:150
#, python-format
msgid ""
"[extensions]\n"
@@ -9188,6 +11056,7 @@
"** = %sdecode:\n"
msgstr ""
+#: hgext/win32text.py:171
msgid ""
"win32text is deprecated: http://mercurial.selenic.com/wiki/"
"Win32TextExtension\n"
@@ -9195,566 +11064,765 @@
"win32text ist veraltet: http://mercurial.selenic.com/wiki/"
"Win32TextExtension\n"
+#: hgext/zeroconf/__init__.py:8
msgid "discover and advertise repositories on the local network"
msgstr ""
+#: hgext/zeroconf/__init__.py:10
msgid ""
"Zeroconf-enabled repositories will be announced in a network without\n"
"the need to configure a server or a service. They can be discovered\n"
"without knowing their actual IP address."
msgstr ""
+#: hgext/zeroconf/__init__.py:14
msgid ""
"To allow other people to discover your repository using run\n"
":hg:`serve` in your repository::"
msgstr ""
+#: hgext/zeroconf/__init__.py:17
msgid ""
" $ cd test\n"
" $ hg serve"
msgstr ""
+#: hgext/zeroconf/__init__.py:20
msgid ""
"You can discover Zeroconf-enabled repositories by running\n"
":hg:`paths`::"
msgstr ""
+#: hgext/zeroconf/__init__.py:23
msgid ""
" $ hg paths\n"
" zc-test = http://example.com:8000/test\n"
msgstr ""
+#: mercurial/archival.py:42
msgid "archive prefix contains illegal components"
msgstr "Präfix des Archivs enthält nicht zulässige Komponenten"
+#: mercurial/archival.py:295 mercurial/archival.py:299
+#: mercurial/archival.py:301
msgid "archiving"
msgstr "Archiviere"
+#: mercurial/archival.py:310
#, fuzzy
msgid "no files match the archive pattern"
msgstr "Namen hinzufügen, die auf das angegebene Muster passen"
+#: mercurial/bookmarks.py:37
#, python-format
msgid "malformed line in .hg/bookmarks: %r\n"
msgstr ""
+#: mercurial/bookmarks.py:157 mercurial/merge.py:688
#, python-format
msgid "branch %s not found"
msgstr "Zweig '%s' nicht gefunden"
+#: mercurial/bookmarks.py:182
+#, fuzzy, python-format
+msgid "updating to active bookmark %s\n"
+msgstr "Aktualisiere Lesezeichen %s\n"
+
+#: mercurial/bookmarks.py:276
#, python-format
msgid "divergent bookmark %s stored as %s\n"
msgstr "Divergierendes Lesezeichen %s als %s gespeichert\n"
+#: mercurial/bookmarks.py:281
#, python-format
msgid "adding remote bookmark %s\n"
msgstr "Hinzufügen des entfernten Lesezeichens %s\n"
+#: mercurial/bookmarks.py:287
msgid "searching for changed bookmarks\n"
msgstr "Suche nach geänderten Lesezeichen\n"
+#: mercurial/bookmarks.py:298
msgid "no changed bookmarks found\n"
msgstr "Keine geänderten Lesezeichen gefunden\n"
+#: mercurial/bundlerepo.py:60 mercurial/revlog.py:1208
msgid "unknown parent"
msgstr "Unbekannte Vorgängerversion"
+#: mercurial/bundlerepo.py:64 mercurial/revlog.py:1212
msgid "unknown delta base"
msgstr "unbekannte delta-Basis"
+#: mercurial/bundlerepo.py:281
msgid "cannot create new bundle repository"
msgstr "Neues Bündelarchiv kann nicht erzeugt werden"
+#: mercurial/changegroup.py:19
#, python-format
msgid "stream ended unexpectedly (got %d bytes, expected %d)"
msgstr "vorzeitiges Ende des Stroms (%d Byte erhalten, %d erwartet)"
+#: mercurial/changegroup.py:30 mercurial/changegroup.py:156
#, python-format
msgid "invalid chunk length %d"
msgstr "Ungültige Abschnitsslänge %d"
+#: mercurial/changegroup.py:221
#, python-format
msgid "%s: not a Mercurial bundle"
msgstr "%s: keine Mercurial-Bündeldatei"
+#: mercurial/changegroup.py:223
#, python-format
msgid "%s: unknown bundle version %s"
msgstr "%s: unbekannte Bündelversion %s"
+#: mercurial/changegroup.py:288 mercurial/changegroup.py:313
+#: mercurial/changegroup.py:384
+msgid "bundling"
+msgstr "Bündle"
+
+#: mercurial/changegroup.py:351 mercurial/localrepo.py:2123
+#: mercurial/localrepo.py:2132 mercurial/verify.py:160
+msgid "manifests"
+msgstr "Manifeste"
+
+#: mercurial/changegroup.py:392
+#, python-format
+msgid "empty or missing revlog for %s"
+msgstr "Leeres oder fehlendes Revlog für %s"
+
+#: mercurial/changelog.py:186 mercurial/revlog.py:301 mercurial/revlog.py:315
msgid "no node"
msgstr "kein Knoten"
+#: mercurial/changelog.py:319
msgid "empty username"
msgstr "Leerere Benutzername"
+#: mercurial/changelog.py:321
#, python-format
msgid "username %s contains a newline"
msgstr "Benutzername %s enthält einen Zeilenumbruch"
+#: mercurial/changelog.py:335 mercurial/scmutil.py:47
#, python-format
msgid "the name '%s' is reserved"
msgstr "der name '%s' ist reserviert"
+#: mercurial/cmdutil.py:91 mercurial/localrepo.py:1193
#, python-format
msgid "uncommitted changes in subrepo %s"
msgstr "Unversionierte Änderungen in Unterarchiv %s"
+#: mercurial/cmdutil.py:99
msgid "options --message and --logfile are mutually exclusive"
msgstr "Optionen --message und --logfile schließen sich gegenseitig aus"
+#: mercurial/cmdutil.py:108
#, python-format
msgid "can't read commit message '%s': %s"
msgstr "Kann Versionsmeldung '%s' nicht lesen: %s"
+#: mercurial/cmdutil.py:119
msgid "limit must be a positive integer"
msgstr "Log-Grenzwert `limit` muss eine positive Ganzzahl sein"
+#: mercurial/cmdutil.py:121
msgid "limit must be positive"
msgstr "Log-Grenzwert `limit` muss positiv sein"
+#: mercurial/cmdutil.py:169
#, python-format
msgid "invalid format spec '%%%s' in output filename"
msgstr "Ungültiges Format '%%%s' für den Namen der Ausgabedatei"
+#: mercurial/cmdutil.py:212
msgid "cannot specify --changelog and --manifest at the same time"
msgstr "--changelog und --manifest können nicht gleichzeitig angegeben werden"
+#: mercurial/cmdutil.py:215
msgid "cannot specify filename with --changelog or --manifest"
msgstr ""
+#: mercurial/cmdutil.py:217
msgid "cannot specify --changelog or --manifest without a repository"
msgstr ""
+#: mercurial/cmdutil.py:234 mercurial/commands.py:1815
+#: mercurial/dispatch.py:842
msgid "invalid arguments"
msgstr "ungültige Parameter"
+#: mercurial/cmdutil.py:236
#, python-format
msgid "revlog '%s' not found"
msgstr "revlog '%s' nicht gefunden"
+#: mercurial/cmdutil.py:262
#, python-format
msgid "%s: not copying - file is not managed\n"
msgstr "%s kann nicht kopiert werden - steht nicht unter Versionskontrolle\n"
+#: mercurial/cmdutil.py:264
#, python-format
msgid "%s: not copying - file has been marked for remove\n"
msgstr "%s: wird nicht kopiert - ist bereits als zu entfernen markiert\n"
+#: mercurial/cmdutil.py:292
#, python-format
msgid "%s: not overwriting - %s collides with %s\n"
msgstr "%s: kann nicht kopiert werden - %s wird von %s blockiert\n"
+#: mercurial/cmdutil.py:304
#, python-format
msgid "%s: can't copy - same file\n"
msgstr "%s: kann nicht kopiert werden - selbe Datei\n"
+#: mercurial/cmdutil.py:311
#, python-format
msgid "%s: not overwriting - file exists\n"
msgstr "%s: kann nicht kopiert werden - Datei existiert bereits\n"
+#: mercurial/cmdutil.py:318
#, python-format
msgid "%s: not recording move - %s does not exist\n"
msgstr "%s: Verschiebung nicht aufgezeichnet - %s existiert nicht\n"
+#: mercurial/cmdutil.py:321
#, python-format
msgid "%s: not recording copy - %s does not exist\n"
msgstr "%s: Kopieren nicht aufgezeichnet - %s existiert nicht\n"
+#: mercurial/cmdutil.py:340
#, python-format
msgid "%s: deleted in working copy\n"
msgstr "%s: kann nicht kopiert werden - Arbeitskopie ist gelöscht\n"
+#: mercurial/cmdutil.py:343
#, python-format
msgid "%s: cannot copy - %s\n"
msgstr "%s: kann nicht kopiert werden - %s\n"
+#: mercurial/cmdutil.py:349 mercurial/merge.py:529
#, python-format
msgid "moving %s to %s\n"
msgstr "Verschiebe %s nach %s\n"
+#: mercurial/cmdutil.py:351
#, python-format
msgid "copying %s to %s\n"
msgstr "Kopiere %s nach %s\n"
+#: mercurial/cmdutil.py:432
msgid "no source or destination specified"
msgstr "Weder Quelle noch Ziel angegeben"
+#: mercurial/cmdutil.py:434
msgid "no destination specified"
msgstr "Kein Ziel angegeben"
+#: mercurial/cmdutil.py:439
msgid "with multiple sources, destination must be an existing directory"
msgstr "Bei mehreren Quelldateien muss das Ziel ein Verzeichnis sein"
+#: mercurial/cmdutil.py:442
#, python-format
msgid "destination %s is not a directory"
msgstr "Ziel %s ist kein Verzeichnis"
+#: mercurial/cmdutil.py:463
msgid "(consider using --after)\n"
msgstr "(erwäge die Option --after)\n"
+#: mercurial/cmdutil.py:492
msgid "child process failed to start"
msgstr ""
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:698
#, python-format
msgid "changeset: %d:%s\n"
msgstr "Änderung: %d:%s\n"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:705
#, python-format
msgid "branch: %s\n"
msgstr "Zweig: %s\n"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:709
#, python-format
msgid "bookmark: %s\n"
msgstr "Lesezeichen: %s\n"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:713
#, python-format
msgid "tag: %s\n"
msgstr "Marke: %s\n"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:717
#, python-format
msgid "phase: %s\n"
msgstr "Phase: %s\n"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:721
#, python-format
msgid "parent: %d:%s\n"
msgstr "Vorgänger: %d:%s\n"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:727
#, python-format
msgid "manifest: %d:%s\n"
msgstr "Manifest: %d:%s\n"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:731
#, python-format
msgid "user: %s\n"
msgstr "Nutzer: %s\n"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:734
#, python-format
msgid "date: %s\n"
msgstr "Datum: %s\n"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:740
msgid "files:"
msgstr "Dateien:"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:742
msgid "files+:"
msgstr "Dateien+:"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:744
msgid "files-:"
msgstr "Dateien-:"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:750
#, python-format
msgid "files: %s\n"
msgstr "Dateien: %s\n"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:755
#, python-format
msgid "copies: %s\n"
msgstr "Kopien: %s\n"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:762
#, python-format
msgid "extra: %s=%s\n"
msgstr "Extra: %s=%s\n"
+#: mercurial/cmdutil.py:769
msgid "description:\n"
msgstr "Beschreibung:\n"
#. i18n: column positioning for "hg log"
+#: mercurial/cmdutil.py:776
#, python-format
msgid "summary: %s\n"
msgstr "Zusammenfassung: %s\n"
+#: mercurial/cmdutil.py:914
#, python-format
msgid "%s: no key named '%s'"
msgstr "%s: kein Schlüsselwort '%s'"
+#: mercurial/cmdutil.py:988
#, fuzzy, python-format
msgid "found revision %s from %s\n"
msgstr "Gefundene Revision %s vom %s\n"
+#: mercurial/cmdutil.py:992
msgid "revision matching date not found"
msgstr "Keine zum Datum passende Revision gefunden"
+#: mercurial/cmdutil.py:1055 mercurial/cmdutil.py:1338
#, python-format
msgid "cannot follow file not in parent revision: \"%s\""
msgstr "Kann in Vorgängerrevision fehlender Datei nicht folgen: \"%s\""
+#: mercurial/cmdutil.py:1071 mercurial/cmdutil.py:1346
#, python-format
msgid "cannot follow nonexistent file: \"%s\""
msgstr "Kann fehlender Datei nicht folgen: \"%s\""
+#: mercurial/cmdutil.py:1171 mercurial/cmdutil.py:1364
msgid "can only follow copies/renames for explicit filenames"
msgstr ""
"Kopien/Umbenennungen können nur zu expliziten Dateinamen verfolgt werden"
+#: mercurial/cmdutil.py:1518
#, python-format
msgid "-G/--graph option is incompatible with --%s"
msgstr "Option -G/--graph ist inkompatibel zu --%s"
+#: mercurial/cmdutil.py:1546 mercurial/cmdutil.py:1966
+#: mercurial/scmutil.py:701 mercurial/scmutil.py:732
#, python-format
msgid "adding %s\n"
msgstr "Füge %s hinzu\n"
+#: mercurial/cmdutil.py:1559 mercurial/cmdutil.py:1587
+#: mercurial/localrepo.py:1587
#, python-format
msgid "skipping missing subrepository: %s\n"
msgstr "Überspringe fehlendes Unterarchiv: %s\n"
+#: mercurial/cmdutil.py:1633
#, python-format
msgid "amending changeset %s\n"
msgstr "Berichtigt Änderungssatz %s\n"
+#: mercurial/cmdutil.py:1691 mercurial/cmdutil.py:1730
#, python-format
msgid "copying changeset %s to %s\n"
msgstr "Kopiert Änderungssatz %s nach %s\n"
+#: mercurial/cmdutil.py:1805
#, python-format
msgid "stripping intermediate changeset %s\n"
msgstr "Entfernt intermediären Änderungssatz %s\n"
+#: mercurial/cmdutil.py:1806
#, python-format
msgid "stripping amended changeset %s\n"
msgstr "Entfernt berichtigten Änderungssatz %s\n"
+#: mercurial/cmdutil.py:1826
msgid "HG: Enter commit message. Lines beginning with 'HG:' are removed."
msgstr ""
"HG: Bitte gib eine Versions-Meldung ein. Zeilen beginnend mit 'HG:' werden"
+#: mercurial/cmdutil.py:1828
msgid "HG: Leave message empty to abort commit."
msgstr "HG: entfernt. Leere Versionsmeldung wird das Übernehmen abbrechen."
+#: mercurial/cmdutil.py:1830
#, python-format
msgid "HG: user: %s"
msgstr "HG: Benutzer: %s"
+#: mercurial/cmdutil.py:1832
msgid "HG: branch merge"
msgstr "HG: Zweigzusammenführung"
+#: mercurial/cmdutil.py:1834
#, python-format
msgid "HG: branch '%s'"
msgstr "HG: Zweig '%s'"
+#: mercurial/cmdutil.py:1836
#, fuzzy, python-format
msgid "HG: bookmark '%s'"
msgstr "HG: Zweig '%s'"
+#: mercurial/cmdutil.py:1837
#, python-format
msgid "HG: subrepo %s"
msgstr "HG: Unterarchiv %s"
+#: mercurial/cmdutil.py:1838
#, python-format
msgid "HG: added %s"
msgstr "HG: Hinzugefügt %s"
+#: mercurial/cmdutil.py:1839
#, python-format
msgid "HG: changed %s"
msgstr "HG: Geändert %s"
+#: mercurial/cmdutil.py:1840
#, python-format
msgid "HG: removed %s"
msgstr "HG: Entfernt %s"
+#: mercurial/cmdutil.py:1842
msgid "HG: no files changed"
msgstr "HG: Keine Dateiänderungen"
+#: mercurial/cmdutil.py:1852
msgid "empty commit message"
msgstr "Leere Versions-Meldung"
+#: mercurial/cmdutil.py:1862
msgid "created new head\n"
msgstr "neuer Kopf erzeugt\n"
+#: mercurial/cmdutil.py:1895
#, python-format
msgid "reopening closed branch head %d\n"
msgstr "Zweig %d wird wieder geöffnet\n"
+#: mercurial/cmdutil.py:1898 mercurial/cmdutil.py:1900
#, python-format
msgid "committed changeset %d:%s\n"
msgstr "Änderungssatz %d erzeugt:%s\n"
+#: mercurial/cmdutil.py:1962
#, python-format
msgid "forgetting %s\n"
msgstr "vergesse: %s\n"
+#: mercurial/cmdutil.py:1965
#, python-format
msgid "reverting %s\n"
msgstr "setze zurück: %s\n"
+#: mercurial/cmdutil.py:1968
#, python-format
msgid "undeleting %s\n"
msgstr "stelle wieder her: %s\n"
+#: mercurial/cmdutil.py:2015
#, python-format
msgid "file not managed: %s\n"
msgstr "Datei nicht unter Versionskontrolle: %s\n"
+#: mercurial/cmdutil.py:2020
#, python-format
msgid "no changes needed to %s\n"
msgstr "keine Änderungen notwendig für %s\n"
+#: mercurial/cmdutil.py:2113
+#, fuzzy
+msgid "graft in progress"
+msgstr "Keine vorherige Verschiebung zur Wiederaufnahme"
+
+#: mercurial/cmdutil.py:2114
+msgid "use 'hg graft --continue' or 'hg update' to abort"
+msgstr ""
+
+#: mercurial/cmdutil.py:2115
+msgid "last update was interrupted"
+msgstr ""
+
+#: mercurial/cmdutil.py:2116
+#, fuzzy
+msgid "use 'hg update' to get a consistent checkout"
+msgstr "Benutzen Sie 'hg update' um zu ihm zu wechseln"
+
+#: mercurial/commands.py:30
msgid "repository root directory or name of overlay bundle file"
msgstr "Wurzelverzeichnis des Archivs oder Name einer Bündeldatei"
+#: mercurial/commands.py:33
msgid "DIR"
msgstr ""
+#: mercurial/commands.py:33
msgid "change working directory"
msgstr "Wechselt das Arbeitsverzeichnis"
+#: mercurial/commands.py:35
msgid "do not prompt, automatically pick the first choice for all prompts"
msgstr ""
"Nicht nachfragen, automatisch die erste Auswahlmöglichkeit für alle Fragen "
"wählen"
+#: mercurial/commands.py:36
msgid "suppress output"
msgstr "Unterdrückt Ausgabe"
+#: mercurial/commands.py:37
msgid "enable additional output"
msgstr "Ausgabe weiterer Informationen"
+#: mercurial/commands.py:39
msgid "set/override config option (use 'section.name=value')"
msgstr ""
"Setze/Überschreibe Konfigurationsoption (nutze --config Abschnitt.Name=Wert)"
+#: mercurial/commands.py:40
msgid "CONFIG"
msgstr ""
+#: mercurial/commands.py:41
msgid "enable debugging output"
msgstr "Aktiviert Debugausgaben"
+#: mercurial/commands.py:42
msgid "start debugger"
msgstr "Startet den Debugger"
+#: mercurial/commands.py:43
msgid "set the charset encoding"
msgstr "Setzt die Zeichenkodierung"
+#: mercurial/commands.py:44
msgid "ENCODE"
msgstr ""
+#: mercurial/commands.py:46 mercurial/commands.py:5109
msgid "MODE"
msgstr ""
+#: mercurial/commands.py:46
msgid "set the charset encoding mode"
msgstr "Setzt den Modus der Zeichenkodierung"
+#: mercurial/commands.py:47
msgid "always print a traceback on exception"
msgstr "Gibt die Aufrufhierarchie einer Ausnahmebedingung aus"
+#: mercurial/commands.py:48
msgid "time how long the command takes"
msgstr "Gibt die Dauer des Befehls aus"
+#: mercurial/commands.py:49
msgid "print command execution profile"
msgstr "Gibt das Ausführungsprofil des Befehls aus"
+#: mercurial/commands.py:50
msgid "output version information and exit"
msgstr "Gibt Versionsinformation aus und beendet sich"
+#: mercurial/commands.py:51
msgid "display help and exit"
msgstr "Gibt Hilfe aus und beendet sich"
+#: mercurial/commands.py:52
#, fuzzy
msgid "consider hidden changesets"
msgstr "Zusammenführungen können nicht berichtigt werden"
+#: mercurial/commands.py:56
msgid "do not perform actions, just print output"
msgstr "Führt die Aktionen nicht aus, sondern zeigt nur die Ausgabe"
+#: mercurial/commands.py:60
msgid "specify ssh command to use"
msgstr "Spezifiziert den zu nutzenden SSH-Befehl"
+#: mercurial/commands.py:62
msgid "specify hg command to run on the remote side"
msgstr "Spezifiziert den hg-Befehl, der entfernt ausgeführt wird"
+#: mercurial/commands.py:64
msgid "do not verify server certificate (ignoring web.cacerts config)"
msgstr ""
"Server-Zertifikat nicht überprüfen (web.cacerts-Konfiguration ignorieren)"
+#: mercurial/commands.py:69 mercurial/commands.py:71
msgid "PATTERN"
msgstr ""
+#: mercurial/commands.py:69
msgid "include names matching the given patterns"
msgstr "Namen hinzufügen, die auf das angegebene Muster passen"
+#: mercurial/commands.py:71
msgid "exclude names matching the given patterns"
msgstr "Namen ausschließen, die auf das angegebene Muster passen"
+#: mercurial/commands.py:76
msgid "use text as commit message"
msgstr "Nutzt Text als Commit-Nachricht"
+#: mercurial/commands.py:78
msgid "read commit message from file"
msgstr "Liest Commit-Nachricht aus Datei"
+#: mercurial/commands.py:83
msgid "record the specified date as commit date"
msgstr "Protokolliert das angegebenen Datum als Übernahmedatum"
+#: mercurial/commands.py:85
msgid "record the specified user as committer"
msgstr "Protokolliert den angegebenen Nutzer als Autor"
+#: mercurial/commands.py:90 mercurial/commands.py:5111
msgid "STYLE"
msgstr ""
+#: mercurial/commands.py:90
msgid "display using template map file"
msgstr "Anzeige unter Nutzung der Vorlagenzuordnungsdatei"
+#: mercurial/commands.py:92
msgid "display with template"
msgstr "Anzeige mit Vorlage"
+#: mercurial/commands.py:96 mercurial/commands.py:5716
msgid "show patch"
msgstr "Patch anzeigen"
+#: mercurial/commands.py:100
msgid "do not show merges"
msgstr "Zeigt keine Merges"
+#: mercurial/commands.py:101 mercurial/commands.py:126
msgid "output diffstat-style summary of changes"
msgstr "Zusammenfassung der Änderungen im diffstat-Stil"
+#: mercurial/commands.py:102
msgid "show the revision DAG"
msgstr "Zeigt den Revisions-DAG"
+#: mercurial/commands.py:106 mercurial/commands.py:219
+#: mercurial/commands.py:3105
msgid "treat all files as text"
msgstr "Behandelt alle Dateien als Text"
+#: mercurial/commands.py:108
msgid "omit dates from diff headers"
msgstr "Fügt Datum nicht im Kopf des Diffs ein"
+#: mercurial/commands.py:121
msgid "show which function each change is in"
msgstr "Zeigt die Funktion, in der die Änderung passiert ist"
+#: mercurial/commands.py:122
msgid "produce a diff that undoes the changes"
msgstr ""
+#: mercurial/commands.py:125
msgid "number of lines of context to show"
msgstr "Anzahl der anzuzeigenden Kontextzeilen"
+#: mercurial/commands.py:135
msgid "SIMILARITY"
msgstr ""
+#: mercurial/commands.py:135
msgid "guess renamed files by similarity (0<=s<=100)"
msgstr "rät Umbenennungn anhand der Ähnlichkeit (0<=s<=100)"
+#: mercurial/commands.py:140
msgid "recurse into subrepositories"
msgstr "Durchläuft rekursiv Unterarchive"
+#: mercurial/commands.py:147 mercurial/commands.py:183
+#: mercurial/commands.py:1293 mercurial/commands.py:2657
+#: mercurial/commands.py:4871 mercurial/commands.py:5283
msgid "[OPTION]... [FILE]..."
msgstr "[OPTION]... [DATEI]..."
+#: mercurial/commands.py:149
msgid "add the specified files on the next commit"
msgstr "Fügt die angegebenen Dateien der nächsten Version hinzu"
+#: mercurial/commands.py:151
msgid ""
" Schedule files to be version controlled and added to the\n"
" repository."
msgstr " Merkt Dateien zur Versionskontrolle im Projektarchiv vor."
+#: mercurial/commands.py:154
msgid ""
" The files will be added to the repository at the next commit. To\n"
" undo an add before that, see :hg:`forget`."
@@ -9762,17 +11830,20 @@
" Die Dateien werden dem Projektarchiv beim nächsten Übernehmen (commit)\n"
" hinzugefügt. Um dies vorher rückgängig zu machen, siehe:hg:`forget`."
+#: mercurial/commands.py:157
msgid " If no names are given, add all files to the repository."
msgstr ""
" Wenn keine Namen angegeben sind, füge alle Dateien dem Projektarchiv\n"
" hinzu.\n"
" "
+#: mercurial/commands.py:161
msgid ""
" An example showing how new (unknown) files are added\n"
" automatically by :hg:`add`::"
msgstr ""
+#: mercurial/commands.py:164
msgid ""
" $ ls\n"
" foo.c\n"
@@ -9792,6 +11863,7 @@
" $ hg status\n"
" A foo.c"
+#: mercurial/commands.py:173 mercurial/commands.py:204
msgid ""
" Returns 0 if all files are successfully added.\n"
" "
@@ -9799,9 +11871,11 @@
" Gibt 0 zurück, wenn alle Dateien erfolgreich hinzugefügt wurden.\n"
" "
+#: mercurial/commands.py:185
msgid "add all new files, delete all missing files"
msgstr "Fügt alle neuen Dateien hinzu, löscht alle fehlenden Dateien"
+#: mercurial/commands.py:187
msgid ""
" Add all new files and remove all missing files from the\n"
" repository."
@@ -9809,6 +11883,7 @@
" Füge alle neuen Dateien hinzu und lösche alle fehlenden Dateien aus\n"
" dem Projektarchiv."
+#: mercurial/commands.py:190
msgid ""
" New files are ignored if they match any of the patterns in\n"
" ``.hgignore``. As with add, these changes take effect at the next\n"
@@ -9819,6 +11894,7 @@
" entsprechen. Genau wie add, wirken diese Änderungen erst beim nächsten\n"
" Übernehmen (commit)."
+#: mercurial/commands.py:194
#, fuzzy
msgid ""
" Use the -s/--similarity option to detect renamed files. This\n"
@@ -9842,45 +11918,59 @@
" umbenannt erkannt wurden. Wenn diese Option nicht angegeben\n"
" ist, werden nur Umbenennungen identischer Dateien erkannt."
+#: mercurial/commands.py:209 mercurial/commands.py:3655
msgid "similarity must be a number"
msgstr "similarity muss eine Zahl sein"
+#: mercurial/commands.py:211 mercurial/commands.py:3657
msgid "similarity must be between 0 and 100"
msgstr "similarity muss zwischen 0 und 100 liegen"
+#: mercurial/commands.py:215
msgid "annotate the specified revision"
msgstr "Annotiert die angegebene Revision"
+#: mercurial/commands.py:217
msgid "follow copies/renames and list the filename (DEPRECATED)"
msgstr "Folge Kopien/Umbenennungen und liste Dateinamen auf (VERALTET)"
+#: mercurial/commands.py:218
msgid "don't follow copies and renames"
msgstr "Unterläßt das Folgen von Dateikopien und Umbenennungen"
+#: mercurial/commands.py:220 mercurial/commands.py:3115
msgid "list the author (long with -v)"
msgstr "Listet den Autor auf (lang mit -v)"
+#: mercurial/commands.py:221
msgid "list the filename"
msgstr "Listet den Dateinamen auf"
+#: mercurial/commands.py:222 mercurial/commands.py:3116
msgid "list the date (short with -q)"
msgstr "Listet das Datum auf (kurz mit -q)"
+#: mercurial/commands.py:223
msgid "list the revision number (default)"
msgstr "Listet die Revisionsnummer auf (Voreinstellung)"
+#: mercurial/commands.py:224
msgid "list the changeset"
msgstr "Listet den Änderungssatz auf"
+#: mercurial/commands.py:225
msgid "show line number at the first appearance"
msgstr "Zeigt die Zeilennummer beim ersten Auftreten "
+#: mercurial/commands.py:227
msgid "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
msgstr "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] DATEI..."
+#: mercurial/commands.py:229
msgid "show changeset information by line for each file"
msgstr "Zeigt Informationen über Änderungssätze pro Dateizeile an"
+#: mercurial/commands.py:231
msgid ""
" List changes in files, showing the revision id responsible for\n"
" each line"
@@ -9888,6 +11978,7 @@
" Listet Änderungen in Dateien mit der zugehörigen Revisions-Id für jede\n"
" Zeile auf"
+#: mercurial/commands.py:234
msgid ""
" This command is useful for discovering when a change was made and\n"
" by whom."
@@ -9895,6 +11986,7 @@
" Dieser Befehl ist nützlich, um herauszufinden wer eine Änderung gemacht\n"
" hat oder wann eine Änderung stattgefunden hat."
+#: mercurial/commands.py:237
msgid ""
" Without the -a/--text option, annotate will avoid processing files\n"
" it detects as binary. With -a, annotate will annotate the file\n"
@@ -9906,37 +11998,48 @@
"wahrscheinlich\n"
" mit unerwünschtem Ergebnis."
+#: mercurial/commands.py:253
msgid "at least one filename or pattern is required"
msgstr "Mindestens ein Dateiname oder Muster benötigt"
+#: mercurial/commands.py:271
msgid "at least one of -n/-c is required for -l"
msgstr "Zumindest -n oder -c werden für -l benötigt"
+#: mercurial/commands.py:287
#, python-format
msgid "%s: binary file\n"
msgstr "%s: Binärdatei\n"
+#: mercurial/commands.py:310
msgid "do not pass files through decoders"
msgstr "Dateien nicht dekodieren"
+#: mercurial/commands.py:311
msgid "directory prefix for files in archive"
msgstr "Verzeichnispräfix für Dateien im Archiv"
+#: mercurial/commands.py:312 mercurial/commands.py:5100
msgid "PREFIX"
msgstr ""
+#: mercurial/commands.py:313
msgid "revision to distribute"
msgstr "zu verteilende Revision"
+#: mercurial/commands.py:314
msgid "type of distribution to create"
msgstr "zu erstellender Distributionstyp"
+#: mercurial/commands.py:316
msgid "[OPTION]... DEST"
msgstr "[OPTION]... ZIEL"
+#: mercurial/commands.py:318
msgid "create an unversioned archive of a repository revision"
msgstr "Erzeugt ein unversioniertes Archiv einer Projektarchiv-Revision"
+#: mercurial/commands.py:320
msgid ""
" By default, the revision used is the parent of the working\n"
" directory; use -r/--rev to specify a different revision."
@@ -9945,29 +12048,41 @@
"gefundenen\n"
" verwendet. Eine andere Reversion kann mit \"-r/--rev\" angegeben werden."
+#: mercurial/commands.py:323
msgid ""
" The archive type is automatically detected based on file\n"
" extension (or override using -t/--type)."
msgstr ""
+#: mercurial/commands.py:328 mercurial/commands.py:1242
+#: mercurial/commands.py:2730 mercurial/commands.py:2826
+#: mercurial/commands.py:2874 mercurial/commands.py:2933
+#: mercurial/commands.py:3445 mercurial/commands.py:3614
+#: mercurial/commands.py:5321
msgid " Examples:"
msgstr " Beispiele:"
+#: mercurial/commands.py:330
msgid " - create a zip file containing the 1.0 release::"
msgstr ""
+#: mercurial/commands.py:332
msgid " hg archive -r 1.0 project-1.0.zip"
msgstr ""
+#: mercurial/commands.py:334
msgid " - create a tarball excluding .hg files::"
msgstr ""
+#: mercurial/commands.py:336
msgid " hg archive project.tar.gz -X \".hg*\""
msgstr ""
+#: mercurial/commands.py:338
msgid " Valid types are:"
msgstr ""
+#: mercurial/commands.py:340
msgid ""
" :``files``: a directory full of files (default)\n"
" :``tar``: tar archive, uncompressed\n"
@@ -9983,6 +12098,7 @@
" :``uzip``: zip Archiv, unkomprimiert\n"
" :``zip``: zip Archiv, komprimiert mit deflate"
+#: mercurial/commands.py:347
msgid ""
" The exact name of the destination archive or directory is given\n"
" using a format string; see :hg:`help export` for details."
@@ -9990,6 +12106,7 @@
" Der exakte Name des Zielarchivs oder -verzeichnises wird mit\n"
" einem Format-String angegeben; siehe :hg:`help export` für Details."
+#: mercurial/commands.py:350
msgid ""
" Each member added to an archive file has a directory prefix\n"
" prepended. Use -p/--prefix to specify a format string for the\n"
@@ -10001,31 +12118,40 @@
" Als Voreinstellung wird der Dateiname des Archive ohne Dateiendung\n"
" genutzt."
+#: mercurial/commands.py:360
msgid "no working directory: please specify a revision"
msgstr "Kein Arbeitsverzeichnis: Bitte gib eine Revision an"
+#: mercurial/commands.py:364
msgid "repository root cannot be destination"
msgstr "Projektarchiv-Wurzel kann nicht als Ziel angegeben werden"
+#: mercurial/commands.py:371
msgid "cannot archive plain files to stdout"
msgstr ""
"Ungepacktes Archiv kann nicht auf der Standardausgabe ausgegeben werden"
+#: mercurial/commands.py:382
msgid "merge with old dirstate parent after backout"
msgstr "Führt mit Vorgänger im Status vor Rücknahme zusammen"
+#: mercurial/commands.py:384
msgid "parent to choose when backing out merge (DEPRECATED)"
msgstr "Wählt einen Vorgänger bei Rücknahme einer Zusammenführung (VERALTET)"
+#: mercurial/commands.py:385
msgid "revision to backout"
msgstr "Die zurückzunehmende Revision"
+#: mercurial/commands.py:387
msgid "[OPTION]... [-r] REV"
msgstr ""
+#: mercurial/commands.py:389
msgid "reverse effect of earlier changeset"
msgstr "Macht einen vorangegangen Änderungssatz rückgängig"
+#: mercurial/commands.py:391
msgid ""
" Prepare a new changeset with the effect of REV undone in the\n"
" current working directory."
@@ -10033,18 +12159,21 @@
" Erstelle eine (unversionierte) Änderung im Arbeitsverzeichnis, die den\n"
" Effekt von REV zurücknimmt."
+#: mercurial/commands.py:394
msgid ""
" If REV is the parent of the working directory, then this new changeset\n"
" is committed automatically. Otherwise, hg needs to merge the\n"
" changes and the merged result is left uncommitted."
msgstr ""
+#: mercurial/commands.py:398
msgid ""
" .. note::\n"
" backout cannot be used to fix either an unwanted or\n"
" incorrect merge."
msgstr ""
+#: mercurial/commands.py:404
msgid ""
" By default, the pending changeset will have one parent,\n"
" maintaining a linear history. With --merge, the pending\n"
@@ -10052,6 +12181,7 @@
" working directory and a new child of REV that simply undoes REV."
msgstr ""
+#: mercurial/commands.py:409
msgid ""
" Before version 1.7, the behavior without --merge was equivalent\n"
" to specifying --merge followed by :hg:`update --clean .` to\n"
@@ -10059,59 +12189,78 @@
" merged separately."
msgstr ""
+#: mercurial/commands.py:419 mercurial/commands.py:4162
+#: mercurial/commands.py:4217 mercurial/commands.py:5824
msgid "please specify just one revision"
msgstr "Bitte nur eine Revision angeben"
+#: mercurial/commands.py:425
msgid "please specify a revision to backout"
msgstr "Bitte eine Revision, die zurückgezogen werden soll, angeben"
+#: mercurial/commands.py:438
msgid "cannot backout change on a different branch"
msgstr "Kann die Änderung auf einem abweichenden Zweig nicht rückgängig machen"
+#: mercurial/commands.py:442
msgid "cannot backout a change with no parents"
msgstr "Kann eine Änderung ohne Vorgängerversion nicht rückgängig machen"
+#: mercurial/commands.py:445
msgid "cannot backout a merge changeset"
msgstr "Kann eine Zusammenführungen nicht rückgängig machen"
+#: mercurial/commands.py:453
msgid "cannot use --parent on non-merge changeset"
msgstr "Kann mit --parent nur Zusammenführung rückgängig machen"
+#: mercurial/commands.py:486
#, python-format
msgid "changeset %s backs out changeset %s\n"
msgstr "Änderungssatz %s macht Änderungssatz %s rückgängig\n"
+#: mercurial/commands.py:490
#, python-format
msgid "merging with changeset %s\n"
msgstr "Führe mit Änderungssatz %s zusammen\n"
+#: mercurial/commands.py:502
msgid "reset bisect state"
msgstr "Setzt Status der Suche zurück"
+#: mercurial/commands.py:503
msgid "mark changeset good"
msgstr "Markiert Änderungssatz als fehlerfrei"
+#: mercurial/commands.py:504
msgid "mark changeset bad"
msgstr "Markiert Änderungssatz als fehlerbehaftet"
+#: mercurial/commands.py:505
msgid "skip testing changeset"
msgstr "Überspringt das Testen dieses Änderungssatzes"
+#: mercurial/commands.py:506
msgid "extend the bisect range"
msgstr "Erweitert den Bereich der Suche"
+#: mercurial/commands.py:507
msgid "use command to check changeset state"
msgstr "Nutzt eine Programm um den Fehlerstatus zu bestimmen"
+#: mercurial/commands.py:508
msgid "do not update to target"
msgstr "Führe keine Aktualisierung der Dateien durch"
+#: mercurial/commands.py:509
msgid "[-gbsr] [-U] [-c CMD] [REV]"
msgstr "[-gbsr] [-U] [-c BEFEHL] [REV]"
+#: mercurial/commands.py:513
msgid "subdivision search of changesets"
msgstr "Binäre Suche von Änderungssätzen"
+#: mercurial/commands.py:515
msgid ""
" This command helps to find changesets which introduce problems. To\n"
" use, mark the earliest changeset you know exhibits the problem as\n"
@@ -10127,6 +12276,7 @@
" getestet wird, bis zwei aufeinanderfolgende Revisionen ohne und mit\n"
" Fehler gefunden wurden."
+#: mercurial/commands.py:524
msgid ""
" As a shortcut, you can also use the revision argument to mark a\n"
" revision as good or bad without checking it out first."
@@ -10139,6 +12289,7 @@
" markiert werden. Bisect wird dann zur nächsten Revision wechseln oder\n"
" das Ziel (die erste schlechte Revision) melden."
+#: mercurial/commands.py:527
#, fuzzy
msgid ""
" If you supply a command, it will be used for automatic bisection.\n"
@@ -10158,56 +12309,68 @@
" jeder andere von Null verschiedene Exit-Status bedeutet, dass die\n"
" Revision schlecht ist."
+#: mercurial/commands.py:539
msgid ""
" - start a bisection with known bad revision 12, and good revision 34::"
msgstr ""
+#: mercurial/commands.py:541
msgid ""
" hg bisect --bad 34\n"
" hg bisect --good 12"
msgstr ""
+#: mercurial/commands.py:544
msgid ""
" - advance the current bisection by marking current revision as good "
"or\n"
" bad::"
msgstr ""
+#: mercurial/commands.py:547
msgid ""
" hg bisect --good\n"
" hg bisect --bad"
msgstr ""
+#: mercurial/commands.py:550
msgid ""
" - mark the current revision, or a known revision, to be skipped (e.g. "
"if\n"
" that revision is not usable because of another issue)::"
msgstr ""
+#: mercurial/commands.py:553
msgid ""
" hg bisect --skip\n"
" hg bisect --skip 23"
msgstr ""
+#: mercurial/commands.py:556
msgid ""
" - skip all revisions that do not touch directories ``foo`` or ``bar``"
msgstr ""
+#: mercurial/commands.py:558
msgid ""
" hg bisect --skip '!( file(\"path:foo\") & file(\"path:bar\") )'"
msgstr ""
+#: mercurial/commands.py:560
msgid " - forget the current bisection::"
msgstr ""
+#: mercurial/commands.py:562
msgid " hg bisect --reset"
msgstr ""
+#: mercurial/commands.py:564
msgid ""
" - use 'make && make tests' to automatically find the first broken\n"
" revision::"
msgstr ""
+#: mercurial/commands.py:567
msgid ""
" hg bisect --reset\n"
" hg bisect --bad 34\n"
@@ -10215,44 +12378,56 @@
" hg bisect --command 'make && make tests'"
msgstr ""
+#: mercurial/commands.py:572
msgid ""
" - see all changesets whose states are already known in the current\n"
" bisection::"
msgstr ""
+#: mercurial/commands.py:575
msgid " hg log -r \"bisect(pruned)\""
msgstr ""
+#: mercurial/commands.py:577
msgid ""
" - see the changeset currently being bisected (especially useful\n"
" if running with -U/--noupdate)::"
msgstr ""
+#: mercurial/commands.py:580
msgid " hg log -r \"bisect(current)\""
msgstr " hg log -r \"bisect(current)\""
+#: mercurial/commands.py:582
msgid " - see all changesets that took part in the current bisection::"
msgstr ""
+#: mercurial/commands.py:584
msgid " hg log -r \"bisect(range)\""
msgstr " hg log -r \"bisect(range)\""
+#: mercurial/commands.py:586
msgid " - with the graphlog extension, you can even get a nice graph::"
msgstr ""
+#: mercurial/commands.py:588
msgid " hg log --graph -r \"bisect(range)\""
msgstr ""
+#: mercurial/commands.py:590
msgid " See :hg:`help revsets` for more about the `bisect()` keyword."
msgstr ""
" Siehe :hg:`help revsets' für mehr Infos über den bisect() Schlüssel."
+#: mercurial/commands.py:610
msgid "The first good revision is:\n"
msgstr "Die erste fehlerfreie Revision ist:\n"
+#: mercurial/commands.py:612
msgid "The first bad revision is:\n"
msgstr "Die erste fehlerhafte Revision ist:\n"
+#: mercurial/commands.py:616
#, python-format
msgid ""
"Not all ancestors of this changeset have been checked.\n"
@@ -10260,75 +12435,97 @@
"the common ancestor, %s.\n"
msgstr ""
+#: mercurial/commands.py:623
msgid "Due to skipped revisions, the first good revision could be any of:\n"
msgstr ""
"Aufgrund übersprungener Revisionen könnte die erste fehlerfreie Revision\n"
"eine der folgenden sein:\n"
+#: mercurial/commands.py:626
msgid "Due to skipped revisions, the first bad revision could be any of:\n"
msgstr ""
"Aufgrund übersprungener Revisionen könnte die erste fehlerhafte Revision\n"
"eine der folgenden sein:\n"
+#: mercurial/commands.py:637
msgid "cannot bisect (no known good revisions)"
msgstr "Kann Suche nicht starten (keine bekannte fehlerfreie Revision)"
+#: mercurial/commands.py:639
msgid "cannot bisect (no known bad revisions)"
msgstr "Kann Suche nicht starten (keine bekannte fehlerhafte Revision)"
+#: mercurial/commands.py:644
msgid "(use of 'hg bisect <cmd>' is deprecated)\n"
msgstr "(Die Syntax 'hg bisect <cmd>' ist veraltet)\n"
+#: mercurial/commands.py:653
msgid "incompatible arguments"
msgstr "Inkompatible Argumente"
+#: mercurial/commands.py:671
msgid "current bisect revision is unknown - start a new bisect to fix"
msgstr ""
+#: mercurial/commands.py:675
msgid "current bisect revision is a merge"
msgstr ""
+#: mercurial/commands.py:690
#, python-format
msgid "failed to execute %s"
msgstr "Fehler bei der Ausführung von %s"
+#: mercurial/commands.py:692
#, python-format
msgid "%s killed"
msgstr "%s gestorben"
+#: mercurial/commands.py:698
#, fuzzy, python-format
msgid "changeset %d:%s: %s\n"
msgstr "Änderungssatz %d:%s: %s\n"
+#: mercurial/commands.py:738
#, python-format
msgid "Extending search to changeset %d:%s\n"
msgstr "Erweitere Suchbereich auf Änderungssatz %d:%s\n"
+#: mercurial/commands.py:746
msgid "nothing to extend"
msgstr "Keine Erweiterung des Bereichs nötig"
+#: mercurial/commands.py:758
#, python-format
msgid "Testing changeset %d:%s (%d changesets remaining, ~%d tests)\n"
msgstr "Teste Änderungssatz %d:%s (%d Änderungssätze verbleiben, ~%d Tests)\n"
+#: mercurial/commands.py:768
msgid "force"
msgstr "erzwinge"
+#: mercurial/commands.py:770
msgid "delete a given bookmark"
msgstr "Löscht ein gegebenes Lesezeichen"
+#: mercurial/commands.py:771
msgid "rename a given bookmark"
msgstr "Benennt ein gegebenes Lesezeichen um"
+#: mercurial/commands.py:772
msgid "mark a bookmark inactive"
msgstr "Ein Lesezeichen als inaktiv markieren"
-msgid "hg bookmarks [-f] [-d] [-i] [-m NAME] [-r REV] [NAME]"
-msgstr "hg bookmarks [-f] [-d] [-i] [-m NAME] [-r REV] [NAME]"
-
+#: mercurial/commands.py:773
+#, fuzzy
+msgid "hg bookmarks [OPTIONS]... [NAME]..."
+msgstr "hg %s [OPTION]... [DATEI]..."
+
+#: mercurial/commands.py:775
msgid "track a line of development with movable markers"
msgstr "Folgt einem Entwicklungsstrang mit einer beweglichen Markierung"
+#: mercurial/commands.py:777
msgid ""
" Bookmarks are pointers to certain commits that move when committing.\n"
" Bookmarks are local. They can be renamed, copied and deleted. It is\n"
@@ -10341,6 +12538,7 @@
" Lesezeichen bei :hg: `merge` und :hg:`update` anzugeben, um das an-\n"
" gegebene Lesezeichen zusammenzuführen, bzw. darauf zu aktualisieren."
+#: mercurial/commands.py:782
msgid ""
" You can use :hg:`bookmark NAME` to set a bookmark on the working\n"
" directory's parent revision with the given name. If you specify\n"
@@ -10353,6 +12551,7 @@
" wird das Lesezeichen auf dieser Revision gesetzt.\n"
" "
+#: mercurial/commands.py:787
msgid ""
" Bookmarks can be pushed and pulled between repositories (see :hg:`help\n"
" push` and :hg:`help pull`). This requires both the local and remote\n"
@@ -10366,12 +12565,14 @@
" Lesezeichen unterstützen. Bis Version 1.8 muss hierfür die\n"
" Lesezeichenerweiterung (bookmarks extension) eingeschaltet werden."
+#: mercurial/commands.py:792
msgid ""
" If you set a bookmark called '@', new clones of the repository will\n"
" have that revision checked out (and the bookmark made active) by\n"
" default."
msgstr ""
+#: mercurial/commands.py:796
msgid ""
" With -i/--inactive, the new bookmark will not be made the active\n"
" bookmark. If -r/--rev is given, the new bookmark will not be made\n"
@@ -10386,62 +12587,84 @@
" Lesezeichen als inaktiv markiert.\n"
" "
+#: mercurial/commands.py:814
msgid "bookmark names cannot consist entirely of whitespace"
msgstr "Ein Lesezeichenname darf nicht ausschließlich aus Leerraum bestehen"
+#: mercurial/commands.py:841
#, fuzzy, python-format
msgid "moving bookmark '%s' forward from %s\n"
msgstr "Divergierendes Lesezeichen %s als %s gespeichert\n"
+#: mercurial/commands.py:844
#, python-format
msgid "bookmark '%s' already exists (use -f to force)"
msgstr "Lesezeichen '%s' existiert bereits; erzwinge mit -f/--force"
+#: mercurial/commands.py:849
msgid "a bookmark cannot have the name of an existing branch"
msgstr ""
"Ein Lesezeichen darf nicht denselben Namen wie ein existierender Zweig haben"
+#: mercurial/commands.py:852
#, fuzzy
msgid "--delete and --rename are incompatible"
msgstr "Die Optionen --rev und --remove sind inkompatibel"
+#: mercurial/commands.py:854
#, fuzzy
msgid "--rev is incompatible with --delete"
msgstr "Option \"-e\" kann nicht bei Import via stdin verwendet werden"
+#: mercurial/commands.py:856
#, fuzzy
msgid "--rev is incompatible with --rename"
msgstr "Option \"-e\" kann nicht bei Import via stdin verwendet werden"
+#: mercurial/commands.py:858
msgid "bookmark name required"
msgstr "Ein Name für das Lesezeichen muss übergeben werden"
+#: mercurial/commands.py:863 mercurial/commands.py:876 mercurial/revset.py:389
#, python-format
msgid "bookmark '%s' does not exist"
msgstr "Lesezeichen '%s' existiert nicht"
+#: mercurial/commands.py:871
msgid "new bookmark name required"
msgstr "Ein neuer Name für das Lesezeichen muss übergeben werden"
+#: mercurial/commands.py:873
+#, fuzzy
+msgid "only one new bookmark name allowed"
+msgstr "Ein neuer Name für das Lesezeichen muss übergeben werden"
+
+#: mercurial/commands.py:907
msgid "no bookmarks set\n"
msgstr "Keine Lesezeichen gesetzt\n"
+#: mercurial/commands.py:911
#, fuzzy
msgid "no active bookmark\n"
msgstr "Keine aktiven Wächter\n"
+#: mercurial/commands.py:932
msgid "set branch name even if it shadows an existing branch"
msgstr "Setzt Branchnamen, selbst wenn es einen bestehenden Branch verdeckt"
+#: mercurial/commands.py:933
msgid "reset branch name to parent branch name"
msgstr "Setzt Branchnamen zum Namen des Vorgängers zurück"
+#: mercurial/commands.py:934
msgid "[-fC] [NAME]"
msgstr ""
+#: mercurial/commands.py:936
msgid "set or show the current branch name"
msgstr "Setzt oder zeigt den Namen des aktuellen Zweigs"
+#: mercurial/commands.py:938
msgid ""
" .. note::\n"
" Branch names are permanent and global. Use :hg:`bookmark` to create "
@@ -10450,6 +12673,7 @@
" information about named branches and bookmarks."
msgstr ""
+#: mercurial/commands.py:943
msgid ""
" With no argument, show the current branch name. With one argument,\n"
" set the working directory branch name (the branch will not exist\n"
@@ -10463,6 +12687,7 @@
" Es wird empfohlen den 'default'-Zweig als Hauptentwicklungszweig zu\n"
" nutzen."
+#: mercurial/commands.py:949
msgid ""
" Unless -f/--force is specified, branch will not let you set a\n"
" branch name that already exists, even if it's inactive."
@@ -10470,6 +12695,7 @@
" Außer bei Angabe von -f/--force lässt 'hg branch' nicht zu, einen Namen\n"
" zu vergeben, der einen existierenden Zweig überdeckt."
+#: mercurial/commands.py:952
msgid ""
" Use -C/--clean to reset the working directory branch to that of\n"
" the parent of the working directory, negating a previous branch\n"
@@ -10479,6 +12705,7 @@
"Arbeitskopie\n"
" hat dann wieder den selben Namen wie der Vorgänger im Projektarchiv."
+#: mercurial/commands.py:956
msgid ""
" Use the command :hg:`update` to switch to an existing branch. Use\n"
" :hg:`commit --close-branch` to mark this branch as closed."
@@ -10487,36 +12714,46 @@
" :hg:`update`. Mit :hg:`commit --close-branch` wird der aktuelle Zweig\n"
" geschlossen."
+#: mercurial/commands.py:973
#, python-format
msgid "reset working directory to branch %s\n"
msgstr "Setze Arbeitsverzeichnis auf Zweig %s zurück\n"
+#: mercurial/commands.py:977
msgid "a branch of the same name already exists"
msgstr "Ein Zweig mit diesem Namen existiert bereits"
#. i18n: "it" refers to an existing branch
+#: mercurial/commands.py:980
msgid "use 'hg update' to switch to it"
msgstr "Benutzen Sie 'hg update' um zu ihm zu wechseln"
+#: mercurial/commands.py:983
#, python-format
msgid "marked working directory as branch %s\n"
msgstr "Arbeitsverzeichnis wurde als Zweig %s markiert\n"
+#: mercurial/commands.py:984
msgid "(branches are permanent and global, did you want a bookmark?)\n"
msgstr ""
+#: mercurial/commands.py:990
msgid "show only branches that have unmerged heads"
msgstr "Zeigt nur Branches deren Köpfe nicht zusammengeführt wurden"
+#: mercurial/commands.py:991
msgid "show normal and closed branches"
msgstr "Zeigt normale und geschlossene Branches"
+#: mercurial/commands.py:992
msgid "[-ac]"
msgstr ""
+#: mercurial/commands.py:994
msgid "list repository named branches"
msgstr "Zeigt alle benannten Zweige des Projektarchiv an"
+#: mercurial/commands.py:996
msgid ""
" List the repository's named branches, indicating which ones are\n"
" inactive. If -c/--closed is specified, also list branches which have\n"
@@ -10526,6 +12763,7 @@
" inaktiv sind. Zweige, die durch :hg:`commit --close-branch` geschlossen\n"
" wurden, werden nur mit dem Schalter -c/--closed angezeigt."
+#: mercurial/commands.py:1000
msgid ""
" If -a/--active is specified, only show active branches. A branch\n"
" is considered active if it contains repository heads."
@@ -10533,10 +12771,12 @@
" Mit der Option -a/--active werden nur aktive Zweige ausgegeben. Ein\n"
" Zweig gilt als aktiv, wenn er echte Köpfe besitzt."
+#: mercurial/commands.py:1003
msgid " Use the command :hg:`update` to switch to an existing branch."
msgstr ""
" Zum Wechsel auf einen anderen (existierenden) Zweig siehe :hg:`update`."
+#: mercurial/commands.py:1005
msgid ""
" Returns 0.\n"
" "
@@ -10544,36 +12784,47 @@
" Gibt 0 zurück.\n"
" "
+#: mercurial/commands.py:1035
msgid " (closed)"
msgstr " (geschlossen)"
+#: mercurial/commands.py:1038
msgid " (inactive)"
msgstr " (inaktiv)"
+#: mercurial/commands.py:1051 mercurial/commands.py:4297
msgid "run even when the destination is unrelated"
msgstr "Auch ausführen, wenn das Ziel keinen Bezug hat"
+#: mercurial/commands.py:1052
msgid "a changeset intended to be added to the destination"
msgstr "Ein Änderungssatz der zum Ziel hinzugefügt werden soll"
+#: mercurial/commands.py:1054
msgid "a specific branch you would like to bundle"
msgstr "Revision die gebündelt werden soll"
+#: mercurial/commands.py:1057
msgid "a base changeset assumed to be available at the destination"
msgstr "Ein Änderungssatz der im Ziel bereits existiert"
+#: mercurial/commands.py:1059
msgid "bundle all changesets in the repository"
msgstr "Bündelt alle Änderungssätze des Projektarchivs"
+#: mercurial/commands.py:1060 mercurial/commands.py:1933
msgid "bundle compression type to use"
msgstr "Kompressionstyp für die Ausgabedatei"
+#: mercurial/commands.py:1062
msgid "[-f] [-t TYPE] [-a] [-r REV]... [--base REV]... FILE [DEST]"
msgstr "[-f] [-t TYP] [-a] [-r REV]... [--base REV]... DATEI [ZIEL]"
+#: mercurial/commands.py:1064
msgid "create a changegroup file"
msgstr "Erzeugt eine Datei mit Änderungsgruppen"
+#: mercurial/commands.py:1066
msgid ""
" Generate a compressed changegroup file collecting changesets not\n"
" known to be in another repository."
@@ -10581,6 +12832,7 @@
" Erzeuge eine gepackte Datei der Änderungsgruppen, die alle Änderungs-\n"
" sätze enthält, die in einem anderen Archiv nicht vorhanden sind."
+#: mercurial/commands.py:1069
msgid ""
" If you omit the destination repository, then hg assumes the\n"
" destination will have all the nodes you specify with --base\n"
@@ -10592,6 +12844,7 @@
" angegeben wurden. Um ein Bündel aller Änderungssätze zu erzeugen, nutze\n"
" -a/--all (oder --base null)."
+#: mercurial/commands.py:1074
msgid ""
" You can change compression method with the -t/--type option.\n"
" The available compression methods are: none, bzip2, and\n"
@@ -10601,6 +12854,7 @@
" gewählt werden: none (nicht komprimieren), bzip2 (Voreinstellung)\n"
" oder gzip."
+#: mercurial/commands.py:1078
msgid ""
" The bundle file can then be transferred using conventional means\n"
" and applied to another repository with the unbundle or pull\n"
@@ -10614,6 +12868,7 @@
" Änderungen nicht verfügbar ist oder der Export eines kompletten Archivs\n"
" unerwünscht ist."
+#: mercurial/commands.py:1083
msgid ""
" Applying bundles preserves all changeset contents including\n"
" permissions, copy/rename information, and revision history."
@@ -10622,6 +12877,7 @@
" Berechtigungen, Kopier/Umbennungs-Informationen und die "
"Revisionshistorie."
+#: mercurial/commands.py:1086
msgid ""
" Returns 0 on success, 1 if no changes found.\n"
" "
@@ -10629,38 +12885,48 @@
" Gibt 0 bei Erfolg zurück, 1 wenn keine Änderungen gefunden wurden.\n"
" "
+#: mercurial/commands.py:1096 mercurial/commands.py:1957
msgid "unknown bundle type specified with --type"
msgstr "Unbekannter Bündeltyp mit --type angegeben"
+#: mercurial/commands.py:1106
msgid "--base is incompatible with specifying a destination"
msgstr "Bei Nutzung von --base kann kein Zielarchiv angegeben werden"
+#: mercurial/commands.py:1132 mercurial/commands.py:2781
msgid "print output to file with formatted name"
msgstr "Schreibt Ausgabe in Datei mit formatiertem Namen"
+#: mercurial/commands.py:1133
msgid "print the given revision"
msgstr "Gibt die gegebene Revision aus"
+#: mercurial/commands.py:1134
msgid "apply any matching decode filter"
msgstr "Führt alle passenden Dekodier-Filter aus"
+#: mercurial/commands.py:1136 mercurial/commands.py:2859
+#: mercurial/commands.py:4742
msgid "[OPTION]... FILE..."
msgstr "[OPTION]... DATEI..."
+#: mercurial/commands.py:1138
msgid "output the current or given revision of files"
msgstr ""
"Gibt den Inhalt von Dateien in der aktuellen oder angegebenen Revision aus"
+#: mercurial/commands.py:1140
+#, fuzzy
msgid ""
" Print the specified files as they were at the given revision. If\n"
-" no revision is given, the parent of the working directory is used,\n"
-" or tip if no revision is checked out."
+" no revision is given, the parent of the working directory is used."
msgstr ""
" Gibt die angegebenen Dateien aus, wie sie zur gegebenen Revision waren.\n"
" Wenn keine Revision angegeben wird, wird die Vorgängerversion des\n"
" Arbeitsverzeichnisses genutzt, oder die Spitze, falls keine\n"
" Revision geladen ist."
+#: mercurial/commands.py:1143
msgid ""
" Output may be to a file, in which case the name of the file is\n"
" given using a format string. The formatting rules are the same as\n"
@@ -10671,6 +12937,7 @@
"sind\n"
" dem 'export'-Befehl analog, mit folgenden Ergänzungen::"
+#: mercurial/commands.py:1147
msgid ""
" :``%s``: basename of file being printed\n"
" :``%d``: dirname of file being printed, or '.' if in repository root\n"
@@ -10681,27 +12948,35 @@
" :``%p``: Pfad und Dateiname relativ zur Archiv-Wurzel\n"
" "
+#: mercurial/commands.py:1169
msgid "the clone will include an empty working copy (only a repository)"
msgstr "Der Klon wird nur das Projektarchiv enthalten (keine Arbeitskopie)"
+#: mercurial/commands.py:1170
msgid "revision, tag or branch to check out"
msgstr "Revision, Etikett oder Zweig auf den aktualisiert werden soll"
+#: mercurial/commands.py:1171
msgid "include the specified changeset"
msgstr "Beziehe gegebenen Änderungssatz ein"
+#: mercurial/commands.py:1172
msgid "clone only the specified branch"
msgstr "Klone nur den gegebenen Zweig"
+#: mercurial/commands.py:1176
msgid "[OPTION]... SOURCE [DEST]"
msgstr "[OPTION]... QUELLE [ZIEL]"
+#: mercurial/commands.py:1178
msgid "make a copy of an existing repository"
msgstr "Erzeugt eine Kopie eines bestehenden Projektarchivs"
+#: mercurial/commands.py:1180
msgid " Create a copy of an existing repository in a new directory."
msgstr " Kopiert ein bestehendes Projektarchiv in ein neues Verzeichnis."
+#: mercurial/commands.py:1182
msgid ""
" If no destination directory name is specified, it defaults to the\n"
" basename of the source."
@@ -10709,6 +12984,7 @@
" Wird kein Zielverzeichnis angegeben, wird der Basisname der Quelle "
"genutzt."
+#: mercurial/commands.py:1185
msgid ""
" The location of the source is added to the new repository's\n"
" ``.hg/hgrc`` file, as the default to be used for future pulls."
@@ -10716,6 +12992,7 @@
" Die Adresse der Quelle wird der ``.hg/hgrc`` Datei des neuen Archivs\n"
" als Voreinstellung für entfernte Aktionen (pull/push) hinzugefügt."
+#: mercurial/commands.py:1188
msgid ""
" Only local paths and ``ssh://`` URLs are supported as\n"
" destinations. For ``ssh://`` destinations, no working directory or\n"
@@ -10725,6 +13002,7 @@
" Für ``ssh://``-Ziele wird kein Arbeitsverzeichnis und keine\n"
" ``.hg/hgrc``-Datei auf der entfernten Seite erstellt."
+#: mercurial/commands.py:1192
msgid ""
" To pull only a subset of changesets, specify one or more revisions\n"
" identifiers with -r/--rev or branches with -b/--branch. The\n"
@@ -10743,11 +13021,13 @@
" ist zwar der benannte Änderungssatz enthalten, nicht aber der\n"
" Änderungssatz, der das Etikett enthält."
+#: mercurial/commands.py:1200
msgid ""
" If the source repository has a bookmark called '@' set, that\n"
" revision will be checked out in the new repository by default."
msgstr ""
+#: mercurial/commands.py:1203
msgid ""
" To check out a particular version, use -u/--update, or\n"
" -U/--noupdate to create a clone with no working directory."
@@ -10756,6 +13036,7 @@
" -u/--update, oder -U/--noupdate um einen Klon ohne\n"
" Arbeitsverzeichnis zu erstellen."
+#: mercurial/commands.py:1208
msgid ""
" For efficiency, hardlinks are used for cloning whenever the\n"
" source and destination are on the same filesystem (note this\n"
@@ -10772,6 +13053,7 @@
" erzeugen dabei aber keine Fehlermeldung. Dann muss die --pull Option\n"
" genutzt werden, um das Erzeugen von 'hardlinks' zu vermeiden."
+#: mercurial/commands.py:1215
msgid ""
" In some cases, you can clone repositories and the working\n"
" directory using full hardlinks with ::"
@@ -10779,9 +13061,11 @@
" In einigen Fällen können Archiv und Arbeitskopie unter Nutzung\n"
" von 'hardlinks' kopiert werden mit ::"
+#: mercurial/commands.py:1218
msgid " $ cp -al REPO REPOCLONE"
msgstr " $ cp -al REPO REPOCLONE"
+#: mercurial/commands.py:1220
msgid ""
" This is the fastest way to clone, but it is not always safe. The\n"
" operation is not atomic (making sure REPO is not modified during\n"
@@ -10799,6 +13083,7 @@
" Erweiterungen, die Metadaten unter dem .hg Verzeichnis ablegen, z.B. "
"mq."
+#: mercurial/commands.py:1227
msgid ""
" Mercurial will update the working directory to the first applicable\n"
" revision from this list:"
@@ -10806,6 +13091,7 @@
" Mercurial wird das Arbeitsverzeichnis auf die erste anwendbare\n"
" Revision der folgenden Liste aktualisieren:"
+#: mercurial/commands.py:1230
#, fuzzy
msgid ""
" a) null if -U or the source repository has no changesets\n"
@@ -10834,72 +13120,96 @@
" g) Den Kopf aus dem 'default'-Zweig, der sich am nächsten an der\n"
" Spitze befindet h) Die Spitze"
+#: mercurial/commands.py:1244
msgid " - clone a remote repository to a new directory named hg/::"
msgstr ""
" - Klont ein entferntes Projektarchiv in ein neues Verzeichnis hg/::"
+#: mercurial/commands.py:1246
msgid " hg clone http://selenic.com/hg"
msgstr " hg clone http://selenic.com/hg"
+#: mercurial/commands.py:1248
msgid " - create a lightweight local clone::"
msgstr " - Einen leichten lokalen Klon erzeugen::"
+#: mercurial/commands.py:1250
msgid " hg clone project/ project-feature/"
msgstr " hg clone project/ project-feature/"
+#: mercurial/commands.py:1252
msgid ""
" - clone from an absolute path on an ssh server (note double-slash)::"
msgstr ""
" - Von einem absoluten Pfad auf einem SSH-Server klonen (Beachten Sie "
"den Doppelschrägstrich)::"
+#: mercurial/commands.py:1254
msgid " hg clone ssh://user@server//home/projects/alpha/"
msgstr " hg clone ssh://user@server//home/projects/alpha/"
+#: mercurial/commands.py:1256
msgid ""
" - do a high-speed clone over a LAN while checking out a\n"
" specified version::"
msgstr ""
+#: mercurial/commands.py:1259
msgid " hg clone --uncompressed http://server/repo -u 1.5"
msgstr " hg clone --uncompressed http://server/repo -u 1.5"
+#: mercurial/commands.py:1261
msgid ""
" - create a repository without changesets after a particular revision::"
msgstr ""
+#: mercurial/commands.py:1263
msgid " hg clone -r 04e544 experimental/ good/"
msgstr " hg clone -r 04e544 experimental/ good/"
+#: mercurial/commands.py:1265
msgid " - clone (and track) a particular named branch::"
msgstr ""
+#: mercurial/commands.py:1267
msgid " hg clone http://selenic.com/hg#stable"
msgstr ""
+#: mercurial/commands.py:1269
msgid " See :hg:`help urls` for details on specifying URLs."
msgstr " Siehe auch :hg:`help urls` für das Format von Adressangaben."
+#: mercurial/commands.py:1274
msgid "cannot specify both --noupdate and --updaterev"
msgstr ""
"Es können nicht gleichzeitig --noupdate und --updaterev angegeben werden"
+#: mercurial/commands.py:1287
msgid "mark new/missing files as added/removed before committing"
msgstr "Markiert neue/fehlende Dateien als hinzugefügt/entfernt"
+#: mercurial/commands.py:1289
msgid "mark a branch as closed, hiding it from the branch list"
msgstr ""
"Markiert einen Branch als geschlossen und blendet ihn in der Branchlist aus"
+#: mercurial/commands.py:1290
#, fuzzy
msgid "amend the parent of the working dir"
msgstr "Berichtige die Vorgängerversion des Arbeitsverzeichnisses"
+#: mercurial/commands.py:1291
+#, fuzzy
+msgid "use the secret phase for committing"
+msgstr "Protokolliert den aktuellen Nutzer als Autor"
+
+#: mercurial/commands.py:1295
msgid "commit the specified files or all outstanding changes"
msgstr ""
"Übernimmt Änderungen der angegebenen Dateien oder alle ausstehenden "
"Änderungen ins Archiv"
+#: mercurial/commands.py:1297
msgid ""
" Commit changes to the given files into the repository. Unlike a\n"
" centralized SCM, this operation is a local operation. See\n"
@@ -10909,6 +13219,7 @@
" bei zentralen Versionsverwaltungssystem ist dies eine lokale Operation.\n"
" Vergleiche :hg:`push` für Wege zur aktiven Verteilung der Änderungen."
+#: mercurial/commands.py:1301
msgid ""
" If a list of files is omitted, all changes reported by :hg:`status`\n"
" will be committed."
@@ -10916,6 +13227,7 @@
" Sollten keine Dateien übergeben werden, werden alle von :hg:`status`\n"
" angezeigten Änderungen Bestandteil der neuen Revision."
+#: mercurial/commands.py:1304
msgid ""
" If you are committing the result of a merge, do not provide any\n"
" filenames or -I/-X filters."
@@ -10923,6 +13235,7 @@
" Wenn das Ergebnis einer Zusammenführung übernommen werden soll, dürfen\n"
" keine Dateinamen oder -I/-X Filter angegeben werden."
+#: mercurial/commands.py:1307
msgid ""
" If no commit message is specified, Mercurial starts your\n"
" configured editor where you can enter a message. In case your\n"
@@ -10935,6 +13248,7 @@
" wird eine Kopie Ihrer Nachricht in ``.hg/last-message.txt``\n"
" abgelegt."
+#: mercurial/commands.py:1312
msgid ""
" The --amend flag can be used to amend the parent of the\n"
" working directory with a new commit that contains the changes\n"
@@ -10944,17 +13258,20 @@
" on how to restore it)."
msgstr ""
+#: mercurial/commands.py:1319
msgid ""
" Message, user and date are taken from the amended commit unless\n"
" specified. When a message isn't specified on the command line,\n"
" the editor will open with the message of the amended commit."
msgstr ""
+#: mercurial/commands.py:1323
msgid ""
" It is not possible to amend public changesets (see :hg:`help phases`)\n"
" or changesets that have children."
msgstr ""
+#: mercurial/commands.py:1328
msgid ""
" Returns 0 on success, 1 if nothing changed.\n"
" "
@@ -10962,51 +13279,57 @@
" Gibt 0 bei Erfolg zurück, wenn nichts geändert wurde.\n"
" "
+#: mercurial/commands.py:1332
#, fuzzy
msgid "cannot amend with --subrepos"
msgstr "Kann --bundle und --subrepos nicht kombinieren"
-#, fuzzy
-msgid "cannot commit an interrupted graft operation"
-msgstr "Setzt eine unterbrochene Transaktion zurück"
-
-msgid "use \"hg graft -c\" to continue graft"
-msgstr ""
-
+#: mercurial/commands.py:1349 mercurial/commands.py:1353
msgid "can only close branch heads"
msgstr "Kann nur eindeutige Kopfrevisionen von Zweigen schliessen"
+#: mercurial/commands.py:1357
msgid "cannot amend with ui.commitsubrepos enabled"
msgstr ""
+#: mercurial/commands.py:1361
msgid "cannot amend public changesets"
msgstr "Öffentliche Änderungssätze können nicht berichtigt werden"
+#: mercurial/commands.py:1363
msgid "cannot amend while merging"
msgstr "Beim Zusammenführen kann nicht berichtigt werden"
+#: mercurial/commands.py:1365
msgid "cannot amend changeset with children"
msgstr "Kann keine Änderungssätze mit Nachfolgern berichtigen"
+#: mercurial/commands.py:1395 mercurial/commands.py:1430
msgid "nothing changed\n"
msgstr "Keine Änderung\n"
+#: mercurial/commands.py:1427
#, python-format
msgid "nothing changed (%d missing files, see 'hg status')\n"
msgstr ""
+#: mercurial/commands.py:1436
msgid "record a copy that has already occurred"
msgstr "Identifiziert eine Kopie, die bereits stattgefunden hat"
+#: mercurial/commands.py:1437 mercurial/commands.py:4839
msgid "forcibly copy over an existing managed file"
msgstr "Erzwingt ein Überschreiben des Kopierziels"
+#: mercurial/commands.py:1439
msgid "[OPTION]... [SOURCE]... DEST"
msgstr "[OPTION]... [QUELLE]... ZIEL"
+#: mercurial/commands.py:1441
msgid "mark files as copied for the next commit"
msgstr "Markiert Dateien als Kopien bereits versionierter Dateien"
+#: mercurial/commands.py:1443
msgid ""
" Mark dest as having copies of source files. If dest is a\n"
" directory, copies are put in that directory. If dest is a file,\n"
@@ -11018,6 +13341,7 @@
"sind,\n"
" muss das Ziel ein Verzeichnis sein."
+#: mercurial/commands.py:1447 mercurial/commands.py:4849
msgid ""
" By default, this command copies the contents of files as they\n"
" exist in the working directory. If invoked with -A/--after, the\n"
@@ -11031,6 +13355,7 @@
"markiert\n"
" werden."
+#: mercurial/commands.py:1451
msgid ""
" This command takes effect with the next commit. To undo a copy\n"
" before that, see :hg:`revert`."
@@ -11040,6 +13365,8 @@
" als lokale Änderung im Arbeitsverzeichnis. Sie kann durch :hg:`revert`\n"
" rückgängig gemacht werden."
+#: mercurial/commands.py:1454 mercurial/commands.py:4856
+#: mercurial/commands.py:5884
msgid ""
" Returns 0 on success, 1 if errors are encountered.\n"
" "
@@ -11047,38 +13374,49 @@
" Gibt 0 bei Erfolg zurück, 1 wenn Fehler gefunden wurden.\n"
" "
+#: mercurial/commands.py:1462
msgid "[INDEX] REV1 REV2"
msgstr ""
+#: mercurial/commands.py:1464
msgid "find the ancestor revision of two revisions in a given index"
msgstr "Finde die Vorgängerversion zweier Revisionen im angegebenen Index"
+#: mercurial/commands.py:1477
msgid "either two or three arguments required"
msgstr "Entweder zwei oder drei Parameter angeben"
+#: mercurial/commands.py:1482
msgid "add single file mergeable changes"
msgstr ""
+#: mercurial/commands.py:1483
msgid "add single file all revs overwrite"
msgstr ""
+#: mercurial/commands.py:1484
msgid "add new file at each rev"
msgstr ""
+#: mercurial/commands.py:1485
msgid "[OPTION]... [TEXT]"
msgstr "[OPTION]... [TEXT]"
+#: mercurial/commands.py:1490
msgid "builds a repo with a given DAG from scratch in the current empty repo"
msgstr ""
+#: mercurial/commands.py:1492
msgid ""
" The description of the DAG is read from stdin if not given on the\n"
" command line."
msgstr ""
+#: mercurial/commands.py:1495
msgid " Elements:"
msgstr " Elemente:"
+#: mercurial/commands.py:1497
msgid ""
" - \"+n\" is a linear run of n nodes based on the current default "
"parent\n"
@@ -11094,12 +13432,15 @@
" - \"#...\\n\" is a comment up to the end of the line"
msgstr ""
+#: mercurial/commands.py:1509
msgid " Whitespace between the above elements is ignored."
msgstr ""
+#: mercurial/commands.py:1511
msgid " A backref is either"
msgstr ""
+#: mercurial/commands.py:1513
msgid ""
" - a number n, which references the node curr-n, where curr is the "
"current\n"
@@ -11108,6 +13449,7 @@
" - empty to denote the default parent."
msgstr ""
+#: mercurial/commands.py:1518
msgid ""
" All string valued-elements are either strictly alphanumeric, or must\n"
" be enclosed in double quotes (\"...\"), with \"\\\" as escape "
@@ -11115,155 +13457,205 @@
" "
msgstr ""
+#: mercurial/commands.py:1523
msgid "reading DAG from stdin\n"
msgstr "Lese DAG von der Standardeingabe\n"
+#: mercurial/commands.py:1528
msgid "repository is not empty"
msgstr "Projektarchiv nicht leer"
+#: mercurial/commands.py:1553 mercurial/commands.py:1623
+#: mercurial/commands.py:1629
msgid "building"
msgstr "Erstelle"
+#: mercurial/commands.py:1632
msgid "show all details"
msgstr "Zeigt alle Details"
+#: mercurial/commands.py:1634
msgid "lists the contents of a bundle"
msgstr "Listet den Inhalt eines Bündels"
+#: mercurial/commands.py:1684
msgid "validate the correctness of the current dirstate"
msgstr "Prüft die Richtigkeit der bisher vorgemerkten Änderungen"
+#: mercurial/commands.py:1692
#, python-format
msgid "%s in state %s, but not in manifest1\n"
msgstr "%s ist in Status %s, aber nicht in Manifest 1\n"
+#: mercurial/commands.py:1695
#, python-format
msgid "%s in state %s, but also in manifest1\n"
msgstr "%s ist in Status %s, aber auch in Manifest 1\n"
+#: mercurial/commands.py:1698
#, python-format
msgid "%s in state %s, but not in either manifest\n"
msgstr "%s ist in Status %s, aber in keinem Manifest\n"
+#: mercurial/commands.py:1704
#, python-format
msgid "%s in manifest1, but listed as state %s"
msgstr "%s im Manifest 1, aber aufgeführt im Status %s"
+#: mercurial/commands.py:1707
msgid ".hg/dirstate inconsistent with current parent's manifest"
msgstr ".hg/dirstate inkonsistent mit dem Manifest des aktuellen Vorgängers"
+#: mercurial/commands.py:1710
msgid "[COMMAND]"
msgstr "[BEFEHL]"
+#: mercurial/commands.py:1712
msgid "list all available commands and options"
msgstr "Zeigt alle verfügbaren Befehl und Optionen"
+#: mercurial/commands.py:1719
msgid "show the command options"
msgstr "Zeigt alle Optionen des Befehls"
+#: mercurial/commands.py:1720
msgid "[-o] CMD"
msgstr "[-o] BEFEHL"
+#: mercurial/commands.py:1722
msgid "returns the completion list associated with the given command"
msgstr "Listet mögliche Befehle zu gegebener Abkürzung auf"
+#: mercurial/commands.py:1746
msgid "use tags as labels"
msgstr ""
+#: mercurial/commands.py:1747
msgid "annotate with branch names"
msgstr ""
+#: mercurial/commands.py:1748
msgid "use dots for runs"
msgstr ""
+#: mercurial/commands.py:1749
msgid "separate elements by spaces"
msgstr ""
+#: mercurial/commands.py:1750
msgid "[OPTION]... [FILE [REV]...]"
msgstr "[OPTION]... [DATEI [REV]]..."
+#: mercurial/commands.py:1752
msgid "format the changelog or an index DAG as a concise textual description"
msgstr ""
+#: mercurial/commands.py:1754
msgid ""
" If you pass a revlog index, the revlog's DAG is emitted. If you list\n"
" revision numbers, they get labeled in the output as rN."
msgstr ""
+#: mercurial/commands.py:1757
msgid ""
" Otherwise, the changelog DAG of the current repo is emitted.\n"
" "
msgstr ""
+#: mercurial/commands.py:1794
msgid "need repo for changelog dag"
msgstr ""
+#: mercurial/commands.py:1807 mercurial/commands.py:1971
+#: mercurial/commands.py:2352
msgid "open changelog"
msgstr "Öffne Changelog"
+#: mercurial/commands.py:1808 mercurial/commands.py:1972
+#: mercurial/commands.py:2353
msgid "open manifest"
msgstr "Öffne Manifest"
+#: mercurial/commands.py:1809
msgid "-c|-m|FILE REV"
msgstr "-c|-m|DATEI REV"
+#: mercurial/commands.py:1811
msgid "dump the contents of a data file revision"
msgstr ""
+#: mercurial/commands.py:1820
#, python-format
msgid "invalid revision identifier %s"
msgstr ""
+#: mercurial/commands.py:1823
msgid "try extended date formats"
msgstr "versuche erweiterte Datumsformate"
+#: mercurial/commands.py:1824
msgid "[-e] DATE [RANGE]"
msgstr "[-e] DATUM [BEREICH]"
+#: mercurial/commands.py:1826
msgid "parse and display a date"
msgstr "Liest ein Datum ein und gibt es wieder aus"
+#: mercurial/commands.py:1838
msgid "use old-style discovery"
msgstr ""
+#: mercurial/commands.py:1840
msgid "use old-style discovery with non-heads included"
msgstr ""
+#: mercurial/commands.py:1842
msgid "[-l REV] [-r REV] [-b BRANCH]... [OTHER]"
msgstr ""
+#: mercurial/commands.py:1844
msgid "runs the changeset discovery protocol in isolation"
msgstr ""
+#: mercurial/commands.py:1908
#, fuzzy
msgid "apply the filespec on this revision"
msgstr "Listet geänderte Dateien einer Revision"
+#: mercurial/commands.py:1909
#, fuzzy
msgid "[-r REV] FILESPEC"
msgstr "[-r REV] DATEI"
+#: mercurial/commands.py:1911
msgid "parse and apply a fileset specification"
msgstr ""
+#: mercurial/commands.py:1920
msgid "[PATH]"
msgstr "[PFAD]"
+#: mercurial/commands.py:1922
msgid "show information detected about current filesystem"
msgstr ""
+#: mercurial/commands.py:1931
msgid "id of head node"
msgstr ""
+#: mercurial/commands.py:1932
msgid "id of common node"
msgstr ""
+#: mercurial/commands.py:1934
msgid "REPO FILE [-H|-C ID]..."
msgstr ""
+#: mercurial/commands.py:1936
msgid "retrieves a bundle from a repo"
msgstr ""
+#: mercurial/commands.py:1938
msgid ""
" Every ID must be a full-length hex node id string. Saves the bundle to "
"the\n"
@@ -11271,309 +13663,392 @@
" "
msgstr ""
+#: mercurial/commands.py:1962
msgid "display the combined ignore pattern"
msgstr ""
+#: mercurial/commands.py:1968
msgid "no ignore patterns found"
msgstr ""
+#: mercurial/commands.py:1973
msgid "revlog format"
msgstr ""
+#: mercurial/commands.py:1974
msgid "[-f FORMAT] -c|-m|FILE"
msgstr ""
+#: mercurial/commands.py:1976
msgid "dump the contents of an index file"
msgstr ""
+#: mercurial/commands.py:1980
#, python-format
msgid "unknown format %d"
msgstr "Unbekanntes Format %d"
+#: mercurial/commands.py:2018
msgid "dump an index DAG as a graphviz dot file"
msgstr ""
+#: mercurial/commands.py:2037
msgid "test Mercurial installation"
msgstr "Testet die Mercurial-Installation"
+#: mercurial/commands.py:2052
#, fuzzy, python-format
msgid "checking encoding (%s)...\n"
msgstr "Prüfe Kodierung (%s)...\n"
+#: mercurial/commands.py:2057
msgid " (check that your locale is properly set)\n"
msgstr " (Stelle sicher, dass locale richtig gesetzt ist!)\n"
+#: mercurial/commands.py:2061
#, fuzzy, python-format
msgid "checking Python lib (%s)...\n"
msgstr "Prüfe Kodierung (%s)...\n"
+#: mercurial/commands.py:2065
#, fuzzy, python-format
msgid "checking installed modules (%s)...\n"
msgstr "Prüfe installierte Module (%s)...\n"
+#: mercurial/commands.py:2072
msgid " One or more extensions could not be found"
msgstr " Eine oder mehrere Erweiterungen nicht gefunden"
+#: mercurial/commands.py:2073
msgid " (check that you compiled the extensions)\n"
msgstr " (Stelle sicher, dass die Erweiterungen compiliert wurden!)\n"
+#: mercurial/commands.py:2079
#, fuzzy, python-format
msgid "checking templates (%s)...\n"
msgstr "Prüfe Vorlagen (%s)...\n"
+#: mercurial/commands.py:2084
msgid " (templates seem to have been installed incorrectly)\n"
msgstr "(Vorlagen scheinen falsch installiert worden zu sein)\n"
+#: mercurial/commands.py:2088
#, fuzzy
msgid "checking commit editor...\n"
msgstr "Prüfe Editor für Versionsmeldungen...\n"
+#: mercurial/commands.py:2093
msgid " No commit editor set and can't find vi in PATH\n"
msgstr " Kein Editor für Versionsmeldungen angegeben und vi nicht im PATH\n"
+#: mercurial/commands.py:2094 mercurial/commands.py:2098
msgid " (specify a commit editor in your configuration file)\n"
msgstr " (Gib einen Editor in der .hgrc Datei an!)\n"
+#: mercurial/commands.py:2097
#, python-format
msgid " Can't find editor '%s' in PATH\n"
msgstr " Kann Editor '%s' nicht im PATH finden\n"
+#: mercurial/commands.py:2103
#, fuzzy
msgid "checking username...\n"
msgstr "Prüfe Benutzernamen...\n"
+#: mercurial/commands.py:2108
msgid " (specify a username in your configuration file)\n"
msgstr " (Gib einen Benutzernamen in der .hgrc Datei an!)\n"
+#: mercurial/commands.py:2112
#, fuzzy
msgid "no problems detected\n"
msgstr "Keine Probleme gefunden\n"
+#: mercurial/commands.py:2114
#, python-format
msgid "%s problems detected, please check your install!\n"
msgstr "%s Probleme gefunden. Erwäge die obigen Lösungsvorschläge!\n"
+#: mercurial/commands.py:2119
msgid "REPO ID..."
msgstr ""
+#: mercurial/commands.py:2121
msgid "test whether node ids are known to a repo"
msgstr ""
+#: mercurial/commands.py:2123
msgid ""
" Every ID must be a full-length hex node id string. Returns a list of 0s\n"
" and 1s indicating unknown/known.\n"
" "
msgstr ""
+#: mercurial/commands.py:2132
msgid "LABEL..."
msgstr ""
+#: mercurial/commands.py:2134
msgid "complete \"labels\" - tags, open branch names, bookmark names"
msgstr ""
+#: mercurial/commands.py:2153
msgid "markers flag"
msgstr ""
+#: mercurial/commands.py:2155
msgid "[OBSOLETED [REPLACEMENT] [REPL... ]"
msgstr ""
+#: mercurial/commands.py:2157
msgid "create arbitrary obsolete marker"
msgstr ""
+#: mercurial/commands.py:2159
#, fuzzy
msgid " With no arguments, displays the list of obsolescence markers."
msgstr ""
" Ohne Parameter wird eine Liste aller Befehle mit Kurzhilfe angezeigt."
+#: mercurial/commands.py:2202
#, fuzzy
msgid "complete an entire path"
msgstr "Erstellt einen neuen Patch"
+#: mercurial/commands.py:2203
#, fuzzy
msgid "show only normal files"
msgstr "Zeigt nur ignorierte Dateien"
+#: mercurial/commands.py:2204 mercurial/commands.py:5271
msgid "show only added files"
msgstr "Zeigt nur hinzugefügte Dateien"
+#: mercurial/commands.py:2205 mercurial/commands.py:5272
msgid "show only removed files"
msgstr "Zeigt nur entfernte Dateien"
+#: mercurial/commands.py:2206
#, fuzzy
msgid "FILESPEC..."
msgstr "[-u] DATEI..."
+#: mercurial/commands.py:2208
msgid "complete part or all of a tracked path"
msgstr ""
+#: mercurial/commands.py:2210
msgid ""
" This command supports shells that offer path name completion. It\n"
" currently completes only files already known to the dirstate."
msgstr ""
+#: mercurial/commands.py:2213
msgid ""
" Completion extends only to the next path segment unless\n"
" --full is specified, in which case entire paths are used."
msgstr ""
+#: mercurial/commands.py:2270
msgid "REPO NAMESPACE [KEY OLD NEW]"
msgstr ""
+#: mercurial/commands.py:2272
msgid "access the pushkey key/value protocol"
msgstr ""
+#: mercurial/commands.py:2274
msgid " With two args, list the keys in the given namespace."
msgstr ""
+#: mercurial/commands.py:2276
msgid ""
" With five args, set a key to new if it currently is set to old.\n"
" Reports success or failure.\n"
" "
msgstr ""
+#: mercurial/commands.py:2291
msgid "A B"
msgstr ""
+#: mercurial/commands.py:2305
#, python-format
msgid "a: %s\n"
msgstr "a: %s\n"
+#: mercurial/commands.py:2306
#, python-format
msgid "b: %s\n"
msgstr "b: %s\n"
+#: mercurial/commands.py:2307
#, python-format
msgid "depth(a): %d depth(b): %d\n"
msgstr ""
+#: mercurial/commands.py:2308
#, python-format
msgid "delta: %d hdist: %d distance: %d relation: %s\n"
msgstr ""
+#: mercurial/commands.py:2313
msgid "revision to rebuild to"
msgstr "Basisrevision für die Änderungen"
+#: mercurial/commands.py:2314 mercurial/commands.py:4120
msgid "[-r REV]"
msgstr ""
+#: mercurial/commands.py:2316
msgid "rebuild the dirstate as it would look like for the given revision"
msgstr ""
+#: mercurial/commands.py:2318
#, fuzzy
msgid " If no revision is specified the first current parent will be used."
msgstr " Ist kein Zielverzeichnis angegeben, wird das aktuelle genutzt."
+#: mercurial/commands.py:2320
msgid ""
" The dirstate will be set to the files of the given revision.\n"
" The actual working directory content or existing dirstate\n"
" information such as adds or removes is not considered."
msgstr ""
+#: mercurial/commands.py:2324
msgid ""
" One use of this command is to make the next :hg:`status` invocation\n"
" check the actual file content.\n"
" "
msgstr ""
+#: mercurial/commands.py:2335
msgid "revision to debug"
msgstr ""
+#: mercurial/commands.py:2336
msgid "[-r REV] FILE"
msgstr "[-r REV] DATEI"
+#: mercurial/commands.py:2338
msgid "dump rename information"
msgstr ""
+#: mercurial/commands.py:2347
#, python-format
msgid "%s renamed from %s:%s\n"
msgstr "%s umbenannt von %s:%s\n"
+#: mercurial/commands.py:2349
#, python-format
msgid "%s not renamed\n"
msgstr "%s ist nicht unbenannt\n"
+#: mercurial/commands.py:2354
msgid "dump index data"
msgstr ""
+#: mercurial/commands.py:2355
msgid "-c|-m|FILE"
msgstr ""
+#: mercurial/commands.py:2357
msgid "show data and statistics about a revlog"
msgstr ""
+#: mercurial/commands.py:2526
msgid "parse and apply a revision specification"
msgstr ""
+#: mercurial/commands.py:2528
msgid ""
" Use --verbose to print the parsed tree before and after aliases\n"
" expansion.\n"
" "
msgstr ""
+#: mercurial/commands.py:2541
msgid "REV1 [REV2]"
msgstr ""
+#: mercurial/commands.py:2543
msgid "manually set the parents of the current working directory"
msgstr "Setzt die Vorgängerversionen des Arbeitsverzeichnisses manuell"
+#: mercurial/commands.py:2545
msgid ""
" This is useful for writing repository conversion tools, but should\n"
" be used with care."
msgstr ""
+#: mercurial/commands.py:2561
msgid "do not display the saved mtime"
msgstr "Zeigt gespeicherte Modifikationszeit nicht an"
+#: mercurial/commands.py:2562
msgid "sort by saved mtime"
msgstr "Sortiert nach gespeicherter Modifikationszeit"
+#: mercurial/commands.py:2563 mercurial/commands.py:5114
msgid "[OPTION]..."
msgstr ""
+#: mercurial/commands.py:2565
msgid "show the contents of the current dirstate"
msgstr ""
"Zeigt die interne Repräsentation der aktuellen Änderungen (dirstate) an"
+#: mercurial/commands.py:2590
#, python-format
msgid "copy: %s -> %s\n"
msgstr "Kopiere: %s -> %s\n"
+#: mercurial/commands.py:2594
msgid "revision to check"
msgstr "Die zu prüfende Revision"
+#: mercurial/commands.py:2595
msgid "[-r REV] [REV]"
msgstr ""
+#: mercurial/commands.py:2605
msgid "[REV]"
msgstr ""
+#: mercurial/commands.py:2607
#, fuzzy
msgid "show set of successors for revision"
msgstr "Zeigt die Vorgänger der angegeben Revision"
+#: mercurial/commands.py:2609
msgid ""
" A successors set of changeset A is a consistent group of revisions that\n"
" succeed A. It contains non-obsolete changesets only."
msgstr ""
+#: mercurial/commands.py:2612
msgid ""
" In most cases a changeset A has a single successors set containing a "
"single\n"
" successor (changeset A replaced by A')."
msgstr ""
+#: mercurial/commands.py:2615
msgid ""
" A changeset that is made obsolete with no successors are called \"pruned"
"\".\n"
" Such changesets have no successors sets at all."
msgstr ""
+#: mercurial/commands.py:2618
msgid ""
" A changeset that has been \"split\" will have a successors set "
"containing\n"
" more than one successor."
msgstr ""
+#: mercurial/commands.py:2621
msgid ""
" A changeset that has been rewritten in multiple different ways is "
"called\n"
@@ -11582,9 +14057,11 @@
" may also be split, i.e. have multiple successors)."
msgstr ""
+#: mercurial/commands.py:2625
msgid " Results are displayed as follows::"
msgstr ""
+#: mercurial/commands.py:2627
msgid ""
" <rev1>\n"
" <successors-1A>\n"
@@ -11593,6 +14070,7 @@
" <successors-2B1> <successors-2B2> <successors-2B3>"
msgstr ""
+#: mercurial/commands.py:2633
msgid ""
" Here rev2 has two possible (i.e. divergent) successors sets. The first\n"
" holds one element, whereas the second holds three (i.e. the changeset "
@@ -11601,27 +14079,34 @@
" "
msgstr ""
+#: mercurial/commands.py:2659
msgid "show how files match on given patterns"
msgstr ""
+#: mercurial/commands.py:2679
msgid "REPO [OPTIONS]... [ONE [TWO]]"
msgstr "ARCHIV [OPTIONEN]... [EINS [ZWEI]]"
+#: mercurial/commands.py:2699
msgid "[OPTION]... ([-c REV] | [-r REV1 [-r REV2]]) [FILE]..."
msgstr "[OPTION]... ([-c REV] | [-r REV1] [-r REV2]]) [DATEI]..."
+#: mercurial/commands.py:2701
msgid "diff repository (or selected files)"
msgstr "Zeigt Änderungen des Projektarchivs oder angegebener Dateien an"
+#: mercurial/commands.py:2703
msgid " Show differences between revisions for the specified files."
msgstr ""
" Zeigt Änderungen zwischen den Revisionen der angegebenen Dateien an."
+#: mercurial/commands.py:2705
msgid " Differences between files are shown using the unified diff format."
msgstr ""
" Unterschiede von Dateien zwischen Revisionen werden im unified-diff-\n"
" Format angezeigt."
+#: mercurial/commands.py:2707
msgid ""
" .. note::\n"
" diff may generate unexpected results for merges, as it will\n"
@@ -11633,6 +14118,7 @@
" es nur mit einer (der ersten wenn keine Revision angegeben ist)\n"
" Vorgängerversion vergleicht."
+#: mercurial/commands.py:2718
msgid ""
" Alternatively you can specify -c/--change with a revision to see\n"
" the changes in that changeset relative to its first parent."
@@ -11640,6 +14126,7 @@
" Alternativ können mit -c/--change die Änderungen einer Revision relativ\n"
" zu dessen ersten Vorgänger angezeigt werden."
+#: mercurial/commands.py:2721
msgid ""
" Without the -a/--text option, diff will avoid generating diffs of\n"
" files it detects as binary. With -a, diff will generate a diff\n"
@@ -11649,6 +14136,7 @@
" Dateien. Mit -a wird der Vergleich in jedem Fall durchgeführt,\n"
" wahrscheinlich mit unerwünschtem Resultat."
+#: mercurial/commands.py:2725
msgid ""
" Use the -g/--git option to generate diffs in the git extended diff\n"
" format. For more information, read :hg:`help diffs`."
@@ -11656,54 +14144,69 @@
" Nutze die Option -g/--git um Vergleiche im git-erweiterten diff-Format\n"
" zu erzeugen. Für mehr Information ist :hg:`help diff` aufschlussreich."
+#: mercurial/commands.py:2732
msgid " - compare a file in the current working directory to its parent::"
msgstr ""
" - vergleiche eine Datei im Arbeitsverzeichnis mit dem Vorgänger::"
+#: mercurial/commands.py:2734
msgid " hg diff foo.c"
msgstr ""
+#: mercurial/commands.py:2736
msgid ""
" - compare two historical versions of a directory, with rename info::"
msgstr ""
+#: mercurial/commands.py:2738
msgid " hg diff --git -r 1.0:1.2 lib/"
msgstr ""
+#: mercurial/commands.py:2740
msgid " - get change stats relative to the last change on some date::"
msgstr ""
+#: mercurial/commands.py:2742
msgid " hg diff --stat -r \"date('may 2')\""
msgstr ""
+#: mercurial/commands.py:2744
msgid " - diff all newly-added files that contain a keyword::"
msgstr ""
+#: mercurial/commands.py:2746
msgid " hg diff \"set:added() and grep(GNU)\""
msgstr ""
+#: mercurial/commands.py:2748
msgid " - compare a revision and its parents::"
msgstr ""
+#: mercurial/commands.py:2750
msgid ""
" hg diff -c 9353 # compare against first parent\n"
" hg diff -r 9353^:9353 # same using revset syntax\n"
" hg diff -r 9353^2:9353 # compare against the second parent"
msgstr ""
+#: mercurial/commands.py:2782
msgid "diff against the second parent"
msgstr "Vergleicht mit der zweiten Vorgängerversion"
+#: mercurial/commands.py:2783
msgid "revisions to export"
msgstr "zu exportierende Revisionen"
+#: mercurial/commands.py:2785
#, fuzzy
msgid "[OPTION]... [-o OUTFILESPEC] [-r] [REV]..."
msgstr "[OPTION]... [-o DATEINAMENMUSTER] REV..."
+#: mercurial/commands.py:2787
msgid "dump the header and diffs for one or more changesets"
msgstr "Gibt Kopfzeilen und Änderungsverlauf einer oder mehrerer Versionen aus"
+#: mercurial/commands.py:2789
#, fuzzy
msgid ""
" Print the changeset header and diffs for one or more revisions.\n"
@@ -11714,6 +14217,7 @@
" Arbeitsverzeichnisses genutzt, oder die Spitze, falls keine\n"
" Revision geladen ist."
+#: mercurial/commands.py:2792
msgid ""
" The information shown in the changeset header is: author, date,\n"
" branch name (if non-default), changeset hash, parent(s) and commit\n"
@@ -11724,6 +14228,7 @@
"(en)\n"
" und Versionsmeldung."
+#: mercurial/commands.py:2796
msgid ""
" .. note::\n"
" export may generate unexpected diff output for merge\n"
@@ -11734,6 +14239,7 @@
" export kann bei Zusammenführungen unerwartete Resultate anzeigen,\n"
" da es nur mit der ersten Vorgängerversion vergleicht."
+#: mercurial/commands.py:2801
msgid ""
" Output may be to a file, in which case the name of the file is\n"
" given using a format string. The formatting rules are as follows:"
@@ -11741,6 +14247,7 @@
" Die Ausgabe kann in eine Datei erfolgen. In diesem Fall wird der Name\n"
" für jede ausgegebene Revision anhand einer Formatangabe erzeugt:"
+#: mercurial/commands.py:2804
msgid ""
" :``%%``: literal \"%\" character\n"
" :``%H``: changeset hash (40 hexadecimal digits)\n"
@@ -11765,6 +14272,7 @@
" :``%n``: Laufende Nummer mit führenden Nullen, beginnend bei 1\n"
" :``%r``: Revisionsnummer mit führenden Nullen"
+#: mercurial/commands.py:2814
msgid ""
" Without the -a/--text option, export will avoid generating diffs\n"
" of files it detects as binary. With -a, export will generate a\n"
@@ -11774,6 +14282,7 @@
" Dateien. Mit -a wird der Vergleich in jedem Fall durchgeführt,\n"
" wahrscheinlich mit unerwünschtem Resultat."
+#: mercurial/commands.py:2818
msgid ""
" Use the -g/--git option to generate diffs in the git extended diff\n"
" format. See :hg:`help diffs` for more information."
@@ -11781,6 +14290,7 @@
" Nutze die Option -g/--git um Vergleiche im git-erweiterten diff-Format\n"
" zu erzeugen. Siehe dazu auch :hg:`help diff`."
+#: mercurial/commands.py:2821
msgid ""
" With the --switch-parent option, the diff will be against the\n"
" second parent. It can be useful to review a merge."
@@ -11788,6 +14298,7 @@
" Mit dem Schalter --switch-parent kann im Falle einer Zusammenführung\n"
" mit dem zweiten Vorfahren verglichen werden."
+#: mercurial/commands.py:2828
msgid ""
" - use export and import to transplant a bugfix to the current\n"
" branch::"
@@ -11795,9 +14306,11 @@
" - verwendet export und import um einen Bugfix auf den aktuellen Zweig\n"
" zu transplantieren::"
+#: mercurial/commands.py:2831
msgid " hg export -r 9353 | hg import -"
msgstr " hg export -r 9353 | hg import -"
+#: mercurial/commands.py:2833
msgid ""
" - export all the changesets between two revisions to a file with\n"
" rename information::"
@@ -11805,9 +14318,11 @@
" - exportiere alle Änderungssätze zwischen zwei Revision in eine Datei\n"
" mit Informationen über Umbenennungen::"
+#: mercurial/commands.py:2836
msgid " hg export --git -r 123:150 > changes.txt"
msgstr " hg export --git -r 123:150 > aenderungen.txt"
+#: mercurial/commands.py:2838
msgid ""
" - split outgoing changes into a series of patches with\n"
" descriptive names::"
@@ -11815,72 +14330,92 @@
" - spalte neue Änderungen in eine Reihe von Patches mit erklärenden\n"
" Namen::"
+#: mercurial/commands.py:2841
msgid " hg export -r \"outgoing()\" -o \"%n-%m.patch\""
msgstr " hg export -r \"outgoing()\" -o \"%n-%m.patch\""
+#: mercurial/commands.py:2850
msgid "export requires at least one changeset"
msgstr "export benötigt zumindest eine Versionsangabe"
+#: mercurial/commands.py:2852
msgid "exporting patches:\n"
msgstr "Exportiere Patches:\n"
+#: mercurial/commands.py:2854
msgid "exporting patch:\n"
msgstr "Exportiere Patch:\n"
+#: mercurial/commands.py:2861
msgid "forget the specified files on the next commit"
msgstr ""
"Angegebene Dateien ab dem nächsten Commit nicht mehr unter Versionskontrolle "
"stellen"
+#: mercurial/commands.py:2863
msgid ""
" Mark the specified files so they will no longer be tracked\n"
" after the next commit."
msgstr ""
+#: mercurial/commands.py:2866
msgid ""
" This only removes files from the current branch, not from the\n"
" entire project history, and it does not delete them from the\n"
" working directory."
msgstr ""
+#: mercurial/commands.py:2870
msgid " To undo a forget before the next commit, see :hg:`add`."
msgstr ""
+#: mercurial/commands.py:2876
msgid " - forget newly-added binary files::"
msgstr ""
+#: mercurial/commands.py:2878
msgid " hg forget \"set:added() and binary()\""
msgstr ""
+#: mercurial/commands.py:2880
msgid " - forget files that would be excluded by .hgignore::"
msgstr ""
+#: mercurial/commands.py:2882
msgid " hg forget \"set:hgignore()\""
msgstr ""
+#: mercurial/commands.py:2896
#, fuzzy
msgid "revisions to graft"
msgstr "zu exportierende Revisionen"
+#: mercurial/commands.py:2897
msgid "resume interrupted graft"
msgstr "Führt ein unterbrochenes graft fort"
+#: mercurial/commands.py:2899
msgid "append graft info to log message"
msgstr ""
+#: mercurial/commands.py:2901
msgid "record the current date as commit date"
msgstr "Protokolliert das aktuelle Datum als Commit-Datum"
+#: mercurial/commands.py:2903
msgid "record the current user as committer"
msgstr "Protokolliert den aktuellen Nutzer als Autor"
+#: mercurial/commands.py:2905
#, fuzzy
msgid "[OPTION]... [-r] REV..."
msgstr "[OPTION]... [DATEI [REV]]..."
+#: mercurial/commands.py:2907
msgid "copy changes from other branches onto the current branch"
msgstr ""
+#: mercurial/commands.py:2909
msgid ""
" This command uses Mercurial's merge logic to copy individual\n"
" changes from other branches without merging branches in the\n"
@@ -11889,14 +14424,17 @@
" description from the source changesets."
msgstr ""
+#: mercurial/commands.py:2915
msgid ""
" Changesets that are ancestors of the current revision, that have\n"
" already been grafted, or that are merges will be skipped."
msgstr ""
+#: mercurial/commands.py:2921
msgid " (grafted from CHANGESETHASH)"
msgstr ""
+#: mercurial/commands.py:2923
msgid ""
" If a graft merge results in conflicts, the graft process is\n"
" interrupted so that the current merge can be manually resolved.\n"
@@ -11904,39 +14442,50 @@
" continued with the -c/--continue option."
msgstr ""
+#: mercurial/commands.py:2928
msgid ""
" .. note::\n"
" The -c/--continue option does not reapply earlier options."
msgstr ""
+#: mercurial/commands.py:2935
msgid ""
" - copy a single change to the stable branch and edit its description::"
msgstr ""
+#: mercurial/commands.py:2937
msgid ""
" hg update stable\n"
" hg graft --edit 9393"
msgstr ""
+#: mercurial/commands.py:2940
msgid ""
" - graft a range of changesets with one exception, updating dates::"
msgstr ""
+#: mercurial/commands.py:2942
msgid " hg graft -D \"2085::2093 and not 2091\""
msgstr ""
+#: mercurial/commands.py:2944
msgid " - continue a graft after resolving conflicts::"
msgstr ""
+#: mercurial/commands.py:2946
msgid " hg graft -c"
msgstr ""
+#: mercurial/commands.py:2948
msgid " - show the source of a grafted changeset::"
msgstr ""
-msgid " hg log --debug -r tip"
-msgstr ""
-
+#: mercurial/commands.py:2950
+#, fuzzy
+msgid " hg log --debug -r ."
+msgstr " hg log -r \"bisect(current)\""
+
+#: mercurial/commands.py:2952
msgid ""
" Returns 0 on successful completion.\n"
" "
@@ -11944,74 +14493,95 @@
" Gibt 0 bei Erfolg zurück.\n"
" "
+#: mercurial/commands.py:2971
msgid "can't specify --continue and revisions"
msgstr "--continue und Revisionen können nicht gleichzeitig angegeben werden"
+#: mercurial/commands.py:2979
msgid "no graft state found, can't continue"
msgstr "Kein graft Status gefunden, kann nicht fortsetzen"
+#: mercurial/commands.py:2989
#, python-format
msgid "skipping ungraftable merge revision %s\n"
msgstr "Überspringe nicht transplantierbare Zusammenführung %s\n"
+#: mercurial/commands.py:3000
#, python-format
msgid "skipping ancestor revision %s\n"
msgstr "Überspringe Vorgängerrevision %s\n"
+#: mercurial/commands.py:3022
#, python-format
msgid "skipping already grafted revision %s\n"
msgstr "Überspringe bereits transplantierte Revision %s\n"
+#: mercurial/commands.py:3025
#, python-format
msgid "skipping already grafted revision %s (same origin %d)\n"
msgstr ""
+#: mercurial/commands.py:3030
#, python-format
msgid "skipping already grafted revision %s (was grafted from %d)\n"
msgstr ""
+#: mercurial/commands.py:3041
#, python-format
msgid "grafting revision %s\n"
msgstr ""
+#: mercurial/commands.py:3075
msgid "unresolved conflicts, can't continue"
msgstr ""
+#: mercurial/commands.py:3076
msgid "use hg resolve and hg graft --continue"
msgstr ""
+#: mercurial/commands.py:3090
#, fuzzy, python-format
msgid "graft for revision %s is empty\n"
msgstr "Pfropf für Revision %s ist leer\n"
+#: mercurial/commands.py:3103
msgid "end fields with NUL"
msgstr "Trennt Einträge mit NULL statt Leerzeichen"
+#: mercurial/commands.py:3104
msgid "print all revisions that match"
msgstr "Zeigt alle zutreffenden Revisionen"
+#: mercurial/commands.py:3109
msgid "ignore case when matching"
msgstr "Ignoriert Groß- und Kleinschreibung beim Suchen"
+#: mercurial/commands.py:3111
msgid "print only filenames and revisions that match"
msgstr "Zeigt nur zutreffende Dateinamen und Revisionen"
+#: mercurial/commands.py:3112
msgid "print matching line numbers"
msgstr "Zeigt zutreffende Zeilennummern"
+#: mercurial/commands.py:3114
msgid "only search files changed within revision range"
msgstr "Sucht Dateien, die in gegebenem Revisionsbereich geändert wurden"
+#: mercurial/commands.py:3118
msgid "[OPTION]... PATTERN [FILE]..."
msgstr "[OPTION]... MUSTER [DATEI]..."
+#: mercurial/commands.py:3120
msgid "search for a pattern in specified files and revisions"
msgstr "Sucht ein Muster in angegebenen Dateien und Revisionen"
+#: mercurial/commands.py:3122
msgid " Search revisions of files for a regular expression."
msgstr ""
" Durchsucht Dateien in der Versionshistorie nach einem gegebenen Muster."
+#: mercurial/commands.py:3124
msgid ""
" This command behaves differently than Unix grep. It only accepts\n"
" Python/Perl regexps. It searches repository history, not the\n"
@@ -12024,6 +14594,7 @@
"Revisionen\n"
" im Archiv durchsucht, nicht jedoch das Arbeitsverzeichnis."
+#: mercurial/commands.py:3129
msgid ""
" By default, grep only prints output for the first revision of a\n"
" file in which it finds a match. To get it to print every revision\n"
@@ -12038,44 +14609,53 @@
" alle Revisionen ausgegeben, in der das Muster hinzugefügt (\"+\") oder\n"
" entfernt (\"-\") wurde."
+#: mercurial/commands.py:3135 mercurial/commands.py:3917
msgid ""
" Returns 0 if a match is found, 1 otherwise.\n"
" "
msgstr ""
+#: mercurial/commands.py:3143
#, python-format
msgid "grep: invalid match pattern: %s\n"
msgstr "grep: Ungültiges Suchmuster: %s\n"
+#: mercurial/commands.py:3318
msgid "STARTREV"
msgstr ""
+#: mercurial/commands.py:3318
msgid "show only heads which are descendants of STARTREV"
msgstr "Zeigt nur Köpfe, die Nachkommen von STARTREV sind"
+#: mercurial/commands.py:3319
msgid "show topological heads only"
msgstr ""
+#: mercurial/commands.py:3320
msgid "show active branchheads only (DEPRECATED)"
msgstr ""
+#: mercurial/commands.py:3321
msgid "show normal and closed branch heads"
msgstr "Zeigt normale und geschlossene Branch-Köpfe"
+#: mercurial/commands.py:3323
msgid "[-ct] [-r STARTREV] [REV]..."
msgstr "[-ct] [-r STARTREV] [REV]..."
-msgid "show current repository heads or show branch heads"
-msgstr "Zeigt die Köpfe des Archivs oder von Entwicklungszweigen"
-
-msgid " With no arguments, show all repository branch heads."
-msgstr " Ohne Argumente werden alle Köpfe des Archivs angezeigt."
-
-msgid ""
-" Repository \"heads\" are changesets with no child changesets. They are\n"
-" where development generally takes place and are the usual targets\n"
-" for update and merge operations. Branch heads are changesets that have\n"
-" no child changeset on the same branch."
+#: mercurial/commands.py:3325
+#, fuzzy
+msgid "show branch heads"
+msgstr "Zeigt gegebenen Branch"
+
+#: mercurial/commands.py:3327
+#, fuzzy
+msgid ""
+" With no arguments, show all open branch heads in the repository.\n"
+" Branch heads are changesets that have no descendants on the\n"
+" same branch. They are where development generally takes place and\n"
+" are the usual targets for update and merge operations."
msgstr ""
" Archivköpfe sind Revisionen, die keine Nachfahren haben. Typischerweise\n"
" geht die Entwicklung hier weiter und die Köpfe sind häufig Ziel von\n"
@@ -12085,17 +14665,20 @@
" letzte Revision bevor ein neuer Zweig erstellt wurde. Falls kein Kopf\n"
" eines Zweigs ein echter Kopf ist, gilt der Zweig als inaktiv."
-msgid ""
-" If one or more REVs are given, only branch heads on the branches\n"
-" associated with the specified changesets are shown. This means\n"
-" that you can use :hg:`heads foo` to see the heads on a branch\n"
-" named ``foo``."
+#: mercurial/commands.py:3332
+#, fuzzy
+msgid ""
+" If one or more REVs are given, only open branch heads on the\n"
+" branches associated with the specified changesets are shown. This\n"
+" means that you can use :hg:`heads .` to see the heads on the\n"
+" currently checked-out branch."
msgstr ""
" Wenn eine oder mehrere REV Argumente gegeben sind, werden die Köpfe von\n"
" den benannten Zweigen dieser Revisionen angezeigt. Das bedeutet, dass\n"
" :hg:`heads foo` verwendet werden kann, um die Köpfe des Zweigs ``foo``\n"
" anzuzeigen."
+#: mercurial/commands.py:3337
msgid ""
" If -c/--closed is specified, also show branch heads marked closed\n"
" (see :hg:`commit --close-branch`)."
@@ -12103,6 +14686,7 @@
" Zweige die mit :hg:`commit --close-branch` geschlossen wurden, werden\n"
" nur mit dem -c/--closed Schalter angezeigt."
+#: mercurial/commands.py:3340
msgid ""
" If STARTREV is specified, only those heads that are descendants of\n"
" STARTREV will be displayed."
@@ -12110,14 +14694,17 @@
" Bei Angabe einer STARTREV werden nur solche Köpfe (oder Zweigköpfe)\n"
" angezeigt, die Nachfahren der gegebenen Revision sind."
+#: mercurial/commands.py:3343
+#, fuzzy
msgid ""
" If -t/--topo is specified, named branch mechanics will be ignored and "
"only\n"
-" changesets without children will be shown."
+" topological heads (changesets with no children) will be shown."
msgstr ""
" Mit -t/--topo wird Zweiginformation ignoriert und nur Änderungssätze\n"
" ohne Nachfahren angezeigt."
+#: mercurial/commands.py:3346
msgid ""
" Returns 0 if matching heads are found, 1 if not.\n"
" "
@@ -12125,34 +14712,43 @@
" Gibt 0 zurück, wenn zutreffende Köpfe gefunden wurden, sonst 1.\n"
" "
+#: mercurial/commands.py:3373
#, python-format
msgid "no open branch heads found on branches %s"
msgstr "Keine offenen Zweigköpfe auf Zweig %s"
+#: mercurial/commands.py:3375
#, python-format
msgid " (started at %s)"
msgstr " (fängt bei %s an)"
+#: mercurial/commands.py:3388
msgid "show only help for extensions"
msgstr "Zeigt Hilfe nur für Erweiterungen"
+#: mercurial/commands.py:3389
msgid "show only help for commands"
msgstr "Zeigt Hilfe für Befehle"
+#: mercurial/commands.py:3390
msgid "show topics matching keyword"
msgstr ""
+#: mercurial/commands.py:3392
msgid "[-ec] [TOPIC]"
msgstr "[-ec] [THEMA]"
+#: mercurial/commands.py:3394
msgid "show help for a given topic or a help overview"
msgstr "Zeigt die Hilfe für ein gegebenes Thema oder eine Hilfsübersicht"
+#: mercurial/commands.py:3396
msgid ""
" With no arguments, print a list of commands with short help messages."
msgstr ""
" Ohne Parameter wird eine Liste aller Befehle mit Kurzhilfe angezeigt."
+#: mercurial/commands.py:3398
msgid ""
" Given a topic, extension, or command name, print help for that\n"
" topic."
@@ -12160,6 +14756,7 @@
" Bei Angabe eines Themas, einer Erweiterung oder eines Befehls wird\n"
" detaillierte Hilfe zu diesem Thema angezeigt."
+#: mercurial/commands.py:3401 mercurial/commands.py:3459
msgid ""
" Returns 0 if successful.\n"
" "
@@ -12167,30 +14764,39 @@
" Gibt 0 bei Erfolg zurück.\n"
" "
+#: mercurial/commands.py:3420
msgid "identify the specified revision"
msgstr "Identifiziert die angegebene Revision"
+#: mercurial/commands.py:3421
msgid "show local revision number"
msgstr "Zeigt die lokale Revisionsnummer"
+#: mercurial/commands.py:3422
msgid "show global revision id"
msgstr "Zeigt die globale Revisions-ID"
+#: mercurial/commands.py:3423
msgid "show branch"
msgstr "Zeigt gegebenen Branch"
+#: mercurial/commands.py:3424
msgid "show tags"
msgstr "Zeigt Tags"
+#: mercurial/commands.py:3425
msgid "show bookmarks"
msgstr "Zeige Lesezeichen"
+#: mercurial/commands.py:3427
msgid "[-nibtB] [-r REV] [SOURCE]"
msgstr "[-nibtB] [-r REV] [QUELLE]"
+#: mercurial/commands.py:3430
msgid "identify the working copy or specified revision"
msgstr "Beschreibt die Arbeitskopie oder die angegebene Revision"
+#: mercurial/commands.py:3432
msgid ""
" Print a summary identifying the repository state at REV using one or\n"
" two parent hash identifiers, followed by a \"+\" if the working\n"
@@ -12204,6 +14810,7 @@
" werden eine Liste der Tags und eine der Lesezeichen dieser Revision\n"
" ausgegeben sowie der Zweigname falls nicht der 'default'-Zweig vorliegt."
+#: mercurial/commands.py:3437
msgid ""
" When REV is not given, print a summary of the current state of the\n"
" repository."
@@ -12211,6 +14818,7 @@
" Ohne REV wird eine Zusammenfassung des aktuellen Status des\n"
" Projektarchivs angezeigt."
+#: mercurial/commands.py:3440
msgid ""
" Specifying a path to a repository root or Mercurial bundle will\n"
" cause lookup to operate on that repository/bundle."
@@ -12218,27 +14826,35 @@
" Mit einem Pfad auf ein Projektverzeichnis oder ein Bündel wird eine\n"
" Abfrage auf dies andere Archiv/Bündel ausgeführt."
+#: mercurial/commands.py:3447
msgid " - generate a build identifier for the working directory::"
msgstr ""
+#: mercurial/commands.py:3449
msgid " hg id --id > build-id.dat"
msgstr ""
+#: mercurial/commands.py:3451
msgid " - find the revision corresponding to a tag::"
msgstr ""
+#: mercurial/commands.py:3453
msgid " hg id -n -r 1.3"
msgstr ""
+#: mercurial/commands.py:3455
msgid " - check the most recent revision of a remote repository::"
msgstr " - Prüft die aktuellste Version eines entfernten Archivs::"
+#: mercurial/commands.py:3457
msgid " hg id -r tip http://selenic.com/hg/"
msgstr ""
+#: mercurial/commands.py:3480
msgid "can't query remote revision number, branch, or tags"
msgstr ""
+#: mercurial/commands.py:3557
msgid ""
"directory strip option for patch. This has the same meaning as the "
"corresponding patch option"
@@ -12246,34 +14862,45 @@
"Entfernt führende Verzeichnisnamen. Dies hat dieselbe Bedeutung wie die "
"gleichnamige Option von patch"
+#: mercurial/commands.py:3559
msgid "PATH"
msgstr "PFAD"
+#: mercurial/commands.py:3559
msgid "base path (DEPRECATED)"
msgstr "Basispfad (VERALTET)"
-msgid "skip check for outstanding uncommitted changes"
+#: mercurial/commands.py:3562
+#, fuzzy
+msgid "skip check for outstanding uncommitted changes (DEPRECATED)"
msgstr ""
"überspringt die Überprüfungen auf ausstehende, unversionierte Änderungen"
+#: mercurial/commands.py:3564
msgid "don't commit, just update the working directory"
msgstr "Kein Commit, nur Aktualisierung des Arbeitsverzeichnisses"
+#: mercurial/commands.py:3566
msgid "apply patch without touching the working directory"
msgstr "Wendet Patch an ohne das Arbeitsverzeichnis zu verändern"
+#: mercurial/commands.py:3568
msgid "apply patch to the nodes from which it was generated"
msgstr "Wendet Patch auf die Knoten an, von denen er erstellt wurde"
+#: mercurial/commands.py:3570
msgid "use any branch information in patch (implied by --exact)"
msgstr ""
+#: mercurial/commands.py:3572
msgid "[OPTION]... PATCH..."
msgstr ""
+#: mercurial/commands.py:3574
msgid "import an ordered set of patches"
msgstr "Importiert eine Liste von Patches"
+#: mercurial/commands.py:3576
msgid ""
" Import a list of patches and commit them individually (unless\n"
" --no-commit is specified)."
@@ -12282,13 +14909,16 @@
"Änderungen\n"
" ins Archiv (es sei denn die Option --no-commit ist angegeben)."
-msgid ""
-" If there are outstanding changes in the working directory, import\n"
-" will abort unless given the -f/--force flag."
+#: mercurial/commands.py:3579
+#, fuzzy
+msgid ""
+" Because import first applies changes to the working directory,\n"
+" import will abort if there are outstanding changes."
msgstr ""
" Falls aktuell lokale Änderungen im Arbeitsverzeichnis vorliegen, bricht\n"
" der Befehl ohne die Option -f/--force ab."
+#: mercurial/commands.py:3582
msgid ""
" You can import a patch straight from a mail message. Even patches\n"
" as attachments work (to use the body part, it must have type\n"
@@ -12303,6 +14933,7 @@
"Patch\n"
" werden als Benutzername bzw. Versionsmeldung bei der Übernahme verwendet."
+#: mercurial/commands.py:3589
msgid ""
" If the imported patch was generated by :hg:`export`, user and\n"
" description from patch override values from message headers and\n"
@@ -12314,6 +14945,7 @@
" verwendet. Die Optionen -m/--message und -u/--user überschreiben aber\n"
" auch diese Angaben."
+#: mercurial/commands.py:3594
msgid ""
" If --exact is specified, import will set the working directory to\n"
" the parent of each patch before applying it, and will abort if the\n"
@@ -12328,6 +14960,7 @@
"anderen\n"
" Problemen mit dem Patch Format), wird die Operation abgebrochen."
+#: mercurial/commands.py:3600
msgid ""
" Use --bypass to apply and commit patches directly to the\n"
" repository, not touching the working directory. Without --exact,\n"
@@ -12335,6 +14968,7 @@
" revision."
msgstr ""
+#: mercurial/commands.py:3605
msgid ""
" With -s/--similarity, hg will attempt to discover renames and\n"
" copies in the patch in the same way as :hg:`addremove`."
@@ -12342,6 +14976,7 @@
" Mit der Option -s/--similarity werden Umbenennungen und Kopien auf\n"
" gleiche Weise wie mit dem Befehl :hg:`addremove` erkannt."
+#: mercurial/commands.py:3608
msgid ""
" To read a patch from standard input, use \"-\" as the patch name. If\n"
" a URL is specified, the patch will be downloaded from it.\n"
@@ -12354,86 +14989,112 @@
" Formate für -d/--date.\n"
" "
+#: mercurial/commands.py:3616
msgid " - import a traditional patch from a website and detect renames::"
msgstr ""
+#: mercurial/commands.py:3618
msgid " hg import -s 80 http://example.com/bugfix.patch"
msgstr ""
+#: mercurial/commands.py:3620
msgid " - import a changeset from an hgweb server::"
msgstr ""
+#: mercurial/commands.py:3622
msgid " hg import http://www.selenic.com/hg/rev/5ca8c111e9aa"
msgstr ""
+#: mercurial/commands.py:3624
msgid " - import all the patches in an Unix-style mbox::"
msgstr ""
+#: mercurial/commands.py:3626
msgid " hg import incoming-patches.mbox"
msgstr ""
+#: mercurial/commands.py:3628
msgid ""
" - attempt to exactly restore an exported changeset (not always\n"
" possible)::"
msgstr ""
+#: mercurial/commands.py:3631
msgid " hg import --exact proposed-fix.patch"
msgstr ""
+#: mercurial/commands.py:3637
msgid "need at least one patch to import"
msgstr "Benötigt mindestens einen Patchnamen zum Importieren"
+#: mercurial/commands.py:3651
msgid "cannot use --no-commit with --bypass"
msgstr ""
+#: mercurial/commands.py:3659
msgid "cannot use --similarity with --bypass"
msgstr ""
+#: mercurial/commands.py:3677
msgid "applied to working directory"
msgstr "Angewendet aufs Arbeitsverzeichnis"
+#: mercurial/commands.py:3696
msgid "not a Mercurial patch"
msgstr "Kein Mercurial-Patch"
+#: mercurial/commands.py:3766
msgid "patch is damaged or loses information"
msgstr "Prüfsumme stimmt nicht überein: Patch beschädigt"
#. i18n: refers to a short changeset id
+#: mercurial/commands.py:3769
#, python-format
msgid "created %s"
msgstr "erstellt %s"
+#: mercurial/commands.py:3783
msgid "applying patch from stdin\n"
msgstr "Wende Patch von der Standardeingabe an\n"
+#: mercurial/commands.py:3803
#, python-format
msgid "%s: no diffs found"
msgstr "%s: Keine Diffs gefunden"
+#: mercurial/commands.py:3822
msgid "run even if remote repository is unrelated"
msgstr "Auch ausführen, wenn das entfernte Projektarchiv keinen Bezug hat"
+#: mercurial/commands.py:3823 mercurial/commands.py:4300
msgid "show newest record first"
msgstr "Zeigt neueste Änderung zuerst"
+#: mercurial/commands.py:3825
msgid "file to store the bundles into"
msgstr "Dateiname zum Speichern der Bündel"
+#: mercurial/commands.py:3826 mercurial/commands.py:4549
msgid "a remote changeset intended to be added"
msgstr "Ein entfernter Änderungssatz, der hinzugefügt werden soll"
+#: mercurial/commands.py:3827 mercurial/commands.py:4301
msgid "compare bookmarks"
msgstr "Vergleiche Lesezeichen"
+#: mercurial/commands.py:3829 mercurial/commands.py:4551
msgid "a specific branch you would like to pull"
msgstr "Spezifischer Zweig, der geholt werden soll"
+#: mercurial/commands.py:3831
msgid "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"
msgstr "[-p] [-n] [-M] [-f] [-r REV]... [--bundle DATEINAME] [QUELLE]"
+#: mercurial/commands.py:3833
msgid "show new changesets found in source"
msgstr "Zeigt neue Revisionen in einer externen Quelle an"
+#: mercurial/commands.py:3835
msgid ""
" Show new changesets found in the specified path/URL or the default\n"
" pull location. These are the changesets that would have been pulled\n"
@@ -12442,6 +15103,7 @@
" Zeigt alle neuen Änderungen an, die durch ein \"hg pull\" vom \n"
" angegebenen Pfad/URL oder dem 'default'-Pfad geholt werden würden."
+#: mercurial/commands.py:3839
msgid ""
" For remote repository, using --bundle avoids downloading the\n"
" changesets twice if the incoming is followed by a pull."
@@ -12450,26 +15112,33 @@
"Änderungen\n"
" bei einem folgenden \"hg pull\" nicht ein zweites Mal geholt werden."
+#: mercurial/commands.py:3842
msgid " See pull for valid source format details."
msgstr " Siehe :hg:`help pull` für gültige Angaben für die Quelle."
+#: mercurial/commands.py:3844
msgid ""
" Returns 0 if there are incoming changes, 1 otherwise.\n"
" "
msgstr ""
+#: mercurial/commands.py:3858
msgid "cannot combine --bundle and --subrepos"
msgstr "Kann --bundle und --subrepos nicht kombinieren"
+#: mercurial/commands.py:3865 mercurial/commands.py:4335
msgid "remote doesn't support bookmarks\n"
msgstr "Quellarchiv unterstützt keine Lesezeichen\n"
+#: mercurial/commands.py:3877
msgid "[-e CMD] [--remotecmd CMD] [DEST]"
msgstr ""
+#: mercurial/commands.py:3879
msgid "create a new repository in the given directory"
msgstr "Erzeugt ein neues Projektarchiv im angegebenen Verzeichnis"
+#: mercurial/commands.py:3881
msgid ""
" Initialize a new repository in the given directory. If the given\n"
" directory does not exist, it will be created."
@@ -12477,9 +15146,11 @@
" Initialisiert ein neues Archiv im angegebenen Verzeichnis. Sollte das\n"
" angegebene Verzeichnis nicht existieren, wird es angelegt."
+#: mercurial/commands.py:3884
msgid " If no directory is given, the current directory is used."
msgstr " Ist kein Zielverzeichnis angegeben, wird das aktuelle genutzt."
+#: mercurial/commands.py:3886
msgid ""
" It is possible to specify an ``ssh://`` URL as the destination.\n"
" See :hg:`help urls` for more information."
@@ -12487,21 +15158,27 @@
" Es ist möglich eine ``ssh://`` URL als Ziel anzugeben.\n"
" Siehe :hg:`help urls` für mehr Informationen."
+#: mercurial/commands.py:3894
msgid "search the repository as it is in REV"
msgstr "Sucht in der Revision REV"
+#: mercurial/commands.py:3895 mercurial/commands.py:5279
msgid "end filenames with NUL, for use with xargs"
msgstr "Beendet Dateinamen mit NUL zur Nutzung mit xargs"
+#: mercurial/commands.py:3896
msgid "print complete paths from the filesystem root"
msgstr "Gibt absolute Dateinamen aus"
+#: mercurial/commands.py:3898
msgid "[OPTION]... [PATTERN]..."
msgstr "[OPTION]... [MUSTER]..."
+#: mercurial/commands.py:3900
msgid "locate files matching specific patterns"
msgstr "Suche Dateien mit bestimmtem Namen"
+#: mercurial/commands.py:3902
msgid ""
" Print files under Mercurial control in the working directory whose\n"
" names match the given patterns."
@@ -12509,6 +15186,7 @@
" Gibt alle Dateien im Projektarchiv aus, deren Namen auf ein angegebenes\n"
" Muster passen."
+#: mercurial/commands.py:3905
msgid ""
" By default, this command searches all directories in the working\n"
" directory. To search just the current directory and its\n"
@@ -12518,11 +15196,13 @@
" aktuelle Verzeichnis und Unterverzeichnisse zu begrenzen, verwende\n"
" \"--include .\"."
+#: mercurial/commands.py:3909
msgid ""
" If no patterns are given to match, this command prints the names\n"
" of all files under Mercurial control in the working directory."
msgstr " Ohne angegebenes Suchmuster werden alle Dateinamen ausgegeben."
+#: mercurial/commands.py:3912
msgid ""
" If you want to feed the output of this command into the \"xargs\"\n"
" command, use the -0 option to both this command and \"xargs\". This\n"
@@ -12535,9 +15215,11 @@
"Probleme\n"
" mit Leerzeichen in Dateinamen vermeidet."
+#: mercurial/commands.py:3959
msgid "show revision history of entire repository or files"
msgstr "Zeigt die Revisionshistorie des Archivs oder von Dateien an"
+#: mercurial/commands.py:3961
msgid ""
" Print the revision history of the specified files or the entire\n"
" project."
@@ -12545,6 +15227,7 @@
" Gibt die Revisionshistorie der angegeben Dateien oder des ganzen\n"
" Projektes aus."
+#: mercurial/commands.py:3964
msgid ""
" If no revision range is specified, the default is ``tip:0`` unless\n"
" --follow is set, in which case the working directory parent is\n"
@@ -12554,6 +15237,7 @@
" außer --follow wurde angegeben. In dem Fall wird die Vorgängerversion\n"
" des Arbeitsverzeichnis als Startversion genommen."
+#: mercurial/commands.py:3968
msgid ""
" File history is shown without following rename or copy history of\n"
" files. Use -f/--follow with a filename to follow history across\n"
@@ -12566,6 +15250,7 @@
" --follow ohne Dateinamen wird nur Vorläufer und Nachfolger ab der\n"
" Startrevision anzeigen."
+#: mercurial/commands.py:3973
msgid ""
" By default this command prints revision number and changeset id,\n"
" tags, non-trivial parents, user, date and time, and a summary for\n"
@@ -12578,6 +15263,7 @@
" des -v/--verbose Schalters, wird eine Liste aller geänderten Dateien\n"
" und die komplette Versionsmeldung angezeigt."
+#: mercurial/commands.py:3978
msgid ""
" .. note::\n"
" log -p/--patch may generate unexpected diff output for merge\n"
@@ -12592,6 +15278,7 @@
" nur Dateien berücksichtigt, die zu BEIDEN Vorgängernversionen\n"
" verschieden sind:."
+#: mercurial/commands.py:3984
msgid ""
" .. note::\n"
" for performance reasons, log FILE may omit duplicate changes\n"
@@ -12600,67 +15287,86 @@
" switch."
msgstr ""
+#: mercurial/commands.py:3994
msgid " - changesets with full descriptions and file lists::"
msgstr " - Änderungssätze mit vollen Beschreibungen und Dateilisten::"
+#: mercurial/commands.py:3996
msgid " hg log -v"
msgstr ""
+#: mercurial/commands.py:3998
msgid " - changesets ancestral to the working directory::"
msgstr ""
" - Alle Änderungssätze, die Vorfahren des Arbeitsverzeichnisses sind::"
+#: mercurial/commands.py:4000
msgid " hg log -f"
msgstr ""
+#: mercurial/commands.py:4002
msgid " - last 10 commits on the current branch::"
msgstr " - Die letzten 10 Revisionen des aktuellen Zweigs::"
+#: mercurial/commands.py:4004
msgid " hg log -l 10 -b ."
msgstr ""
+#: mercurial/commands.py:4006
msgid ""
" - changesets showing all modifications of a file, including removals::"
msgstr ""
+#: mercurial/commands.py:4008
msgid " hg log --removed file.c"
msgstr ""
+#: mercurial/commands.py:4010
msgid ""
" - all changesets that touch a directory, with diffs, excluding merges::"
msgstr ""
" - Alle Änderungssätze die ein Verzeichnis betreffen, mit diffs ohne\n"
" Zusammenführungen::"
+#: mercurial/commands.py:4012
msgid " hg log -Mp lib/"
msgstr ""
+#: mercurial/commands.py:4014
msgid " - all revision numbers that match a keyword::"
msgstr " - Die Nummern von Revisionen, die ein Schlüsselwort beinhalten::"
+#: mercurial/commands.py:4016
msgid " hg log -k bug --template \"{rev}\\n\""
msgstr ""
+#: mercurial/commands.py:4018
msgid " - check if a given changeset is included is a tagged release::"
msgstr ""
+#: mercurial/commands.py:4020
msgid " hg log -r \"a21ccf and ancestor(1.9)\""
msgstr ""
+#: mercurial/commands.py:4022
msgid " - find all changesets by some user in a date range::"
msgstr " - Alle Änderungen eines Benutzers innerhalb eines Intervalls::"
+#: mercurial/commands.py:4024
msgid " hg log -k alice -d \"may 2008 to jul 2008\""
msgstr ""
+#: mercurial/commands.py:4026
msgid " - summary of all changesets after the last tag::"
msgstr ""
" - Zusammenfassung aller Änderungssätze seit dem letzten Etikett::"
+#: mercurial/commands.py:4028
msgid ""
" hg log -r \"last(tagged())::\" --template \"{desc|firstline}\\n\""
msgstr ""
+#: mercurial/commands.py:4032
msgid ""
" See :hg:`help revisions` and :hg:`help revsets` for more about\n"
" specifying revisions."
@@ -12668,6 +15374,7 @@
" Siehe :hg:`help revisions` und :hg:`help revsets` darüber, wie man\n"
" Revisionen angeben kann."
+#: mercurial/commands.py:4035
#, fuzzy
msgid ""
" See :hg:`help templates` for more about pre-packaged styles and\n"
@@ -12676,15 +15383,19 @@
" Siehe :hg:`help templates` für Informationen über Vorlagen und Filter.\n"
" "
+#: mercurial/commands.py:4118
msgid "revision to display"
msgstr "Auszugebende Revision"
+#: mercurial/commands.py:4119
msgid "list files from all revisions"
msgstr "Listet Dateien aller Revisionen"
+#: mercurial/commands.py:4122
msgid "output the current or given revision of the project manifest"
msgstr "Gibt das Manifest der angegebenen oder aktuellen Revision aus"
+#: mercurial/commands.py:4124
msgid ""
" Print a list of version controlled files for the given revision.\n"
" If no revision is given, the first parent of the working directory\n"
@@ -12696,6 +15407,7 @@
" Vorgängerversion des Arbeitsverzeichnis genutzt oder die Spitze (tip)\n"
" falls keine Revision ausgecheckt ist."
+#: mercurial/commands.py:4128
msgid ""
" With -v, print file permissions, symlink and executable bits.\n"
" With --debug, print file revision hashes."
@@ -12706,29 +15418,38 @@
" die Prüfsumme.\n"
" "
+#: mercurial/commands.py:4131
msgid ""
" If option --all is specified, the list of all files from all revisions\n"
" is printed. This includes deleted and renamed files."
msgstr ""
+#: mercurial/commands.py:4141
msgid "can't specify a revision with --all"
msgstr "Kann nicht eine bestimmte Revision und --all gleichzeitig angeben"
-msgid "force a merge with outstanding changes"
+#: mercurial/commands.py:4181
+#, fuzzy
+msgid "force a merge including outstanding changes (DEPRECATED)"
msgstr "Erzwingt einen Merge mit ausstehenden Änderungen"
+#: mercurial/commands.py:4182
msgid "revision to merge"
msgstr "zu mergende Revision"
+#: mercurial/commands.py:4184
msgid "review revisions to merge (no merge is performed)"
msgstr ""
+#: mercurial/commands.py:4186
msgid "[-P] [-f] [[-r] REV]"
msgstr "[-P] [-f] [[-r] REV]"
+#: mercurial/commands.py:4188
msgid "merge working directory with another revision"
msgstr "Führt das Arbeitsverzeichnis mit einer anderen Revision zusammen"
+#: mercurial/commands.py:4190
msgid ""
" The current working directory is updated with all changes made in\n"
" the requested revision since the last common predecessor revision."
@@ -12736,6 +15457,7 @@
" Wendet die Änderungen der angegebenen Revision (seit einem gemeinsamen\n"
" Vorfahr) im Arbeitsverzeichnis an."
+#: mercurial/commands.py:4193
msgid ""
" Files that changed between either parent are marked as changed for\n"
" the next commit and a commit must be performed before any further\n"
@@ -12747,12 +15469,14 @@
" weitere Änderungen durchgeführt werden dürfen. Nach dem Übernehmen hat\n"
" die neue Revision zwei Vorfahren."
+#: mercurial/commands.py:4198
msgid ""
" ``--tool`` can be used to specify the merge tool used for file\n"
" merges. It overrides the HGMERGE environment variable and your\n"
" configuration files. See :hg:`help merge-tools` for options."
msgstr ""
+#: mercurial/commands.py:4202
msgid ""
" If no revision is specified, the working directory's parent is a\n"
" head revision, and the current branch contains exactly one other\n"
@@ -12767,15 +15491,18 @@
"Revision\n"
" explizit angegeben werden."
+#: mercurial/commands.py:4207
msgid " :hg:`resolve` must be used to resolve unresolved files."
msgstr " Konflikte müssen erst mit :hg:`resolve` gelöst werden."
+#: mercurial/commands.py:4209
msgid ""
" To undo an uncommitted merge, use :hg:`update --clean .` which\n"
" will check out a clean copy of the original merge parent, losing\n"
" all changes."
msgstr ""
+#: mercurial/commands.py:4213 mercurial/commands.py:5821
msgid ""
" Returns 0 on success, 1 if there are unresolved files.\n"
" "
@@ -12783,6 +15510,7 @@
" Gibt 0 bei Erfolg zurück, 1 wenn ungelöste Konflikte auftraten.\n"
" "
+#: mercurial/commands.py:4233
msgid ""
"multiple matching bookmarks to merge - please merge with an explicit rev or "
"bookmark"
@@ -12790,55 +15518,71 @@
"Mehrere passende Lesezeichen zum Zusammenführen gefunden. Bitte wählen Sie "
"eine explizite Revision oder ein Lesezeichen"
+#: mercurial/commands.py:4235 mercurial/commands.py:4239
+#: mercurial/commands.py:4257 mercurial/commands.py:4262
msgid "run 'hg heads' to see all heads"
msgstr "'hg heads' zeigt alle Köpfe"
+#: mercurial/commands.py:4237
msgid ""
"no matching bookmark to merge - please merge with an explicit rev or bookmark"
msgstr ""
"Kein passendes Lesezeichen zum Zusammenführen gefunden. Bitte wählen Sie "
"eine explizite Revision oder ein Lesezeichen"
+#: mercurial/commands.py:4247
#, python-format
msgid "branch '%s' has %d heads - please merge with an explicit rev"
msgstr "Zweig '%s' hat %d Köpfe - Bitte wähle eine explizite Revision"
+#: mercurial/commands.py:4250
msgid "run 'hg heads .' to see heads"
msgstr "'hg heads .' zeigt Köpfe"
+#: mercurial/commands.py:4255
msgid "heads are bookmarked - please merge with an explicit rev"
msgstr ""
"Es existieren Lesezeichen für die Köpfe. Bitte geben Sie explizit eine "
"Revision an"
+#: mercurial/commands.py:4259
#, python-format
msgid "branch '%s' has one head - please merge with an explicit rev"
msgstr "Zweig '%s' hat einen Kopf - Bitte wähle eine explizite Revision"
+#: mercurial/commands.py:4263 mercurial/merge.py:708
msgid "nothing to merge"
msgstr "Es gibt nichts zum Zusammenführen"
+#: mercurial/commands.py:4265
msgid "use 'hg update' instead"
msgstr "Nutze stattdessen 'hg update'"
+#: mercurial/commands.py:4269
msgid "working directory not at a head revision"
msgstr "Arbeitsverzeichnis ist nicht auf Stand der Kopfversion"
+#: mercurial/commands.py:4270
msgid "use 'hg update' or merge with an explicit revision"
msgstr "Verwende 'hg update' oder führe mit einer expliziten Revision zusammen"
+#: mercurial/commands.py:4299 mercurial/commands.py:4623
msgid "a changeset intended to be included in the destination"
msgstr "Ein Änderungssatz, den das Ziel einschliessen soll"
+#: mercurial/commands.py:4302 mercurial/commands.py:4627
msgid "a specific branch you would like to push"
msgstr "Revision, die geschoben werden soll"
+#: mercurial/commands.py:4305
msgid "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
msgstr "[-M] [-p] [-n] [-f] [-r REV]... [ZIEL]"
+#: mercurial/commands.py:4307
msgid "show changesets not found in the destination"
msgstr "Zeigt Änderungssätze, die nicht im Zielarchiv sind"
+#: mercurial/commands.py:4309
msgid ""
" Show changesets not found in the specified destination repository\n"
" or the default push location. These are the changesets that would\n"
@@ -12848,23 +15592,29 @@
" Zielarchiv oder dem Standardziel vorhanden sind. Dies sind genau jene,\n"
" die durch ein 'hg push' übertragen werden würden."
+#: mercurial/commands.py:4313
msgid " See pull for details of valid destination formats."
msgstr " Siehe Hilfe zu 'pull' für das Format der Zieladresse."
+#: mercurial/commands.py:4315
msgid ""
" Returns 0 if there are outgoing changes, 1 otherwise.\n"
" "
msgstr ""
+#: mercurial/commands.py:4347
msgid "show parents of the specified revision"
msgstr "Zeigt die Vorgänger der angegeben Revision"
+#: mercurial/commands.py:4349
msgid "[-r REV] [FILE]"
msgstr "[-r REV] [DATEI]"
+#: mercurial/commands.py:4351
msgid "show the parents of the working directory or revision"
msgstr "Zeigt die Vorgänger des Arbeitsverzeichnisses oder einer Revision"
+#: mercurial/commands.py:4353
msgid ""
" Print the working directory's parent revisions. If a revision is\n"
" given via -r/--rev, the parent of that revision will be printed.\n"
@@ -12879,19 +15629,24 @@
" Version des Arbeitsverzeichnisses oder dem Argument zu --rev falls\n"
" angegeben)."
+#: mercurial/commands.py:4367
msgid "can only specify an explicit filename"
msgstr "Ein expliziter Dateiname muss angegeben werden"
+#: mercurial/commands.py:4378
#, python-format
msgid "'%s' not found in manifest!"
msgstr "'%s' nicht im Manifest gefunden!"
+#: mercurial/commands.py:4392
msgid "[NAME]"
msgstr "[NAME]"
+#: mercurial/commands.py:4394
msgid "show aliases for remote repositories"
msgstr "Zeigt Adresse für Aliasnamen von entfernten Projektarchiven an"
+#: mercurial/commands.py:4396
msgid ""
" Show definition of symbolic path name NAME. If no name is given,\n"
" show definition of all available names."
@@ -12900,11 +15655,13 @@
"gegeben\n"
" ist, werden alle Alias-Definitionen angezeigt."
+#: mercurial/commands.py:4399
msgid ""
" Option -q/--quiet suppresses all output when searching for NAME\n"
" and shows only the path names when listing all definitions."
msgstr ""
+#: mercurial/commands.py:4402
msgid ""
" Path names are defined in the [paths] section of your\n"
" configuration file and in ``/etc/mercurial/hgrc``. If run inside a\n"
@@ -12915,6 +15672,7 @@
" Befehl in einem Projektarchiv ausgeführt wird, wird auch die Datei\n"
" ``.hg/hgrc`` durchsucht."
+#: mercurial/commands.py:4406
msgid ""
" The path names ``default`` and ``default-push`` have a special\n"
" meaning. When performing a push or pull operation, they are used\n"
@@ -12928,49 +15686,63 @@
" :hg:`bundle`) operations."
msgstr ""
+#: mercurial/commands.py:4417
msgid " See :hg:`help urls` for more information."
msgstr " Siehe auch :hg:`help urls` für das Format von Adressangaben."
+#: mercurial/commands.py:4427
msgid "not found!\n"
msgstr "nicht gefunden!\n"
+#: mercurial/commands.py:4437
msgid "set changeset phase to public"
msgstr ""
+#: mercurial/commands.py:4438
msgid "set changeset phase to draft"
msgstr ""
+#: mercurial/commands.py:4439
msgid "set changeset phase to secret"
msgstr ""
+#: mercurial/commands.py:4440
msgid "allow to move boundary backward"
msgstr ""
+#: mercurial/commands.py:4441
msgid "target revision"
msgstr ""
+#: mercurial/commands.py:4443
msgid "[-p|-d|-s] [-f] [-r] REV..."
msgstr ""
+#: mercurial/commands.py:4445
msgid "set or show the current phase name"
msgstr ""
+#: mercurial/commands.py:4447
msgid " With no argument, show the phase name of specified revisions."
msgstr ""
+#: mercurial/commands.py:4449
msgid ""
" With one of -p/--public, -d/--draft or -s/--secret, change the\n"
" phase value of the specified revisions."
msgstr ""
+#: mercurial/commands.py:4452
msgid ""
" Unless -f/--force is specified, :hg:`phase` won't move changeset from a\n"
" lower phase to an higher phase. Phases are ordered as follows::"
msgstr ""
+#: mercurial/commands.py:4455
msgid " public < draft < secret"
msgstr ""
+#: mercurial/commands.py:4457
#, fuzzy
msgid ""
" Return 0 on success, 1 if no phases were changed or some could not\n"
@@ -12980,59 +15752,76 @@
" Gibt 0 bei Erfolg zurück, 1 wenn keine Änderungen gefunden wurden.\n"
" "
+#: mercurial/commands.py:4465
msgid "only one phase can be specified"
msgstr ""
+#: mercurial/commands.py:4505
#, python-format
msgid "cannot move %i changesets to a more permissive phase, use --force\n"
msgstr ""
+#: mercurial/commands.py:4509
#, python-format
msgid "phase changed for %i changesets\n"
msgstr ""
+#: mercurial/commands.py:4515
msgid "no phases changed\n"
msgstr ""
+#: mercurial/commands.py:4527
#, python-format
msgid "not updating: %s\n"
msgstr "aktualisiere nicht: %s\n"
+#: mercurial/commands.py:4536
msgid "(run 'hg heads' to see heads, 'hg merge' to merge)\n"
msgstr ""
"(\"hg heads\" zeigt alle Köpfe, nutze \"hg merge\" um sie zusammenzuführen)\n"
+#: mercurial/commands.py:4538
msgid "(run 'hg heads .' to see heads, 'hg merge' to merge)\n"
msgstr ""
"('hg heads' zeigt alle Köpfe, nutze 'hg merge' um sie zusammenzuführen)\n"
+#: mercurial/commands.py:4541
msgid "(run 'hg heads' to see heads)\n"
msgstr "('hg heads' zeigt alle Köpfe)\n"
+#: mercurial/commands.py:4543
msgid "(run 'hg update' to get a working copy)\n"
msgstr "(führe \"hg update\" aus, um ein Arbeitsverzeichnis zu erstellen)\n"
+#: mercurial/commands.py:4547
msgid "update to new branch head if changesets were pulled"
msgstr "Auf neuen Zweigkopf aktualisieren, falls Änderungssätze geholt wurden"
+#: mercurial/commands.py:4548
msgid "run even when remote repository is unrelated"
msgstr "Auch ausführen, wenn das entfernte Projektarchiv keinen Bezug hat"
+#: mercurial/commands.py:4550 mercurial/commands.py:4625
msgid "BOOKMARK"
msgstr "LESEZEICHEN"
+#: mercurial/commands.py:4550
msgid "bookmark to pull"
msgstr "Zu importierendes Lesezeichen"
+#: mercurial/commands.py:4554
msgid "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"
msgstr "[-u] [-f] [-r REV]... [-e BEFEHL] [--remotecmd BEFEHL] [QUELLE]"
+#: mercurial/commands.py:4556
msgid "pull changes from the specified source"
msgstr "Ruft Änderungen von der angegebenen Quelle ab"
+#: mercurial/commands.py:4558
msgid " Pull changes from a remote repository to a local one."
msgstr " Überträgt Änderungen aus einem entfernten Archiv in das lokale."
+#: mercurial/commands.py:4560
msgid ""
" This finds all changes from the repository at the specified path\n"
" or URL and adds them to a local repository (the current one unless\n"
@@ -13044,6 +15833,7 @@
" mit -R gegebene). Standardmäßig wird die Kopie des Projektes im\n"
" Arbeitsverzeichnis nicht aktualisiert."
+#: mercurial/commands.py:4565
msgid ""
" Use :hg:`incoming` if you want to see what would have been added\n"
" by a pull at the time you issued this command. If you then decide\n"
@@ -13055,6 +15845,7 @@
" dann hinzugefügt werden sollen, kann mit :hg:`pull -r X` als X der\n"
" letzte von incoming gezeigte Änderungssatz angegeben werden."
+#: mercurial/commands.py:4573
msgid ""
" Returns 0 on success, 1 if an update had unresolved files.\n"
" "
@@ -13062,34 +15853,43 @@
" Gibt 0 bei Erfolg zurück, 1 bei Konfliken während der Aktualisierung.\n"
" "
+#: mercurial/commands.py:4587
#, python-format
msgid "remote bookmark %s not found!"
msgstr "Entferntes Lesezeichen %s wurde nicht gefunden!"
+#: mercurial/commands.py:4614
#, python-format
msgid "importing bookmark %s\n"
msgstr "Importierte Lesezeichen %s\n"
+#: mercurial/commands.py:4621
msgid "force push"
msgstr "Erzwingt Push"
+#: mercurial/commands.py:4625
msgid "bookmark to push"
msgstr "Zu exportierendes Lesezeichen"
+#: mercurial/commands.py:4628
msgid "allow pushing a new branch"
msgstr ""
+#: mercurial/commands.py:4630
msgid "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
msgstr "[-f] [-r REV]... [-e BEFEHL] [--remotecmd BEFEHL] [ZIEL]"
+#: mercurial/commands.py:4632
msgid "push changes to the specified destination"
msgstr "Überträgt lokale Änderungen zum angegebenen Ziel"
+#: mercurial/commands.py:4634
msgid ""
" Push changesets from the local repository to the specified\n"
" destination."
msgstr " Überträgt lokale Änderungen in das angegebene Ziel."
+#: mercurial/commands.py:4637
msgid ""
" This operation is symmetrical to pull: it is identical to a pull\n"
" in the destination repository from the current one."
@@ -13100,6 +15900,7 @@
"zum\n"
" aktuellen."
+#: mercurial/commands.py:4640
msgid ""
" By default, push will not allow creation of new heads at the\n"
" destination, since multiple heads would make it unclear which head\n"
@@ -13111,6 +15912,7 @@
" dies normalerweise bedeutet, dass der Nutzer vergessen hat, vor der\n"
" Übertragung die entfernten Änderungen zu holen und zusammenzuführen."
+#: mercurial/commands.py:4645
msgid ""
" Use --new-branch if you want to allow push to create a new named\n"
" branch that is not present at the destination. This allows you to\n"
@@ -13120,6 +15922,7 @@
" zu schieben. Damit kann diese gewünschte Operation erlaubt, aber\n"
" jede andere Kopferstellung verboten werden."
+#: mercurial/commands.py:4649
msgid ""
" Use -f/--force to override the default behavior and push all\n"
" changesets on all branches."
@@ -13127,6 +15930,7 @@
" Nutze -f/--force um diese Vorkehrungen abzuschalten und alle Änderungs-\n"
" sätze zu übertragen."
+#: mercurial/commands.py:4652
msgid ""
" If -r/--rev is used, the specified revision and all its ancestors\n"
" will be pushed to the remote repository."
@@ -13135,6 +15939,7 @@
"Vorgängern\n"
" in das entfernte Archiv übertragen."
+#: mercurial/commands.py:4655
#, fuzzy
msgid ""
" If -B/--bookmark is used, the specified bookmarked revision, its\n"
@@ -13145,6 +15950,7 @@
"Vorgängern\n"
" in das entfernte Archiv übertragen."
+#: mercurial/commands.py:4659
msgid ""
" Please see :hg:`help urls` for important details about ``ssh://``\n"
" URLs. If DESTINATION is omitted, a default path will be used."
@@ -13153,6 +15959,7 @@
" Beim Weglassen von ZIEL wird standardmäßig der 'default'-Pfad\n"
" genutzt."
+#: mercurial/commands.py:4662
msgid ""
" Returns 0 if push was successful, 1 if nothing to push.\n"
" "
@@ -13160,33 +15967,41 @@
" Gibt 0 bei Erfolg zurück, 1 wenn nichts übertragen wurde.\n"
" "
+#: mercurial/commands.py:4677
#, python-format
msgid "pushing to %s\n"
msgstr "Übertrage nach %s\n"
+#: mercurial/commands.py:4703
#, python-format
msgid "exporting bookmark %s\n"
msgstr "Exportiere Lesezeichen %s\n"
+#: mercurial/commands.py:4706
#, python-format
msgid "deleting remote bookmark %s\n"
msgstr "Lösche entferntes Lesezeichen %s\n"
+#: mercurial/commands.py:4709
#, python-format
msgid "bookmark %s does not exist on the local or remote repository!\n"
msgstr "Lesezeichen %s existiert weder im lokalen noch im entfernten Archiv!\n"
+#: mercurial/commands.py:4715 mercurial/localrepo.py:1970
#, python-format
msgid "updating bookmark %s failed!\n"
msgstr "Aktualisieren des Lesezeichens %s fehlgeschlagen!\n"
+#: mercurial/commands.py:4723
msgid "roll back an interrupted transaction"
msgstr "Setzt eine unterbrochene Transaktion zurück"
+#: mercurial/commands.py:4725
msgid " Recover from an interrupted commit or pull."
msgstr ""
" Setzt ein unterbrochenes Übernehmen (commit) oder Abholen (pull) zurück."
+#: mercurial/commands.py:4727
msgid ""
" This command tries to fix the repository status after an\n"
" interrupted operation. It should only be necessary when Mercurial\n"
@@ -13196,24 +16011,30 @@
"sollte\n"
" nur dann nötig sein, wenn eine Meldung von Mercurial es vorschlägt."
+#: mercurial/commands.py:4731
msgid ""
" Returns 0 if successful, 1 if nothing to recover or verify fails.\n"
" "
msgstr ""
+#: mercurial/commands.py:4738
msgid "record delete for missing files"
msgstr "Protokolliert die Löschung fehlender Dateien"
+#: mercurial/commands.py:4740
msgid "remove (and delete) file even if added or modified"
msgstr "Entfernt (und löscht) Datei sogar wenn hinzugefügt oder modifiziert"
+#: mercurial/commands.py:4744
msgid "remove the specified files on the next commit"
msgstr "Entfernt die angegebenen Dateien in der nächsten Version"
+#: mercurial/commands.py:4746
msgid " Schedule the indicated files for removal from the current branch."
msgstr ""
" Merkt die benannten Dateien für Entfernung aus dem aktuellen Zweig vor."
+#: mercurial/commands.py:4748
msgid ""
" This command schedules the files to be removed at the next commit.\n"
" To undo a remove before that, see :hg:`revert`. To undo added\n"
@@ -13224,6 +16045,7 @@
" :hg:`revert`. Um das Hinzufügen von Dateien rückgängig zu machen, siehe\n"
" :hg:`forget`."
+#: mercurial/commands.py:4754
msgid ""
" -A/--after can be used to remove only files that have already\n"
" been deleted, -f/--force can be used to force deletion, and -Af\n"
@@ -13236,6 +16058,7 @@
"Revision,\n"
" ohne sie im Arbeitsverzeichnis zu löschen"
+#: mercurial/commands.py:4759
msgid ""
" The following table details the behavior of remove for different\n"
" file states (columns) and option combinations (rows). The file\n"
@@ -13251,6 +16074,7 @@
" Aktionen sind Warnen, Entfernen (aus dem Zweig) und Löschen\n"
" (von der Festplatte)::"
+#: mercurial/commands.py:4765
msgid ""
" ======= == == == ==\n"
" A C M !\n"
@@ -13270,11 +16094,13 @@
" -Af E E E E\n"
" ======= == == == =="
+#: mercurial/commands.py:4774
msgid ""
" Note that remove never deletes files in Added [A] state from the\n"
" working directory, not even if option --force is specified."
msgstr ""
+#: mercurial/commands.py:4777
msgid ""
" Returns 0 on success, 1 if any warnings encountered.\n"
" "
@@ -13282,23 +16108,29 @@
" Gibt 0 bei Erfolg zurück, 1 wenn Warnungen ausgegeben wurden.\n"
" "
+#: mercurial/commands.py:4796
#, fuzzy, python-format
msgid "not removing %s: no tracked files\n"
msgstr "Entferne %s nicht: Datei ist nicht versioniert\n"
+#: mercurial/commands.py:4798
#, python-format
msgid "not removing %s: file is untracked\n"
msgstr "Entferne %s nicht: Datei ist nicht versioniert\n"
+#: mercurial/commands.py:4838
msgid "record a rename that has already occurred"
msgstr ""
+#: mercurial/commands.py:4841
msgid "[OPTION]... SOURCE... DEST"
msgstr "[OPTION]... QUELLE... ZIEL"
+#: mercurial/commands.py:4843
msgid "rename files; equivalent of copy + remove"
msgstr "Benennt Dateien um; Äquivalent zu \"copy\" und \"remove\""
+#: mercurial/commands.py:4845
msgid ""
" Mark dest as copies of sources; mark sources for deletion. If dest\n"
" is a directory, copies are put in that directory. If dest is a\n"
@@ -13308,6 +16140,7 @@
" Die Quelle wird ausserdem als gelöscht markiert. Wenn mehrere Quellen\n"
" angegeben sind, muss das Ziel ein Verzeichnis sein."
+#: mercurial/commands.py:4853
msgid ""
" This command takes effect at the next commit. To undo a rename\n"
" before that, see :hg:`revert`."
@@ -13316,26 +16149,33 @@
" als lokale Änderung vorgemerkt. Die Umbenennung kann durch :hg:`revert`\n"
" rückgängig gemacht werden."
+#: mercurial/commands.py:4865
msgid "select all unresolved files"
msgstr "Wählt alle konfliktbehafteten Dateien aus"
+#: mercurial/commands.py:4866
msgid "list state of files needing merge"
msgstr "Zeigt Dateien, die einen manuellen Merge erfordern"
+#: mercurial/commands.py:4867
msgid "mark files as resolved"
msgstr "Markiert eine Datei als konfliktfrei"
+#: mercurial/commands.py:4868
msgid "mark files as unresolved"
msgstr "Markiert eine Datei als konfliktbehaftet"
+#: mercurial/commands.py:4869 mercurial/commands.py:5277
msgid "hide status prefix"
msgstr "Versteckt das Status-Präfix"
+#: mercurial/commands.py:4873
msgid "redo merges or set/view the merge status of files"
msgstr ""
"Macht Zusammenführungen rückgängig oder setzt/zeigt den "
"Zusammenführungsstatus einer Datei"
+#: mercurial/commands.py:4875
msgid ""
" Merges with unresolved conflicts are often the result of\n"
" non-interactive merging using the ``internal:merge`` configuration\n"
@@ -13346,9 +16186,11 @@
" merge-tools` for information on configuring merge tools."
msgstr ""
+#: mercurial/commands.py:4883
msgid " The resolve command can be used in the following ways:"
msgstr ""
+#: mercurial/commands.py:4885
msgid ""
" - :hg:`resolve [--tool TOOL] FILE...`: attempt to re-merge the "
"specified\n"
@@ -13360,57 +16202,71 @@
" contents are saved with a ``.orig`` suffix."
msgstr ""
+#: mercurial/commands.py:4893
msgid ""
" - :hg:`resolve -m [FILE]`: mark a file as having been resolved\n"
" (e.g. after having manually fixed-up the files). The default is\n"
" to mark all unresolved files."
msgstr ""
+#: mercurial/commands.py:4897
msgid ""
" - :hg:`resolve -u [FILE]...`: mark a file as unresolved. The\n"
" default is to mark all resolved files."
msgstr ""
+#: mercurial/commands.py:4900
msgid ""
" - :hg:`resolve -l`: list files which had or still have conflicts.\n"
" In the printed list, ``U`` = unresolved and ``R`` = resolved."
msgstr ""
+#: mercurial/commands.py:4903
msgid ""
" Note that Mercurial will not let you commit files with unresolved\n"
" merge conflicts. You must use :hg:`resolve -m ...` before you can\n"
" commit after a conflicting merge."
msgstr ""
+#: mercurial/commands.py:4907
msgid ""
" Returns 0 on success, 1 if any files fail a resolve attempt.\n"
" "
msgstr ""
+#: mercurial/commands.py:4914
msgid "too many options specified"
msgstr "Zu viele Optionen angegeben"
+#: mercurial/commands.py:4916
msgid "can't specify --all and patterns"
msgstr "Verwende nicht --all gleichzeitig mit einem Dateimuster"
+#: mercurial/commands.py:4918
msgid "no files or directories specified; use --all to remerge all files"
msgstr "Keine Dateien oder Verzeichnisse angegeben; nutze --all für alle"
+#: mercurial/commands.py:4962
msgid "revert all changes when no arguments given"
msgstr "Nimmt (ohne andere Parameter) alle Änderungen zurück"
+#: mercurial/commands.py:4963 mercurial/commands.py:5770
msgid "tipmost revision matching date"
msgstr "dem tip nächste Revision mit passendem Datum"
+#: mercurial/commands.py:4964
msgid "revert to the specified revision"
msgstr "Geht bis zur angegebene Revision zurück"
+#: mercurial/commands.py:4967
msgid "[OPTION]... [-r REV] [NAME]..."
msgstr ""
+#: mercurial/commands.py:4969
msgid "restore files to their checkout state"
msgstr "Setzt gegebene Dateien oder Verzeichnisse auf frühere Version zurück"
+#: mercurial/commands.py:4971
#, fuzzy
msgid ""
" .. note::\n"
@@ -13424,6 +16280,7 @@
"rückgängig\n"
" zu machen, nutze :hg:`update --clean .`."
+#: mercurial/commands.py:4976
msgid ""
" With no revision specified, revert the specified files or directories\n"
" to the contents they had in the parent of the working directory.\n"
@@ -13439,6 +16296,7 @@
" Falls das Arbeitsverzeichnis zwei Vorgänger hat, muss eine Revision\n"
" explizit angegeben werden."
+#: mercurial/commands.py:4983
msgid ""
" Using the -r/--rev or -d/--date options, revert the given files or\n"
" directories to their states as of a specific revision. Because\n"
@@ -13455,6 +16313,7 @@
" ungewollte aber bereits übernommene Änderungen rückgängig machen. Siehe\n"
" auch :hg:`backout` für eine ähnliche Methode."
+#: mercurial/commands.py:4990
msgid ""
" Modified files are saved with a .orig suffix before reverting.\n"
" To disable these backups, use --no-backup."
@@ -13462,19 +16321,24 @@
" Modifizierte Dateien werden vor der Änderung mit der Endung .orig\n"
" gespeichert. Um dieses Backup zu verhindern, verwende --no-backup."
+#: mercurial/commands.py:5000 mercurial/commands.py:5843
msgid "you can't specify a revision and a date"
msgstr "ungültige Angabe von Revision und Datum gleichzeitig"
+#: mercurial/commands.py:5006
msgid "uncommitted merge with no revision specified"
msgstr ""
"Nicht übernommene Zusammenführung - bitte gib eine bestimmte Revision an"
+#: mercurial/commands.py:5007
msgid "use \"hg update\" or see \"hg help revert\""
msgstr "Verwende :h:`update` oder lies :h:`help revert`"
+#: mercurial/commands.py:5012
msgid "no files or directories specified"
msgstr "Keine Dateien order Verzeichnisse angegeben"
+#: mercurial/commands.py:5014
msgid ""
"uncommitted merge, use --all to discard all changes, or 'hg update -C .' to "
"abort the merge"
@@ -13483,6 +16347,7 @@
"Vorgängers zu vergessen, oder 'hg update -C .' um die Zusammenführung nicht "
"durchzuführen"
+#: mercurial/commands.py:5021
#, python-format
msgid ""
"uncommitted changes, use --all to discard all changes, or 'hg update %s' to "
@@ -13491,24 +16356,37 @@
"Ausstehende nicht versionierte Änderungen - nutze -all um alle Änderungen zu "
"verwerfen, oder 'hg update %s' zum Aktualisieren"
+#: mercurial/commands.py:5024
#, python-format
msgid "use --all to revert all files, or 'hg update %s' to update"
msgstr ""
+#: mercurial/commands.py:5027
msgid "uncommitted changes, use --all to discard all changes"
msgstr ""
"Ausstehende nicht versionierte Änderungen - nutze -all um alle Änderungen zu "
"verwerfen"
+#: mercurial/commands.py:5029
msgid "use --all to revert all files"
msgstr "nutze -all, um alle Dateien zurückzusetzen"
+#: mercurial/commands.py:5035
msgid "ignore safety measures"
msgstr ""
-msgid "roll back the last transaction (dangerous)"
+#: mercurial/commands.py:5037
+#, fuzzy
+msgid "roll back the last transaction (DANGEROUS) (DEPRECATED)"
msgstr "Rollt die letzte Transaktion zurück (gefährlich!)"
+#: mercurial/commands.py:5039
+msgid ""
+" Please use :hg:`commit --amend` instead of rollback to correct\n"
+" mistakes in the last commit."
+msgstr ""
+
+#: mercurial/commands.py:5042
msgid ""
" This command should be used with care. There is only one level of\n"
" rollback, and there is no way to undo a rollback. It will also\n"
@@ -13523,6 +16401,7 @@
" auf die letzte Transaktion zurückgesetzt. Neuere Änderungen gehen damit\n"
" verloren."
+#: mercurial/commands.py:5048
#, fuzzy
msgid ""
" Transactions are used to encapsulate the effects of all commands\n"
@@ -13534,11 +16413,13 @@
" sätze erstellen oder verteilen, zu kapseln. Die folgenden Befehle\n"
" werden durch Transaktionen geschützt und können zurückgerollt werden:"
+#: mercurial/commands.py:5054
msgid ""
" For example, the following commands are transactional, and their\n"
" effects can be rolled back:"
msgstr ""
+#: mercurial/commands.py:5057
#, fuzzy
msgid ""
" - commit\n"
@@ -13553,6 +16434,7 @@
" - push (mit diesem Archiv als Ziel)\n"
" - unbundle"
+#: mercurial/commands.py:5063
#, fuzzy
msgid ""
" To avoid permanent data loss, rollback will refuse to rollback a\n"
@@ -13564,6 +16446,7 @@
" Arbeitsverzeichnis aktuell sind. Um diesen Schutz abzuschalten,\n"
" muss --force (erzwingen) angegeben werden."
+#: mercurial/commands.py:5067
msgid ""
" This command is not intended for use on public repositories. Once\n"
" changes are visible for pull by other users, rolling a transaction\n"
@@ -13582,6 +16465,7 @@
"anders\n"
" ein 'pull' ausführt."
+#: mercurial/commands.py:5074
msgid ""
" Returns 0 on success, 1 if no rollback data is available.\n"
" "
@@ -13590,63 +16474,82 @@
"wird.\n"
" "
+#: mercurial/commands.py:5081
msgid "print the root (top) of the current working directory"
msgstr "Gibt die Wurzel (top) des aktuellen Arbeitsverzeichnisses aus"
+#: mercurial/commands.py:5083
msgid " Print the root directory of the current repository."
msgstr ""
" Gibt das Wurzelverzeichnis des aktuellen Arbeitsverzeichnisses aus."
+#: mercurial/commands.py:5090
msgid "name of access log file to write to"
msgstr "Name der Zugriffs-Logdatei"
+#: mercurial/commands.py:5094
msgid "name of error log file to write to"
msgstr "Name der Fehler-Logdatei"
+#: mercurial/commands.py:5096
msgid "PORT"
msgstr ""
+#: mercurial/commands.py:5096
msgid "port to listen on (default: 8000)"
msgstr "Port auf dem gehorcht wird (Voreinstellung: 8000)"
+#: mercurial/commands.py:5097
msgid "address to listen on (default: all interfaces)"
msgstr "Adresse auf der gehorcht wird (Voreinstellung: alle Schnittstellen)"
+#: mercurial/commands.py:5098
msgid "ADDR"
msgstr ""
+#: mercurial/commands.py:5099
msgid "prefix path to serve from (default: server root)"
msgstr ""
"Pfadpräfix von dem ausgeliefert wird (Voreinstellung: Serverwurzel '/')"
+#: mercurial/commands.py:5102
msgid "name to show in web pages (default: working directory)"
msgstr ""
"Name der auf der Webseite angezeigt wird (Voreinstellung: Arbeitsverzeichnis)"
+#: mercurial/commands.py:5104
msgid "name of the hgweb config file (see \"hg help hgweb\")"
msgstr "Name der hgweb-Konfigurationsdatei (siehe \"hg help hgweb\")"
+#: mercurial/commands.py:5105
msgid "name of the hgweb config file (DEPRECATED)"
msgstr ""
+#: mercurial/commands.py:5108 mercurial/commands.py:5109
msgid "for remote clients"
msgstr "für entfernte Clients"
+#: mercurial/commands.py:5110
msgid "web templates to use"
msgstr "Zu nutzende Web-Vorlagen"
+#: mercurial/commands.py:5111
msgid "template style to use"
msgstr "Zu verwendender Stil"
+#: mercurial/commands.py:5112
msgid "use IPv6 in addition to IPv4"
msgstr "Nutzt IPv6 zusätzlich zu IPv4"
+#: mercurial/commands.py:5113
msgid "SSL certificate file"
msgstr "SSL-Zertifikatsdatei"
+#: mercurial/commands.py:5116
msgid "start stand-alone webserver"
msgstr "Startet einen eigenständigen Webserver"
+#: mercurial/commands.py:5118
msgid ""
" Start a local HTTP repository browser and pull server. You can use\n"
" this for ad-hoc sharing and browsing of repositories. It is\n"
@@ -13654,6 +16557,7 @@
" longer periods of time."
msgstr ""
+#: mercurial/commands.py:5123
msgid ""
" Please note that the server does not implement access control.\n"
" This means that, by default, anybody can read from the server and\n"
@@ -13662,6 +16566,7 @@
" should use a real web server if you need to authenticate users."
msgstr ""
+#: mercurial/commands.py:5129
msgid ""
" By default, the server logs accesses to stdout and errors to\n"
" stderr. Use the -A/--accesslog and -E/--errorlog options to log to\n"
@@ -13671,33 +16576,41 @@
" und Fehler auf die Standardfehlerausgabe. Nutze die Optionen \n"
" -A/--accesslog und -E/--errorlog, um die Ausgabe in Dateien umzulenken."
+#: mercurial/commands.py:5133
msgid ""
" To have the server choose a free port number to listen on, specify\n"
" a port number of 0; in this case, the server will print the port\n"
" number it uses."
msgstr ""
+#: mercurial/commands.py:5141
msgid "cannot use --stdio with --cmdserver"
msgstr "--stdio und --cmdserver können nicht gleichzeitig verwendet werden"
+#: mercurial/commands.py:5212
#, python-format
msgid "listening at http://%s%s/%s (bound to %s:%d)\n"
msgstr "Höre auf http://%s%s/%s (gebunden an %s:%d)\n"
+#: mercurial/commands.py:5223
msgid "show untrusted configuration options"
msgstr ""
+#: mercurial/commands.py:5224
msgid "[-u] [NAME]..."
msgstr ""
+#: mercurial/commands.py:5226
msgid "show combined config settings from all hgrc files"
msgstr "Zeigt die kombinierten Konfigurationswerte aller hgrc-Dateien an"
+#: mercurial/commands.py:5228
msgid " With no arguments, print names and values of all config items."
msgstr ""
" Ohne Argumente werden die Namen und Werte aller Konfigurationseinträge\n"
" angezeigt."
+#: mercurial/commands.py:5230
msgid ""
" With one argument of the form section.name, print just the value\n"
" of that config item."
@@ -13705,6 +16618,7 @@
" Mit einem Argument der Form sektion.name wird nur der Wert dieses\n"
" Konfigurationseintrages angezeigt."
+#: mercurial/commands.py:5233
msgid ""
" With multiple arguments, print names and values of all config\n"
" items with matching section names."
@@ -13712,6 +16626,7 @@
" Mit mehreren Argumenten werden die Namen und Werte aller passenden\n"
" Konfigurationseinträge angezeigt."
+#: mercurial/commands.py:5236
msgid ""
" With --debug, the source (filename and line number) is printed\n"
" for each config item."
@@ -13719,39 +16634,51 @@
" Mit dem --debug Schalter wird der Dateiname und die Zeilennummer der\n"
" Definitionsquelle mit jedem Eintrag ausgegeben."
+#: mercurial/commands.py:5249
msgid "only one config item permitted"
msgstr "Nur ein Konfigurationseintrag ist erlaubt"
+#: mercurial/commands.py:5269
msgid "show status of all files"
msgstr "Zeigt den Status aller Dateien"
+#: mercurial/commands.py:5270
msgid "show only modified files"
msgstr "Zeigt nur geänderte Dateien"
+#: mercurial/commands.py:5273
msgid "show only deleted (but tracked) files"
msgstr "Zeigt nur gelöschte (aber versionierte) Dateien"
+#: mercurial/commands.py:5274
msgid "show only files without changes"
msgstr "Zeigt nur Dateien ohne Änderungen"
+#: mercurial/commands.py:5275
msgid "show only unknown (not tracked) files"
msgstr "Zeigt nur unbekannte (nicht versionierte) Dateien"
+#: mercurial/commands.py:5276
msgid "show only ignored files"
msgstr "Zeigt nur ignorierte Dateien"
+#: mercurial/commands.py:5278
msgid "show source of copied files"
msgstr "Zeigt die Quelle von kopierten Dateien"
+#: mercurial/commands.py:5280
msgid "show difference from revision"
msgstr "Zeigt die Unterschiede zu einer Revision"
+#: mercurial/commands.py:5281
msgid "list the changed files of a revision"
msgstr "Listet geänderte Dateien einer Revision"
+#: mercurial/commands.py:5285
msgid "show changed files in the working directory"
msgstr "Zeigt geänderte Dateien im Arbeitsverzeichnis"
+#: mercurial/commands.py:5287
msgid ""
" Show status of files in the repository. If names are given, only\n"
" files that match are shown. Files that are clean or ignored or\n"
@@ -13768,6 +16695,7 @@
" wurde angegeben. Außer bei Angabe von Optionen, die mit \"Zeigt\n"
" nur ...\" beschrieben werden, werden die Optionen -mardu genutzt."
+#: mercurial/commands.py:5294
msgid ""
" Option -q/--quiet hides untracked (unknown and ignored) files\n"
" unless explicitly requested with -u/--unknown or -i/--ignored."
@@ -13776,6 +16704,7 @@
" Dateien aus, es sei denn sie werden explizit mit -u/--unknown oder \n"
" -i/--ignored angefordert."
+#: mercurial/commands.py:5297
msgid ""
" .. note::\n"
" status may appear to disagree with diff if permissions have\n"
@@ -13791,6 +16720,7 @@
" 'diff' zeigt nur Änderungen relativ zu einer Vorgängerversion einer\n"
" Zusammenführung an."
+#: mercurial/commands.py:5303
msgid ""
" If one revision is given, it is used as the base revision.\n"
" If two revisions are given, the differences between them are\n"
@@ -13802,9 +16732,11 @@
" beiden gezeigt. Die -c/--change Option kann verwendet werden, um\n"
" die Änderungen einer Revision (relativ zu dessen Vorgänger) zu zeigen."
+#: mercurial/commands.py:5308
msgid " The codes used to show the status of files are::"
msgstr " Die Zeichen, die den Status anzeigen, bedeuten::"
+#: mercurial/commands.py:5310
msgid ""
" M = modified\n"
" A = added\n"
@@ -13825,6 +16757,7 @@
" I = ignoriert\n"
" = die zuvor hinzugefügt Datei (A) wurde von hier kopiert"
+#: mercurial/commands.py:5323
msgid ""
" - show changes in the working directory relative to a\n"
" changeset::"
@@ -13832,181 +16765,234 @@
" - zeigt Änderungen zwischen dem Arbeitsverzeichnis und einer\n"
" Revision::"
+#: mercurial/commands.py:5326
msgid " hg status --rev 9353"
msgstr ""
+#: mercurial/commands.py:5328
msgid " - show all changes including copies in an existing changeset::"
msgstr ""
+#: mercurial/commands.py:5330
msgid " hg status --copies --change 9353"
msgstr ""
+#: mercurial/commands.py:5332
msgid " - get a NUL separated list of added files, suitable for xargs::"
msgstr ""
+#: mercurial/commands.py:5334
msgid " hg status -an0"
msgstr ""
+#: mercurial/commands.py:5386
msgid "check for push and pull"
msgstr ""
+#: mercurial/commands.py:5388
msgid "summarize working directory state"
msgstr "Fasst den Status des Arbeitsverzeichnisses zusammen"
+#: mercurial/commands.py:5390
msgid ""
" This generates a brief summary of the working directory state,\n"
" including parents, branch, commit status, and available updates."
msgstr ""
+#: mercurial/commands.py:5393
msgid ""
" With the --remote option, this will check the default paths for\n"
" incoming and outgoing changes. This can be time-consuming."
msgstr ""
#. i18n: column positioning for "hg summary"
+#: mercurial/commands.py:5408
#, python-format
msgid "parent: %d:%s "
msgstr "Vorgänger: %d:%s "
+#: mercurial/commands.py:5415
msgid " (empty repository)"
msgstr " (leeres Archiv)"
+#: mercurial/commands.py:5417
msgid " (no revision checked out)"
msgstr " (keine Revision geladen)"
#. i18n: column positioning for "hg summary"
+#: mercurial/commands.py:5426
#, python-format
msgid "branch: %s\n"
msgstr "Zweig: %s\n"
#. i18n: column positioning for "hg summary"
+#: mercurial/commands.py:5435
msgid "bookmarks:"
msgstr "Lesezeichen:"
+#: mercurial/commands.py:5467
#, python-format
msgid "%d modified"
msgstr "%d modifiziert"
+#: mercurial/commands.py:5468
#, python-format
msgid "%d added"
msgstr "%d hinzugefügt"
+#: mercurial/commands.py:5469
#, python-format
msgid "%d removed"
msgstr "%d entfernt"
+#: mercurial/commands.py:5470
#, python-format
msgid "%d renamed"
msgstr "%d umbenannt"
+#: mercurial/commands.py:5471
#, python-format
msgid "%d copied"
msgstr "%d kopiert"
+#: mercurial/commands.py:5472
#, python-format
msgid "%d deleted"
msgstr "%d gelöscht"
+#: mercurial/commands.py:5473
#, python-format
msgid "%d unknown"
msgstr "%d unbekannt"
+#: mercurial/commands.py:5474
#, python-format
msgid "%d ignored"
msgstr "%d ignoriert"
+#: mercurial/commands.py:5475
#, python-format
msgid "%d unresolved"
msgstr "%d konfliktbehaftet"
+#: mercurial/commands.py:5476
#, python-format
msgid "%d subrepos"
msgstr "%d Unterarchive"
+#: mercurial/commands.py:5486
+#, fuzzy
+msgid " (interrupted update)"
+msgstr "unterbrochen"
+
+#: mercurial/commands.py:5488
msgid " (merge)"
msgstr "(Zusammenführung)"
+#: mercurial/commands.py:5490
msgid " (new branch)"
msgstr "(neuer Zeig)"
+#: mercurial/commands.py:5493
msgid " (head closed)"
msgstr " (Köpfe geschlossen)"
+#: mercurial/commands.py:5495
msgid " (clean)"
msgstr ""
+#: mercurial/commands.py:5498
msgid " (new branch head)"
msgstr ""
#. i18n: column positioning for "hg summary"
+#: mercurial/commands.py:5502 mercurial/commands.py:5505
#, python-format
msgid "commit: %s\n"
msgstr "Übernehme: %s\n"
#. i18n: column positioning for "hg summary"
+#: mercurial/commands.py:5513
msgid "update: (current)\n"
msgstr "Aktualisiere: (aktuell)\n"
#. i18n: column positioning for "hg summary"
+#: mercurial/commands.py:5516
#, python-format
msgid "update: %d new changesets (update)\n"
msgstr "Aktualisiere: %d neue Änderungssätze (Aktualisierung)\n"
#. i18n: column positioning for "hg summary"
+#: mercurial/commands.py:5519
#, python-format
msgid "update: %d new changesets, %d branch heads (merge)\n"
msgstr ""
"Aktualisiere: %d neue Änderungssätze, %d neue Zweigköpfe (Zusammenführung)\n"
+#: mercurial/commands.py:5538
msgid "1 or more incoming"
msgstr ""
+#: mercurial/commands.py:5556
#, python-format
msgid "%d outgoing"
msgstr ""
+#: mercurial/commands.py:5562
#, python-format
msgid "%d incoming bookmarks"
msgstr "%d eingehende Lesezeichen"
+#: mercurial/commands.py:5565
#, python-format
msgid "%d outgoing bookmarks"
msgstr "%d ausgehende Lesezeichen"
#. i18n: column positioning for "hg summary"
+#: mercurial/commands.py:5569
#, python-format
msgid "remote: %s\n"
msgstr "Entfernt: %s\n"
#. i18n: column positioning for "hg summary"
+#: mercurial/commands.py:5572
msgid "remote: (synced)\n"
msgstr "Entfernt: (synchonisiert)\n"
+#: mercurial/commands.py:5575
msgid "force tag"
msgstr "erzwinge Etikett"
+#: mercurial/commands.py:5576
msgid "make the tag local"
msgstr "Tag wird nur lokal gesetzt"
+#: mercurial/commands.py:5577
msgid "revision to tag"
msgstr "Zu taggende Revision"
+#: mercurial/commands.py:5578
msgid "remove a tag"
msgstr "Entfernt ein Tag"
+#: mercurial/commands.py:5581
msgid "use <text> as commit message"
msgstr "Nutzt <Text> als Commit-Nachricht"
+#: mercurial/commands.py:5583
msgid "[-f] [-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
msgstr "[-f] [-l] [-m TEXT] [-d DATUM] [-u BENUTZER] [-r REV] NAME..."
+#: mercurial/commands.py:5585
msgid "add one or more tags for the current or given revision"
msgstr ""
"Setze ein oder mehrere Etiketten für die aktuelle oder gegebene Revision"
+#: mercurial/commands.py:5587
msgid " Name a particular revision using <name>."
msgstr " Benennt eine bestimmte Revision mit <name>."
+#: mercurial/commands.py:5589
msgid ""
" Tags are used to name particular revisions of the repository and are\n"
" very useful to compare different revisions, to go back to significant\n"
@@ -14020,13 +17006,16 @@
" stellen zu markieren. Daher sind Änderungen existierender Etiketten\n"
" normalerweise verboten, können aber mit -f/--force erzwungen werden."
+#: mercurial/commands.py:5594
+#, fuzzy
msgid ""
" If no revision is given, the parent of the working directory is\n"
-" used, or tip if no revision is checked out."
+" used."
msgstr ""
" Wenn keine Revision angegeben ist, wird der Vorgänger des Arbeits-\n"
" verzeichnisses (oder - falls keines existiert - die Spitze) benannt."
+#: mercurial/commands.py:5597
msgid ""
" To facilitate version control, distribution, and merging of tags,\n"
" they are stored as a file named \".hgtags\" which is managed similarly\n"
@@ -14043,6 +17032,7 @@
" eine neue Revision übernimmt. Lokale Etiketten (nicht mit anderen\n"
" Archiven geteilt) liegen in der Datei .hg/localtags."
+#: mercurial/commands.py:5604
msgid ""
" Tag commits are usually made at the head of a branch. If the parent\n"
" of the working directory is not a branch head, :hg:`tag` aborts; use\n"
@@ -14050,49 +17040,62 @@
" changeset."
msgstr ""
+#: mercurial/commands.py:5611
msgid ""
" Since tag names have priority over branch names during revision\n"
" lookup, using an existing branch name as a tag name is discouraged."
msgstr ""
+#: mercurial/commands.py:5623
msgid "tag names must be unique"
msgstr "Etikettnamen müssen einzigartig sein"
+#: mercurial/commands.py:5627
msgid "tag names cannot consist entirely of whitespace"
msgstr "Gegebener Etikettname ist leer"
+#: mercurial/commands.py:5630
msgid "--rev and --remove are incompatible"
msgstr "Die Optionen --rev und --remove sind inkompatibel"
+#: mercurial/commands.py:5638 mercurial/revset.py:1493
#, python-format
msgid "tag '%s' does not exist"
msgstr "Etikett '%s' existiert nicht"
+#: mercurial/commands.py:5641
#, python-format
msgid "tag '%s' is not a global tag"
msgstr "Etikett '%s' ist nicht global"
+#: mercurial/commands.py:5643
#, python-format
msgid "tag '%s' is not a local tag"
msgstr "Etikett '%s' ist nicht lokal"
+#: mercurial/commands.py:5651
#, python-format
msgid "tag '%s' already exists (use -f to force)"
msgstr "Etikett '%s' existiert bereits; erzwinge mit -f/--force"
+#: mercurial/commands.py:5656
msgid "uncommitted merge"
msgstr "Ausstehende nicht versionierte Zusammenführung"
+#: mercurial/commands.py:5659
msgid "not at a branch head (use -f to force)"
msgstr "Nicht auf einem Zweigkopf - erzwinge mit -f/--force"
+#: mercurial/commands.py:5677
#, fuzzy
msgid "cannot tag null revision"
msgstr "Kann die Phase der Null-Revision nicht ändern"
+#: mercurial/commands.py:5685
msgid "list repository tags"
msgstr "Liste alle Etiketten des Archivs auf"
+#: mercurial/commands.py:5687
msgid ""
" This lists both regular and local tags. When the -v/--verbose\n"
" switch is used, a third column \"local\" is printed for local tags."
@@ -14100,12 +17103,16 @@
" Listet sowohl reguläre wie auch lokale Etiketten auf. Mit dem Schalter\n"
" -v/--verbose werden lokale in einer dritten Spalte als solche markiert."
+#: mercurial/commands.py:5719
msgid "[-p] [-g]"
msgstr ""
-msgid "show the tip revision"
+#: mercurial/commands.py:5721
+#, fuzzy
+msgid "show the tip revision (DEPRECATED)"
msgstr "Zeigt die zuletzt übernommene Revision"
+#: mercurial/commands.py:5723
msgid ""
" The tip revision (usually just called the tip) is the changeset\n"
" most recently added to the repository (and therefore the most\n"
@@ -14114,6 +17121,7 @@
" Die Spitze (tip) bezeichnet den zuletzt hinzugefügten Änderungssatz und\n"
" damit den zuletzt geänderten Kopf."
+#: mercurial/commands.py:5727
msgid ""
" If you have just made a commit, that commit will be the tip. If\n"
" you have just pulled changes from another repository, the tip of\n"
@@ -14125,16 +17133,26 @@
" übernommen. Als Etikettname ist \"tip\" ein Spezialfall und kann nicht\n"
" umbenannt oder manuell einem anderen Änderungssatz angehängt werden."
+#: mercurial/commands.py:5732
+#, fuzzy
+msgid " This command is deprecated, please use :hg:`heads` instead."
+msgstr ""
+" Dieser Befehl ist veraltet, verwenden Sie stattdessen :hg:`rebase`."
+
+#: mercurial/commands.py:5742
msgid "update to new branch head if changesets were unbundled"
msgstr ""
"aktualisiere auf den neuen Zweigkopf when Änderungssätze entpackt wurden"
+#: mercurial/commands.py:5743
msgid "[-u] FILE..."
msgstr "[-u] DATEI..."
+#: mercurial/commands.py:5745
msgid "apply one or more changegroup files"
msgstr "Wendet eine oder mehrere Änderungsgruppendateien an"
+#: mercurial/commands.py:5747
msgid ""
" Apply one or more compressed changegroup files generated by the\n"
" bundle command."
@@ -14142,25 +17160,31 @@
" Die angegebenen Dateien müssen komprimierte Änderungsgruppen enthalten,\n"
" wie sie durch den Befehl 'bundle' erzeugt werden."
+#: mercurial/commands.py:5750
msgid ""
" Returns 0 on success, 1 if an update has unresolved files.\n"
" "
msgstr ""
+#: mercurial/commands.py:5767
msgid "discard uncommitted changes (no backup)"
msgstr "entferne nicht versionierte Änderungen (kein Backup)"
+#: mercurial/commands.py:5769
msgid "update across branches if no uncommitted changes"
msgstr ""
"Aktualisiere auf anderen Zweig (falls keine unversionierten Änderungen "
"ausstehen)"
+#: mercurial/commands.py:5772
msgid "[-c] [-C] [-d DATE] [[-r] REV]"
msgstr "[-c] [-C] [-d DATUM] [[-r] REV]"
+#: mercurial/commands.py:5774
msgid "update working directory (or switch revisions)"
msgstr "Aktualisiert das Arbeitsverzeichnis (oder wechselt die Version)"
+#: mercurial/commands.py:5776
msgid ""
" Update the repository's working directory to the specified\n"
" changeset. If no changeset is specified, update to the tip of the\n"
@@ -14172,6 +17196,7 @@
" Zweigs aktualisiert und das aktuelle Lesezeichen verschoben. (siehe\n"
" :hg:`help bookmarks`)."
+#: mercurial/commands.py:5781
#, fuzzy
msgid ""
" Update sets the working directory's parent revision to the specified\n"
@@ -14180,6 +17205,7 @@
" Die gegebene Revision wird die Vorgängerversion des Arbeits-\n"
" verzeichnisses (siehe :hg:`help parents`)."
+#: mercurial/commands.py:5784
msgid ""
" If the changeset is not a descendant or ancestor of the working\n"
" directory's parent, the update is aborted. With the -c/--check\n"
@@ -14188,6 +17214,7 @@
" changeset."
msgstr ""
+#: mercurial/commands.py:5792
#, fuzzy
msgid ""
" The following rules apply when the working directory contains\n"
@@ -14196,6 +17223,7 @@
" Wenn die Arbeitskopie nicht übernommene Änderungen enthält, wird nach\n"
" folgenden Regeln vorgegangen:"
+#: mercurial/commands.py:5795
#, fuzzy
msgid ""
" 1. If neither -c/--check nor -C/--clean is specified, and if\n"
@@ -14214,6 +17242,7 @@
" Wenn das Ziel dagegen nicht verwandt ist, wird die Aktualisierung\n"
" ohne Veränderung abgebrochen."
+#: mercurial/commands.py:5804
#, fuzzy
msgid ""
" 2. With the -c/--check option, the update is aborted and the\n"
@@ -14222,6 +17251,7 @@
" 2. Mit der Option -c/--check wird die Aktualisierung immer aufgrund\n"
" der lokalen Änderungen abgebrochen."
+#: mercurial/commands.py:5807
#, fuzzy
msgid ""
" 3. With the -C/--clean option, uncommitted changes are discarded and\n"
@@ -14230,6 +17260,7 @@
" 3. Mit der Option -C/--clean werden die nicht übernommenen Änderungen\n"
" vernachlässigt und durch die Zielversion vollständig ersetzt."
+#: mercurial/commands.py:5810
#, fuzzy
msgid ""
" To cancel an uncommitted merge (and lose your changes), use\n"
@@ -14241,6 +17272,7 @@
"rückgängig\n"
" zu machen, nutze :hg:`update --clean .`."
+#: mercurial/commands.py:5813
msgid ""
" Use null as the changeset to remove the working directory (like\n"
" :hg:`clone -U`)."
@@ -14248,6 +17280,7 @@
" Bei der Verwendung von null als Revision wird die Arbeitskopie\n"
" entfernt (wie :hg:`clone -U`)."
+#: mercurial/commands.py:5816
msgid ""
" If you want to revert just one file to an older revision, use\n"
" :hg:`revert [-r REV] NAME`."
@@ -14255,20 +17288,20 @@
" Solle nur eine Datei auf eine ältere Revision gehoben werden, kann\n"
" :hg:`revert [-r REV] NAME` genutzt werden."
-#, fuzzy, python-format
-msgid "updating to active bookmark %s\n"
-msgstr "Aktualisiere Lesezeichen %s\n"
-
+#: mercurial/commands.py:5839
msgid "cannot specify both -c/--check and -C/--clean"
msgstr ""
"Es können nicht gleichzeitig -c/--check und -C/--clean angegeben werden"
+#: mercurial/commands.py:5871
msgid "verify the integrity of the repository"
msgstr "Prüft die Integrität des Projektarchivs"
+#: mercurial/commands.py:5873
msgid " Verify the integrity of the current repository."
msgstr " Prüft die Integrität des aktuellen Projektarchivs"
+#: mercurial/commands.py:5875
msgid ""
" This will perform an extensive check of the repository's\n"
" integrity, validating the hashes and checksums of each entry in\n"
@@ -14280,24 +17313,30 @@
" alle Prüfsummen in Historie, Manifest und überwachten Dateien nach.\n"
" Auch die Integrität von Referenzen und Indizes wird geprüft."
+#: mercurial/commands.py:5880
msgid ""
" Please see http://mercurial.selenic.com/wiki/RepositoryCorruption\n"
" for more information about recovery from corruption of the\n"
" repository."
msgstr ""
+#: mercurial/commands.py:5890
msgid "output version and copyright information"
msgstr "Gibt Version und Copyright Information aus"
+#: mercurial/commands.py:5891
#, python-format
msgid "Mercurial Distributed SCM (version %s)\n"
msgstr ""
+#: mercurial/commands.py:5894
msgid "(see http://mercurial.selenic.com for more information)"
msgstr "(siehe http://mercurial.selenic.com für mehr Information)"
-msgid ""
-"Copyright (C) 2005-2012 Matt Mackall and others\n"
+#: mercurial/commands.py:5896
+#, fuzzy
+msgid ""
+"Copyright (C) 2005-2013 Matt Mackall and others\n"
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
msgstr ""
@@ -14306,179 +17345,228 @@
"KEINE Gewährleistung für das Programm, nicht einmal der Marktreife oder der\n"
"Verwendbarkeit für einen bestimmten Zweck.\n"
+#: mercurial/commandserver.py:159
#, python-format
msgid "unknown mode %s"
msgstr "Unbekannter Modus: %s"
+#: mercurial/commandserver.py:215
#, python-format
msgid "unknown command %s"
msgstr "unbekannter Befehl %s"
+#: mercurial/config.py:152
#, python-format
msgid "cannot include %s (%s)"
msgstr "%s kann nicht einbezogen werden (%s)"
+#: mercurial/context.py:33 mercurial/context.py:115
#, python-format
msgid "unknown revision '%s'"
msgstr "Unbekannte Revision '%s'"
+#: mercurial/context.py:107
#, python-format
msgid "working directory has unknown parent '%s'!"
msgstr "Arbeitsverzeichnis hat unbekannte Vorgängerversion '%s'!"
+#: mercurial/context.py:295 mercurial/context.py:303
msgid "not found in manifest"
msgstr "nicht im Manifest gefunden"
+#: mercurial/context.py:353
#, python-format
msgid "no such file in rev %s"
msgstr "Datei in Revision %s nicht gefunden"
+#: mercurial/context.py:822
msgid "branch name not in UTF-8!"
msgstr "Branchname ist nicht in UTF-8!"
+#: mercurial/context.py:1056 mercurial/context.py:1119
#, python-format
msgid "%s does not exist!\n"
msgstr "%s existiert nicht!\n"
+#: mercurial/context.py:1060
#, python-format
msgid ""
"%s: up to %d MB of RAM may be required to manage this file\n"
"(use 'hg revert %s' to cancel the pending addition)\n"
msgstr ""
+#: mercurial/context.py:1066
#, python-format
msgid "%s not added: only files and symlinks supported currently\n"
msgstr ""
"%s nicht hinzugefügt: Nur Dateien und symbolische Verknüpfungen werden\n"
"zur Zeit unterstützt\n"
+#: mercurial/context.py:1070
#, python-format
msgid "%s already tracked!\n"
msgstr "%s ist bereits versioniert!\n"
+#: mercurial/context.py:1086
#, python-format
msgid "%s not tracked!\n"
msgstr "%s nicht versioniert!\n"
+#: mercurial/context.py:1107
#, python-format
msgid "%s not removed!\n"
msgstr "%s nicht entfernt!\n"
+#: mercurial/context.py:1121
#, python-format
msgid "copy failed: %s is not a file or a symbolic link\n"
msgstr ""
"Kopieren fehlgeschlagen: %s ist keine Datei oder eine symbolische "
"Verknüpfung\n"
+#: mercurial/dagparser.py:271
#, python-format
msgid "invalid character in dag description: %s..."
msgstr "Ungültiges Zeichen in dag Beschreibung: %s..."
+#: mercurial/dagparser.py:300
#, python-format
msgid "expected id %i, got %i"
msgstr ""
+#: mercurial/dagparser.py:306
#, python-format
msgid "parent id %i is larger than current id %i"
msgstr ""
+#: mercurial/dagparser.py:368
#, python-format
msgid "invalid event type in dag: %s"
msgstr "Ungültiger Ereignistyp in dag: %s"
+#: mercurial/dagutil.py:138
msgid "nullid"
msgstr ""
+#: mercurial/dirstate.py:89
msgid "working directory state appears damaged!"
msgstr "Status des Arbeitsverzeichnis scheint beschädigt zu sein!"
+#: mercurial/dirstate.py:324
#, python-format
msgid "directory %r already in dirstate"
msgstr "Verzeichnis %r ist bereits im dirstate"
+#: mercurial/dirstate.py:331
#, python-format
msgid "file %r in dirstate clashes with %r"
msgstr "Datei %r im dirstate steht im Konflikt mit %r"
+#: mercurial/dirstate.py:376
#, python-format
msgid "setting %r to other parent only allowed in merges"
msgstr ""
+#: mercurial/dirstate.py:536
msgid "unknown"
msgstr "Unbekannt"
+#: mercurial/dirstate.py:538
msgid "character device"
msgstr "Zeichenorientiertes Gerät"
+#: mercurial/dirstate.py:540
msgid "block device"
msgstr "Blockorientiertes Gerät"
+#: mercurial/dirstate.py:542
msgid "fifo"
msgstr "FIFO"
+#: mercurial/dirstate.py:544
msgid "socket"
msgstr "Socket"
+#: mercurial/dirstate.py:546
msgid "directory"
msgstr "Verzeichnis"
+#: mercurial/dirstate.py:547
#, python-format
msgid "unsupported file type (type is %s)"
msgstr "nicht unterstützter Dateityp (Typ %s)"
+#: mercurial/discovery.py:246
#, python-format
msgid "push creates new remote branches: %s!"
msgstr "Push erzeugt neuen entfernten Zweig '%s'!"
+#: mercurial/discovery.py:248
msgid "use 'hg push --new-branch' to create new remote branches"
msgstr "Verwende 'hg push --new-branch' um dies zu erlauben."
+#: mercurial/discovery.py:319
#, python-format
msgid "push creates new remote head %s on branch '%s'!"
msgstr "Push erzeugt neuen Kopf %s auf entfernten Zweig '%s'!"
+#: mercurial/discovery.py:322
#, python-format
msgid "push creates new remote head %s!"
msgstr "Push erzeugt neuen entfernten Kopfe %s!"
+#: mercurial/discovery.py:325
msgid "you should pull and merge or use push -f to force"
msgstr ""
"Sie sollten zuerst synchronisieren (pull) und Zusammenführen (merge), oder -"
"f/--force zum Erzwingen verwenden"
+#: mercurial/discovery.py:328
msgid "did you forget to merge? use push -f to force"
msgstr "(Haben Sie vergessen zu mergen? Nutze push -f um zu erzwingen)"
+#: mercurial/discovery.py:331
#, python-format
msgid "new remote heads on branch '%s'\n"
msgstr "Neuer entfernter Kopf auf Zweig '%s'\n"
+#: mercurial/discovery.py:333
#, python-format
msgid "new remote head %s\n"
msgstr "Neuer entfernter Kopf %s\n"
+#: mercurial/discovery.py:339
msgid "note: unsynced remote changes!\n"
msgstr "Hinweis: Nicht synchronisierte entfernte Änderungen!\n"
+#: mercurial/dispatch.py:53 mercurial/dispatch.py:167
+#: mercurial/dispatch.py:179 mercurial/dispatch.py:194
+#: mercurial/dispatch.py:201 mercurial/dispatch.py:218
#, python-format
msgid "abort: %s\n"
msgstr "Abbruch: %s\n"
+#: mercurial/dispatch.py:55 mercurial/dispatch.py:142
+#: mercurial/dispatch.py:169
#, python-format
msgid "(%s)\n"
msgstr ""
+#: mercurial/dispatch.py:59 mercurial/dispatch.py:115
#, python-format
msgid "hg: parse error at %s: %s\n"
msgstr "hg: Parserfehler bei %s: %s\n"
+#: mercurial/dispatch.py:62 mercurial/dispatch.py:118
#, python-format
msgid "hg: parse error: %s\n"
msgstr "hg: Parserfehler: %s\n"
+#: mercurial/dispatch.py:93
msgid "entering debugger - type c to continue starting hg or h for help\n"
msgstr ""
+#: mercurial/dispatch.py:111
#, python-format
msgid ""
"hg: command '%s' is ambiguous:\n"
@@ -14487,71 +17575,91 @@
"hg: Kommando '%s' ist mehrdeutig:\n"
" %s\n"
+#: mercurial/dispatch.py:122
#, python-format
msgid "timed out waiting for lock held by %s"
msgstr "Zeitüberschreitung beim Warten auf Sperre von %s"
+#: mercurial/dispatch.py:124
#, python-format
msgid "lock held by %s"
msgstr "Zur Zeit von %s gesperrt"
+#: mercurial/dispatch.py:125 mercurial/dispatch.py:192
#, python-format
msgid "abort: %s: %s\n"
msgstr "Abbruch: %s: %s\n"
+#: mercurial/dispatch.py:127
#, python-format
msgid "abort: could not lock %s: %s\n"
msgstr "Abbruch: Kann %s nicht sperren: %s\n"
+#: mercurial/dispatch.py:131
#, python-format
msgid "hg %s: %s\n"
msgstr ""
+#: mercurial/dispatch.py:134
#, python-format
msgid "hg: %s\n"
msgstr ""
+#: mercurial/dispatch.py:137
msgid "abort: remote error:\n"
msgstr "Abbruch: Entfernter Fehler:\n"
+#: mercurial/dispatch.py:140 mercurial/dispatch.py:152
+#: mercurial/dispatch.py:171
#, python-format
msgid "abort: %s!\n"
msgstr "Abbruch: %s!\n"
+#: mercurial/dispatch.py:144
#, python-format
msgid "abort: %s"
msgstr "Abbruch: %s"
+#: mercurial/dispatch.py:148
msgid " empty string\n"
msgstr " leere Zeichenkette\n"
+#: mercurial/dispatch.py:154
msgid "killed!\n"
msgstr "getötet!\n"
+#: mercurial/dispatch.py:156
#, python-format
msgid "hg: unknown command '%s'\n"
msgstr "hg: unbekannter Befehl '%s'\n"
+#: mercurial/dispatch.py:174
msgid "(did you forget to compile extensions?)\n"
msgstr "(Erweiterungen nicht kompiliert?)\n"
+#: mercurial/dispatch.py:176
msgid "(is your Python install correct?)\n"
msgstr "(Python-Installation korrekt?)\n"
+#: mercurial/dispatch.py:186
#, python-format
msgid "abort: error: %s\n"
msgstr "Abbruch: Fehler: %s\n"
+#: mercurial/dispatch.py:189
msgid "broken pipe\n"
msgstr "Datenübergabe unterbrochen\n"
+#: mercurial/dispatch.py:199
#, fuzzy, python-format
msgid "abort: %s: '%s'\n"
msgstr "Abbruch: %s: %s\n"
+#: mercurial/dispatch.py:204
msgid "interrupted!\n"
msgstr "unterbrochen!\n"
+#: mercurial/dispatch.py:208
msgid ""
"\n"
"broken pipe\n"
@@ -14559,12 +17667,15 @@
"\n"
"Datenübergabe unterbrochen\n"
+#: mercurial/dispatch.py:212
msgid "abort: out of memory\n"
msgstr "Abbruch: Unzureichender Arbeitsspeicher\n"
+#: mercurial/dispatch.py:233
msgid "the extension author."
msgstr "Der Autor der Erweiterung"
+#: mercurial/dispatch.py:248
#, python-format
msgid ""
"** Unknown exception encountered with possibly-broken third-party extension "
@@ -14574,63 +17685,79 @@
"** If that fixes the bug please report it to %s\n"
msgstr ""
+#: mercurial/dispatch.py:255
msgid "** unknown exception encountered, please report by visiting\n"
msgstr "** Unbekannter Fehler - bitte melden auf:\n"
+#: mercurial/dispatch.py:257
msgid "** http://mercurial.selenic.com/wiki/BugTracker\n"
msgstr "** http://mercurial.selenic.com/wiki/BugTracker\n"
+#: mercurial/dispatch.py:258
#, python-format
msgid "** Python %s\n"
msgstr "** Python %s\n"
+#: mercurial/dispatch.py:259
#, python-format
msgid "** Mercurial Distributed SCM (version %s)\n"
msgstr "** Mercurial Distributed SCM (Version %s)\n"
+#: mercurial/dispatch.py:260
#, python-format
msgid "** Extensions loaded: %s\n"
msgstr "** Erweiterungen geladen: %s\n"
+#: mercurial/dispatch.py:285
msgid "too few arguments for command alias"
msgstr ""
+#: mercurial/dispatch.py:316
#, python-format
msgid "no definition for alias '%s'\n"
msgstr ""
+#: mercurial/dispatch.py:352
#, python-format
msgid ""
"error in definition for alias '%s': %s may only be given on the command "
"line\n"
msgstr ""
+#: mercurial/dispatch.py:380
#, python-format
msgid "alias '%s' resolves to unknown command '%s'\n"
msgstr "Alias '%s' verweist auf unbekannten Befehl '%s'\n"
+#: mercurial/dispatch.py:392
#, python-format
msgid "alias '%s' resolves to ambiguous command '%s'\n"
msgstr ""
+#: mercurial/dispatch.py:487
#, python-format
msgid "malformed --config option: %r (use --config section.name=value)"
msgstr "fehlerhafte --config Option: %r (nutze --config Abschnitt.Name=Wert)"
+#: mercurial/dispatch.py:563
#, python-format
msgid "error getting current working directory: %s"
msgstr "Fehler beim Finden des aktuellen Arbeitsverzeichnisses: %s"
+#: mercurial/dispatch.py:654
#, python-format
msgid "extension '%s' overrides commands: %s\n"
msgstr "Erweiterung '%s' überschreibt die Befehle: %s\n"
+#: mercurial/dispatch.py:672
msgid "option --config may not be abbreviated!"
msgstr "Option --config kann nicht abgekürzt werden!"
+#: mercurial/dispatch.py:674
msgid "option --cwd may not be abbreviated!"
msgstr "Option --cwd kann nicht abgekürzt werden!"
+#: mercurial/dispatch.py:677
msgid ""
"option -R has to be separated from other options (e.g. not -qR) and --"
"repository may only be abbreviated as --repo!"
@@ -14638,98 +17765,123 @@
"Option -R muss von anderen Optionen getrennt werden (also z.B. nicht -qR) "
"und --repository kann nur als --repo abgekürzt werden!"
+#: mercurial/dispatch.py:693
#, python-format
msgid "time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
msgstr ""
+#: mercurial/dispatch.py:747 mercurial/hg.py:115
#, python-format
msgid "repository '%s' is not local"
msgstr "Projektarchiv '%s' ist nicht lokal"
+#: mercurial/dispatch.py:763
#, python-format
msgid "no repository found in '%s' (.hg not found)"
msgstr "Kein Projektarchiv (.hg Verzeichnis) in %s gefunden"
+#: mercurial/dispatch.py:771
msgid "warning: --repository ignored\n"
msgstr "Warnung: --repository Option ignoriert\n"
+#: mercurial/dispatch.py:790
#, python-format
msgid "unrecognized profiling format '%s' - Ignored\n"
msgstr ""
+#: mercurial/dispatch.py:798
msgid ""
"lsprof not available - install from http://codespeak.net/svn/user/arigo/hack/"
"misc/lsprof/"
msgstr ""
+#: mercurial/dispatch.py:822
msgid "statprof not available - install using \"easy_install statprof\""
msgstr ""
+#: mercurial/dispatch.py:828
#, python-format
msgid "invalid sampling frequency '%s' - ignoring\n"
msgstr ""
+#: mercurial/dispatch.py:849
#, python-format
msgid "unrecognized profiler '%s' - ignored\n"
msgstr "Unbekannter Profiler '%s' - wird ignoriert\n"
+#: mercurial/extensions.py:97
#, python-format
msgid "*** failed to import extension %s from %s: %s\n"
msgstr ""
+#: mercurial/extensions.py:100
#, python-format
msgid "*** failed to import extension %s: %s\n"
msgstr ""
+#: mercurial/extensions.py:267 mercurial/extensions.py:356
+#: mercurial/help.py:120 mercurial/help.py:258 mercurial/help.py:332
+#: mercurial/help.py:402 mercurial/hgweb/webcommands.py:971
msgid "(no help text available)"
msgstr "(keine Hilfe verfügbar)"
+#: mercurial/extensions.py:325
#, python-format
msgid "warning: error finding commands in %s\n"
msgstr "Warnung: Fehler beim Suchen von Kommandos in %s\n"
+#: mercurial/fancyopts.py:112
#, python-format
msgid "invalid value %r for option %s, expected int"
msgstr ""
+#: mercurial/filemerge.py:57 mercurial/filemerge.py:59
#, python-format
msgid "couldn't find merge tool %s\n"
msgstr ""
+#: mercurial/filemerge.py:61
#, python-format
msgid "tool %s can't handle symlinks\n"
msgstr ""
+#: mercurial/filemerge.py:63
#, python-format
msgid "tool %s can't handle binary\n"
msgstr ""
+#: mercurial/filemerge.py:65
#, python-format
msgid "tool %s requires a GUI\n"
msgstr ""
+#: mercurial/filemerge.py:140
msgid ""
"``internal:prompt``\n"
"Asks the user which of the local or the other version to keep as\n"
" the merged version."
msgstr ""
+#: mercurial/filemerge.py:146
#, python-format
msgid ""
" no tool found to merge %s\n"
-"keep (l)ocal or take (o)ther?"
-msgstr ""
-
+"keep (l)ocal or take (o)ther?$$ &Local $$ &Other"
+msgstr ""
+
+#: mercurial/filemerge.py:154
msgid ""
"``internal:local``\n"
"Uses the local version of files as the merged version."
msgstr ""
+#: mercurial/filemerge.py:159
msgid ""
"``internal:other``\n"
"Uses the other version of files as the merged version."
msgstr ""
+#: mercurial/filemerge.py:165
msgid ""
"``internal:fail``\n"
"Rather than attempting to merge files that were modified on both\n"
@@ -14737,10 +17889,12 @@
" used to resolve these conflicts."
msgstr ""
+#: mercurial/filemerge.py:188
#, python-format
msgid "%s.premerge not valid ('%s' is neither boolean nor %s)"
msgstr ""
+#: mercurial/filemerge.py:202
msgid ""
"``internal:merge``\n"
"Uses the internal non-interactive simple merge algorithm for merging\n"
@@ -14748,14 +17902,17 @@
" the partially merged file."
msgstr ""
+#: mercurial/filemerge.py:202
#, python-format
msgid "merging %s incomplete! (edit conflicts, then use 'hg resolve --mark')\n"
msgstr ""
+#: mercurial/filemerge.py:211
#, python-format
msgid "warning: internal:merge cannot merge symlinks for %s\n"
msgstr ""
+#: mercurial/filemerge.py:226
msgid ""
"``internal:dump``\n"
"Creates three versions of the files to merge, containing the\n"
@@ -14766,70 +17923,86 @@
" same directory as ``a.txt``."
msgstr ""
+#: mercurial/filemerge.py:309
#, python-format
msgid "merging %s failed!\n"
msgstr ""
-#, python-format
-msgid "was merge of '%s' successful (yn)?"
+#: mercurial/filemerge.py:351
+#, fuzzy, python-format
+msgid "was merge of '%s' successful (yn)?$$ &Yes $$ &No"
msgstr "ist die Zusammenführung von '%s' gelungen (jn)?"
-#, python-format
+#: mercurial/filemerge.py:358
+#, fuzzy, python-format
msgid ""
" output file %s appears unchanged\n"
-"was merge successful (yn)?"
+"was merge successful (yn)?$$ &Yes $$ &No"
msgstr ""
"Ausgabedatei %s scheint unverändert\n"
"ist die Zusammenführung gelungen (jn)?"
+#: mercurial/fileset.py:60 mercurial/revset.py:150 mercurial/templater.py:59
msgid "unterminated string"
msgstr "nicht abgeschlossene Zeichenkette"
+#: mercurial/fileset.py:77 mercurial/revset.py:170 mercurial/templater.py:75
msgid "syntax error"
msgstr "Syntaxfehler"
+#: mercurial/fileset.py:90 mercurial/revset.py:196
msgid "missing argument"
msgstr "fehlendes Argument"
+#: mercurial/fileset.py:116 mercurial/revset.py:260
msgid "can't use a list in this context"
msgstr "In diesem Kontext kann keine Liste verwendet werden"
+#: mercurial/fileset.py:119
msgid ""
"``modified()``\n"
" File that is modified according to status."
msgstr ""
#. i18n: "modified" is a keyword
+#: mercurial/fileset.py:123
msgid "modified takes no arguments"
msgstr "'modified' erwartet keine Argumente"
+#: mercurial/fileset.py:128
msgid ""
"``added()``\n"
" File that is added according to status."
msgstr ""
#. i18n: "added" is a keyword
+#: mercurial/fileset.py:132
msgid "added takes no arguments"
msgstr "'added' erwartet keine Argumente"
+#: mercurial/fileset.py:137
msgid ""
"``removed()``\n"
" File that is removed according to status."
msgstr ""
#. i18n: "removed" is a keyword
+#: mercurial/fileset.py:141
msgid "removed takes no arguments"
msgstr "'erwartet' erwartet keine Argumente"
+#: mercurial/fileset.py:146
msgid ""
"``deleted()``\n"
" File that is deleted according to status."
msgstr ""
#. i18n: "deleted" is a keyword
+#: mercurial/fileset.py:150
msgid "deleted takes no arguments"
msgstr "'deleted' erwartet keine Argumente"
+#: mercurial/fileset.py:155
msgid ""
"``unknown()``\n"
" File that is unknown according to status. These files will only be\n"
@@ -14837,9 +18010,11 @@
msgstr ""
#. i18n: "unknown" is a keyword
+#: mercurial/fileset.py:160
msgid "unknown takes no arguments"
msgstr "'unknown' erwartet keine Argumente"
+#: mercurial/fileset.py:165
msgid ""
"``ignored()``\n"
" File that is ignored according to status. These files will only be\n"
@@ -14847,31 +18022,38 @@
msgstr ""
#. i18n: "ignored" is a keyword
+#: mercurial/fileset.py:170
msgid "ignored takes no arguments"
msgstr "'ignored' erwartet keine Argumente"
+#: mercurial/fileset.py:175
msgid ""
"``clean()``\n"
" File that is clean according to status."
msgstr ""
#. i18n: "clean" is a keyword
+#: mercurial/fileset.py:179
msgid "clean takes no arguments"
msgstr "'clean' erwartet keine Argumente"
+#: mercurial/fileset.py:186 mercurial/revset.py:265 mercurial/revset.py:1712
#, python-format
msgid "not a function: %s"
msgstr "keine Funktion: %s"
+#: mercurial/fileset.py:202
msgid ""
"``binary()``\n"
" File that appears to be binary (contains NUL bytes)."
msgstr ""
#. i18n: "binary" is a keyword
+#: mercurial/fileset.py:206
msgid "binary takes no arguments"
msgstr "'binary' erwartet keine Argumente"
+#: mercurial/fileset.py:210
msgid ""
"``exec()``\n"
" File that is marked as executable."
@@ -14880,18 +18062,22 @@
" Datei ist als ausführbar markiert."
#. i18n: "exec" is a keyword
+#: mercurial/fileset.py:214
msgid "exec takes no arguments"
msgstr "'exec' erwartet keine Argumente"
+#: mercurial/fileset.py:218
msgid ""
"``symlink()``\n"
" File that is marked as a symlink."
msgstr ""
#. i18n: "symlink" is a keyword
+#: mercurial/fileset.py:222
msgid "symlink takes no arguments"
msgstr "'symlink' erwartet keine Argumente"
+#: mercurial/fileset.py:226
msgid ""
"``resolved()``\n"
" File that is marked resolved according to the resolve state."
@@ -14900,18 +18086,22 @@
" Datei, deren Konflikt als aufgelöst markiert ist."
#. i18n: "resolved" is a keyword
+#: mercurial/fileset.py:230
msgid "resolved takes no arguments"
msgstr "'resolved' erwartet keine Argumente"
+#: mercurial/fileset.py:237
msgid ""
"``unresolved()``\n"
" File that is marked unresolved according to the resolve state."
msgstr ""
#. i18n: "unresolved" is a keyword
+#: mercurial/fileset.py:241
msgid "unresolved takes no arguments"
msgstr "'unresolved' erwartet keine Argumente"
+#: mercurial/fileset.py:248
msgid ""
"``hgignore()``\n"
" File that matches the active .hgignore pattern."
@@ -14919,31 +18109,38 @@
"``hgignore()``\n"
" Datei, die einem aktives .hgignore-Muster entspricht."
+#: mercurial/fileset.py:251
msgid "hgignore takes no arguments"
msgstr "'hgignore' erwartet keine Argumente"
+#: mercurial/fileset.py:256
msgid ""
"``grep(regex)``\n"
" File contains the given regular expression."
msgstr ""
#. i18n: "grep" is a keyword
+#: mercurial/fileset.py:261
msgid "grep requires a pattern"
msgstr "'grep' erwartet ein Muster"
+#: mercurial/fileset.py:263 mercurial/revset.py:791
#, python-format
msgid "invalid match pattern: %s"
msgstr "Ungültiges Suchmuster: %s"
+#: mercurial/fileset.py:280 mercurial/fileset.py:316 mercurial/util.py:1951
#, python-format
msgid "couldn't parse size: %s"
msgstr "Konnte Größe %s nicht verarbeiten"
+#: mercurial/fileset.py:283
msgid ""
"``size(expression)``\n"
" File size matches the given expression. Examples:"
msgstr ""
+#: mercurial/fileset.py:286
msgid ""
" - 1k (files from 1024 to 2047 bytes)\n"
" - < 20k (files less than 20480 bytes)\n"
@@ -14952,9 +18149,11 @@
msgstr ""
#. i18n: "size" is a keyword
+#: mercurial/fileset.py:293
msgid "size requires an expression"
msgstr "'size' erwartet einen Ausdruck"
+#: mercurial/fileset.py:321
msgid ""
"``encoding(name)``\n"
" File can be successfully decoded with the given character\n"
@@ -14963,13 +18162,16 @@
msgstr ""
#. i18n: "encoding" is a keyword
+#: mercurial/fileset.py:328 mercurial/fileset.py:351
msgid "encoding requires an encoding name"
msgstr "'encoding' erwartet einen Kodierungsnamen"
+#: mercurial/fileset.py:336
#, python-format
msgid "unknown encoding '%s'"
msgstr "Unbekannte Kodierung '%s'"
+#: mercurial/fileset.py:344
msgid ""
"``eol(style)``\n"
" File contains newlines of the given style (dos, unix, mac). Binary\n"
@@ -14977,6 +18179,7 @@
" styles."
msgstr ""
+#: mercurial/fileset.py:367
msgid ""
"``copied()``\n"
" File that is recorded as being copied."
@@ -14985,9 +18188,11 @@
" Datei, die als kopiert markiert ist."
#. i18n: "copied" is a keyword
+#: mercurial/fileset.py:371
msgid "copied takes no arguments"
msgstr "'copied' erwartet keine Argumente"
+#: mercurial/fileset.py:380
msgid ""
"``subrepo([pattern])``\n"
" Subrepositories whose paths match the given pattern."
@@ -14997,65 +18202,83 @@
" Muster passen."
#. i18n: "subrepo" is a keyword
+#: mercurial/fileset.py:384
msgid "subrepo takes at most one argument"
msgstr "subrepo erwartet mindestens ein Argument"
+#: mercurial/fileset.py:388
msgid "subrepo requires a pattern or no arguments"
msgstr "subrepo erwartet ein Muster oder keine Argumente"
+#: mercurial/fileset.py:480 mercurial/revset.py:1741 mercurial/revset.py:1821
msgid "invalid token"
msgstr "Ungültiges Token"
+#: mercurial/hbisect.py:66
msgid "starting revisions are not directly related"
msgstr "Startrevisionen haben keinen direkten Bezug"
+#: mercurial/hbisect.py:67
#, python-format
msgid "inconsistent state, %s:%s is good and bad"
msgstr "Mehrdeutiger Status, %s:%s ist sowohl gut als auch schlecht"
+#: mercurial/hbisect.py:141
#, python-format
msgid "unknown bisect kind %s"
msgstr ""
+#: mercurial/hbisect.py:222
msgid "invalid bisect state"
msgstr "Ungültiger bisect-Status"
#. i18n: bisect changeset status
+#: mercurial/hbisect.py:230
msgid "good"
msgstr "gut"
#. i18n: bisect changeset status
+#: mercurial/hbisect.py:233
msgid "bad"
msgstr "schlecht"
#. i18n: bisect changeset status
+#: mercurial/hbisect.py:236
msgid "skipped"
msgstr "übersprungen"
#. i18n: bisect changeset status
+#: mercurial/hbisect.py:239
msgid "untested"
msgstr "ungetestet"
#. i18n: bisect changeset status
+#: mercurial/hbisect.py:247
msgid "good (implicit)"
msgstr "gut (implizit)"
#. i18n: bisect changeset status
+#: mercurial/hbisect.py:250
msgid "bad (implicit)"
msgstr "schlecht (implizit)"
+#: mercurial/help.py:25 mercurial/help.py:353
msgid "enabled extensions:"
msgstr "Aktive Erweiterungen:"
+#: mercurial/help.py:26
msgid "disabled extensions:"
msgstr "Inaktive Erweiterungen:"
+#: mercurial/help.py:38
msgid "VALUE"
msgstr "WERT"
+#: mercurial/help.py:40
msgid "DEPRECATED"
msgstr "VERALTET"
+#: mercurial/help.py:61
msgid ""
"\n"
"[+] marked option can be specified multiple times\n"
@@ -15063,60 +18286,79 @@
"\n"
"Mit [+] markierte Optionen können mehrfach angegeben werden\n"
+#: mercurial/help.py:148
msgid "Configuration Files"
msgstr "Konfigurationsdateien"
+#: mercurial/help.py:149
msgid "Date Formats"
msgstr "Datumsformate"
+#: mercurial/help.py:150
msgid "File Name Patterns"
msgstr "Dateimuster"
+#: mercurial/help.py:151
msgid "Environment Variables"
msgstr "Umgebungsvariablen"
+#: mercurial/help.py:153
msgid "Specifying Single Revisions"
msgstr "Angabe einzelner Revisionen"
+#: mercurial/help.py:155
msgid "Specifying Multiple Revisions"
msgstr "Angabe mehrerer Revisionen"
+#: mercurial/help.py:157
msgid "Specifying Revision Sets"
msgstr "Angabe von Änderungssatzbereichen"
+#: mercurial/help.py:158
msgid "Specifying File Sets"
msgstr ""
+#: mercurial/help.py:159
msgid "Diff Formats"
msgstr "Diff-Formate"
+#: mercurial/help.py:160
msgid "Merge Tools"
msgstr "Werkzeuge zum Zusammenführen"
+#: mercurial/help.py:161
msgid "Template Usage"
msgstr "Nutzung von Vorlagen"
+#: mercurial/help.py:163
msgid "URL Paths"
msgstr "URL-Pfade"
+#: mercurial/help.py:164
msgid "Using Additional Features"
msgstr "Benutzung erweiterter Funktionen"
+#: mercurial/help.py:165
msgid "Subrepositories"
msgstr "Unterarchive"
+#: mercurial/help.py:166
msgid "Configuring hgweb"
msgstr "hgweb-Konfiguration"
+#: mercurial/help.py:167
msgid "Glossary"
msgstr "Glossar"
+#: mercurial/help.py:168
msgid "Syntax for Mercurial Ignore Files"
msgstr "Syntax für Mercurials 'ignore'-Dateien"
+#: mercurial/help.py:170
msgid "Working with Phases"
msgstr "Arbeiten mit Phasen"
+#: mercurial/help.py:252
#, python-format
msgid ""
"\n"
@@ -15125,33 +18367,41 @@
"\n"
"Aliase: %s\n"
+#: mercurial/help.py:261
#, python-format
msgid "shell alias for::"
msgstr ""
+#: mercurial/help.py:263
#, python-format
msgid " %s"
msgstr " %s"
+#: mercurial/help.py:263
#, python-format
msgid "alias for: hg %s"
msgstr "Alias für: hg %s"
+#: mercurial/help.py:265
#, python-format
msgid "%s"
msgstr ""
+#: mercurial/help.py:277
#, python-format
msgid "use \"hg help -e %s\" to show help for the %s extension"
msgstr ""
"Benutzen Sie \"hg -v help %s\" um Hilfe für die Erweitung %s anzuzeigen"
+#: mercurial/help.py:285
msgid "options:"
msgstr "Optionen:"
+#: mercurial/help.py:289 mercurial/help.py:368
msgid "global options:"
msgstr "Globale Optionen:"
+#: mercurial/help.py:294
#, python-format
msgid ""
"\n"
@@ -15160,23 +18410,29 @@
"\n"
"Nutze \"hg help %s\" um den vollen Hilfetext anzuzeigen\n"
+#: mercurial/help.py:297
#, fuzzy, python-format
msgid "use \"hg -v help %s\" to show more complete help and the global options"
msgstr "Nutze \"hg -v help%s\" um Aliase und globale Optionen anzuzeigen"
+#: mercurial/help.py:299
#, fuzzy, python-format
msgid "use \"hg -v help %s\" to show the global options"
msgstr "Nutze \"hg -v help%s\" um Aliase und globale Optionen anzuzeigen"
+#: mercurial/help.py:309
msgid "basic commands:"
msgstr "Grundlegende Befehle:"
+#: mercurial/help.py:311
msgid "list of commands:"
msgstr "Liste der Befehle:"
+#: mercurial/help.py:339
msgid "no commands defined\n"
msgstr "keine Befehle definiert\n"
+#: mercurial/help.py:358
msgid ""
"\n"
"additional help topics:"
@@ -15184,25 +18440,31 @@
"\n"
"Zusätzliche Hilfethemen:"
+#: mercurial/help.py:370
msgid "use \"hg help\" for the full list of commands"
msgstr "Nutze \"hg help\" für eine Liste aller Befehle"
+#: mercurial/help.py:374
msgid "use \"hg help\" for the full list of commands or \"hg -v\" for details"
msgstr ""
"Nutze \"hg help\" für eine Liste aller Befehle oder \"hg -v\" für Details"
+#: mercurial/help.py:377
#, python-format
msgid "use \"hg help %s\" to show the full help text"
msgstr "Nutze \"hg -v help %s\" um den vollen Hilfetext anzuzeigen"
+#: mercurial/help.py:380
#, python-format
msgid "use \"hg -v help%s\" to show builtin aliases and global options"
msgstr "Nutze \"hg -v help%s\" um Aliase und globale Optionen anzuzeigen"
+#: mercurial/help.py:407 mercurial/help.py:439
#, fuzzy, python-format
msgid "use \"hg help -v %s\" to show more complete help"
msgstr "Nutze \"hg -v help %s\" um mehr Informationen anzuzeigen"
+#: mercurial/help.py:413
#, python-format
msgid ""
"\n"
@@ -15211,34 +18473,57 @@
"\n"
"Nutze \"hg help -c %s\" für die Hilfe zum Befehl %s\n"
+#: mercurial/help.py:422
msgid "no help text available"
msgstr "keine Hilfe verfügbar"
+#: mercurial/help.py:433
#, python-format
msgid "%s extension - %s"
msgstr "%s Erweiterung - %s"
+#: mercurial/help.py:451 mercurial/help.py:463
msgid "use \"hg help extensions\" for information on enabling extensions\n"
msgstr ""
+#: mercurial/help.py:460
#, python-format
msgid "'%s' is provided by the following extension:"
msgstr ""
+#: mercurial/help.py:472
msgid "Topics"
msgstr ""
+#: mercurial/help.py:475
msgid "Extension Commands"
msgstr "Erweiterungs-Kommandos"
+#: mercurial/help.py:502
msgid "Mercurial Distributed SCM\n"
msgstr ""
+#: mercurial/help/common.txt:1
+msgid ".. Common link and substitution definitions."
+msgstr ""
+
+#: mercurial/help/common.txt:3
+msgid ""
+".. |hg(1)| replace:: **hg**\\ (1)\n"
+".. _hg(1): hg.1.html\n"
+".. |hgrc(5)| replace:: **hgrc**\\ (5)\n"
+".. _hgrc(5): hgrc.5.html\n"
+".. |hgignore(5)| replace:: **hgignore**\\ (5)\n"
+".. _hgignore(5): hgignore.5.html\n"
+msgstr ""
+
+#: mercurial/help/config.txt:1
msgid ""
"The Mercurial system uses a set of configuration files to control\n"
"aspects of its behavior."
msgstr ""
+#: mercurial/help/config.txt:4
msgid ""
"The configuration files use a simple ini-file format. A configuration\n"
"file consists of sections, led by a ``[section]`` header and followed\n"
@@ -15248,6 +18533,7 @@
"Die Datei enthält Abschnitte (durch ``[Abschnittsname]`` eingeleitet),\n"
"welche ihrerseits Zeilen der Form ``name = wert`` enthalten::"
+#: mercurial/help/config.txt:8
msgid ""
" [ui]\n"
" username = Firstname Lastname <firstname.lastname@example.net>\n"
@@ -15257,6 +18543,7 @@
" username = Vorname Nachname <vorname.nachname@example.net>\n"
" verbose = True"
+#: mercurial/help/config.txt:12
msgid ""
"The above entries will be referred to as ``ui.username`` and\n"
"``ui.verbose``, respectively. See the Syntax section below."
@@ -15264,11 +18551,13 @@
"Die obigen Beispieleinträge werden als ``ui.username`` bzw. ``ui.verbose``\n"
"bezeichnet. Siehe auch unten den Abschnitt Syntax."
+#: mercurial/help/config.txt:15
msgid ""
"Files\n"
"====="
msgstr ""
+#: mercurial/help/config.txt:18
msgid ""
"Mercurial reads configuration data from several files, if they exist.\n"
"These files do not exist by default and you will have to create the\n"
@@ -15278,6 +18567,7 @@
"configuration is put into the per-repository ``<repo>/.hg/hgrc`` file."
msgstr ""
+#: mercurial/help/config.txt:25
msgid ""
"The names of these files depend on the system on which Mercurial is\n"
"installed. ``*.rc`` files from a single directory are read in\n"
@@ -15286,9 +18576,11 @@
"ones."
msgstr ""
+#: mercurial/help/config.txt:31
msgid "| (All) ``<repo>/.hg/hgrc``"
msgstr ""
+#: mercurial/help/config.txt:33
msgid ""
" Per-repository configuration options that only apply in a\n"
" particular repository. This file is not version-controlled, and\n"
@@ -15299,6 +18591,7 @@
" for the ``[trusted]`` section below for more details."
msgstr ""
+#: mercurial/help/config.txt:41
msgid ""
"| (Plan 9) ``$home/lib/hgrc``\n"
"| (Unix) ``$HOME/.hgrc``\n"
@@ -15308,6 +18601,7 @@
"| (Windows) ``%HOME%\\Mercurial.ini``"
msgstr ""
+#: mercurial/help/config.txt:48
msgid ""
" Per-user configuration file(s), for the user running Mercurial. On\n"
" Windows 9x, ``%HOME%`` is replaced by ``%APPDATA%``. Options in these\n"
@@ -15317,6 +18611,7 @@
" options."
msgstr ""
+#: mercurial/help/config.txt:54
msgid ""
"| (Plan 9) ``/lib/mercurial/hgrc``\n"
"| (Plan 9) ``/lib/mercurial/hgrc.d/*.rc``\n"
@@ -15324,6 +18619,7 @@
"| (Unix) ``/etc/mercurial/hgrc.d/*.rc``"
msgstr ""
+#: mercurial/help/config.txt:59
msgid ""
" Per-system configuration files, for the system on which Mercurial\n"
" is running. Options in these files apply to all Mercurial commands\n"
@@ -15331,6 +18627,7 @@
" override per-installation options."
msgstr ""
+#: mercurial/help/config.txt:64
msgid ""
"| (Plan 9) ``<install-root>/lib/mercurial/hgrc``\n"
"| (Plan 9) ``<install-root>/lib/mercurial/hgrc.d/*.rc``\n"
@@ -15342,6 +18639,7 @@
"| (Unix) ``<install-root>/etc/mercurial/hgrc``\n"
"| (Unix) ``<install-root>/etc/mercurial/hgrc.d/*.rc``"
+#: mercurial/help/config.txt:69
msgid ""
" Per-installation configuration files, searched for in the\n"
" directory where Mercurial is installed. ``<install-root>`` is the\n"
@@ -15351,12 +18649,14 @@
" to all Mercurial commands executed by any user in any directory."
msgstr ""
+#: mercurial/help/config.txt:76
msgid ""
"| (Windows) ``<install-dir>\\Mercurial.ini`` **or**\n"
"| (Windows) ``<install-dir>\\hgrc.d\\*.rc`` **or**\n"
"| (Windows) ``HKEY_LOCAL_MACHINE\\SOFTWARE\\Mercurial``"
msgstr ""
+#: mercurial/help/config.txt:80
msgid ""
" Per-installation/system configuration files, for the system on\n"
" which Mercurial is running. Options in these files apply to all\n"
@@ -15367,17 +18667,20 @@
" order until one or more configuration files are detected."
msgstr ""
+#: mercurial/help/config.txt:88
msgid ""
".. note:: The registry key ``HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node"
"\\Mercurial``\n"
" is used when running 32-bit Python on 64-bit Windows."
msgstr ""
+#: mercurial/help/config.txt:91 mercurial/help/hgignore.txt:41
msgid ""
"Syntax\n"
"======"
msgstr ""
+#: mercurial/help/config.txt:94
msgid ""
"A configuration file consists of sections, led by a ``[section]`` header\n"
"and followed by ``name = value`` entries (sometimes called\n"
@@ -15387,6 +18690,7 @@
"welche ihrerseits Zeilen der Form ``name = wert`` enthalten (manchmal als\n"
"``Konfigurationsschlüssel`` bezeichnet)::"
+#: mercurial/help/config.txt:98
msgid ""
" [spam]\n"
" eggs=ham\n"
@@ -15394,6 +18698,7 @@
" eggs"
msgstr ""
+#: mercurial/help/config.txt:103
msgid ""
"Each line contains one entry. If the lines that follow are indented,\n"
"they are treated as continuations of that entry. Leading whitespace is\n"
@@ -15401,11 +18706,13 @@
"``#`` or ``;`` are ignored and may be used to provide comments."
msgstr ""
+#: mercurial/help/config.txt:108
msgid ""
"Configuration keys can be set multiple times, in which case Mercurial\n"
"will use the value that was configured last. As an example::"
msgstr ""
+#: mercurial/help/config.txt:111
msgid ""
" [spam]\n"
" eggs=large\n"
@@ -15413,15 +18720,18 @@
" eggs=small"
msgstr ""
+#: mercurial/help/config.txt:116
msgid "This would set the configuration key named ``eggs`` to ``small``."
msgstr ""
+#: mercurial/help/config.txt:118
msgid ""
"It is also possible to define a section multiple times. A section can\n"
"be redefined on the same and/or on different configuration files. For\n"
"example::"
msgstr ""
+#: mercurial/help/config.txt:122
msgid ""
" [foo]\n"
" eggs=large\n"
@@ -15429,6 +18739,7 @@
" eggs=small"
msgstr ""
+#: mercurial/help/config.txt:127
msgid ""
" [bar]\n"
" eggs=ham\n"
@@ -15436,6 +18747,7 @@
" eggs"
msgstr ""
+#: mercurial/help/config.txt:132
msgid ""
" [foo]\n"
" ham=prosciutto\n"
@@ -15443,6 +18755,7 @@
" bread=toasted"
msgstr ""
+#: mercurial/help/config.txt:137
msgid ""
"This would set the ``eggs``, ``ham``, and ``bread`` configuration keys\n"
"of the ``foo`` section to ``medium``, ``prosciutto``, and ``toasted``,\n"
@@ -15450,6 +18763,7 @@
"value that was set for each of the configuration keys."
msgstr ""
+#: mercurial/help/config.txt:142
msgid ""
"If a configuration key is set multiple times in different\n"
"configuration files the final value will depend on the order in which\n"
@@ -15458,6 +18772,7 @@
"above."
msgstr ""
+#: mercurial/help/config.txt:148
msgid ""
"A line of the form ``%include file`` will include ``file`` into the\n"
"current configuration file. The inclusion is recursive, which means\n"
@@ -15467,17 +18782,21 @@
"``file``. This lets you do something like::"
msgstr ""
+#: mercurial/help/config.txt:155
msgid " %include ~/.hgrc.d/$HOST.rc"
msgstr ""
+#: mercurial/help/config.txt:157
msgid "to include a different configuration file on each computer you use."
msgstr ""
+#: mercurial/help/config.txt:159
msgid ""
"A line with ``%unset name`` will remove ``name`` from the current\n"
"section, if it has been set previously."
msgstr ""
+#: mercurial/help/config.txt:162
msgid ""
"The values are either free-form text strings, lists of text strings,\n"
"or Boolean values. Boolean values can be set to true using any of \"1\",\n"
@@ -15486,31 +18805,37 @@
"(all case insensitive)."
msgstr ""
+#: mercurial/help/config.txt:167
msgid ""
"List values are separated by whitespace or comma, except when values are\n"
"placed in double quotation marks::"
msgstr ""
+#: mercurial/help/config.txt:170
msgid " allow_read = \"John Doe, PhD\", brian, betty"
msgstr ""
+#: mercurial/help/config.txt:172
msgid ""
"Quotation marks can be escaped by prefixing them with a backslash. Only\n"
"quotation marks at the beginning of a word is counted as a quotation\n"
"(e.g., ``foo\"bar baz`` is the list of ``foo\"bar`` and ``baz``)."
msgstr ""
+#: mercurial/help/config.txt:176
msgid ""
"Sections\n"
"========"
msgstr ""
+#: mercurial/help/config.txt:179
msgid ""
"This section describes the different sections that may appear in a\n"
"Mercurial configuration file, the purpose of each section, its possible\n"
"keys, and their possible values."
msgstr ""
+#: mercurial/help/config.txt:183
#, fuzzy
msgid ""
"``alias``\n"
@@ -15519,6 +18844,7 @@
"Beispiele\n"
"----------"
+#: mercurial/help/config.txt:186
msgid ""
"Defines command aliases.\n"
"Aliases allow you to define your own commands in terms of other\n"
@@ -15529,54 +18855,67 @@
"command to be executed."
msgstr ""
+#: mercurial/help/config.txt:194
msgid "Alias definitions consist of lines of the form::"
msgstr ""
+#: mercurial/help/config.txt:196
msgid " <alias> = <command> [<argument>]..."
msgstr ""
+#: mercurial/help/config.txt:198
msgid "For example, this definition::"
msgstr ""
+#: mercurial/help/config.txt:200
msgid " latest = log --limit 5"
msgstr ""
+#: mercurial/help/config.txt:202
msgid ""
"creates a new command ``latest`` that shows only the five most recent\n"
"changesets. You can define subsequent aliases using earlier ones::"
msgstr ""
+#: mercurial/help/config.txt:205
msgid " stable5 = latest -b stable"
msgstr ""
+#: mercurial/help/config.txt:207
msgid ""
".. note:: It is possible to create aliases with the same names as\n"
" existing commands, which will then override the original\n"
" definitions. This is almost always a bad idea!"
msgstr ""
+#: mercurial/help/config.txt:211
msgid ""
"An alias can start with an exclamation point (``!``) to make it a\n"
"shell alias. A shell alias is executed with the shell and will let you\n"
"run arbitrary commands. As an example, ::"
msgstr ""
+#: mercurial/help/config.txt:215
msgid " echo = !echo $@"
msgstr ""
+#: mercurial/help/config.txt:217
msgid ""
"will let you do ``hg echo foo`` to have ``foo`` printed in your\n"
"terminal. A better example might be::"
msgstr ""
+#: mercurial/help/config.txt:220
msgid " purge = !$HG status --no-status --unknown -0 | xargs -0 rm"
msgstr ""
+#: mercurial/help/config.txt:222
msgid ""
"which will make ``hg purge`` delete all unknown files in the\n"
"repository in the same manner as the purge extension."
msgstr ""
+#: mercurial/help/config.txt:225
msgid ""
"Positional arguments like ``$1``, ``$2``, etc. in the alias definition\n"
"expand to the command arguments. Unmatched arguments are\n"
@@ -15585,6 +18924,7 @@
"command is passed to the shell."
msgstr ""
+#: mercurial/help/config.txt:231
msgid ""
"Shell aliases are executed in an environment where ``$HG`` expands to\n"
"the path of the Mercurial that was used to execute the alias. This is\n"
@@ -15594,45 +18934,53 @@
"echo foo`` call above, ``$HG_ARGS`` would expand to ``echo foo``."
msgstr ""
+#: mercurial/help/config.txt:238
msgid ""
".. note:: Some global configuration options such as ``-R`` are\n"
" processed before shell aliases and will thus not be passed to\n"
" aliases."
msgstr ""
+#: mercurial/help/config.txt:242
msgid ""
"\n"
"``annotate``\n"
"------------"
msgstr ""
+#: mercurial/help/config.txt:246
msgid ""
"Settings used when displaying file annotations. All values are\n"
"Booleans and default to False. See ``diff`` section for related\n"
"options for the diff command."
msgstr ""
+#: mercurial/help/config.txt:250 mercurial/help/config.txt:410
msgid ""
"``ignorews``\n"
" Ignore white space when comparing lines."
msgstr ""
+#: mercurial/help/config.txt:253 mercurial/help/config.txt:413
msgid ""
"``ignorewsamount``\n"
" Ignore changes in the amount of white space."
msgstr ""
+#: mercurial/help/config.txt:256 mercurial/help/config.txt:416
msgid ""
"``ignoreblanklines``\n"
" Ignore changes whose lines are all blank."
msgstr ""
+#: mercurial/help/config.txt:259
msgid ""
"\n"
"``auth``\n"
"--------"
msgstr ""
+#: mercurial/help/config.txt:263
msgid ""
"Authentication credentials for HTTP authentication. This section\n"
"allows you to store usernames and passwords for use when logging\n"
@@ -15640,17 +18988,21 @@
"you want to configure *who* can login to your HTTP server."
msgstr ""
+#: mercurial/help/config.txt:268 mercurial/help/config.txt:538
msgid "Each line has the following format::"
msgstr ""
+#: mercurial/help/config.txt:270
msgid " <name>.<argument> = <value>"
msgstr ""
+#: mercurial/help/config.txt:272
msgid ""
"where ``<name>`` is used to group arguments into authentication\n"
"entries. Example::"
msgstr ""
+#: mercurial/help/config.txt:275
msgid ""
" foo.prefix = hg.intevation.org/mercurial\n"
" foo.username = foo\n"
@@ -15658,6 +19010,7 @@
" foo.schemes = http https"
msgstr ""
+#: mercurial/help/config.txt:280
msgid ""
" bar.prefix = secure.example.org\n"
" bar.key = path/to/file.key\n"
@@ -15665,9 +19018,12 @@
" bar.schemes = https"
msgstr ""
+#: mercurial/help/config.txt:285 mercurial/help/config.txt:551
+#: mercurial/help/config.txt:815
msgid "Supported arguments:"
msgstr "Unterstützte Argumente:"
+#: mercurial/help/config.txt:287
msgid ""
"``prefix``\n"
" Either ``*`` or a URI prefix with or without the scheme part.\n"
@@ -15678,6 +19034,7 @@
" argument, q.v., is then subsequently consulted."
msgstr ""
+#: mercurial/help/config.txt:295
msgid ""
"``username``\n"
" Optional. Username to authenticate with. If not given, and the\n"
@@ -15688,6 +19045,7 @@
" username or without a username will be considered."
msgstr ""
+#: mercurial/help/config.txt:303
msgid ""
"``password``\n"
" Optional. Password to authenticate with. If not given, and the\n"
@@ -15695,18 +19053,21 @@
" will be prompted for it."
msgstr ""
+#: mercurial/help/config.txt:308
msgid ""
"``key``\n"
" Optional. PEM encoded client certificate key file. Environment\n"
" variables are expanded in the filename."
msgstr ""
+#: mercurial/help/config.txt:312
msgid ""
"``cert``\n"
" Optional. PEM encoded client certificate chain file. Environment\n"
" variables are expanded in the filename."
msgstr ""
+#: mercurial/help/config.txt:316
msgid ""
"``schemes``\n"
" Optional. Space separated list of URI schemes to use this\n"
@@ -15716,11 +19077,13 @@
" Default: https."
msgstr ""
+#: mercurial/help/config.txt:323
msgid ""
"If no suitable authentication entry is found, the user is prompted\n"
"for credentials as usual if required by the remote."
msgstr ""
+#: mercurial/help/config.txt:326
#, fuzzy
msgid ""
"\n"
@@ -15730,12 +19093,14 @@
"Phasen und Server\n"
"--------------------------"
+#: mercurial/help/config.txt:330
msgid ""
"Filters for transforming files on checkout/checkin. This would\n"
"typically be used for newline processing or other\n"
"localization/canonicalization of files."
msgstr ""
+#: mercurial/help/config.txt:334
msgid ""
"Filters consist of a filter pattern followed by a filter command.\n"
"Filter patterns are globs by default, rooted at the repository root.\n"
@@ -15745,19 +19110,23 @@
"For each file only the first matching filter applies."
msgstr ""
+#: mercurial/help/config.txt:341
msgid ""
"The filter command can start with a specifier, either ``pipe:`` or\n"
"``tempfile:``. If no specifier is given, ``pipe:`` is used by default."
msgstr ""
+#: mercurial/help/config.txt:344
msgid ""
"A ``pipe:`` command must accept data on stdin and return the transformed\n"
"data on stdout."
msgstr ""
+#: mercurial/help/config.txt:347
msgid "Pipe example::"
msgstr "Pipe-Beispiele::"
+#: mercurial/help/config.txt:349
msgid ""
" [encode]\n"
" # uncompress gzip files on checkin to improve delta compression\n"
@@ -15765,6 +19134,7 @@
" *.gz = pipe: gunzip"
msgstr ""
+#: mercurial/help/config.txt:354
msgid ""
" [decode]\n"
" # recompress gzip files when writing them to the working dir (we\n"
@@ -15772,6 +19142,7 @@
" *.gz = gzip"
msgstr ""
+#: mercurial/help/config.txt:359
msgid ""
"A ``tempfile:`` command is a template. The string ``INFILE`` is replaced\n"
"with the name of a temporary file that contains the data to be\n"
@@ -15780,61 +19151,72 @@
"the command."
msgstr ""
+#: mercurial/help/config.txt:365
msgid ""
".. note:: The tempfile mechanism is recommended for Windows systems,\n"
" where the standard shell I/O redirection operators often have\n"
" strange effects and may corrupt the contents of your files."
msgstr ""
+#: mercurial/help/config.txt:369
msgid ""
"This filter mechanism is used internally by the ``eol`` extension to\n"
"translate line ending characters between Windows (CRLF) and Unix (LF)\n"
"format. We suggest you use the ``eol`` extension for convenience."
msgstr ""
+#: mercurial/help/config.txt:373
msgid ""
"\n"
"``defaults``\n"
"------------"
msgstr ""
+#: mercurial/help/config.txt:377
msgid "(defaults are deprecated. Don't use them. Use aliases instead)"
msgstr ""
+#: mercurial/help/config.txt:379
msgid ""
"Use the ``[defaults]`` section to define command defaults, i.e. the\n"
"default options/arguments to pass to the specified commands."
msgstr ""
+#: mercurial/help/config.txt:382
msgid ""
"The following example makes :hg:`log` run in verbose mode, and\n"
":hg:`status` show only the modified files, by default::"
msgstr ""
+#: mercurial/help/config.txt:385
msgid ""
" [defaults]\n"
" log = -v\n"
" status = -m"
msgstr ""
+#: mercurial/help/config.txt:389
msgid ""
"The actual commands, instead of their aliases, must be used when\n"
"defining command defaults. The command defaults will also be applied\n"
"to the aliases of the commands defined."
msgstr ""
+#: mercurial/help/config.txt:393
msgid ""
"\n"
"``diff``\n"
"--------"
msgstr ""
+#: mercurial/help/config.txt:397
msgid ""
"Settings used when displaying diffs. Everything except for ``unified``\n"
"is a Boolean and defaults to False. See ``annotate`` section for\n"
"related options for the annotate command."
msgstr ""
+#: mercurial/help/config.txt:401
msgid ""
"``git``\n"
" Use git extended diff format."
@@ -15842,11 +19224,13 @@
"``git``\n"
" Verwende git-erweitertes diff-Format"
+#: mercurial/help/config.txt:404
msgid ""
"``nodates``\n"
" Don't include dates in diff headers."
msgstr ""
+#: mercurial/help/config.txt:407
msgid ""
"``showfunc``\n"
" Show which function each change is in."
@@ -15854,6 +19238,7 @@
"``showfunc``\n"
" Zeigt die Funktion, in der die Änderung passiert ist"
+#: mercurial/help/config.txt:419
msgid ""
"``unified``\n"
" Number of lines of context to show."
@@ -15861,6 +19246,7 @@
"``unified``\n"
" Anzahl der anzuzeigenden Kontextzeilen"
+#: mercurial/help/config.txt:422
#, fuzzy
msgid ""
"``email``\n"
@@ -15869,32 +19255,38 @@
"Abschnitte\n"
"----------"
+#: mercurial/help/config.txt:425
msgid "Settings for extensions that send email messages."
msgstr ""
+#: mercurial/help/config.txt:427
msgid ""
"``from``\n"
" Optional. Email address to use in \"From\" header and SMTP envelope\n"
" of outgoing messages."
msgstr ""
+#: mercurial/help/config.txt:431
msgid ""
"``to``\n"
" Optional. Comma-separated list of recipients' email addresses."
msgstr ""
+#: mercurial/help/config.txt:434
msgid ""
"``cc``\n"
" Optional. Comma-separated list of carbon copy recipients'\n"
" email addresses."
msgstr ""
+#: mercurial/help/config.txt:438
msgid ""
"``bcc``\n"
" Optional. Comma-separated list of blind carbon copy recipients'\n"
" email addresses."
msgstr ""
+#: mercurial/help/config.txt:442
msgid ""
"``method``\n"
" Optional. Method to use to send email messages. If value is ``smtp``\n"
@@ -15905,6 +19297,7 @@
" ``/usr/sbin/sendmail`` is enough to use sendmail to send messages."
msgstr ""
+#: mercurial/help/config.txt:450
msgid ""
"``charsets``\n"
" Optional. Comma-separated list of character sets considered\n"
@@ -15916,9 +19309,11 @@
" empty (explicit) list."
msgstr ""
+#: mercurial/help/config.txt:459
msgid " Order of outgoing email character sets:"
msgstr ""
+#: mercurial/help/config.txt:461
msgid ""
" 1. ``us-ascii``: always first, regardless of settings\n"
" 2. ``email.charsets``: in order given by user\n"
@@ -15927,9 +19322,11 @@
" 5. ``utf-8``: always last, regardless of settings"
msgstr ""
+#: mercurial/help/config.txt:467
msgid "Email example::"
msgstr "Email-Beispiele::"
+#: mercurial/help/config.txt:469
msgid ""
" [email]\n"
" from = Joseph User <joe.user@example.com>\n"
@@ -15939,6 +19336,7 @@
" charsets = iso-8859-1, iso-8859-15, windows-1252"
msgstr ""
+#: mercurial/help/config.txt:476
#, fuzzy
msgid ""
"\n"
@@ -15948,23 +19346,27 @@
"Beschreibung\n"
"-----------"
+#: mercurial/help/config.txt:480
msgid ""
"Mercurial has an extension mechanism for adding new features. To\n"
"enable an extension, create an entry for it in this section."
msgstr ""
+#: mercurial/help/config.txt:483
msgid ""
"If you know that the extension is already in Python's search path,\n"
"you can give the name of the module, followed by ``=``, with nothing\n"
"after the ``=``."
msgstr ""
+#: mercurial/help/config.txt:487
msgid ""
"Otherwise, give a name that you choose, followed by ``=``, followed by\n"
"the path to the ``.py`` file (including the file name extension) that\n"
"defines the extension."
msgstr ""
+#: mercurial/help/config.txt:491
msgid ""
"To explicitly disable an extension that is enabled in an hgrc of\n"
"broader scope, prepend its path with ``!``, as in ``foo = !/ext/path``\n"
@@ -15973,9 +19375,11 @@
"Um eine Erweiterung explizit zu deaktivieren, die von einer allgemeineren\n"
"hgrc aktiviert wurde, setzen Sie ein ! vor den Pfad, also z.B. ``foo = !``."
+#: mercurial/help/config.txt:495
msgid "Example for ``~/.hgrc``::"
msgstr "Beispiel ``~/.hgrc``-Datei::"
+#: mercurial/help/config.txt:497
msgid ""
" [extensions]\n"
" # (the mq extension will get loaded from Mercurial's path)\n"
@@ -15984,12 +19388,14 @@
" myfeature = ~/.hgext/myfeature.py"
msgstr ""
+#: mercurial/help/config.txt:503
msgid ""
"\n"
"``format``\n"
"----------"
msgstr ""
+#: mercurial/help/config.txt:507
msgid ""
"``usestore``\n"
" Enable or disable the \"store\" repository format which improves\n"
@@ -16000,6 +19406,7 @@
" repositories will be compatible with Mercurial before version 0.9.4."
msgstr ""
+#: mercurial/help/config.txt:515
msgid ""
"``usefncache``\n"
" Enable or disable the \"fncache\" repository format which enhances\n"
@@ -16010,6 +19417,7 @@
" repositories will be compatible with Mercurial before version 1.1."
msgstr ""
+#: mercurial/help/config.txt:523
msgid ""
"``dotencode``\n"
" Enable or disable the \"dotencode\" repository format which enhances\n"
@@ -16020,6 +19428,7 @@
" repositories will be compatible with Mercurial before version 1.7."
msgstr ""
+#: mercurial/help/config.txt:531
#, fuzzy
msgid ""
"``graph``\n"
@@ -16028,20 +19437,24 @@
"Beispiele\n"
"----------"
+#: mercurial/help/config.txt:534
msgid ""
"Web graph view configuration. This section let you change graph\n"
"elements display properties by branches, for instance to make the\n"
"``default`` branch stand out."
msgstr ""
+#: mercurial/help/config.txt:540
msgid " <branch>.<argument> = <value>"
msgstr ""
+#: mercurial/help/config.txt:542
msgid ""
"where ``<branch>`` is the name of the branch being\n"
"customized. Example::"
msgstr ""
+#: mercurial/help/config.txt:545
msgid ""
" [graph]\n"
" # 2px width\n"
@@ -16050,16 +19463,19 @@
" default.color = FF0000"
msgstr ""
+#: mercurial/help/config.txt:553
msgid ""
"``width``\n"
" Set branch edges width in pixels."
msgstr ""
+#: mercurial/help/config.txt:556
msgid ""
"``color``\n"
" Set branch edges color in hexadecimal RGB notation."
msgstr ""
+#: mercurial/help/config.txt:559
#, fuzzy
msgid ""
"``hooks``\n"
@@ -16068,6 +19484,7 @@
"Abschnitte\n"
"----------"
+#: mercurial/help/config.txt:562
msgid ""
"Commands or Python functions that get automatically executed by\n"
"various actions such as starting or finishing a commit. Multiple\n"
@@ -16079,9 +19496,11 @@
"not specified."
msgstr ""
+#: mercurial/help/config.txt:571
msgid "Example ``.hg/hgrc``::"
msgstr "Beispiel ``.hg/hgrc``-Datei::"
+#: mercurial/help/config.txt:573
msgid ""
" [hooks]\n"
" # update working directory after adding changesets\n"
@@ -16094,12 +19513,14 @@
" priority.incoming.autobuild = 1"
msgstr ""
+#: mercurial/help/config.txt:583
msgid ""
"Most hooks are run with environment variables set that give useful\n"
"additional information. For each hook below, the environment\n"
"variables it is passed are listed with names of the form ``$HG_foo``."
msgstr ""
+#: mercurial/help/config.txt:587
msgid ""
"``changegroup``\n"
" Run after a changegroup has been added via push, pull or unbundle.\n"
@@ -16107,6 +19528,7 @@
" changes came is in ``$HG_URL``."
msgstr ""
+#: mercurial/help/config.txt:592
msgid ""
"``commit``\n"
" Run after a changeset has been created in the local repository. ID\n"
@@ -16114,6 +19536,7 @@
" IDs are in ``$HG_PARENT1`` and ``$HG_PARENT2``."
msgstr ""
+#: mercurial/help/config.txt:597
msgid ""
"``incoming``\n"
" Run after a changeset has been pulled, pushed, or unbundled into\n"
@@ -16121,6 +19544,7 @@
" ``$HG_NODE``. URL that was source of changes came is in ``$HG_URL``."
msgstr ""
+#: mercurial/help/config.txt:602
msgid ""
"``outgoing``\n"
" Run after sending changes from local repository to another. ID of\n"
@@ -16128,6 +19552,7 @@
" ``$HG_SOURCE``; see \"preoutgoing\" hook for description."
msgstr ""
+#: mercurial/help/config.txt:607
msgid ""
"``post-<command>``\n"
" Run after successful invocations of the associated command. The\n"
@@ -16139,6 +19564,7 @@
" ``$HG_PATS`` is a list of arguments. Hook failure is ignored."
msgstr ""
+#: mercurial/help/config.txt:616
msgid ""
"``pre-<command>``\n"
" Run before executing the associated command. The contents of the\n"
@@ -16151,6 +19577,7 @@
" code."
msgstr ""
+#: mercurial/help/config.txt:626
msgid ""
"``prechangegroup``\n"
" Run before a changegroup is added via push, pull or unbundle. Exit\n"
@@ -16159,6 +19586,7 @@
" will come is in ``$HG_URL``."
msgstr ""
+#: mercurial/help/config.txt:632
msgid ""
"``precommit``\n"
" Run before starting a local commit. Exit status 0 allows the\n"
@@ -16166,6 +19594,7 @@
" Parent changeset IDs are in ``$HG_PARENT1`` and ``$HG_PARENT2``."
msgstr ""
+#: mercurial/help/config.txt:637
msgid ""
"``prelistkeys``\n"
" Run before listing pushkeys (like bookmarks) in the\n"
@@ -16173,6 +19602,7 @@
" in ``$HG_NAMESPACE``."
msgstr ""
+#: mercurial/help/config.txt:642
msgid ""
"``preoutgoing``\n"
" Run before collecting changes to send from the local repository to\n"
@@ -16185,6 +19615,7 @@
" is happening on behalf of repository on same system."
msgstr ""
+#: mercurial/help/config.txt:652
msgid ""
"``prepushkey``\n"
" Run before a pushkey (like a bookmark) is added to the\n"
@@ -16194,6 +19625,7 @@
" ``$HG_NEW``."
msgstr ""
+#: mercurial/help/config.txt:659
msgid ""
"``pretag``\n"
" Run before creating a tag. Exit status 0 allows the tag to be\n"
@@ -16203,6 +19635,7 @@
" local if ``$HG_LOCAL=1``, in repository if ``$HG_LOCAL=0``."
msgstr ""
+#: mercurial/help/config.txt:665
msgid ""
"``pretxnchangegroup``\n"
" Run after a changegroup has been added via push, pull or unbundle,\n"
@@ -16215,6 +19648,7 @@
" ``$HG_URL``."
msgstr ""
+#: mercurial/help/config.txt:675
msgid ""
"``pretxncommit``\n"
" Run after a changeset has been created but the transaction not yet\n"
@@ -16225,6 +19659,7 @@
" IDs are in ``$HG_PARENT1`` and ``$HG_PARENT2``."
msgstr ""
+#: mercurial/help/config.txt:683
msgid ""
"``preupdate``\n"
" Run before updating the working directory. Exit status 0 allows\n"
@@ -16233,6 +19668,7 @@
" of second new parent is in ``$HG_PARENT2``."
msgstr ""
+#: mercurial/help/config.txt:689
msgid ""
"``listkeys``\n"
" Run after listing pushkeys (like bookmarks) in the repository. The\n"
@@ -16240,6 +19676,7 @@
" dictionary containing the keys and values."
msgstr ""
+#: mercurial/help/config.txt:694
msgid ""
"``pushkey``\n"
" Run after a pushkey (like a bookmark) is added to the\n"
@@ -16248,6 +19685,7 @@
" value is in ``$HG_NEW``."
msgstr ""
+#: mercurial/help/config.txt:700
msgid ""
"``tag``\n"
" Run after a tag is created. ID of tagged changeset is in ``$HG_NODE``.\n"
@@ -16255,6 +19693,7 @@
" repository if ``$HG_LOCAL=0``."
msgstr ""
+#: mercurial/help/config.txt:705
msgid ""
"``update``\n"
" Run after updating the working directory. Changeset ID of first\n"
@@ -16263,6 +19702,7 @@
" update failed (e.g. because conflicts not resolved), ``$HG_ERROR=1``."
msgstr ""
+#: mercurial/help/config.txt:711
msgid ""
".. note:: It is generally better to use standard hooks rather than the\n"
" generic pre- and post- command hooks as they are guaranteed to be\n"
@@ -16271,6 +19711,7 @@
" generate a commit (e.g. tag) and not just the commit command."
msgstr ""
+#: mercurial/help/config.txt:717
msgid ""
".. note:: Environment variables with empty values may not be passed to\n"
" hooks on platforms such as Windows. As an example, ``$HG_PARENT2``\n"
@@ -16278,14 +19719,17 @@
" changesets, while it will not be available at all under Windows."
msgstr ""
+#: mercurial/help/config.txt:722
msgid "The syntax for Python hooks is as follows::"
msgstr ""
+#: mercurial/help/config.txt:724
msgid ""
" hookname = python:modulename.submodule.callable\n"
" hookname = python:/path/to/python/module.py:callable"
msgstr ""
+#: mercurial/help/config.txt:727
msgid ""
"Python hooks are run within the Mercurial process. Each hook is\n"
"called with at least three keyword arguments: a ui object (keyword\n"
@@ -16295,11 +19739,13 @@
"``HG_`` prefix, and names in lower case."
msgstr ""
+#: mercurial/help/config.txt:734
msgid ""
"If a Python hook returns a \"true\" value or raises an exception, this\n"
"is treated as a failure."
msgstr ""
+#: mercurial/help/config.txt:737
#, fuzzy
msgid ""
"\n"
@@ -16310,6 +19756,7 @@
"Hinzufügen eines Unterarchivs\n"
"-----------------------------"
+#: mercurial/help/config.txt:741
msgid ""
"Fingerprints of the certificates of known HTTPS servers.\n"
"A HTTPS connection to a server with a fingerprint configured here will\n"
@@ -16319,41 +19766,49 @@
"The CA chain and web.cacerts is not used for servers with a fingerprint."
msgstr ""
+#: mercurial/help/config.txt:748
msgid "For example::"
msgstr "Zum Beispiel::"
+#: mercurial/help/config.txt:750
msgid ""
" [hostfingerprints]\n"
" hg.intevation.org = 44:ed:af:1f:97:11:b6:01:7a:48:45:fc:10:3c:b7:f9:"
"d4:89:2a:9d"
msgstr ""
+#: mercurial/help/config.txt:753
msgid "This feature is only supported when using Python 2.6 or later."
msgstr ""
+#: mercurial/help/config.txt:755
msgid ""
"\n"
"``http_proxy``\n"
"--------------"
msgstr ""
+#: mercurial/help/config.txt:759
msgid ""
"Used to access web-based Mercurial repositories through a HTTP\n"
"proxy."
msgstr ""
+#: mercurial/help/config.txt:762
msgid ""
"``host``\n"
" Host name and (optional) port of the proxy server, for example\n"
" \"myproxy:8000\"."
msgstr ""
+#: mercurial/help/config.txt:766
msgid ""
"``no``\n"
" Optional. Comma-separated list of host names that should bypass\n"
" the proxy."
msgstr ""
+#: mercurial/help/config.txt:770
msgid ""
"``passwd``\n"
" Optional. Password to authenticate with at the proxy server."
@@ -16361,17 +19816,20 @@
"``passwd``\n"
" Optional. Password zur Authentifikation mit einem Proxy-Server."
+#: mercurial/help/config.txt:773
msgid ""
"``user``\n"
" Optional. User name to authenticate with at the proxy server."
msgstr ""
+#: mercurial/help/config.txt:776
msgid ""
"``always``\n"
" Optional. Always use the proxy, even for localhost and any entries\n"
" in ``http_proxy.no``. True or False. Default: False."
msgstr ""
+#: mercurial/help/config.txt:780
#, fuzzy
msgid ""
"``merge-patterns``\n"
@@ -16380,6 +19838,7 @@
"Phasen und Server\n"
"--------------------------"
+#: mercurial/help/config.txt:783
msgid ""
"This section specifies merge tools to associate with particular file\n"
"patterns. Tools matched here will take precedence over the default\n"
@@ -16387,25 +19846,30 @@
"root."
msgstr ""
+#: mercurial/help/config.txt:790
msgid ""
" [merge-patterns]\n"
" **.c = kdiff3\n"
" **.jpg = myimgmerge"
msgstr ""
+#: mercurial/help/config.txt:794
msgid ""
"``merge-tools``\n"
"---------------"
msgstr ""
+#: mercurial/help/config.txt:797
msgid ""
"This section configures external merge tools to use for file-level\n"
"merges."
msgstr ""
+#: mercurial/help/config.txt:800
msgid "Example ``~/.hgrc``::"
msgstr "Beispiel ``.hgrc``-Datei::"
+#: mercurial/help/config.txt:802
msgid ""
" [merge-tools]\n"
" # Override stock tool location\n"
@@ -16416,6 +19880,7 @@
" kdiff3.priority = 1"
msgstr ""
+#: mercurial/help/config.txt:810
msgid ""
" # Define new tool\n"
" myHtmlTool.args = -m $local $other $base $output\n"
@@ -16423,12 +19888,14 @@
" myHtmlTool.priority = 1"
msgstr ""
+#: mercurial/help/config.txt:817
msgid ""
"``priority``\n"
" The priority in which to evaluate this tool.\n"
" Default: 0."
msgstr ""
+#: mercurial/help/config.txt:821
msgid ""
"``executable``\n"
" Either just the name of the executable or its pathname. On Windows,\n"
@@ -16436,6 +19903,7 @@
" Default: the tool name."
msgstr ""
+#: mercurial/help/config.txt:826
msgid ""
"``args``\n"
" The arguments to pass to the tool executable. You can refer to the\n"
@@ -16444,6 +19912,7 @@
" Default: ``$local $base $other``"
msgstr ""
+#: mercurial/help/config.txt:832
msgid ""
"``premerge``\n"
" Attempt to run internal non-interactive 3-way merge tool before\n"
@@ -16452,23 +19921,27 @@
" Default: True"
msgstr ""
+#: mercurial/help/config.txt:838
msgid ""
"``binary``\n"
" This tool can merge binary files. Defaults to False, unless tool\n"
" was selected by file pattern match."
msgstr ""
+#: mercurial/help/config.txt:842
msgid ""
"``symlink``\n"
" This tool can merge symlinks. Defaults to False, even if tool was\n"
" selected by file pattern match."
msgstr ""
+#: mercurial/help/config.txt:846
msgid ""
"``check``\n"
" A list of merge success-checking options:"
msgstr ""
+#: mercurial/help/config.txt:849
msgid ""
" ``changed``\n"
" Ask whether merge was successful when the merged file shows no changes.\n"
@@ -16479,17 +19952,20 @@
" Always prompt for merge success, regardless of success reported by tool."
msgstr ""
+#: mercurial/help/config.txt:856
msgid ""
"``fixeol``\n"
" Attempt to fix up EOL changes caused by the merge tool.\n"
" Default: False"
msgstr ""
+#: mercurial/help/config.txt:860
msgid ""
"``gui``\n"
" This tool requires a graphical interface to run. Default: False"
msgstr ""
+#: mercurial/help/config.txt:863
msgid ""
"``regkey``\n"
" Windows registry key which describes install location of this\n"
@@ -16498,6 +19974,7 @@
" Default: None"
msgstr ""
+#: mercurial/help/config.txt:869
msgid ""
"``regkeyalt``\n"
" An alternate Windows registry key to try if the first key is not\n"
@@ -16507,12 +19984,14 @@
" Default: None"
msgstr ""
+#: mercurial/help/config.txt:876
msgid ""
"``regname``\n"
" Name of value to read from specified registry key. Defaults to the\n"
" unnamed (default) value."
msgstr ""
+#: mercurial/help/config.txt:880
msgid ""
"``regappend``\n"
" String to append to the value read from the registry, typically\n"
@@ -16520,17 +19999,20 @@
" Default: None"
msgstr ""
+#: mercurial/help/config.txt:885
msgid ""
"\n"
"``patch``\n"
"---------"
msgstr ""
+#: mercurial/help/config.txt:889
msgid ""
"Settings used when applying patches, for instance through the 'import'\n"
"command or with Mercurial Queues extension."
msgstr ""
+#: mercurial/help/config.txt:892
msgid ""
"``eol``\n"
" When set to 'strict' patch content and patched files end of lines\n"
@@ -16544,12 +20026,14 @@
" Default: strict."
msgstr ""
+#: mercurial/help/config.txt:903
msgid ""
"\n"
"``paths``\n"
"---------"
msgstr ""
+#: mercurial/help/config.txt:907
msgid ""
"Assigns symbolic names to repositories. The left side is the\n"
"symbolic name, and the right gives the directory or URL that is the\n"
@@ -16557,6 +20041,7 @@
"the following entries."
msgstr ""
+#: mercurial/help/config.txt:912
msgid ""
"``default``\n"
" Directory or URL to use when pulling if no source is specified.\n"
@@ -16564,30 +20049,36 @@
" cloned."
msgstr ""
+#: mercurial/help/config.txt:917
msgid ""
"``default-push``\n"
" Optional. Directory or URL to use when pushing if no destination\n"
" is specified."
msgstr ""
+#: mercurial/help/config.txt:921
msgid ""
"Custom paths can be defined by assigning the path to a name that later can "
"be\n"
"used from the command line. Example::"
msgstr ""
+#: mercurial/help/config.txt:924
#, fuzzy
msgid ""
" [paths]\n"
" my_path = http://example.com/path"
msgstr " hg clone http://selenic.com/hg"
+#: mercurial/help/config.txt:927
msgid "To push to the path defined in ``my_path`` run the command::"
msgstr ""
+#: mercurial/help/config.txt:929
msgid " hg push my_path"
msgstr ""
+#: mercurial/help/config.txt:931
#, fuzzy
msgid ""
"\n"
@@ -16597,11 +20088,13 @@
"Zusammenfassung\n"
"-------"
+#: mercurial/help/config.txt:935
msgid ""
"Specifies default handling of phases. See :hg:`help phases` for more\n"
"information about working with phases."
msgstr ""
+#: mercurial/help/config.txt:938
msgid ""
"``publish``\n"
" Controls draft phase behavior when working as a server. When true,\n"
@@ -16610,12 +20103,14 @@
" Default: True"
msgstr ""
+#: mercurial/help/config.txt:944
msgid ""
"``new-commit``\n"
" Phase of newly-created commits.\n"
" Default: draft"
msgstr ""
+#: mercurial/help/config.txt:948
#, fuzzy
msgid ""
"``profiling``\n"
@@ -16624,12 +20119,14 @@
"Beschreibung\n"
"-----------"
+#: mercurial/help/config.txt:951
msgid ""
"Specifies profiling type, format, and file output. Two profilers are\n"
"supported: an instrumenting profiler (named ``ls``), and a sampling\n"
"profiler (named ``stat``)."
msgstr ""
+#: mercurial/help/config.txt:955
msgid ""
"In this section description, 'profiling data' stands for the raw data\n"
"collected during profiling, while 'profiling report' stands for a\n"
@@ -16637,12 +20134,14 @@
"profiling is done using lsprof."
msgstr ""
+#: mercurial/help/config.txt:960
msgid ""
"``type``\n"
" The type of profiler to use.\n"
" Default: ls."
msgstr ""
+#: mercurial/help/config.txt:964
msgid ""
" ``ls``\n"
" Use Python's built-in instrumenting profiler. This profiler\n"
@@ -16655,12 +20154,14 @@
" profiling commands that run for longer than about 0.1 seconds."
msgstr ""
+#: mercurial/help/config.txt:974
msgid ""
"``format``\n"
" Profiling format. Specific to the ``ls`` instrumenting profiler.\n"
" Default: text."
msgstr ""
+#: mercurial/help/config.txt:978
msgid ""
" ``text``\n"
" Generate a profiling report. When saving to a file, it should be\n"
@@ -16672,12 +20173,14 @@
" kcachegrind."
msgstr ""
+#: mercurial/help/config.txt:987
msgid ""
"``frequency``\n"
" Sampling frequency. Specific to the ``stat`` sampling profiler.\n"
" Default: 1000."
msgstr ""
+#: mercurial/help/config.txt:991
msgid ""
"``output``\n"
" File path where profiling data or report should be saved. If the\n"
@@ -16685,6 +20188,7 @@
" stderr"
msgstr ""
+#: mercurial/help/config.txt:996
msgid ""
"``sort``\n"
" Sort field. Specific to the ``ls`` instrumenting profiler.\n"
@@ -16693,12 +20197,14 @@
" Default: inlinetime."
msgstr ""
+#: mercurial/help/config.txt:1002
msgid ""
"``limit``\n"
" Number of lines to show. Specific to the ``ls`` instrumenting profiler.\n"
" Default: 30."
msgstr ""
+#: mercurial/help/config.txt:1006
msgid ""
"``nested``\n"
" Show at most this number of lines of drill-down info after each main "
@@ -16708,22 +20214,27 @@
" Default: 5."
msgstr ""
+#: mercurial/help/config.txt:1012
msgid ""
"``revsetalias``\n"
"---------------"
msgstr ""
+#: mercurial/help/config.txt:1015
msgid "Alias definitions for revsets. See :hg:`help revsets` for details."
msgstr ""
+#: mercurial/help/config.txt:1017
msgid ""
"``server``\n"
"----------"
msgstr ""
+#: mercurial/help/config.txt:1020
msgid "Controls generic server settings."
msgstr ""
+#: mercurial/help/config.txt:1022
msgid ""
"``uncompressed``\n"
" Whether to allow clients to clone a repository using the\n"
@@ -16738,12 +20249,14 @@
" Default is True."
msgstr ""
+#: mercurial/help/config.txt:1034
msgid ""
"``preferuncompressed``\n"
" When set, clients will try to use the uncompressed streaming\n"
" protocol. Default is False."
msgstr ""
+#: mercurial/help/config.txt:1038
msgid ""
"``validate``\n"
" Whether to validate the completeness of pushed changesets by\n"
@@ -16751,6 +20264,7 @@
" present. Default is False."
msgstr ""
+#: mercurial/help/config.txt:1043
#, fuzzy
msgid ""
"``smtp``\n"
@@ -16759,20 +20273,24 @@
"Beispiele\n"
"----------"
+#: mercurial/help/config.txt:1046
msgid "Configuration for extensions that need to send email messages."
msgstr ""
+#: mercurial/help/config.txt:1048
msgid ""
"``host``\n"
" Host name of mail server, e.g. \"mail.example.com\"."
msgstr ""
+#: mercurial/help/config.txt:1051
msgid ""
"``port``\n"
" Optional. Port to connect to on mail server. Default: 465 (if\n"
" ``tls`` is smtps) or 25 (otherwise)."
msgstr ""
+#: mercurial/help/config.txt:1055
msgid ""
"``tls``\n"
" Optional. Method to enable TLS when connecting to mail server: "
@@ -16780,6 +20298,7 @@
" smtps or none. Default: none."
msgstr ""
+#: mercurial/help/config.txt:1059
msgid ""
"``verifycert``\n"
" Optional. Verification for the certificate of mail server, when\n"
@@ -16792,12 +20311,14 @@
" :hg:`email` overwrites this as \"loose\". Default: \"strict\"."
msgstr ""
+#: mercurial/help/config.txt:1069
msgid ""
"``username``\n"
" Optional. User name for authenticating with the SMTP server.\n"
" Default: none."
msgstr ""
+#: mercurial/help/config.txt:1073
msgid ""
"``password``\n"
" Optional. Password for authenticating with the SMTP server. If not\n"
@@ -16805,12 +20326,14 @@
" password; non-interactive sessions will fail. Default: none."
msgstr ""
+#: mercurial/help/config.txt:1078
msgid ""
"``local_hostname``\n"
" Optional. It's the hostname that the sender can use to identify\n"
" itself to the MTA."
msgstr ""
+#: mercurial/help/config.txt:1082
#, fuzzy
msgid ""
"\n"
@@ -16820,15 +20343,18 @@
"Beschreibung\n"
"-----------"
+#: mercurial/help/config.txt:1086
msgid ""
"Subrepository source URLs can go stale if a remote server changes name\n"
"or becomes temporarily unavailable. This section lets you define\n"
"rewrite rules of the form::"
msgstr ""
+#: mercurial/help/config.txt:1090
msgid " <pattern> = <replacement>"
msgstr ""
+#: mercurial/help/config.txt:1092
msgid ""
"where ``pattern`` is a regular expression matching a subrepository\n"
"source URL and ``replacement`` is the replacement string used to\n"
@@ -16836,18 +20362,22 @@
"``replacements``. For instance::"
msgstr ""
+#: mercurial/help/config.txt:1097
msgid " http://server/(.*)-hg/ = http://hg.server/\\1/"
msgstr ""
+#: mercurial/help/config.txt:1099
msgid "rewrites ``http://server/foo-hg/`` into ``http://hg.server/foo/``."
msgstr ""
+#: mercurial/help/config.txt:1101
msgid ""
"Relative subrepository paths are first made absolute, and the\n"
"rewrite rules are then applied on the full (absolute) path. The rules\n"
"are applied in definition order."
msgstr ""
+#: mercurial/help/config.txt:1105
#, fuzzy
msgid ""
"``trusted``\n"
@@ -16856,6 +20386,7 @@
"Beschreibung\n"
"-----------"
+#: mercurial/help/config.txt:1108
msgid ""
"Mercurial will not use the settings in the\n"
"``.hg/hgrc`` file from a repository if it doesn't belong to a trusted\n"
@@ -16866,6 +20397,7 @@
"section."
msgstr ""
+#: mercurial/help/config.txt:1116
msgid ""
"This section specifies what users and groups are trusted. The\n"
"current user is always trusted. To trust everybody, list a user or a\n"
@@ -16874,25 +20406,30 @@
"user or service running Mercurial."
msgstr ""
+#: mercurial/help/config.txt:1122
msgid ""
"``users``\n"
" Comma-separated list of trusted users."
msgstr ""
+#: mercurial/help/config.txt:1125
msgid ""
"``groups``\n"
" Comma-separated list of trusted groups."
msgstr ""
+#: mercurial/help/config.txt:1128
msgid ""
"\n"
"``ui``\n"
"------"
msgstr ""
+#: mercurial/help/config.txt:1132
msgid "User interface controls."
msgstr ""
+#: mercurial/help/config.txt:1134
msgid ""
"``archivemeta``\n"
" Whether to include the .hg_archival.txt file containing meta data\n"
@@ -16901,6 +20438,7 @@
" Default is True."
msgstr ""
+#: mercurial/help/config.txt:1140
msgid ""
"``askusername``\n"
" Whether to prompt for a username when committing. If True, and\n"
@@ -16911,6 +20449,7 @@
" Default is False."
msgstr ""
+#: mercurial/help/config.txt:1147
msgid ""
"``commitsubrepos``\n"
" Whether to commit modified subrepositories when committing the\n"
@@ -16926,22 +20465,26 @@
" abgebrochen.\n"
" Voreinstellung ist False."
+#: mercurial/help/config.txt:1153
msgid ""
"``debug``\n"
" Print debugging information. True or False. Default is False."
msgstr ""
+#: mercurial/help/config.txt:1156
msgid ""
"``editor``\n"
" The editor to use during a commit. Default is ``$EDITOR`` or ``vi``."
msgstr ""
+#: mercurial/help/config.txt:1159
msgid ""
"``fallbackencoding``\n"
" Encoding to try if it's not possible to decode the changelog using\n"
" UTF-8. Default is ISO-8859-1."
msgstr ""
+#: mercurial/help/config.txt:1163
msgid ""
"``ignore``\n"
" A file to read per-user ignore patterns from. This file should be\n"
@@ -16952,16 +20495,19 @@
" format, see the ``hgignore(5)`` man page."
msgstr ""
+#: mercurial/help/config.txt:1171
msgid ""
"``interactive``\n"
" Allow to prompt the user. True or False. Default is True."
msgstr ""
+#: mercurial/help/config.txt:1174
msgid ""
"``logtemplate``\n"
" Template string for commands that print changesets."
msgstr ""
+#: mercurial/help/config.txt:1177
msgid ""
"``merge``\n"
" The conflict resolution program to use during a manual merge.\n"
@@ -16969,6 +20515,7 @@
" For configuring merge tools see the ``[merge-tools]`` section."
msgstr ""
+#: mercurial/help/config.txt:1182
msgid ""
"``portablefilenames``\n"
" Check for portable filenames. Can be ``warn``, ``ignore`` or ``abort``.\n"
@@ -16985,28 +20532,33 @@
" On Windows, this configuration option is ignored and the command aborted."
msgstr ""
+#: mercurial/help/config.txt:1194
msgid ""
"``quiet``\n"
" Reduce the amount of output printed. True or False. Default is False."
msgstr ""
+#: mercurial/help/config.txt:1197
msgid ""
"``remotecmd``\n"
" remote command to use for clone/push/pull operations. Default is ``hg``."
msgstr ""
+#: mercurial/help/config.txt:1200
msgid ""
"``reportoldssl``\n"
" Warn if an SSL certificate is unable to be due to using Python\n"
" 2.5 or earlier. True or False. Default is True."
msgstr ""
+#: mercurial/help/config.txt:1204
msgid ""
"``report_untrusted``\n"
" Warn if a ``.hg/hgrc`` file is ignored due to not being owned by a\n"
" trusted user or group. True or False. Default is True."
msgstr ""
+#: mercurial/help/config.txt:1208
msgid ""
"``slash``\n"
" Display paths using a slash (``/``) as the path separator. This\n"
@@ -17016,17 +20568,20 @@
" Default is False."
msgstr ""
+#: mercurial/help/config.txt:1215
msgid ""
"``ssh``\n"
" command to use for SSH connections. Default is ``ssh``."
msgstr ""
+#: mercurial/help/config.txt:1218
msgid ""
"``strict``\n"
" Require exact command names, instead of allowing unambiguous\n"
" abbreviations. True or False. Default is False."
msgstr ""
+#: mercurial/help/config.txt:1222
msgid ""
"``style``\n"
" Name of style to use for command output."
@@ -17034,12 +20589,14 @@
"``style``\n"
" Names des Stils für Befehlsausgabe."
+#: mercurial/help/config.txt:1225
msgid ""
"``timeout``\n"
" The timeout used when a lock is held (in seconds), a negative value\n"
" means no timeout. Default is 600."
msgstr ""
+#: mercurial/help/config.txt:1229
msgid ""
"``traceback``\n"
" Mercurial always prints a traceback when an unknown exception\n"
@@ -17048,6 +20605,7 @@
" IOError or MemoryError). Default is False."
msgstr ""
+#: mercurial/help/config.txt:1235
msgid ""
"``username``\n"
" The committer of a changeset created when running \"commit\".\n"
@@ -17060,17 +20618,20 @@
" username are expanded."
msgstr ""
+#: mercurial/help/config.txt:1244
msgid ""
"``verbose``\n"
" Increase the amount of output printed. True or False. Default is False."
msgstr ""
+#: mercurial/help/config.txt:1247
msgid ""
"\n"
"``web``\n"
"-------"
msgstr ""
+#: mercurial/help/config.txt:1251
msgid ""
"Web interface configuration. The settings in this section apply to\n"
"both the builtin webserver (started by :hg:`serve`) and the script you\n"
@@ -17078,6 +20639,7 @@
"and WSGI)."
msgstr ""
+#: mercurial/help/config.txt:1256
msgid ""
"The Mercurial webserver does no authentication (it does not prompt for\n"
"usernames and passwords to validate *who* users are), but it does do\n"
@@ -17087,39 +20649,47 @@
"checks."
msgstr ""
+#: mercurial/help/config.txt:1263
msgid ""
"For a quick setup in a trusted environment, e.g., a private LAN, where\n"
"you want it to accept pushes from anybody, you can use the following\n"
"command line::"
msgstr ""
+#: mercurial/help/config.txt:1267
msgid " $ hg --config web.allow_push=* --config web.push_ssl=False serve"
msgstr ""
+#: mercurial/help/config.txt:1269
msgid ""
"Note that this will allow anybody to push anything to the server and\n"
"that this should not be used for public servers."
msgstr ""
+#: mercurial/help/config.txt:1272
msgid "The full set of options is:"
msgstr "Eine vollständige Liste der Optionen ist::"
+#: mercurial/help/config.txt:1274
msgid ""
"``accesslog``\n"
" Where to output the access log. Default is stdout."
msgstr ""
+#: mercurial/help/config.txt:1277
msgid ""
"``address``\n"
" Interface address to bind to. Default is all."
msgstr ""
+#: mercurial/help/config.txt:1280
msgid ""
"``allow_archive``\n"
" List of archive format (bz2, gz, zip) allowed for downloading.\n"
" Default is empty."
msgstr ""
+#: mercurial/help/config.txt:1284
msgid ""
"``allowbz2``\n"
" (DEPRECATED) Whether to allow .tar.bz2 downloading of repository\n"
@@ -17127,6 +20697,7 @@
" Default is False."
msgstr ""
+#: mercurial/help/config.txt:1289
msgid ""
"``allowgz``\n"
" (DEPRECATED) Whether to allow .tar.gz downloading of repository\n"
@@ -17134,11 +20705,13 @@
" Default is False."
msgstr ""
+#: mercurial/help/config.txt:1294
msgid ""
"``allowpull``\n"
" Whether to allow pulling from the repository. Default is True."
msgstr ""
+#: mercurial/help/config.txt:1297
msgid ""
"``allow_push``\n"
" Whether to allow pushing to the repository. If empty or not set,\n"
@@ -17149,6 +20722,7 @@
" examined after the deny_push list."
msgstr ""
+#: mercurial/help/config.txt:1305
msgid ""
"``allow_read``\n"
" If the user has not already been denied repository access due to\n"
@@ -17162,18 +20736,21 @@
" examined after the deny_read list."
msgstr ""
+#: mercurial/help/config.txt:1316
msgid ""
"``allowzip``\n"
" (DEPRECATED) Whether to allow .zip downloading of repository\n"
" revisions. Default is False. This feature creates temporary files."
msgstr ""
+#: mercurial/help/config.txt:1320
msgid ""
"``archivesubrepos``\n"
" Whether to recurse into subrepositories when archiving. Default is\n"
" False."
msgstr ""
+#: mercurial/help/config.txt:1324
msgid ""
"``baseurl``\n"
" Base URL to use when publishing URLs in other locations, so\n"
@@ -17181,6 +20758,7 @@
" URLs. Example: ``http://hgserver/repos/``."
msgstr ""
+#: mercurial/help/config.txt:1329
msgid ""
"``cacerts``\n"
" Path to file containing a list of PEM encoded certificate\n"
@@ -17190,6 +20768,7 @@
" with these certificates."
msgstr ""
+#: mercurial/help/config.txt:1336
msgid ""
" This feature is only supported when using Python 2.6 or later. If you "
"wish\n"
@@ -17198,11 +20777,13 @@
" ``http://pypi.python.org``."
msgstr ""
+#: mercurial/help/config.txt:1341
msgid ""
" To disable SSL verification temporarily, specify ``--insecure`` from\n"
" command line."
msgstr ""
+#: mercurial/help/config.txt:1344
msgid ""
" You can use OpenSSL's CA certificate file if your platform has\n"
" one. On most Linux systems this will be\n"
@@ -17210,6 +20791,7 @@
" generate this file manually. The form must be as follows::"
msgstr ""
+#: mercurial/help/config.txt:1349
msgid ""
" -----BEGIN CERTIFICATE-----\n"
" ... (certificate in base64 PEM encoding) ...\n"
@@ -17219,11 +20801,13 @@
" -----END CERTIFICATE-----"
msgstr ""
+#: mercurial/help/config.txt:1356
msgid ""
"``cache``\n"
" Whether to support caching in hgweb. Defaults to True."
msgstr ""
+#: mercurial/help/config.txt:1359
msgid ""
"``collapse``\n"
" With ``descend`` enabled, repositories in subdirectories are shown at\n"
@@ -17235,6 +20819,7 @@
" into a single entry for that subdirectory. Default is False."
msgstr ""
+#: mercurial/help/config.txt:1368
msgid ""
"``comparisoncontext``\n"
" Number of lines of context to show in side-by-side file comparison. If\n"
@@ -17244,12 +20829,14 @@
" ``comparison`` command, taking the same values."
msgstr ""
+#: mercurial/help/config.txt:1374
msgid ""
"``contact``\n"
" Name or email address of the person in charge of the repository.\n"
" Defaults to ui.username or ``$EMAIL`` or \"unknown\" if unset or empty."
msgstr ""
+#: mercurial/help/config.txt:1378
msgid ""
"``deny_push``\n"
" Whether to deny pushing to the repository. If empty or not set,\n"
@@ -17259,6 +20846,7 @@
" contents of the deny_push list are examined before the allow_push list."
msgstr ""
+#: mercurial/help/config.txt:1385
msgid ""
"``deny_read``\n"
" Whether to deny reading/viewing of the repository. If this list is\n"
@@ -17276,6 +20864,7 @@
" list."
msgstr ""
+#: mercurial/help/config.txt:1400
msgid ""
"``descend``\n"
" hgwebdir indexes will not descend into subdirectories. Only "
@@ -17285,23 +20874,27 @@
" available from the index corresponding to their containing path)."
msgstr ""
+#: mercurial/help/config.txt:1405
msgid ""
"``description``\n"
" Textual description of the repository's purpose or contents.\n"
" Default is \"unknown\"."
msgstr ""
+#: mercurial/help/config.txt:1409
msgid ""
"``encoding``\n"
" Character encoding name. Default is the current locale charset.\n"
" Example: \"UTF-8\""
msgstr ""
+#: mercurial/help/config.txt:1413
msgid ""
"``errorlog``\n"
" Where to output the error log. Default is stderr."
msgstr ""
+#: mercurial/help/config.txt:1416
msgid ""
"``guessmime``\n"
" Control MIME types for raw download of file content.\n"
@@ -17311,17 +20904,20 @@
" repositories. Default is False."
msgstr ""
+#: mercurial/help/config.txt:1423
msgid ""
"``hidden``\n"
" Whether to hide the repository in the hgwebdir index.\n"
" Default is False."
msgstr ""
+#: mercurial/help/config.txt:1427
msgid ""
"``ipv6``\n"
" Whether to use IPv6. Default is False."
msgstr ""
+#: mercurial/help/config.txt:1430
msgid ""
"``logoimg``\n"
" File name of the logo image that some templates display on each page.\n"
@@ -17330,34 +20926,40 @@
" If unset, ``hglogo.png`` will be used."
msgstr ""
+#: mercurial/help/config.txt:1436
msgid ""
"``logourl``\n"
" Base URL to use for logos. If unset, ``http://mercurial.selenic.com/``\n"
" will be used."
msgstr ""
+#: mercurial/help/config.txt:1440
msgid ""
"``maxchanges``\n"
" Maximum number of changes to list on the changelog. Default is 10."
msgstr ""
+#: mercurial/help/config.txt:1443
msgid ""
"``maxfiles``\n"
" Maximum number of files to list per changeset. Default is 10."
msgstr ""
+#: mercurial/help/config.txt:1446
msgid ""
"``maxshortchanges``\n"
" Maximum number of changes to list on the shortlog, graph or filelog\n"
" pages. Default is 60."
msgstr ""
+#: mercurial/help/config.txt:1450
msgid ""
"``name``\n"
" Repository name to use in the web interface. Default is current\n"
" working directory."
msgstr ""
+#: mercurial/help/config.txt:1454
msgid ""
"``port``\n"
" Port to listen on. Default is 8000."
@@ -17365,6 +20967,7 @@
"``port``\n"
" Port auf dem gehorcht wird (Voreinstellung: 8000)"
+#: mercurial/help/config.txt:1457
msgid ""
"``prefix``\n"
" Prefix path to serve from. Default is '' (server root)."
@@ -17372,12 +20975,14 @@
"``prefix``\n"
" Pfadpräfix von dem ausgeliefert wird (Voreinstellung: Serverwurzel '/')"
+#: mercurial/help/config.txt:1460
msgid ""
"``push_ssl``\n"
" Whether to require that inbound pushes be transported over SSL to\n"
" prevent password sniffing. Default is True."
msgstr ""
+#: mercurial/help/config.txt:1464
msgid ""
"``staticurl``\n"
" Base URL to use for static files. If unset, static files (e.g. the\n"
@@ -17386,12 +20991,14 @@
" Example: ``http://hgserver/static/``."
msgstr ""
+#: mercurial/help/config.txt:1470
msgid ""
"``stripes``\n"
" How many lines a \"zebra stripe\" should span in multi-line output.\n"
" Default is 1; set to 0 to disable."
msgstr ""
+#: mercurial/help/config.txt:1474
msgid ""
"``style``\n"
" Which template map style to use."
@@ -17399,11 +21006,13 @@
"``style``\n"
" Zu verwendender Stil"
+#: mercurial/help/config.txt:1477
msgid ""
"``templates``\n"
" Where to find the HTML templates. Default is install path."
msgstr ""
+#: mercurial/help/config.txt:1480
#, fuzzy
msgid ""
"``websub``\n"
@@ -17412,12 +21021,14 @@
"Zusammenfassung\n"
"-------"
+#: mercurial/help/config.txt:1483
msgid ""
"Web substitution filter definition. You can use this section to\n"
"define a set of regular expression substitution patterns which\n"
"let you automatically modify the hgweb server output."
msgstr ""
+#: mercurial/help/config.txt:1487
msgid ""
"The default hgweb templates only apply these substitution patterns\n"
"on the revision description fields. You can apply them anywhere\n"
@@ -17425,12 +21036,14 @@
"\"websub\" filter (usually after calling the \"escape\" filter)."
msgstr ""
+#: mercurial/help/config.txt:1492
msgid ""
"This can be used, for example, to convert issue references to links\n"
"to your issue tracker, or to convert \"markdown-like\" syntax into\n"
"HTML (see the examples below)."
msgstr ""
+#: mercurial/help/config.txt:1496
msgid ""
"Each entry in this section names a substitution filter.\n"
"The value of each entry defines the substitution expression itself.\n"
@@ -17438,18 +21051,22 @@
"which in turn imitates the Unix sed replacement syntax::"
msgstr ""
+#: mercurial/help/config.txt:1501
msgid " patternname = s/SEARCH_REGEX/REPLACE_EXPRESSION/[i]"
msgstr ""
+#: mercurial/help/config.txt:1503
msgid ""
"You can use any separator other than \"/\". The final \"i\" is optional\n"
"and indicates that the search must be case insensitive."
msgstr ""
+#: mercurial/help/config.txt:1506
#, fuzzy
msgid "Examples::"
msgstr "Beispiel::"
+#: mercurial/help/config.txt:1508
#, fuzzy
msgid ""
" [websub]\n"
@@ -17464,6 +21081,7 @@
"i\n"
" fett = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n"
+#: mercurial/help/config.txt:1513
#, fuzzy
msgid ""
"``worker``\n"
@@ -17472,12 +21090,14 @@
"Abschnitte\n"
"----------"
+#: mercurial/help/config.txt:1516
msgid ""
"Parallel master/worker configuration. We currently perform working\n"
"directory updates in parallel on Unix-like systems, which greatly\n"
"helps performance."
msgstr ""
+#: mercurial/help/config.txt:1520
msgid ""
"``numcpus``\n"
" Number of CPUs to use for parallel operations. Default is 4 or the\n"
@@ -17485,9 +21105,11 @@
" negative value is treated as ``use the default``.\n"
msgstr ""
+#: mercurial/help/dates.txt:1
msgid "Some commands allow the user to specify a date, e.g.:"
msgstr "Einige Befehle erlauben dem Benutzer ein Datum anzugeben, z.B.:"
+#: mercurial/help/dates.txt:3
msgid ""
"- backout, commit, import, tag: Specify the commit date.\n"
"- log, revert, update: Select revision(s) by date."
@@ -17495,9 +21117,11 @@
"- backout, commit, import, tag: Angabe des Versionsdatums.\n"
"- log, revert, update: Selektion von Revisionen anhand ihres Datums."
+#: mercurial/help/dates.txt:6
msgid "Many date formats are valid. Here are some examples:"
msgstr "Viele Datumsformate sind erlaubt. Hier einige Beispiele:"
+#: mercurial/help/dates.txt:8
#, fuzzy
msgid ""
"- ``Wed Dec 6 13:18:29 2006`` (local timezone assumed)\n"
@@ -17531,12 +21155,15 @@
" ``12/6``\n"
" ``12/6/6`` (Dec 6 2006)"
+#: mercurial/help/dates.txt:25
msgid "Lastly, there is Mercurial's internal format:"
msgstr "Schließlich gibt es Mercurials internes Format:"
+#: mercurial/help/dates.txt:27
msgid "- ``1165432709 0`` (Wed Dec 6 13:18:29 2006 UTC)"
msgstr "- ``1165432709 0`` (Wed Dec 6 13:18:29 2006 UTC)"
+#: mercurial/help/dates.txt:29
msgid ""
"This is the internal representation format for dates. The first number\n"
"is the number of seconds since the epoch (1970-01-01 00:00 UTC). The\n"
@@ -17548,9 +21175,11 @@
"Abgesetzt davon steht die Verschiebung zur lokalen Zeitzone in Sekunden\n"
"westlich der UTC (negativ wenn die Zeitzone östlich der UTC ist)."
+#: mercurial/help/dates.txt:34
msgid "The log command also accepts date ranges:"
msgstr "Der log-Befehl akzeptiert auch Datumsbereiche:"
+#: mercurial/help/dates.txt:36
msgid ""
"- ``<DATE`` - at or before a given date/time\n"
"- ``>DATE`` - on or after a given date/time\n"
@@ -17562,6 +21191,7 @@
" ``DATUM to DATUM`` - ein Datumsbereich, inklusive\n"
" ``-TAGE`` - innerhalb der angegebenen Anzahl von Tagen vor heute\n"
+#: mercurial/help/diffs.txt:1
msgid ""
"Mercurial's default format for showing changes between two versions of\n"
"a file is compatible with the unified format of GNU diff, which can be\n"
@@ -17572,6 +21202,7 @@
"diff kompatibel und kann mit GNU patch und vielen anderen\n"
"Standard-Werkzeugen genutzt werden."
+#: mercurial/help/diffs.txt:5
msgid ""
"While this standard format is often enough, it does not encode the\n"
"following information:"
@@ -17579,6 +21210,7 @@
"Obwohl das Standarformat oft ausreichend ist, kodiert es nicht die\n"
"folgenden Informationen:"
+#: mercurial/help/diffs.txt:8
msgid ""
"- executable status and other permission bits\n"
"- copy or rename information\n"
@@ -17590,6 +21222,7 @@
"- Änderungen in Binärdateien\n"
"- Erstellen/Löschen leerer Dateien"
+#: mercurial/help/diffs.txt:13
msgid ""
"Mercurial also supports the extended diff format from the git VCS\n"
"which addresses these limitations. The git diff format is not produced\n"
@@ -17601,6 +21234,7 @@
"standardmäßig erzeugt, da einige weit verbreitete Werkzeuge es noch\n"
"nicht unterstützen."
+#: mercurial/help/diffs.txt:18
msgid ""
"This means that when generating diffs from a Mercurial repository\n"
"(e.g. with :hg:`export`), you should be careful about things like file\n"
@@ -17618,6 +21252,7 @@
"(wie Push und Pull) sind davon nicht betroffen, da sie ein internes,\n"
"binäres Format zur Kommunikation verwenden."
+#: mercurial/help/diffs.txt:26
msgid ""
"To make Mercurial produce the git extended diff format, use the --git\n"
"option available for many commands, or set 'git = True' in the [diff]\n"
@@ -17631,6 +21266,7 @@
"mit der mq Erweiterung genutzt werden, muss diese Option nicht angegeben\n"
"werden.\n"
+#: mercurial/help/environment.txt:1
msgid ""
"HG\n"
" Path to the 'hg' executable, automatically passed when running\n"
@@ -17647,6 +21283,7 @@
" (mit $PATHEXT% [standardmäßig auf COM/EXE/BAT/CMD gesetzt] als\n"
" Erweiterung unter Windows) gesucht."
+#: mercurial/help/environment.txt:8
msgid ""
"HGEDITOR\n"
" This is the name of the editor to run when committing. See EDITOR."
@@ -17655,9 +21292,12 @@
" Dies ist der Name des Editors, der zum Bearbeiten der Versions-"
"Meldung verwendet wird. Siehe auch EDITOR."
+#: mercurial/help/environment.txt:11 mercurial/help/environment.txt:39
+#: mercurial/help/environment.txt:80
msgid " (deprecated, use configuration file)"
msgstr " (veraltet, benutze Konfigurationsdatei)"
+#: mercurial/help/environment.txt:13
#, fuzzy
msgid ""
"HGENCODING\n"
@@ -17672,6 +21312,7 @@
" Benutzernamen, Versions-Meldungen, Etiketten und Zweigen. Diese\n"
" Einstellung kann über den Schalter --encoding überschrieben werden."
+#: mercurial/help/environment.txt:19
msgid ""
"HGENCODINGMODE\n"
" This sets Mercurial's behavior for handling unknown characters\n"
@@ -17690,6 +21331,7 @@
" Einstellung kann über den Schalter --encondingmode auf der\n"
" Kommandozeile überschrieben werden."
+#: mercurial/help/environment.txt:27
msgid ""
"HGENCODINGAMBIGUOUS\n"
" This sets Mercurial's behavior for handling characters with\n"
@@ -17699,6 +21341,7 @@
" formatting problems."
msgstr ""
+#: mercurial/help/environment.txt:34
msgid ""
"HGMERGE\n"
" An executable to use for resolving merge conflicts. The program\n"
@@ -17710,6 +21353,7 @@
" soll. Das Programm wird mit drei Argumenten aufgerufen: die lokale\n"
" Datei, die entfernte Datei und die Vorgängerdatei."
+#: mercurial/help/environment.txt:41
msgid ""
"HGRCPATH\n"
" A list of files or directories to search for configuration\n"
@@ -17726,9 +21370,11 @@
" Wenn die Variable gesetzt, aber leer ist, wird nur .hg/hgrc aus dem\n"
" aktuellen Projektarchiv ausgewertet."
+#: mercurial/help/environment.txt:47
msgid " For each element in HGRCPATH:"
msgstr " Für jedes Element in HGRCPATH gilt:"
+#: mercurial/help/environment.txt:49
msgid ""
" - if it's a directory, all files ending with .rc are added\n"
" - otherwise, the file itself will be added"
@@ -17737,6 +21383,7 @@
" enden, hinzugefügt.\n"
" - Ansonsten wird die Datei selbst hinzugefügt."
+#: mercurial/help/environment.txt:52
msgid ""
"HGPLAIN\n"
" When set, this disables any configuration settings that might\n"
@@ -17746,11 +21393,13 @@
" in the face of existing user configuration."
msgstr ""
+#: mercurial/help/environment.txt:59
msgid ""
" Equivalent options set via command line flags or environment\n"
" variables are not overridden."
msgstr ""
+#: mercurial/help/environment.txt:62
msgid ""
"HGPLAINEXCEPT\n"
" This is a comma-separated list of features to preserve when\n"
@@ -17758,11 +21407,13 @@
" which preserves internationalization in plain mode."
msgstr ""
+#: mercurial/help/environment.txt:67
msgid ""
" Setting HGPLAINEXCEPT to anything (even an empty string) will\n"
" enable plain mode."
msgstr ""
+#: mercurial/help/environment.txt:70
msgid ""
"HGUSER\n"
" This is the string used as the author of a commit. If not set,\n"
@@ -17773,6 +21424,7 @@
" gesetzt ist, werden die verfügbaren Werte in der folgenden\n"
" Reihenfolge ausgewertet:"
+#: mercurial/help/environment.txt:74
msgid ""
" - HGUSER (deprecated)\n"
" - configuration files from the HGRCPATH\n"
@@ -17786,6 +21438,7 @@
" - Wert aus einer ineraktiven Eingabeaufforderung\n"
" - LOGNAME (mit angefügtem ``@hostname``)"
+#: mercurial/help/environment.txt:82
msgid ""
"EMAIL\n"
" May be used as the author of a commit; see HGUSER."
@@ -17793,6 +21446,7 @@
"EMAIL\n"
" Kann als Autor eines Commits verwendet werden; siehe auch HGUSER."
+#: mercurial/help/environment.txt:85
msgid ""
"LOGNAME\n"
" May be used as the author of a commit; see HGUSER."
@@ -17800,6 +21454,7 @@
"LOGNAME\n"
" Kann als Autor eines Commits verwendet werden; siehe auch HGUSER."
+#: mercurial/help/environment.txt:88
msgid ""
"VISUAL\n"
" This is the name of the editor to use when committing. See EDITOR."
@@ -17808,6 +21463,7 @@
" Dies ist der Name des Editors, der beim Erzeugen eines Commits\n"
" verwendet werden soll. Siehe auch EDITOR."
+#: mercurial/help/environment.txt:91
msgid ""
"EDITOR\n"
" Sometimes Mercurial needs to open a text file in an editor for a\n"
@@ -17826,6 +21482,7 @@
" Der erste nicht-leere wird verwendet. Wenn alle Angaben leer sind,\n"
" wird die Voreinstellung 'vi' verwendet."
+#: mercurial/help/environment.txt:99
msgid ""
"PYTHONPATH\n"
" This is used by Python to find imported modules and may need to be\n"
@@ -17836,6 +21493,7 @@
" muss entsprechend angepasst werden, wenn Mercurial nicht\n"
" systemweit installiert ist.\n"
+#: mercurial/help/extensions.txt:1
msgid ""
"Mercurial has the ability to add new features through the use of\n"
"extensions. Extensions may add new commands, add options to\n"
@@ -17847,6 +21505,7 @@
"bestehende Befehle hinzufügen, das Vorgabeverhalten ändern\n"
"oder Hooks implementieren."
+#: mercurial/help/extensions.txt:6
msgid ""
"To enable the \"foo\" extension, either shipped with Mercurial or in the\n"
"Python search path, create an entry for it in your configuration file,\n"
@@ -17856,6 +21515,7 @@
"oder sich im Python-Suchpfad befindet, zu aktivieren, erstellen Sie einen\n"
"Eintrag wie den folgenden in Ihrer Konfigurationsdatei::"
+#: mercurial/help/extensions.txt:10
msgid ""
" [extensions]\n"
" foo ="
@@ -17863,9 +21523,11 @@
" [extensions]\n"
" foo ="
+#: mercurial/help/extensions.txt:13
msgid "You may also specify the full path to an extension::"
msgstr "Sie können auch den vollen Pfad zu einer Erweiterung angeben::"
+#: mercurial/help/extensions.txt:15
msgid ""
" [extensions]\n"
" myfeature = ~/.hgext/myfeature.py"
@@ -17873,11 +21535,13 @@
" [extensions]\n"
" meinefunktion = ~/.hgext/meinefunktion.py"
+#: mercurial/help/extensions.txt:18 mercurial/help/phases.txt:55
#, fuzzy
msgid "See :hg:`help config` for more information on configuration files."
msgstr ""
"Siehe :hg:`help config` für weitere Informationen über Konfigurationsdateien."
+#: mercurial/help/extensions.txt:20
msgid ""
"Extensions are not loaded by default for a variety of reasons:\n"
"they can increase startup overhead; they may be meant for advanced\n"
@@ -17895,6 +21559,7 @@
"sein; oder sie verändern das übliche Verhalten des Kerns von Mercurial.\n"
"Daher müssen Erweiterungen erst vom Benutzer bei Bedarf aktiviert werden."
+#: mercurial/help/extensions.txt:28
msgid ""
"To explicitly disable an extension enabled in a configuration file of\n"
"broader scope, prepend its path with !::"
@@ -17902,6 +21567,7 @@
"Um eine Erweiterung explizit zu deaktivieren, die von einer allgemeineren\n"
"Konfigurationsdatei aktiviert wurde, setzen Sie ein ! vor den Pfad::"
+#: mercurial/help/extensions.txt:31
msgid ""
" [extensions]\n"
" # disabling extension bar residing in /path/to/extension/bar.py\n"
@@ -17915,6 +21581,7 @@
" # ditto, aber es wurde kein Pfad für die Erweiterung baz angegeben\n"
" baz = !\n"
+#: mercurial/help/filesets.txt:1
#, fuzzy
msgid ""
"Mercurial supports a functional language for selecting a set of\n"
@@ -17923,6 +21590,7 @@
"Mercurial unterstützt eine funktionale Sprache, um eine Liste von\n"
"Dateien auszuwählen."
+#: mercurial/help/filesets.txt:4
msgid ""
"Like other file patterns, this pattern type is indicated by a prefix,\n"
"'set:'. The language supports a number of predicates which are joined\n"
@@ -17933,6 +21601,7 @@
"Operatoren miteinander verbunden werden. Klammern können zur\n"
"Gruppierung verwendet werden."
+#: mercurial/help/filesets.txt:8
msgid ""
"Identifiers such as filenames or patterns must be quoted with single\n"
"or double quotes if they contain characters outside of\n"
@@ -17947,15 +21616,18 @@
"Anführungszeichen verwendet werden, indem sie \\-maskiert werden, z.B.\n"
"wird ``\\n`` als Zeilenumbruch interpretiert."
+#: mercurial/help/filesets.txt:14 mercurial/help/revsets.txt:11
msgid ""
"Special characters can be used in quoted identifiers by escaping them,\n"
"e.g., ``\\n`` is interpreted as a newline. To prevent them from being\n"
"interpreted, strings can be prefixed with ``r``, e.g. ``r'...'``."
msgstr ""
+#: mercurial/help/filesets.txt:18 mercurial/help/revsets.txt:15
msgid "There is a single prefix operator:"
msgstr "Es gibt einen einzigen Präfix-Operator:"
+#: mercurial/help/filesets.txt:20
msgid ""
"``not x``\n"
" Files not in x. Short form is ``! x``."
@@ -17963,9 +21635,11 @@
"``not x``\n"
" Änderungssätze, die nicht in x enthalten sind. Kurzform ist ``! x``."
+#: mercurial/help/filesets.txt:23 mercurial/help/revsets.txt:20
msgid "These are the supported infix operators:"
msgstr "Dies sind die unterstützten Infix-Operatoren:"
+#: mercurial/help/filesets.txt:25
msgid ""
"``x and y``\n"
" The intersection of files in x and y. Short form is ``x & y``."
@@ -17973,6 +21647,7 @@
"``x and y``\n"
" Die Schnittmenge der Änderungssätze aus x und y. Kurzform ist ``x & y``."
+#: mercurial/help/filesets.txt:28
msgid ""
"``x or y``\n"
" The union of files in x and y. There are two alternative short\n"
@@ -17982,6 +21657,7 @@
" Die Vereinigung der Änderungssätze aus x und y. Es gibt zwei\n"
" alternative Kurzformen: ``x | y`` und ``x + y``."
+#: mercurial/help/filesets.txt:32
msgid ""
"``x - y``\n"
" Files in x but not in y."
@@ -17989,56 +21665,73 @@
"``x - y``\n"
" Änderungssätze in x, aber nicht in y."
+#: mercurial/help/filesets.txt:35
msgid "The following predicates are supported:"
msgstr "Die folgenden Prädikate werden unterstützt:"
+#: mercurial/help/filesets.txt:37 mercurial/help/revsets.txt:61
msgid ".. predicatesmarker"
msgstr ""
+#: mercurial/help/filesets.txt:39 mercurial/help/revsets.txt:95
msgid "Some sample queries:"
msgstr "Einige Beispiel-Anfragen:"
+#: mercurial/help/filesets.txt:41
msgid ""
"- Show status of files that appear to be binary in the working directory::"
msgstr ""
"- Zeigt den Status von als binär erkannten Dateien im Arbeitsverzeichnis::"
+#: mercurial/help/filesets.txt:43
msgid " hg status -A \"set:binary()\""
msgstr ""
+#: mercurial/help/filesets.txt:45
msgid "- Forget files that are in .hgignore but are already tracked::"
msgstr "- Vergiss Dateien die in .hgignore, aber bereits versioniert sind::"
+#: mercurial/help/filesets.txt:47
msgid " hg forget \"set:hgignore() and not ignored()\""
msgstr ""
+#: mercurial/help/filesets.txt:49
msgid "- Find text files that contain a string::"
msgstr ""
+#: mercurial/help/filesets.txt:51
msgid " hg locate \"set:grep(magic) and not binary()\""
msgstr ""
+#: mercurial/help/filesets.txt:53
msgid "- Find C files in a non-standard encoding::"
msgstr ""
+#: mercurial/help/filesets.txt:55
msgid " hg locate \"set:**.c and not encoding('UTF-8')\""
msgstr ""
+#: mercurial/help/filesets.txt:57
msgid "- Revert copies of large binary files::"
msgstr ""
+#: mercurial/help/filesets.txt:59
msgid " hg revert \"set:copied() and binary() and size('>1M')\""
msgstr ""
+#: mercurial/help/filesets.txt:61
msgid "- Remove files listed in foo.lst that contain the letter a or b::"
msgstr ""
+#: mercurial/help/filesets.txt:63
msgid " hg remove \"set: 'listfile:foo.lst' and (**a* or **b*)\""
msgstr ""
+#: mercurial/help/filesets.txt:65
msgid "See also :hg:`help patterns`.\n"
msgstr ""
+#: mercurial/help/glossary.txt:1
msgid ""
"Ancestor\n"
" Any changeset that can be reached by an unbroken chain of parent\n"
@@ -18048,6 +21741,7 @@
" ancestor. See also: 'Descendant'."
msgstr ""
+#: mercurial/help/glossary.txt:8
msgid ""
"Bookmark\n"
" Bookmarks are pointers to certain commits that move when\n"
@@ -18063,6 +21757,7 @@
" angeben, z.B. bei :hg:`update`. Im Unterschied zu Etiketten wandern\n"
" Lesezeichen auf neue erstellte Revisionen im Zweig."
+#: mercurial/help/glossary.txt:15
msgid ""
" Bookmarks can be renamed, copied and deleted. Bookmarks are local,\n"
" unless they are explicitly pushed or pulled between repositories.\n"
@@ -18074,6 +21769,7 @@
" Die Übertragung von Lesezeichen (push oder pull) erlaubt die Zusammen-\n"
" arbeit auf einem Entwicklungszweig, ohne ihn als Zweig zu benennen."
+#: mercurial/help/glossary.txt:20
msgid ""
"Branch\n"
" (Noun) A child changeset that has been created from a parent that\n"
@@ -18083,6 +21779,7 @@
" an anonymous branch. See 'Branch, anonymous' and 'Branch, named'."
msgstr ""
+#: mercurial/help/glossary.txt:27
msgid ""
" Branches may be created when changes are pulled from or pushed to\n"
" a remote repository, since new heads may be created by these\n"
@@ -18093,17 +21790,21 @@
" using bookmarks or clones and anonymous branches."
msgstr ""
+#: mercurial/help/glossary.txt:35
msgid " Example: \"The experimental branch\"."
msgstr ""
+#: mercurial/help/glossary.txt:37
msgid ""
" (Verb) The action of creating a child changeset which results in\n"
" its parent having more than one child."
msgstr ""
+#: mercurial/help/glossary.txt:40
msgid " Example: \"I'm going to branch at X\"."
msgstr ""
+#: mercurial/help/glossary.txt:42
msgid ""
"Branch, anonymous\n"
" Every time a new child changeset is created from a parent that is not\n"
@@ -18111,22 +21812,26 @@
" branch is created."
msgstr ""
+#: mercurial/help/glossary.txt:47
msgid ""
"Branch, closed\n"
" A named branch whose branch heads have all been closed."
msgstr ""
+#: mercurial/help/glossary.txt:50
msgid ""
"Branch, default\n"
" The branch assigned to a changeset when no name has previously been\n"
" assigned."
msgstr ""
+#: mercurial/help/glossary.txt:54
msgid ""
"Branch head\n"
" See 'Head, branch'."
msgstr ""
+#: mercurial/help/glossary.txt:57
msgid ""
"Branch, inactive\n"
" If a named branch has no topological heads, it is considered to be\n"
@@ -18136,12 +21841,14 @@
" :hg:`branches --active`."
msgstr ""
+#: mercurial/help/glossary.txt:64
msgid ""
" NOTE: this concept is deprecated because it is too implicit.\n"
" Branches should now be explicitly closed using :hg:`commit\n"
" --close-branch` when they are no longer needed."
msgstr ""
+#: mercurial/help/glossary.txt:68
msgid ""
"Branch, named\n"
" A collection of changesets which have the same branch name. By\n"
@@ -18152,6 +21859,7 @@
" branches."
msgstr ""
+#: mercurial/help/glossary.txt:76
msgid ""
" Named branches can be thought of as a kind of namespace, dividing\n"
" the collection of changesets that comprise the repository into a\n"
@@ -18162,11 +21870,13 @@
" previous branch will be a branch in name only."
msgstr ""
+#: mercurial/help/glossary.txt:84
msgid ""
"Branch tip\n"
" See 'Tip, branch'."
msgstr ""
+#: mercurial/help/glossary.txt:87
msgid ""
"Branch, topological\n"
" Every time a new child changeset is created from a parent that is\n"
@@ -18176,6 +21886,7 @@
" current, possibly default, branch."
msgstr ""
+#: mercurial/help/glossary.txt:94
msgid ""
"Changelog\n"
" A record of the changesets in the order in which they were added\n"
@@ -18183,11 +21894,13 @@
" author, commit message, date, and list of changed files."
msgstr ""
+#: mercurial/help/glossary.txt:99
msgid ""
"Changeset\n"
" A snapshot of the state of the repository used to record a change."
msgstr ""
+#: mercurial/help/glossary.txt:102
msgid ""
"Changeset, child\n"
" The converse of parent changeset: if P is a parent of C, then C is\n"
@@ -18195,6 +21908,7 @@
" changeset may have."
msgstr ""
+#: mercurial/help/glossary.txt:107
msgid ""
"Changeset id\n"
" A SHA-1 hash that uniquely identifies a changeset. It may be\n"
@@ -18202,12 +21916,14 @@
" \"short\" 12 hexadecimal digit string."
msgstr ""
+#: mercurial/help/glossary.txt:112
msgid ""
"Changeset, merge\n"
" A changeset with two parents. This occurs when a merge is\n"
" committed."
msgstr ""
+#: mercurial/help/glossary.txt:116
msgid ""
"Changeset, parent\n"
" A revision upon which a child changeset is based. Specifically, a\n"
@@ -18216,6 +21932,7 @@
" parents."
msgstr ""
+#: mercurial/help/glossary.txt:122
msgid ""
"Checkout\n"
" (Noun) The working directory being updated to a specific\n"
@@ -18223,9 +21940,11 @@
" changeset is much more appropriate than checkout in this context."
msgstr ""
+#: mercurial/help/glossary.txt:127
msgid " Example: \"I'm using checkout X.\""
msgstr ""
+#: mercurial/help/glossary.txt:129
msgid ""
" (Verb) Updating the working directory to a specific changeset. See\n"
" :hg:`help update`."
@@ -18233,52 +21952,64 @@
" (Verb) Anheben des Arbeitsverzeichnisses auf die angegebene Revision.\n"
" Siehe :hg:`help update`."
+#: mercurial/help/glossary.txt:132
msgid " Example: \"I'm going to check out changeset X.\""
msgstr ""
+#: mercurial/help/glossary.txt:134
msgid ""
"Child changeset\n"
" See 'Changeset, child'."
msgstr ""
+#: mercurial/help/glossary.txt:137
msgid ""
"Close changeset\n"
" See 'Head, closed branch'"
msgstr ""
+#: mercurial/help/glossary.txt:140
msgid ""
"Closed branch\n"
" See 'Branch, closed'."
msgstr ""
+#: mercurial/help/glossary.txt:143
msgid ""
"Clone\n"
" (Noun) An entire or partial copy of a repository. The partial\n"
" clone must be in the form of a revision and its ancestors."
msgstr ""
+#: mercurial/help/glossary.txt:147
msgid " Example: \"Is your clone up to date?\"."
msgstr ""
+#: mercurial/help/glossary.txt:149
msgid " (Verb) The process of creating a clone, using :hg:`clone`."
msgstr ""
+#: mercurial/help/glossary.txt:151
msgid " Example: \"I'm going to clone the repository\"."
msgstr ""
+#: mercurial/help/glossary.txt:153
msgid ""
"Closed branch head\n"
" See 'Head, closed branch'."
msgstr ""
+#: mercurial/help/glossary.txt:156
msgid ""
"Commit\n"
" (Noun) A synonym for changeset."
msgstr ""
+#: mercurial/help/glossary.txt:159
msgid " Example: \"Is the bug fixed in your recent commit?\""
msgstr ""
+#: mercurial/help/glossary.txt:161
msgid ""
" (Verb) The act of recording changes to a repository. When files\n"
" are committed in a working directory, Mercurial finds the\n"
@@ -18286,14 +22017,17 @@
" changeset, creating a new changeset in the repository."
msgstr ""
+#: mercurial/help/glossary.txt:166
msgid " Example: \"You should commit those changes now.\""
msgstr ""
+#: mercurial/help/glossary.txt:168
msgid ""
"Cset\n"
" A common abbreviation of the term changeset."
msgstr ""
+#: mercurial/help/glossary.txt:171
msgid ""
"DAG\n"
" The repository of changesets of a distributed version control\n"
@@ -18305,11 +22039,13 @@
" for children to have at most two parents."
msgstr ""
+#: mercurial/help/glossary.txt:180
msgid ""
"Default branch\n"
" See 'Branch, default'."
msgstr ""
+#: mercurial/help/glossary.txt:183
msgid ""
"Descendant\n"
" Any changeset that can be reached by a chain of child changesets\n"
@@ -18319,6 +22055,7 @@
" descendant. See also: 'Ancestor'."
msgstr ""
+#: mercurial/help/glossary.txt:190
msgid ""
"Diff\n"
" (Noun) The difference between the contents and attributes of files\n"
@@ -18330,18 +22067,22 @@
" \"diff\" and \"patch\"."
msgstr ""
+#: mercurial/help/glossary.txt:199
msgid " Example: \"Did you see my correction in the diff?\""
msgstr ""
+#: mercurial/help/glossary.txt:201
msgid ""
" (Verb) Diffing two changesets is the action of creating a diff or\n"
" patch."
msgstr ""
+#: mercurial/help/glossary.txt:204
msgid ""
" Example: \"If you diff with changeset X, you will see what I mean.\""
msgstr ""
+#: mercurial/help/glossary.txt:206
msgid ""
"Directory, working\n"
" The working directory represents the state of the files tracked by\n"
@@ -18353,6 +22094,7 @@
" metadata exists in the .hg directory inside the working directory."
msgstr ""
+#: mercurial/help/glossary.txt:215
msgid ""
"Draft\n"
" Changesets in the draft phase have not been shared with publishing\n"
@@ -18360,11 +22102,13 @@
" extensions. See :hg:`help phases`."
msgstr ""
+#: mercurial/help/glossary.txt:220
msgid ""
"Graph\n"
" See DAG and :hg:`help graphlog`."
msgstr ""
+#: mercurial/help/glossary.txt:223
msgid ""
"Head\n"
" The term 'head' may be used to refer to both a branch head or a\n"
@@ -18376,6 +22120,7 @@
" einen Archivkopf. Siehe 'Kopf, Zweig' und 'Kopf, Archiv' für die\n"
" entsprechende Definition."
+#: mercurial/help/glossary.txt:228
msgid ""
" Heads are where development generally takes place and are the\n"
" usual targets for update and merge operations."
@@ -18383,6 +22128,7 @@
" Typischerweise findet die Entwicklung an Köpfen statt und sie sind\n"
" häufig Ziel von Aktualisierungen und Zusammenführungen."
+#: mercurial/help/glossary.txt:231
msgid ""
"Head, branch\n"
" A changeset with no descendants on the same named branch."
@@ -18390,6 +22136,7 @@
"Kopf, Zweig\n"
" Ein Änderungssatz ohne Nachfahren im selben benannten Zweig."
+#: mercurial/help/glossary.txt:234
msgid ""
"Head, closed branch\n"
" A changeset that marks a head as no longer interesting. The closed\n"
@@ -18403,11 +22150,13 @@
" Ein Zweig gilt als geschlossen, wenn all dessen Köpfe geschlossen sind,\n"
" und wird nicht mehr von :hg:`branches` gezeigt."
+#: mercurial/help/glossary.txt:240
msgid ""
" Closed heads can be re-opened by committing new changeset as the\n"
" child of the changeset that marks a head as closed."
msgstr ""
+#: mercurial/help/glossary.txt:243
msgid ""
"Head, repository\n"
" A topological head which has not been closed."
@@ -18415,6 +22164,7 @@
"Kopf, Archiv\n"
" Ein topologischer Kopf, der noch nicht geschlossen wurde."
+#: mercurial/help/glossary.txt:246
msgid ""
"Head, topological\n"
" A changeset with no children in the repository."
@@ -18422,6 +22172,7 @@
"Kopf, topologisch\n"
" Ein Änderungssatz ohne Nachfahren im Archiv."
+#: mercurial/help/glossary.txt:249
msgid ""
"History, immutable\n"
" Once committed, changesets cannot be altered. Extensions which\n"
@@ -18431,6 +22182,7 @@
" reintroduced to the repository."
msgstr ""
+#: mercurial/help/glossary.txt:256
msgid ""
"History, rewriting\n"
" The changesets in a repository are immutable. However, extensions\n"
@@ -18438,22 +22190,26 @@
" a way as to preserve changeset contents."
msgstr ""
+#: mercurial/help/glossary.txt:261
msgid ""
"Immutable history\n"
" See 'History, immutable'."
msgstr ""
+#: mercurial/help/glossary.txt:264
msgid ""
"Merge changeset\n"
" See 'Changeset, merge'."
msgstr ""
+#: mercurial/help/glossary.txt:267
msgid ""
"Manifest\n"
" Each changeset has a manifest, which is the list of files that are\n"
" tracked by the changeset."
msgstr ""
+#: mercurial/help/glossary.txt:271
msgid ""
"Merge\n"
" Used to bring together divergent branches of work. When you update\n"
@@ -18463,6 +22219,7 @@
" as a merge changeset, bringing two branches together in the DAG."
msgstr ""
+#: mercurial/help/glossary.txt:278
msgid ""
"Named branch\n"
" See 'Branch, named'."
@@ -18470,6 +22227,7 @@
"Benannter Zweig\n"
" Siehe 'Zweig, benannt'."
+#: mercurial/help/glossary.txt:281
msgid ""
"Null changeset\n"
" The empty changeset. It is the parent state of newly-initialized\n"
@@ -18479,16 +22237,19 @@
" or by the changeset ID '000000000000'."
msgstr ""
+#: mercurial/help/glossary.txt:288
msgid ""
"Parent\n"
" See 'Changeset, parent'."
msgstr ""
+#: mercurial/help/glossary.txt:291
msgid ""
"Parent changeset\n"
" See 'Changeset, parent'."
msgstr ""
+#: mercurial/help/glossary.txt:294
msgid ""
"Parent, working directory\n"
" The working directory parent reflects a virtual revision which is\n"
@@ -18498,28 +22259,34 @@
" are :hg:`summary` and :hg:`id`. Can be specified by the alias \".\"."
msgstr ""
+#: mercurial/help/glossary.txt:301
msgid ""
"Patch\n"
" (Noun) The product of a diff operation."
msgstr ""
+#: mercurial/help/glossary.txt:304
msgid " Example: \"I've sent you my patch.\""
msgstr ""
+#: mercurial/help/glossary.txt:306
msgid ""
" (Verb) The process of using a patch file to transform one\n"
" changeset into another."
msgstr ""
+#: mercurial/help/glossary.txt:309
msgid " Example: \"You will need to patch that revision.\""
msgstr ""
+#: mercurial/help/glossary.txt:311
msgid ""
"Phase\n"
" A per-changeset state tracking how the changeset has been or\n"
" should be shared. See :hg:`help phases`."
msgstr ""
+#: mercurial/help/glossary.txt:315
msgid ""
"Public\n"
" Changesets in the public phase have been shared with publishing\n"
@@ -18527,6 +22294,7 @@
" phases`."
msgstr ""
+#: mercurial/help/glossary.txt:320
msgid ""
"Pull\n"
" An operation in which changesets in a remote repository which are\n"
@@ -18536,6 +22304,7 @@
" working directory. See :hg:`help pull`."
msgstr ""
+#: mercurial/help/glossary.txt:327
msgid ""
"Push\n"
" An operation in which changesets in a local repository which are\n"
@@ -18545,6 +22314,7 @@
" sent. See :hg:`help push`."
msgstr ""
+#: mercurial/help/glossary.txt:334
msgid ""
"Repository\n"
" The metadata describing all recorded states of a collection of\n"
@@ -18555,11 +22325,13 @@
" changeset."
msgstr ""
+#: mercurial/help/glossary.txt:342
msgid ""
"Repository head\n"
" See 'Head, repository'."
msgstr ""
+#: mercurial/help/glossary.txt:345
msgid ""
"Revision\n"
" A state of the repository at some point in time. Earlier revisions\n"
@@ -18567,6 +22339,7 @@
" number'; See also 'Changeset'."
msgstr ""
+#: mercurial/help/glossary.txt:350
msgid ""
"Revision number\n"
" This integer uniquely identifies a changeset in a specific\n"
@@ -18577,6 +22350,7 @@
" 'Changeset id'."
msgstr ""
+#: mercurial/help/glossary.txt:358
msgid ""
"Revlog\n"
" History storage mechanism used by Mercurial. It is a form of delta\n"
@@ -18585,23 +22359,27 @@
" pointing to the data."
msgstr ""
+#: mercurial/help/glossary.txt:364
msgid ""
"Rewriting history\n"
" See 'History, rewriting'."
msgstr ""
+#: mercurial/help/glossary.txt:367
msgid ""
"Root\n"
" A changeset that has only the null changeset as its parent. Most\n"
" repositories have only a single root changeset."
msgstr ""
+#: mercurial/help/glossary.txt:371
msgid ""
"Secret\n"
" Changesets in the secret phase may not be shared via push, pull,\n"
" or clone. See :hg:`help phases`."
msgstr ""
+#: mercurial/help/glossary.txt:375
msgid ""
"Tag\n"
" An alternative name given to a changeset. Tags can be used in all\n"
@@ -18610,12 +22388,14 @@
" will thus automatically be shared with other using push and pull."
msgstr ""
+#: mercurial/help/glossary.txt:381
msgid ""
"Tip\n"
" The changeset with the highest revision number. It is the changeset\n"
" most recently added in a repository."
msgstr ""
+#: mercurial/help/glossary.txt:385
msgid ""
"Tip, branch\n"
" The head of a given branch with the highest revision number. When\n"
@@ -18625,28 +22405,34 @@
" branch tip may be different in different cloned repositories."
msgstr ""
+#: mercurial/help/glossary.txt:392
msgid ""
"Update\n"
" (Noun) Another synonym of changeset."
msgstr ""
+#: mercurial/help/glossary.txt:395
msgid " Example: \"I've pushed an update\"."
msgstr ""
+#: mercurial/help/glossary.txt:397
msgid ""
" (Verb) This term is usually used to describe updating the state of\n"
" the working directory to that of a specific changeset. See\n"
" :hg:`help update`."
msgstr ""
+#: mercurial/help/glossary.txt:401
msgid " Example: \"You should update\"."
msgstr ""
+#: mercurial/help/glossary.txt:403
msgid ""
"Working directory\n"
" See 'Directory, working'."
msgstr ""
+#: mercurial/help/glossary.txt:406
msgid ""
"Working directory parent\n"
" See 'Parent, working directory'.\n"
@@ -18654,17 +22440,284 @@
"Vorfahr des Arbeitsverzeichnisses\n"
" Siehe 'Vorfahr, Arbeitsverzeichnisses'.\n"
+#: mercurial/help/hg.1.txt:1
+msgid ""
+"====\n"
+" hg\n"
+"===="
+msgstr ""
+
+#: mercurial/help/hg.1.txt:5
+msgid ""
+"---------------------------------------\n"
+"Mercurial source code management system\n"
+"---------------------------------------"
+msgstr ""
+
+#: mercurial/help/hg.1.txt:9
+msgid ""
+":Author: Matt Mackall <mpm@selenic.com>\n"
+":Organization: Mercurial\n"
+":Manual section: 1\n"
+":Manual group: Mercurial Manual"
+msgstr ""
+
+#: mercurial/help/hg.1.txt:14
+msgid ""
+".. contents::\n"
+" :backlinks: top\n"
+" :class: htmlonly\n"
+" :depth: 1"
+msgstr ""
+
+#: mercurial/help/hg.1.txt:19
+msgid ""
+"\n"
+"Synopsis\n"
+"\"\"\"\"\"\"\"\"\n"
+"**hg** *command* [*option*]... [*argument*]..."
+msgstr ""
+
+#: mercurial/help/hg.1.txt:24
+msgid ""
+"Description\n"
+"\"\"\"\"\"\"\"\"\"\"\"\n"
+"The **hg** command provides a command line interface to the Mercurial\n"
+"system."
+msgstr ""
+
+#: mercurial/help/hg.1.txt:29
+msgid ""
+"Command Elements\n"
+"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\""
+msgstr ""
+
+#: mercurial/help/hg.1.txt:32
+msgid ""
+"files...\n"
+" indicates one or more filename or relative path filenames; see\n"
+" `File Name Patterns`_ for information on pattern matching"
+msgstr ""
+
+#: mercurial/help/hg.1.txt:36
+msgid ""
+"path\n"
+" indicates a path on the local machine"
+msgstr ""
+
+#: mercurial/help/hg.1.txt:39
+msgid ""
+"revision\n"
+" indicates a changeset which can be specified as a changeset\n"
+" revision number, a tag, or a unique substring of the changeset\n"
+" hash value"
+msgstr ""
+
+#: mercurial/help/hg.1.txt:44
+msgid ""
+"repository path\n"
+" either the pathname of a local repository or the URI of a remote\n"
+" repository."
+msgstr ""
+
+#: mercurial/help/hg.1.txt:48
+msgid ".. include:: hg.1.gendoc.txt"
+msgstr ""
+
+#: mercurial/help/hg.1.txt:50
+msgid ""
+"Files\n"
+"\"\"\"\"\""
+msgstr ""
+
+#: mercurial/help/hg.1.txt:53
+msgid ""
+"``/etc/mercurial/hgrc``, ``$HOME/.hgrc``, ``.hg/hgrc``\n"
+" This file contains defaults and configuration. Values in\n"
+" ``.hg/hgrc`` override those in ``$HOME/.hgrc``, and these override\n"
+" settings made in the global ``/etc/mercurial/hgrc`` configuration.\n"
+" See |hgrc(5)|_ for details of the contents and format of these\n"
+" files."
+msgstr ""
+
+#: mercurial/help/hg.1.txt:60
+msgid ""
+"``.hgignore``\n"
+" This file contains regular expressions (one per line) that\n"
+" describe file names that should be ignored by **hg**. For details,\n"
+" see |hgignore(5)|_."
+msgstr ""
+
+#: mercurial/help/hg.1.txt:65
+msgid ""
+"``.hgsub``\n"
+" This file defines the locations of all subrepositories, and\n"
+" tells where the subrepository checkouts came from. For details, see\n"
+" :hg:`help subrepos`."
+msgstr ""
+
+#: mercurial/help/hg.1.txt:70
+msgid ""
+"``.hgsubstate``\n"
+" This file is where Mercurial stores all nested repository states. *NB: "
+"This\n"
+" file should not be edited manually.*"
+msgstr ""
+
+#: mercurial/help/hg.1.txt:74
+msgid ""
+"``.hgtags``\n"
+" This file contains changeset hash values and text tag names (one\n"
+" of each separated by spaces) that correspond to tagged versions of\n"
+" the repository contents. The file content is encoded using UTF-8."
+msgstr ""
+
+#: mercurial/help/hg.1.txt:79
+msgid ""
+"``.hg/last-message.txt``\n"
+" This file is used by :hg:`commit` to store a backup of the commit "
+"message\n"
+" in case the commit fails."
+msgstr ""
+
+#: mercurial/help/hg.1.txt:83
+msgid ""
+"``.hg/localtags``\n"
+" This file can be used to define local tags which are not shared among\n"
+" repositories. The file format is the same as for ``.hgtags``, but it is\n"
+" encoded using the local system encoding."
+msgstr ""
+
+#: mercurial/help/hg.1.txt:88
+msgid ""
+"Some commands (e.g. revert) produce backup files ending in ``.orig``,\n"
+"if the ``.orig`` file already exists and is not tracked by Mercurial,\n"
+"it will be overwritten."
+msgstr ""
+
+#: mercurial/help/hg.1.txt:92
+msgid ""
+"Bugs\n"
+"\"\"\"\"\n"
+"Probably lots, please post them to the mailing list (see Resources_\n"
+"below) when you find them."
+msgstr ""
+
+#: mercurial/help/hg.1.txt:97
+msgid ""
+"See Also\n"
+"\"\"\"\"\"\"\"\"\n"
+"|hgignore(5)|_, |hgrc(5)|_"
+msgstr ""
+
+#: mercurial/help/hg.1.txt:101
+msgid ""
+"Author\n"
+"\"\"\"\"\"\"\n"
+"Written by Matt Mackall <mpm@selenic.com>"
+msgstr ""
+
+#: mercurial/help/hg.1.txt:105
+msgid ""
+"Resources\n"
+"\"\"\"\"\"\"\"\"\"\n"
+"Main Web Site: http://mercurial.selenic.com/"
+msgstr ""
+
+#: mercurial/help/hg.1.txt:109
+#, fuzzy
+msgid "Source code repository: http://selenic.com/hg"
+msgstr " hg clone http://selenic.com/hg"
+
+#: mercurial/help/hg.1.txt:111
+msgid "Mailing list: http://selenic.com/mailman/listinfo/mercurial"
+msgstr ""
+
+#: mercurial/help/hg.1.txt:113
+msgid ""
+"Copying\n"
+"\"\"\"\"\"\"\"\n"
+"Copyright (C) 2005-2013 Matt Mackall.\n"
+"Free use of this software is granted under the terms of the GNU General\n"
+"Public License version 2 or any later version."
+msgstr ""
+
+#: mercurial/help/hg.1.txt:119 mercurial/help/hgrc.5.txt:41
+msgid ".. include:: common.txt\n"
+msgstr ""
+
+#: mercurial/help/hgignore.5.txt:1
+msgid ""
+"==========\n"
+" hgignore\n"
+"=========="
+msgstr ""
+
+#: mercurial/help/hgignore.5.txt:5
+msgid ""
+"---------------------------------\n"
+"syntax for Mercurial ignore files\n"
+"---------------------------------"
+msgstr ""
+
+#: mercurial/help/hgignore.5.txt:9
+msgid ""
+":Author: Vadim Gelfer <vadim.gelfer@gmail.com>\n"
+":Organization: Mercurial\n"
+":Manual section: 5\n"
+":Manual group: Mercurial Manual"
+msgstr ""
+
+#: mercurial/help/hgignore.5.txt:14
+msgid ".. include:: hgignore.5.gendoc.txt"
+msgstr ""
+
+#: mercurial/help/hgignore.5.txt:16
+msgid ""
+"Author\n"
+"======\n"
+"Vadim Gelfer <vadim.gelfer@gmail.com>"
+msgstr ""
+
+#: mercurial/help/hgignore.5.txt:20 mercurial/help/hgrc.5.txt:28
+msgid "Mercurial was written by Matt Mackall <mpm@selenic.com>."
+msgstr ""
+
+#: mercurial/help/hgignore.5.txt:22
+msgid ""
+"See Also\n"
+"========\n"
+"|hg(1)|_, |hgrc(5)|_"
+msgstr ""
+
+#: mercurial/help/hgignore.5.txt:26
+msgid ""
+"Copying\n"
+"=======\n"
+"This manual page is copyright 2006 Vadim Gelfer.\n"
+"Mercurial is copyright 2005-2013 Matt Mackall.\n"
+"Free use of this software is granted under the terms of the GNU General\n"
+"Public License version 2 or any later version."
+msgstr ""
+
+#: mercurial/help/hgignore.5.txt:33
+msgid ".. include:: common.txt"
+msgstr ""
+
+#: mercurial/help/hgignore.txt:1
msgid ""
"Synopsis\n"
"========"
msgstr ""
+#: mercurial/help/hgignore.txt:4
msgid ""
"The Mercurial system uses a file called ``.hgignore`` in the root\n"
"directory of a repository to control its behavior when it searches\n"
"for files that it is not currently tracking."
msgstr ""
+#: mercurial/help/hgignore.txt:8
#, fuzzy
msgid ""
"Description\n"
@@ -18673,6 +22726,7 @@
"Beschreibung:\n"
"==========="
+#: mercurial/help/hgignore.txt:11
msgid ""
"The working directory of a Mercurial repository will often contain\n"
"files that should not be tracked by Mercurial. These include backup\n"
@@ -18683,18 +22737,21 @@
"the settings will propagate to other repositories with push and pull."
msgstr ""
+#: mercurial/help/hgignore.txt:19
msgid ""
"An untracked file is ignored if its path relative to the repository\n"
"root directory, or any prefix path of that path, is matched against\n"
"any pattern in ``.hgignore``."
msgstr ""
+#: mercurial/help/hgignore.txt:23
msgid ""
"For example, say we have an untracked file, ``file.c``, at\n"
"``a/b/file.c`` inside our repository. Mercurial will ignore ``file.c``\n"
"if any pattern in ``.hgignore`` matches ``a/b/file.c``, ``a/b`` or ``a``."
msgstr ""
+#: mercurial/help/hgignore.txt:27
msgid ""
"In addition, a Mercurial configuration file can reference a set of\n"
"per-user or global ignore files. See the ``ignore`` configuration\n"
@@ -18702,12 +22759,14 @@
"configure these files."
msgstr ""
+#: mercurial/help/hgignore.txt:32
msgid ""
"To control Mercurial's handling of files that it manages, many\n"
"commands support the ``-I`` and ``-X`` options; see\n"
":hg:`help <command>` and :hg:`help patterns` for details."
msgstr ""
+#: mercurial/help/hgignore.txt:36
msgid ""
"Files that are already tracked are not affected by .hgignore, even\n"
"if they appear in .hgignore. An untracked file X can be explicitly\n"
@@ -18715,6 +22774,7 @@
"in .hgignore."
msgstr ""
+#: mercurial/help/hgignore.txt:44
msgid ""
"An ignore file is a plain text file consisting of a list of patterns,\n"
"with one pattern per line. Empty lines are skipped. The ``#``\n"
@@ -18726,6 +22786,7 @@
"Das ``#``-Zeichen wird als Kommentarzeichen behandelt und das \n"
"``\\``-Zeichen als Escape-Zeichen."
+#: mercurial/help/hgignore.txt:49
msgid ""
"Mercurial supports several pattern syntaxes. The default syntax used\n"
"is Python/Perl-style regular expressions."
@@ -18733,15 +22794,19 @@
"Mercurial unterstützt verschiedene Dateimuster-Syntaxen. Im Normalfall\n"
"werden Python/Perl-artige Reguläre Ausdrücke verwendet."
+#: mercurial/help/hgignore.txt:52
msgid "To change the syntax used, use a line of the following form::"
msgstr "Die folgende Zeile ändert die von diesem Punkt an verwendete Syntax::"
+#: mercurial/help/hgignore.txt:54
msgid " syntax: NAME"
msgstr " Syntax: NAME"
+#: mercurial/help/hgignore.txt:56
msgid "where ``NAME`` is one of the following:"
msgstr "wobei ``NAME`` einer der folgenden ist:"
+#: mercurial/help/hgignore.txt:58
msgid ""
"``regexp``\n"
" Regular expression, Python/Perl syntax.\n"
@@ -18749,6 +22814,7 @@
" Shell-style glob."
msgstr ""
+#: mercurial/help/hgignore.txt:63
msgid ""
"The chosen syntax stays in effect when parsing all patterns that\n"
"follow, until another syntax is selected."
@@ -18756,6 +22822,7 @@
"Die gewählte Syntax wird auf auf alle folgenden Muster angewendet\n"
"bis eine andere Syntax ausgewählt wird."
+#: mercurial/help/hgignore.txt:66
msgid ""
"Neither glob nor regexp patterns are rooted. A glob-syntax pattern of\n"
"the form ``*.c`` will match a file ending in ``.c`` in any directory,\n"
@@ -18763,37 +22830,114 @@
"regexp pattern, start it with ``^``."
msgstr ""
+#: mercurial/help/hgignore.txt:71
msgid ""
".. note::\n"
" Patterns specified in other than ``.hgignore`` are always rooted.\n"
" Please see :hg:`help patterns` for details."
msgstr ""
+#: mercurial/help/hgignore.txt:75
msgid ""
"Example\n"
"======="
msgstr ""
+#: mercurial/help/hgignore.txt:78
msgid "Here is an example ignore file. ::"
msgstr ""
+#: mercurial/help/hgignore.txt:80
msgid ""
" # use glob syntax.\n"
" syntax: glob"
msgstr ""
+#: mercurial/help/hgignore.txt:83
msgid ""
" *.elc\n"
" *.pyc\n"
" *~"
msgstr ""
+#: mercurial/help/hgignore.txt:87
msgid ""
" # switch to regexp syntax.\n"
" syntax: regexp\n"
" ^\\.pc/\n"
msgstr ""
+#: mercurial/help/hgrc.5.txt:1
+msgid ""
+"======\n"
+" hgrc\n"
+"======"
+msgstr ""
+
+#: mercurial/help/hgrc.5.txt:5
+#, fuzzy
+msgid ""
+"---------------------------------\n"
+"configuration files for Mercurial\n"
+"---------------------------------"
+msgstr ""
+"Interaktion mit Mercurial-Befehlen\n"
+"----------------------------------"
+
+#: mercurial/help/hgrc.5.txt:9
+msgid ""
+":Author: Bryan O'Sullivan <bos@serpentine.com>\n"
+":Organization: Mercurial\n"
+":Manual section: 5\n"
+":Manual group: Mercurial Manual"
+msgstr ""
+
+#: mercurial/help/hgrc.5.txt:14
+msgid ""
+".. contents::\n"
+" :backlinks: top\n"
+" :class: htmlonly"
+msgstr ""
+
+#: mercurial/help/hgrc.5.txt:18
+#, fuzzy
+msgid ""
+"\n"
+"Description\n"
+"==========="
+msgstr ""
+"Beschreibung:\n"
+"==========="
+
+#: mercurial/help/hgrc.5.txt:22
+msgid ".. include:: hgrc.5.gendoc.txt"
+msgstr ""
+
+#: mercurial/help/hgrc.5.txt:24
+msgid ""
+"Author\n"
+"======\n"
+"Bryan O'Sullivan <bos@serpentine.com>."
+msgstr ""
+
+#: mercurial/help/hgrc.5.txt:30
+msgid ""
+"See Also\n"
+"========\n"
+"|hg(1)|_, |hgignore(5)|_"
+msgstr ""
+
+#: mercurial/help/hgrc.5.txt:34
+msgid ""
+"Copying\n"
+"=======\n"
+"This manual page is copyright 2005 Bryan O'Sullivan.\n"
+"Mercurial is copyright 2005-2013 Matt Mackall.\n"
+"Free use of this software is granted under the terms of the GNU General\n"
+"Public License version 2 or any later version."
+msgstr ""
+
+#: mercurial/help/hgweb.txt:1
msgid ""
"Mercurial's internal web server, hgweb, can serve either a single\n"
"repository, or a tree of repositories. In the second case, repository\n"
@@ -18802,20 +22946,24 @@
"``hgweb.cgi`` and ``hgweb.fcgi``."
msgstr ""
+#: mercurial/help/hgweb.txt:7
msgid ""
"This file uses the same syntax as other Mercurial configuration files\n"
"but recognizes only the following sections:"
msgstr ""
+#: mercurial/help/hgweb.txt:10
msgid ""
" - web\n"
" - paths\n"
" - collections"
msgstr ""
+#: mercurial/help/hgweb.txt:14
msgid "The ``web`` options are thoroughly described in :hg:`help config`."
msgstr ""
+#: mercurial/help/hgweb.txt:16
msgid ""
"The ``paths`` section maps URL paths to paths of repositories in the\n"
"filesystem. hgweb will not expose the filesystem directly - only\n"
@@ -18823,12 +22971,14 @@
"configuration."
msgstr ""
+#: mercurial/help/hgweb.txt:21
msgid ""
"The left hand side is the path in the URL. Note that hgweb reserves\n"
"subpaths like ``rev`` or ``file``, try using different names for\n"
"nested repositories to avoid confusing effects."
msgstr ""
+#: mercurial/help/hgweb.txt:25
msgid ""
"The right hand side is the path in the filesystem. If the specified\n"
"path ends with ``*`` or ``**`` the filesystem will be searched\n"
@@ -18839,10 +22989,12 @@
"and possibly find subrepositories."
msgstr ""
+#: mercurial/help/hgweb.txt:33
#, fuzzy
msgid "In this example::"
msgstr "Pipe-Beispiele::"
+#: mercurial/help/hgweb.txt:35
msgid ""
" [paths]\n"
" /projects/a = /srv/tmprepos/a\n"
@@ -18851,6 +23003,7 @@
" /user/bob = /home/bob/repos/**"
msgstr ""
+#: mercurial/help/hgweb.txt:41
msgid ""
"- The first two entries make two repositories in different directories\n"
" appear under the same directory in the web interface\n"
@@ -18861,14 +23014,17 @@
" and ``http://server/user/bob/quux/testsubrepo/``"
msgstr ""
+#: mercurial/help/hgweb.txt:49
msgid ""
"The ``collections`` section is deprecated and has been superseded by\n"
"``paths``.\n"
msgstr ""
+#: mercurial/help/merge-tools.txt:1
msgid "To merge files Mercurial uses merge tools."
msgstr ""
+#: mercurial/help/merge-tools.txt:3
msgid ""
"A merge tool combines two different versions of a file into a merged\n"
"file. Merge tools are given the two files and the greatest common\n"
@@ -18876,11 +23032,13 @@
"made on both branches."
msgstr ""
+#: mercurial/help/merge-tools.txt:8
msgid ""
"Merge tools are used both for :hg:`resolve`, :hg:`merge`, :hg:`update`,\n"
":hg:`backout` and in several extensions."
msgstr ""
+#: mercurial/help/merge-tools.txt:11
msgid ""
"Usually, the merge tool tries to automatically reconcile the files by\n"
"combining all non-overlapping changes that occurred separately in\n"
@@ -18892,17 +23050,20 @@
"programs but relies on external tools for that."
msgstr ""
+#: mercurial/help/merge-tools.txt:19
msgid ""
"Available merge tools\n"
"====================="
msgstr ""
+#: mercurial/help/merge-tools.txt:22
msgid ""
"External merge tools and their properties are configured in the\n"
"merge-tools configuration section - see hgrc(5) - but they can often just\n"
"be named by their executable."
msgstr ""
+#: mercurial/help/merge-tools.txt:26
msgid ""
"A merge tool is generally usable if its executable can be found on the\n"
"system and if it can handle the merge. The executable is found if it\n"
@@ -18913,28 +23074,34 @@
"GUI is available if the tool requires a GUI."
msgstr ""
+#: mercurial/help/merge-tools.txt:34
msgid ""
"There are some internal merge tools which can be used. The internal\n"
"merge tools are:"
msgstr ""
+#: mercurial/help/merge-tools.txt:37
msgid ".. internaltoolsmarker"
msgstr ""
+#: mercurial/help/merge-tools.txt:39
msgid ""
"Internal tools are always available and do not require a GUI but will by "
"default\n"
"not handle symlinks or binary files."
msgstr ""
+#: mercurial/help/merge-tools.txt:42
msgid ""
"Choosing a merge tool\n"
"====================="
msgstr ""
+#: mercurial/help/merge-tools.txt:45
msgid "Mercurial uses these rules when deciding which merge tool to use:"
msgstr ""
+#: mercurial/help/merge-tools.txt:47
msgid ""
"1. If a tool has been specified with the --tool option to merge or resolve, "
"it\n"
@@ -18945,12 +23112,14 @@
" the shell."
msgstr ""
+#: mercurial/help/merge-tools.txt:52
msgid ""
"2. If the ``HGMERGE`` environment variable is present, its value is used "
"and\n"
" must be executable by the shell."
msgstr ""
+#: mercurial/help/merge-tools.txt:55
msgid ""
"3. If the filename of the file to be merged matches any of the patterns in "
"the\n"
@@ -18960,6 +23129,7 @@
" merge tool are not considered."
msgstr ""
+#: mercurial/help/merge-tools.txt:60
msgid ""
"4. If ui.merge is set it will be considered next. If the value is not the "
"name\n"
@@ -18968,25 +23138,30 @@
" the shell. Otherwise the named tool is used if it is usable."
msgstr ""
+#: mercurial/help/merge-tools.txt:64
msgid ""
"5. If any usable merge tools are present in the merge-tools configuration\n"
" section, the one with the highest priority is used."
msgstr ""
+#: mercurial/help/merge-tools.txt:67
msgid ""
"6. If a program named ``hgmerge`` can be found on the system, it is used - "
"but\n"
" it will by default not be used for symlinks and binary files."
msgstr ""
+#: mercurial/help/merge-tools.txt:70
msgid ""
"7. If the file to be merged is not binary and is not a symlink, then\n"
" ``internal:merge`` is used."
msgstr ""
+#: mercurial/help/merge-tools.txt:73
msgid "8. The merge of the file fails and must be resolved before commit."
msgstr ""
+#: mercurial/help/merge-tools.txt:75
msgid ""
".. note::\n"
" After selecting a merge program, Mercurial will by default attempt\n"
@@ -19000,11 +23175,13 @@
" default unless the file is binary or a symlink."
msgstr ""
+#: mercurial/help/merge-tools.txt:83
msgid ""
"See the merge-tools and ui sections of hgrc(5) for details on the\n"
"configuration of merge tools.\n"
msgstr ""
+#: mercurial/help/multirevs.txt:1
msgid ""
"When Mercurial accepts more than one revision, they may be specified\n"
"individually, or provided as a topologically continuous range,\n"
@@ -19014,6 +23191,7 @@
"topologisch kontinuierlicher Bereich getrennt durch das \":\" Zeichen\n"
"angegeben werden."
+#: mercurial/help/multirevs.txt:5
msgid ""
"The syntax of range notation is [BEGIN]:[END], where BEGIN and END are\n"
"revision identifiers. Both BEGIN and END are optional. If BEGIN is not\n"
@@ -19026,11 +23204,13 @@
"angenommen. Wenn ENDE nicht angegeben wird, wird standardmäßig die Spitze\n"
"genommen. Der Bereich \":\" bedeutet daher \"alle Revisionen\"."
+#: mercurial/help/multirevs.txt:10
msgid "If BEGIN is greater than END, revisions are treated in reverse order."
msgstr ""
"Wenn ANFANG größer als ENDE ist, werden die Revisionen in umgekehrter\n"
"Reihenfolge betrachtet."
+#: mercurial/help/multirevs.txt:12
msgid ""
"A range acts as a closed interval. This means that a range of 3:5\n"
"gives 3, 4 and 5. Similarly, a range of 9:6 gives 9, 8, 7, and 6.\n"
@@ -19039,6 +23219,7 @@
"Bereich 3:5 die Revisionen 3, 4 und 5 enthält. Ebenso enthält der Bereich\n"
"9:6 die Revisionen 9, 8, 7 und 6.\n"
+#: mercurial/help/patterns.txt:1
msgid ""
"Mercurial accepts several notations for identifying one or more files\n"
"at a time."
@@ -19046,6 +23227,7 @@
"Mercurial akzeptiert verschiedene Schreibweisen zur Identifikation einer\n"
"oder mehrerer Dateien gleichzeitig."
+#: mercurial/help/patterns.txt:4
msgid ""
"By default, Mercurial treats filenames as shell-style extended glob\n"
"patterns."
@@ -19053,15 +23235,18 @@
"Standardmäßig behandelt Mercurial-Dateinamen wie erweiterte \"Glob\"-Muster\n"
"der Shell (shell-style extended glob patterns)."
+#: mercurial/help/patterns.txt:7
msgid "Alternate pattern notations must be specified explicitly."
msgstr "Andere Schreibweisen von Mustern müssen explizit angegeben werden."
+#: mercurial/help/patterns.txt:9
msgid ""
".. note::\n"
" Patterns specified in ``.hgignore`` are not rooted.\n"
" Please see :hg:`help hgignore` for details."
msgstr ""
+#: mercurial/help/patterns.txt:13
msgid ""
"To use a plain path name without any pattern matching, start it with\n"
"``path:``. These path names must completely match starting at the\n"
@@ -19071,6 +23256,7 @@
"Projektarchivs\n"
"ohne Mustererkennung angenommen."
+#: mercurial/help/patterns.txt:17
msgid ""
"To use an extended glob, start a name with ``glob:``. Globs are rooted\n"
"at the current directory; a glob such as ``*.c`` will only match files\n"
@@ -19081,6 +23267,7 @@
"stimmt nur mit Dateien im aktuellen Verzeichnis überein, die mit ``.c``\n"
"enden."
+#: mercurial/help/patterns.txt:21
msgid ""
"The supported glob syntax extensions are ``**`` to match any string\n"
"across path separators and ``{a,b}`` to mean \"a or b\"."
@@ -19089,6 +23276,7 @@
"Zeichenketten über Pfadtrenner hinweg und ``{a,b}`` in der Bedeutung \"a\n"
"oder b\"."
+#: mercurial/help/patterns.txt:24
msgid ""
"To use a Perl/Python regular expression, start a name with ``re:``.\n"
"Regexp pattern matching is anchored at the root of the repository."
@@ -19097,6 +23285,7 @@
"``re:``. Erkennung mit regulären Ausdrücken ist relativ zur Wurzel des\n"
"Projektarchivs."
+#: mercurial/help/patterns.txt:27
msgid ""
"To read name patterns from a file, use ``listfile:`` or ``listfile0:``.\n"
"The latter expects null delimited patterns while the former expects line\n"
@@ -19104,9 +23293,11 @@
"pattern."
msgstr ""
+#: mercurial/help/patterns.txt:32
msgid "Plain examples::"
msgstr "Einfache Beispiele::"
+#: mercurial/help/patterns.txt:34
msgid ""
" path:foo/bar a name bar in a directory named foo in the root\n"
" of the repository\n"
@@ -19116,9 +23307,11 @@
" des Projektarchivs\n"
" path:path:name eine Datei oder ein Verzeichnis mit dem Namen \"path:name\""
+#: mercurial/help/patterns.txt:38
msgid "Glob examples::"
msgstr "Glob-Beispiele::"
+#: mercurial/help/patterns.txt:40
msgid ""
" glob:*.c any name ending in \".c\" in the current directory\n"
" *.c any name ending in \".c\" in the current directory\n"
@@ -19136,44 +23329,54 @@
" foo/**.c jeder Name endend mit \".c\" im Verzeichnis foo\n"
" und jedem Unterverzeichnis."
+#: mercurial/help/patterns.txt:48
msgid "Regexp examples::"
msgstr "Beispiel mit regulärem Ausdruck::"
+#: mercurial/help/patterns.txt:50
msgid " re:.*\\.c$ any name ending in \".c\", anywhere in the repository"
msgstr " re:.*\\.c$ jeder Name endend mit \".c\" überall im Projektarchiv"
+#: mercurial/help/patterns.txt:52
msgid "File examples::"
msgstr "Datei-Beispiele::"
+#: mercurial/help/patterns.txt:54
msgid ""
" listfile:list.txt read list from list.txt with one file pattern per line\n"
" listfile0:list.txt read list from list.txt with null byte delimiters"
msgstr ""
+#: mercurial/help/patterns.txt:57
msgid "See also :hg:`help filesets`.\n"
msgstr ""
+#: mercurial/help/phases.txt:1
msgid ""
"What are phases?\n"
"================"
msgstr ""
+#: mercurial/help/phases.txt:4
msgid ""
"Phases are a system for tracking which changesets have been or should\n"
"be shared. This helps prevent common mistakes when modifying history\n"
"(for instance, with the mq or rebase extensions)."
msgstr ""
+#: mercurial/help/phases.txt:8
msgid "Each changeset in a repository is in one of the following phases:"
msgstr ""
"Jeder Änderungssatz in einem Projektarchiv ist in einer der folgenden Phasen:"
+#: mercurial/help/phases.txt:10
msgid ""
" - public : changeset is visible on a public server\n"
" - draft : changeset is not yet published\n"
" - secret : changeset should not be pushed, pulled, or cloned"
msgstr ""
+#: mercurial/help/phases.txt:14
msgid ""
"These phases are ordered (public < draft < secret) and no changeset\n"
"can be in a lower phase than its ancestors. For instance, if a\n"
@@ -19181,17 +23384,20 @@
"changeset phases should only be changed towards the public phase."
msgstr ""
+#: mercurial/help/phases.txt:19
msgid ""
"How are phases managed?\n"
"======================="
msgstr ""
+#: mercurial/help/phases.txt:22
msgid ""
"For the most part, phases should work transparently. By default, a\n"
"changeset is created in the draft phase and is moved into the public\n"
"phase when it is pushed to another repository."
msgstr ""
+#: mercurial/help/phases.txt:26
msgid ""
"Once changesets become public, extensions like mq and rebase will\n"
"refuse to operate on them to prevent creating duplicate changesets.\n"
@@ -19199,39 +23405,47 @@
"if needed. See :hg:`help -v phase` for examples."
msgstr ""
+#: mercurial/help/phases.txt:31
msgid ""
"Phases and servers\n"
"=================="
msgstr ""
+#: mercurial/help/phases.txt:34
msgid "Normally, all servers are ``publishing`` by default. This means::"
msgstr ""
+#: mercurial/help/phases.txt:36
msgid ""
" - all draft changesets that are pulled or cloned appear in phase\n"
" public on the client"
msgstr ""
+#: mercurial/help/phases.txt:39
msgid ""
" - all draft changesets that are pushed appear as public on both\n"
" client and server"
msgstr ""
+#: mercurial/help/phases.txt:42
msgid " - secret changesets are neither pushed, pulled, or cloned"
msgstr ""
+#: mercurial/help/phases.txt:44
msgid ""
".. note::\n"
" Pulling a draft changeset from a publishing server does not mark it\n"
" as public on the server side due to the read-only nature of pull."
msgstr ""
+#: mercurial/help/phases.txt:48
msgid ""
"Sometimes it may be desirable to push and pull changesets in the draft\n"
"phase to share unfinished work. This can be done by setting a\n"
"repository to disable publishing in its configuration file::"
msgstr ""
+#: mercurial/help/phases.txt:52
msgid ""
" [phases]\n"
" publish = False"
@@ -19239,60 +23453,75 @@
" [phases]\n"
" publish = False"
+#: mercurial/help/phases.txt:57
msgid ""
".. note::\n"
" Servers running older versions of Mercurial are treated as\n"
" publishing."
msgstr ""
+#: mercurial/help/phases.txt:61
msgid ""
"Examples\n"
"========"
msgstr ""
+#: mercurial/help/phases.txt:64
msgid " - list changesets in draft or secret phase::"
msgstr ""
+#: mercurial/help/phases.txt:66
msgid " hg log -r \"not public()\""
msgstr " hg log -r \"not public()\""
+#: mercurial/help/phases.txt:68
msgid " - change all secret changesets to draft::"
msgstr ""
+#: mercurial/help/phases.txt:70
msgid " hg phase --draft \"secret()\""
msgstr ""
+#: mercurial/help/phases.txt:72
msgid ""
" - forcibly move the current changeset and descendants from public to draft::"
msgstr ""
+#: mercurial/help/phases.txt:74
msgid " hg phase --force --draft ."
msgstr ""
+#: mercurial/help/phases.txt:76
msgid " - show a list of changeset revision and phase::"
msgstr ""
+#: mercurial/help/phases.txt:78
msgid " hg log --template \"{rev} {phase}\\n\""
msgstr ""
+#: mercurial/help/phases.txt:80
#, fuzzy
msgid " - resynchronize draft changesets relative to a remote repository::"
msgstr ""
" - Änderungssätze in der Entwurfsphase (draft) erneut bezüglich eines "
"entfernten Projektarchivs synchronisieren::"
+#: mercurial/help/phases.txt:82
msgid " hg phase -fd 'outgoing(URL)'"
msgstr ""
+#: mercurial/help/phases.txt:84
msgid ""
"See :hg:`help phase` for more information on manually manipulating phases.\n"
msgstr ""
"Siehe :hg:`help phase` für mehr Informationen über die manuelle Manipulation "
"von Phasen.\n"
+#: mercurial/help/revisions.txt:1
msgid "Mercurial supports several ways to specify individual revisions."
msgstr "Mercurial unterstützt mehrere Arten individuelle Revisionen anzugeben."
+#: mercurial/help/revisions.txt:3
msgid ""
"A plain integer is treated as a revision number. Negative integers are\n"
"treated as sequential offsets from the tip, with -1 denoting the tip,\n"
@@ -19302,11 +23531,13 @@
"beschreiben den topologischen Abstand von der Spitze (tip), wobei -1 die\n"
"Spitze selbst, und -2 dessen direkter Vorfahr ist."
+#: mercurial/help/revisions.txt:7
msgid ""
"A 40-digit hexadecimal string is treated as a unique revision\n"
"identifier."
msgstr "Eine 40-stellige Hexadezimalzahl gilt als eindeutige Revisions-ID."
+#: mercurial/help/revisions.txt:10
msgid ""
"A hexadecimal string less than 40 characters long is treated as a\n"
"unique revision identifier and is referred to as a short-form\n"
@@ -19318,6 +23549,7 @@
"genannt. Ein Kurzform-Bezeichner ist nur gültig, wenn er ein Präfix\n"
"der Langform genau einer Revisions-ID ist."
+#: mercurial/help/revisions.txt:15
msgid ""
"Any other string is treated as a bookmark, tag, or branch name. A\n"
"bookmark is a movable pointer to a revision. A tag is a permanent name\n"
@@ -19332,9 +23564,11 @@
"Lesezeichen, Etiketten und Zweignamen dürfen das Zeichen \":\" nicht "
"enthalten."
+#: mercurial/help/revisions.txt:21
msgid "The reserved name \"tip\" always identifies the most recent revision."
msgstr "Der reservierte Name \"tip\" identifiziert immer die neueste Revision."
+#: mercurial/help/revisions.txt:23
msgid ""
"The reserved name \"null\" indicates the null revision. This is the\n"
"revision of an empty repository, and the parent of revision 0."
@@ -19342,6 +23576,7 @@
"Der reservierte Name \"null\" bezeichnet die null-Revision. Sie ist die\n"
"Revision eines leeren Projektarchivs und der Vorgänger der Revision 0."
+#: mercurial/help/revisions.txt:26
msgid ""
"The reserved name \".\" indicates the working directory parent. If no\n"
"working directory is checked out, it is equivalent to null. If an\n"
@@ -19353,6 +23588,7 @@
"äquivalent zu \"null\". Falls eine nicht gespeicherte Zusammenführung\n"
"in Bearbeitung ist, bezeichnet \".\" die Revision des ersten Vorgängers.\n"
+#: mercurial/help/revsets.txt:1
msgid ""
"Mercurial supports a functional language for selecting a set of\n"
"revisions."
@@ -19360,6 +23596,7 @@
"Mercurial unterstützt eine funtionale Sprache, um eine Menge von\n"
"Revisionen auszuwählen."
+#: mercurial/help/revsets.txt:4
msgid ""
"The language supports a number of predicates which are joined by infix\n"
"operators. Parenthesis can be used for grouping."
@@ -19368,6 +23605,7 @@
"Operatoren miteinander verbunden werden. Klammern können zur\n"
"Gruppierung verwendet werden."
+#: mercurial/help/revsets.txt:7
msgid ""
"Identifiers such as branch names may need quoting with single or\n"
"double quotes if they contain characters like ``-`` or if they match\n"
@@ -19378,6 +23616,7 @@
"enthalten oder wenn sie einem der vordefinierten Prädikateņ\n"
"entsprechen."
+#: mercurial/help/revsets.txt:17
msgid ""
"``not x``\n"
" Changesets not in x. Short form is ``! x``."
@@ -19385,6 +23624,7 @@
"``not x``\n"
" Änderungssätze, die nicht in x enthalten sind. Kurzform von ``! x``."
+#: mercurial/help/revsets.txt:22
msgid ""
"``x::y``\n"
" A DAG range, meaning all changesets that are descendants of x and\n"
@@ -19398,9 +23638,11 @@
" Enpunkt ausgelassen wird, ist dies äquivalent zu ``ancestors(y)``,\n"
" wenn der zweite ausgelassen wird, entspricht dies ``descendants(x)``."
+#: mercurial/help/revsets.txt:28
msgid " An alternative syntax is ``x..y``."
msgstr " Eine alternative Syntax ist ``x..y``."
+#: mercurial/help/revsets.txt:30
msgid ""
"``x:y``\n"
" All changesets with revision numbers between x and y, both\n"
@@ -19412,6 +23654,7 @@
" inklusive. Jede der beiden Begrenzung kann ausgelassen werden, sie\n"
" entsprechen 0 und tip."
+#: mercurial/help/revsets.txt:35
msgid ""
"``x and y``\n"
" The intersection of changesets in x and y. Short form is ``x & y``."
@@ -19419,6 +23662,7 @@
"``x and y``\n"
" Die Schnittmenge der Änderungssätze aus x und y. Kurzform ist ``x & y``."
+#: mercurial/help/revsets.txt:38
msgid ""
"``x or y``\n"
" The union of changesets in x and y. There are two alternative short\n"
@@ -19428,6 +23672,7 @@
" Die Vereinigung der Änderungssätze aus x und y. Es gibt zwei\n"
" alternative Kurzformen: ``x | y`` und ``x + y``."
+#: mercurial/help/revsets.txt:42
msgid ""
"``x - y``\n"
" Changesets in x but not in y."
@@ -19435,6 +23680,7 @@
"``x - y``\n"
" Änderungssätze in x, aber nicht in y."
+#: mercurial/help/revsets.txt:45
msgid ""
"``x^n``\n"
" The nth parent of x, n == 0, 1, or 2.\n"
@@ -19442,19 +23688,23 @@
" for n == 2, the second parent of changeset in x."
msgstr ""
+#: mercurial/help/revsets.txt:50
msgid ""
"``x~n``\n"
" The nth first ancestor of x; ``x~0`` is x; ``x~3`` is ``x^^^``."
msgstr ""
+#: mercurial/help/revsets.txt:53
msgid "There is a single postfix operator:"
msgstr "Es gibt einen einzigen Postfix-Operator:"
+#: mercurial/help/revsets.txt:55
msgid ""
"``x^``\n"
" Equivalent to ``x^1``, the first parent of each changeset in x."
msgstr ""
+#: mercurial/help/revsets.txt:58
msgid ""
"\n"
"The following predicates are supported:"
@@ -19462,24 +23712,29 @@
"\n"
"Die folgenden Prädikate werden unterstützt:"
+#: mercurial/help/revsets.txt:63
msgid ""
"New predicates (known as \"aliases\") can be defined, using any combination "
"of\n"
"existing predicates or other aliases. An alias definition looks like::"
msgstr ""
+#: mercurial/help/revsets.txt:66
msgid " <alias> = <definition>"
msgstr ""
+#: mercurial/help/revsets.txt:68
msgid ""
"in the ``revsetalias`` section of a Mercurial configuration file. Arguments\n"
"of the form `$1`, `$2`, etc. are substituted from the alias into the\n"
"definition."
msgstr ""
+#: mercurial/help/revsets.txt:72
msgid "For example,"
msgstr "Zum Beispiel,"
+#: mercurial/help/revsets.txt:76
msgid ""
" [revsetalias]\n"
" h = heads()\n"
@@ -19487,14 +23742,17 @@
" rs($1, $2) = reverse(sort($1, $2))"
msgstr ""
+#: mercurial/help/revsets.txt:81
msgid ""
"defines three aliases, ``h``, ``d``, and ``rs``. ``rs(0:tip, author)`` is\n"
"exactly equivalent to ``reverse(sort(0:tip, author))``."
msgstr ""
+#: mercurial/help/revsets.txt:84
msgid "Command line equivalents for :hg:`log`::"
msgstr "Äquivalente Kommandozeilen-Befehle für :hg:`log`::"
+#: mercurial/help/revsets.txt:86
msgid ""
" -f -> ::.\n"
" -d x -> date(x)\n"
@@ -19514,53 +23772,67 @@
" -P x -> !::x\n"
" -l x -> limit(expr, x)"
+#: mercurial/help/revsets.txt:97
msgid "- Changesets on the default branch::"
msgstr "- Änderungssätze auf dem Vorgabezweig (default)::"
+#: mercurial/help/revsets.txt:99
msgid " hg log -r \"branch(default)\""
msgstr ""
+#: mercurial/help/revsets.txt:101
msgid "- Changesets on the default branch since tag 1.5 (excluding merges)::"
msgstr ""
+#: mercurial/help/revsets.txt:103
msgid " hg log -r \"branch(default) and 1.5:: and not merge()\""
msgstr ""
+#: mercurial/help/revsets.txt:105
msgid "- Open branch heads::"
msgstr "- Offene Zweigköpfe::"
+#: mercurial/help/revsets.txt:107
msgid " hg log -r \"head() and not closed()\""
msgstr ""
+#: mercurial/help/revsets.txt:109
msgid ""
"- Changesets between tags 1.3 and 1.5 mentioning \"bug\" that affect\n"
" ``hgext/*``::"
msgstr ""
+#: mercurial/help/revsets.txt:112
msgid " hg log -r \"1.3::1.5 and keyword(bug) and file('hgext/*')\""
msgstr ""
+#: mercurial/help/revsets.txt:114
msgid "- Changesets committed in May 2008, sorted by user::"
msgstr ""
+#: mercurial/help/revsets.txt:116
msgid " hg log -r \"sort(date('May 2008'), user)\""
msgstr ""
+#: mercurial/help/revsets.txt:118
msgid ""
"- Changesets mentioning \"bug\" or \"issue\" that are not in a tagged\n"
" release::"
msgstr ""
+#: mercurial/help/revsets.txt:121
msgid ""
" hg log -r \"(keyword(bug) or keyword(issue)) and not ancestors(tag())\"\n"
msgstr ""
+#: mercurial/help/subrepos.txt:1
msgid ""
"Subrepositories let you nest external repositories or projects into a\n"
"parent Mercurial repository, and make commands operate on them as a\n"
"group."
msgstr ""
+#: mercurial/help/subrepos.txt:5
msgid ""
"Mercurial currently supports Mercurial, Git, and Subversion\n"
"subrepositories."
@@ -19568,9 +23840,11 @@
"Mercurial unterstützt im Augenblick Mercurial-, Git- und Subversion-\n"
"Unterarchive."
+#: mercurial/help/subrepos.txt:8
msgid "Subrepositories are made of three components:"
msgstr "Unterarchive bestehen aus drei Komponenten:"
+#: mercurial/help/subrepos.txt:10
msgid ""
"1. Nested repository checkouts. They can appear anywhere in the\n"
" parent working directory."
@@ -19578,6 +23852,7 @@
"1. Verschachtelte Archivaktualisierungen. Sie können überall im\n"
" übergeordneten Arbeitsverzeichnis auftauchen."
+#: mercurial/help/subrepos.txt:13
#, fuzzy
msgid ""
"2. Nested repository references. They are defined in ``.hgsub``, which\n"
@@ -19590,17 +23865,21 @@
" und geben an, wo Aktualisierungen für Unterarchive herkommen.\n"
" Mercurial-Unterarchive werden wie folgt angegeben:"
+#: mercurial/help/subrepos.txt:18
msgid " path/to/nested = https://example.com/nested/repo/path"
msgstr ""
+#: mercurial/help/subrepos.txt:20
msgid " Git and Subversion subrepos are also supported::"
msgstr ""
+#: mercurial/help/subrepos.txt:22
msgid ""
" path/to/nested = [git]git://example.com/nested/repo/path\n"
" path/to/nested = [svn]https://example.com/nested/trunk/path"
msgstr ""
+#: mercurial/help/subrepos.txt:25
msgid ""
" where ``path/to/nested`` is the checkout location relatively to the\n"
" parent Mercurial root, and ``https://example.com/nested/repo/path``\n"
@@ -19608,12 +23887,14 @@
" filesystem path."
msgstr ""
+#: mercurial/help/subrepos.txt:30
msgid ""
" Note that ``.hgsub`` does not exist by default in Mercurial\n"
" repositories, you have to create and add it to the parent\n"
" repository before using subrepositories."
msgstr ""
+#: mercurial/help/subrepos.txt:34
msgid ""
"3. Nested repository states. They are defined in ``.hgsubstate``, which\n"
" is placed in the root of working directory, and\n"
@@ -19623,17 +23904,20 @@
" repositories states when committing in the parent repository."
msgstr ""
+#: mercurial/help/subrepos.txt:41
msgid ""
" .. note::\n"
" The ``.hgsubstate`` file should not be edited manually."
msgstr ""
+#: mercurial/help/subrepos.txt:44
msgid ""
"\n"
"Adding a Subrepository\n"
"======================"
msgstr ""
+#: mercurial/help/subrepos.txt:48
msgid ""
"If ``.hgsub`` does not exist, create it and add it to the parent\n"
"repository. Clone or checkout the external projects where you want it\n"
@@ -19651,11 +23935,13 @@
"nächsten Übernahme wird sein Stand in ``.hgsubstate`` erfasst\n"
"und an die übernommene Änderung gebunden."
+#: mercurial/help/subrepos.txt:55
msgid ""
"Synchronizing a Subrepository\n"
"============================="
msgstr ""
+#: mercurial/help/subrepos.txt:58
#, fuzzy
msgid ""
"Subrepos do not automatically track the latest changeset of their\n"
@@ -19670,6 +23956,7 @@
"Dies geschieht, damit Entwickler immer eine konsistente Menge von\n"
"Code und Bibliotheken erhalten, wenn sie aktualisieren."
+#: mercurial/help/subrepos.txt:64
#, fuzzy
msgid ""
"Thus, updating subrepos is a manual process. Simply check out target\n"
@@ -19682,11 +23969,13 @@
"übernehmen sie das übergeordnete Projektarchiv, um die neue Kombination\n"
"zu erfassen."
+#: mercurial/help/subrepos.txt:68
msgid ""
"Deleting a Subrepository\n"
"========================"
msgstr ""
+#: mercurial/help/subrepos.txt:71
msgid ""
"To remove a subrepository from the parent repository, delete its\n"
"reference from ``.hgsub``, then remove its files."
@@ -19694,11 +23983,13 @@
"Um ein Unterarchiv aus seinem Elternarchiv zu entfernen, löschen Sie\n"
"seine Verweise aus ``.hgsub`` und seine Dateien."
+#: mercurial/help/subrepos.txt:74
msgid ""
"Interaction with Mercurial Commands\n"
"==================================="
msgstr ""
+#: mercurial/help/subrepos.txt:77
msgid ""
":add: add does not recurse in subrepos unless -S/--subrepos is\n"
" specified. However, if you specify the full path of a file in a\n"
@@ -19712,6 +24003,7 @@
" -S/--subrepos-Schalter hinzugefügt.\n"
" Git- und Subversion-Unterarchive werden zur Zeit still ignoriert."
+#: mercurial/help/subrepos.txt:83
msgid ""
":archive: archive does not recurse in subrepositories unless\n"
" -S/--subrepos is specified."
@@ -19719,6 +24011,7 @@
":archive: \"archive\" behandelt keine Unterarchive, es sei denn es ist\n"
" -S/--subrepos angegeben."
+#: mercurial/help/subrepos.txt:86
msgid ""
":commit: commit creates a consistent snapshot of the state of the\n"
" entire project and its subrepositories. If any subrepositories\n"
@@ -19740,6 +24033,7 @@
" übernimmt Mercurial ihren Stand und übernimmt ihn schließlich im\n"
" übergeordneten Projektarchiv."
+#: mercurial/help/subrepos.txt:95
msgid ""
":diff: diff does not recurse in subrepos unless -S/--subrepos is\n"
" specified. Changes are displayed as usual, on the subrepositories\n"
@@ -19751,6 +24045,7 @@
" Elemente von Unterarchiven angezeigt.\n"
" Git- und Subversion-Unterarchive werden zur Zeit still ignoriert."
+#: mercurial/help/subrepos.txt:100
msgid ""
":forget: forget currently only handles exact file matches in subrepos.\n"
" Git and Subversion subrepositories are currently silently ignored."
@@ -19759,6 +24054,7 @@
" in Unterarchiven.\n"
" Git- und Subversion-Unterarchive werden zur Zeit still ignoriert."
+#: mercurial/help/subrepos.txt:103
msgid ""
":incoming: incoming does not recurse in subrepos unless -S/--subrepos\n"
" is specified. Git and Subversion subrepositories are currently\n"
@@ -19768,6 +24064,7 @@
" ist -S/--subrepos angegeben.\n"
" Git- und Subversion-Unterarchive werden zur Zeit still ignoriert."
+#: mercurial/help/subrepos.txt:107
msgid ""
":outgoing: outgoing does not recurse in subrepos unless -S/--subrepos\n"
" is specified. Git and Subversion subrepositories are currently\n"
@@ -19777,6 +24074,7 @@
" ist -S/--subrepos angegeben.\n"
" Git- und Subversion-Unterarchive werden zur Zeit still ignoriert."
+#: mercurial/help/subrepos.txt:111
msgid ""
":pull: pull is not recursive since it is not clear what to pull prior\n"
" to running :hg:`update`. Listing and retrieving all\n"
@@ -19791,6 +24089,7 @@
" Archivs verwiesen wird, ist bestenfalls teuer und unmöglich im\n"
" Falle von Subversion."
+#: mercurial/help/subrepos.txt:117
#, fuzzy
msgid ""
":push: Mercurial will automatically push all subrepositories first\n"
@@ -19805,6 +24104,7 @@
" \"push\" ist keine\n"
" Option für Subversion-Unterarchive."
+#: mercurial/help/subrepos.txt:122
msgid ""
":status: status does not recurse into subrepositories unless\n"
" -S/--subrepos is specified. Subrepository changes are displayed as\n"
@@ -19817,6 +24117,7 @@
" als normale Mercurial-Änderungen am Unterverzeichnis angezeigt.\n"
" Subversion-Unterarchive werden zur Zeit still ignoriert."
+#: mercurial/help/subrepos.txt:128
msgid ""
":update: update restores the subrepos in the state they were\n"
" originally committed in target changeset. If the recorded\n"
@@ -19831,11 +24132,13 @@
" Aktualisierung einen Netzwerk-Zugang benötigt, wenn\n"
" Unterverzeichnisse verwendet werden."
+#: mercurial/help/subrepos.txt:134
msgid ""
"Remapping Subrepositories Sources\n"
"================================="
msgstr ""
+#: mercurial/help/subrepos.txt:137
msgid ""
"A subrepository source location may change during a project life,\n"
"invalidating references stored in the parent repository history. To\n"
@@ -19851,6 +24154,7 @@
"angegeben werden. Siehe ``[subpaths]``-Eintrag in hgrc(5) für mehr\n"
"Details."
+#: mercurial/help/templates.txt:1
msgid ""
"Mercurial allows you to customize output of commands through\n"
"templates. You can either pass in a template from the command\n"
@@ -19862,6 +24166,7 @@
"(über den Schalter --template) angeben, oder einen vorhandenen\n"
"Vorlagenstil auswählen (--style)."
+#: mercurial/help/templates.txt:6
msgid ""
"You can customize output for any \"log-like\" command: log,\n"
"outgoing, incoming, tip, parents, heads and glog."
@@ -19869,9 +24174,11 @@
"Sie können die Ausgabe für jeden \"log-ähnlichen\" Befehl anpassen:\n"
"log, outgoing, incoming, tip, parents, heads und glog."
-msgid ""
-"Four styles are packaged with Mercurial: default (the style used\n"
-"when no explicit preference is passed), compact, changelog,\n"
+#: mercurial/help/templates.txt:9
+#, fuzzy
+msgid ""
+"Five styles are packaged with Mercurial: default (the style used\n"
+"when no explicit preference is passed), compact, changelog, phases\n"
"and xml.\n"
"Usage::"
msgstr ""
@@ -19879,9 +24186,11 @@
"genutzt wird, wenn kein anderer explizit angegeben wird), compact,\n"
"changelog und xml. Benutzung::"
+#: mercurial/help/templates.txt:14
msgid " $ hg log -r1 --style changelog"
msgstr " $ hg log -r1 --style changelog"
+#: mercurial/help/templates.txt:16
msgid ""
"A template is a piece of text, with markup to invoke variable\n"
"expansion::"
@@ -19889,6 +24198,7 @@
"Ein Template ist ein Stück Text, der Markierungen enthält, die bei der\n"
"Ausgabe mit den eigentlichen Informationen ersetzt werden::"
+#: mercurial/help/templates.txt:19
msgid ""
" $ hg log -r1 --template \"{node}\\n\"\n"
" b56ce7b07c52de7d5fd79fb89701ea538af65746"
@@ -19896,6 +24206,7 @@
" $ hg log -r1 --template \"{node}\\n\"\n"
" b56ce7b07c52de7d5fd79fb89701ea538af65746"
+#: mercurial/help/templates.txt:22
msgid ""
"Strings in curly braces are called keywords. The availability of\n"
"keywords depends on the exact context of the templater. These\n"
@@ -19906,9 +24217,11 @@
"ausgeführten Befehl ab. Diese Schlüsselwörter stehen üblicherweise für\n"
"Vorlagen von \"log-ähnlichen\" Befehlen zur Verfügung:"
+#: mercurial/help/templates.txt:26
msgid ".. keywordsmarker"
msgstr ""
+#: mercurial/help/templates.txt:28
msgid ""
"The \"date\" keyword does not produce human-readable output. If you\n"
"want to use a date in your output, you can use a filter to process\n"
@@ -19926,6 +24239,7 @@
"Sie können auch mehrere Filter verketten, um das gewünschte Ergebnis zu\n"
"erhalten::"
+#: mercurial/help/templates.txt:35
msgid ""
" $ hg tip --template \"{date|isodate}\\n\"\n"
" 2008-08-21 18:22 +0000"
@@ -19933,112 +24247,150 @@
" $ hg tip --template \"{date|isodate}\\n\"\n"
" 2008-08-21 18:22 +0000"
+#: mercurial/help/templates.txt:38
msgid "List of filters:"
msgstr "Liste aller Filter:"
+#: mercurial/help/templates.txt:40
msgid ".. filtersmarker"
msgstr ""
+#: mercurial/help/templates.txt:42
msgid ""
"Note that a filter is nothing more than a function call, i.e.\n"
"``expr|filter`` is equivalent to ``filter(expr)``."
msgstr ""
+#: mercurial/help/templates.txt:45
msgid "In addition to filters, there are some basic built-in functions:"
msgstr ""
+#: mercurial/help/templates.txt:47
msgid "- date(date[, fmt])"
msgstr ""
+#: mercurial/help/templates.txt:49
msgid "- fill(text[, width])"
msgstr ""
+#: mercurial/help/templates.txt:51
msgid "- get(dict, key)"
msgstr ""
+#: mercurial/help/templates.txt:53
msgid "- if(expr, then[, else])"
msgstr ""
+#: mercurial/help/templates.txt:55
msgid "- ifeq(expr, expr, then[, else])"
msgstr ""
+#: mercurial/help/templates.txt:57
msgid "- join(list, sep)"
msgstr ""
+#: mercurial/help/templates.txt:59
msgid "- label(label, expr)"
msgstr ""
+#: mercurial/help/templates.txt:61
+msgid "- rstdoc(text, style)"
+msgstr ""
+
+#: mercurial/help/templates.txt:63
+msgid "- strip(text[, chars])"
+msgstr ""
+
+#: mercurial/help/templates.txt:65
msgid "- sub(pat, repl, expr)"
msgstr ""
-msgid "- rstdoc(text, style)"
-msgstr ""
-
+#: mercurial/help/templates.txt:67
msgid "Also, for any expression that returns a list, there is a list operator:"
msgstr ""
+#: mercurial/help/templates.txt:69
msgid "- expr % \"{template}\""
msgstr ""
+#: mercurial/help/templates.txt:71
msgid "Some sample command line templates:"
msgstr ""
+#: mercurial/help/templates.txt:73
msgid "- Format lists, e.g. files::"
msgstr ""
+#: mercurial/help/templates.txt:75
msgid " $ hg log -r 0 --template \"files:\\n{files % ' {file}\\n'}\""
msgstr ""
+#: mercurial/help/templates.txt:77
msgid "- Join the list of files with a \", \"::"
msgstr ""
+#: mercurial/help/templates.txt:79
msgid " $ hg log -r 0 --template \"files: {join(files, ', ')}\\n\""
msgstr ""
+#: mercurial/help/templates.txt:81
msgid "- Format date::"
msgstr ""
+#: mercurial/help/templates.txt:83
msgid " $ hg log -r 0 --template \"{date(date, '%Y')}\\n\""
msgstr ""
+#: mercurial/help/templates.txt:85
msgid "- Output the description set to a fill-width of 30::"
msgstr ""
+#: mercurial/help/templates.txt:87
msgid " $ hg log -r 0 --template \"{fill(desc, '30')}\""
msgstr ""
+#: mercurial/help/templates.txt:89
#, fuzzy
msgid "- Use a conditional to test for the default branch::"
msgstr "- Änderungssätze auf dem Vorgabezweig (default)::"
+#: mercurial/help/templates.txt:91
msgid ""
" $ hg log -r 0 --template \"{ifeq(branch, 'default', 'on the main "
"branch',\n"
" 'on branch {branch}')}\\n\""
msgstr ""
+#: mercurial/help/templates.txt:94
msgid "- Append a newline if not empty::"
msgstr ""
+#: mercurial/help/templates.txt:96
msgid " $ hg tip --template \"{if(author, '{author}\\n')}\""
msgstr ""
+#: mercurial/help/templates.txt:98
msgid "- Label the output for use with the color extension::"
msgstr ""
+#: mercurial/help/templates.txt:100
msgid ""
" $ hg log -r 0 --template \"{label('changeset.{phase}', node|short)}\\n\""
msgstr ""
+#: mercurial/help/templates.txt:102
msgid "- Invert the firstline filter, i.e. everything but the first line::"
msgstr ""
+#: mercurial/help/templates.txt:104
msgid " $ hg log -r 0 --template \"{sub(r'^.*\\n?\\n?', '', desc)}\\n\"\n"
msgstr ""
+#: mercurial/help/urls.txt:1
msgid "Valid URLs are of the form::"
msgstr "Gültige URLs haben folgende Form::"
+#: mercurial/help/urls.txt:3
msgid ""
" local/filesystem/path[#revision]\n"
" file://local/filesystem/path[#revision]\n"
@@ -20052,6 +24404,7 @@
" https://[nutzer[:pass]@]host[:port]/[pfad][#revision]\n"
" ssh://[nutzer@]host[:port]/[pfad][#revision]"
+#: mercurial/help/urls.txt:9
#, fuzzy
msgid ""
"Paths in the local filesystem can either point to Mercurial\n"
@@ -20062,6 +24415,7 @@
"dateien verweisen (wie sie von :hg:`bundle` oder :hg:`incoming --bundle`\n"
"erzeugt werden). Siehe auch :hg:`help paths`."
+#: mercurial/help/urls.txt:13
msgid ""
"An optional identifier after # indicates a particular branch, tag, or\n"
"changeset to use from the remote repository. See also :hg:`help\n"
@@ -20071,6 +24425,7 @@
"Tag oder Änderungssatz des anderen Projektarchivs. Siehe auch :hg:\n"
"`help revisions`."
+#: mercurial/help/urls.txt:17
msgid ""
"Some features, such as pushing to http:// and https:// URLs are only\n"
"possible if the feature is explicitly enabled on the remote Mercurial\n"
@@ -20080,6 +24435,7 @@
"nur dann möglich, wenn diese Funktionen explizit auf dem entfernten\n"
"Mercurial-Server aktiviert sind."
+#: mercurial/help/urls.txt:21
msgid ""
"Note that the security of HTTPS URLs depends on proper configuration of\n"
"web.cacerts."
@@ -20088,9 +24444,11 @@
"Konfiguration\n"
"von web.cacerts abhängt."
+#: mercurial/help/urls.txt:24
msgid "Some notes about using SSH with Mercurial:"
msgstr "Einige Hinweise zur Nutzung von SSH mit Mercurial:"
+#: mercurial/help/urls.txt:26
msgid ""
"- SSH requires an accessible shell account on the destination machine\n"
" and a copy of hg in the remote path or specified with as remotecmd.\n"
@@ -20104,9 +24462,11 @@
" Nutzer. Nutze einen zusätzlichen Schrägstrich um einen absoluen Pfad\n"
" anzugeben::"
+#: mercurial/help/urls.txt:31
msgid " ssh://example.com//tmp/repository"
msgstr " ssh://example.com//tmp/repository"
+#: mercurial/help/urls.txt:33
msgid ""
"- Mercurial doesn't use its own compression via SSH; the right thing\n"
" to do is to configure it in your ~/.ssh/config, e.g.::"
@@ -20115,6 +24475,7 @@
"sollte\n"
" man die Kompression über ~/.ssh/config aktivieren, z.B.::"
+#: mercurial/help/urls.txt:36
msgid ""
" Host *.mylocalnetwork.example.com\n"
" Compression no\n"
@@ -20126,6 +24487,7 @@
" Host *\n"
" Compression yes"
+#: mercurial/help/urls.txt:41
msgid ""
" Alternatively specify \"ssh -C\" as your ssh command in your\n"
" configuration file or with the --ssh command line option."
@@ -20133,6 +24495,7 @@
" Alternativ kann \"ssh -C\" als dein SSH-Befehl in der hgrc oder mit der\n"
" --ssh Befehlszeilenoption angegeben werden."
+#: mercurial/help/urls.txt:44
msgid ""
"These URLs can all be stored in your configuration file with path\n"
"aliases under the [paths] section like so::"
@@ -20140,6 +24503,7 @@
"Diese URLs können alle in der hgrc als Aliase unter dem Abschnitt [paths]\n"
"wie folgt abgelegt werden::"
+#: mercurial/help/urls.txt:47
msgid ""
" [paths]\n"
" alias1 = URL1\n"
@@ -20151,6 +24515,7 @@
" alias2 = URL2\n"
" ..."
+#: mercurial/help/urls.txt:52
msgid ""
"You can then use the alias for any command that uses a URL (for\n"
"example :hg:`pull alias1` will be treated as :hg:`pull URL1`)."
@@ -20158,6 +24523,7 @@
"Diese Aliase können dann bei jedem Befehl genutzt werden, der URLs nutzt\n"
"(z.B. :hg: `pull alias1` würde als :hg: `pull URL1` gewertet werden)."
+#: mercurial/help/urls.txt:55
msgid ""
"Two path aliases are special because they are used as defaults when\n"
"you do not provide the URL to a command:"
@@ -20165,6 +24531,7 @@
"Es gibt zwei besondere Pfad-Aliase, die standardmäßig genutzt\n"
"werden wenn einem Befehl keine URL übergeben wurde:"
+#: mercurial/help/urls.txt:58
msgid ""
"default:\n"
" When you create a repository with hg clone, the clone command saves\n"
@@ -20180,6 +24547,7 @@
" Pfad wird immer dann genutzt, wenn bei Befehlen wie 'push'- oder 'pull'\n"
" der Pfad nicht angegeben wurde (auch 'incoming' und 'outgoing')."
+#: mercurial/help/urls.txt:64
msgid ""
"default-push:\n"
" The push command will look for a path named 'default-push', and\n"
@@ -20189,40 +24557,51 @@
" Der 'push'-Befehl sucht nach dem 'default-push'-Alias und zieht\n"
" diesen dem 'default'-Alias vor, wenn beide definiert sind.\n"
+#: mercurial/hg.py:31
msgid "remote branch lookup not supported"
msgstr "Auflisten entfernter Zweige wird nicht unterstützt"
+#: mercurial/hg.py:39
msgid "dirstate branch not accessible"
msgstr ""
+#: mercurial/hg.py:49 mercurial/localrepo.py:653
#, python-format
msgid "unknown branch '%s'"
msgstr "Unbekannter Zweig '%s'"
+#: mercurial/hg.py:132
msgid "can only share local repositories"
msgstr "Kann nur lokale Projektarchive teilen"
+#: mercurial/hg.py:155
msgid "destination already exists"
msgstr "Ziel existiert bereits"
+#: mercurial/hg.py:182
msgid "updating working directory\n"
msgstr "Aktualisiere Arbeitsverzeichnis\n"
+#: mercurial/hg.py:277
#, python-format
msgid "destination directory: %s\n"
msgstr "Zielverzeichnis: %s\n"
+#: mercurial/hg.py:285
msgid "empty destination path is not valid"
msgstr ""
+#: mercurial/hg.py:288 mercurial/hg.py:331 mercurial/hg.py:359
#, python-format
msgid "destination '%s' already exists"
msgstr "Ziel '%s' existiert bereits"
+#: mercurial/hg.py:290
#, python-format
msgid "destination '%s' is not empty"
msgstr "Ziel %s ist nicht leer"
+#: mercurial/hg.py:366
msgid ""
"src repository does not support revision lookup and so doesn't support clone "
"by revision"
@@ -20230,21 +24609,26 @@
"Quellarchiv unterstützt keine Revisions-Abfragen und\n"
"lässt daher das Klonen bis zu einer Revision nicht zu"
+#: mercurial/hg.py:376
msgid "clone from remote to remote not supported"
msgstr "Klonen von entferntem zu entferntem Projektarchiv nicht möglich"
+#: mercurial/hg.py:424
#, fuzzy
msgid "updating to bookmark @\n"
msgstr "Aktualisiere Lesezeichen %s\n"
+#: mercurial/hg.py:426
#, fuzzy, python-format
msgid "updating to bookmark @ on branch %s\n"
msgstr "Aktualisiere auf Zweig %s\n"
+#: mercurial/hg.py:435
#, python-format
msgid "updating to branch %s\n"
msgstr "Aktualisiere auf Zweig %s\n"
+#: mercurial/hg.py:449
#, python-format
msgid ""
"%d files updated, %d files merged, %d files removed, %d files unresolved\n"
@@ -20252,9 +24636,11 @@
"%d Dateien aktualisiert, %d Dateien zusammengeführt, %d Dateien entfernt, %d "
"Dateien ungelöst\n"
+#: mercurial/hg.py:465
msgid "use 'hg resolve' to retry unresolved file merges\n"
msgstr "Nutze 'hg resolve', um ungelöste Merges zu wiederholen\n"
+#: mercurial/hg.py:485
msgid ""
"use 'hg resolve' to retry unresolved file merges or 'hg update -C .' to "
"abandon\n"
@@ -20262,133 +24648,168 @@
"Nutze 'hg resolve', um ungelöste Merges zu wiederholen\n"
"oder 'hg update -C .' um aufzugeben\n"
+#: mercurial/hg.py:488
msgid "(branch merge, don't forget to commit)\n"
msgstr "(Zusammenführen von Zweigen, vergiss nicht 'hg commit' auszuführen)\n"
+#: mercurial/hgweb/hgweb_mod.py:286
#, fuzzy, python-format
msgid "websub: invalid pattern for %s: %s\n"
msgstr "interhg: Ungültiges Muster für %s: %s\n"
+#: mercurial/hgweb/hgweb_mod.py:306
#, fuzzy, python-format
msgid "websub: invalid regexp for %s: %s\n"
msgstr "interhg: Ungültiger Regulärer Ausdruck für %s: %s\n"
+#: mercurial/hgweb/hgwebdir_mod.py:105
#, python-format
msgid "config file %s not found!"
msgstr "Konfigurationsdatei %s nicht gefunden!"
+#: mercurial/hgweb/hgwebdir_mod.py:331
#, python-format
msgid "error reading %s/.hg/hgrc: %s\n"
msgstr "Fehler beim Lesen von %s/.hg/hgrc: %s\n"
+#: mercurial/hgweb/hgwebdir_mod.py:346 mercurial/hgweb/hgwebdir_mod.py:349
#, python-format
msgid "error accessing repository at %s\n"
msgstr "Fehler beim Zugriff auf Projektarchiv in %s\n"
+#: mercurial/hgweb/server.py:207 mercurial/hgweb/server.py:248
msgid "SSL support is unavailable"
msgstr "SSL-Unterstützung ist nicht verfügbar"
+#: mercurial/hgweb/server.py:303
msgid "IPv6 is not available on this system"
msgstr "IPv6 ist auf diesem System nicht verfügbar"
+#: mercurial/hgweb/server.py:329
#, python-format
msgid "cannot start server at '%s:%d': %s"
msgstr "Kann Server nicht auf '%s:%d' starten: %s"
+#: mercurial/hgweb/webcommands.py:624
#, python-format
msgid "(binary file %s, hash: %s)"
msgstr ""
+#: mercurial/hgweb/webutil.py:366 mercurial/patch.py:1855
#, python-format
msgid " %d files changed, %d insertions(+), %d deletions(-)\n"
msgstr ""
" %d Dateien verändert, %d Zeilen hinzugefügt(+), %d Zeilen entfernt(-)\n"
+#: mercurial/hook.py:22
#, python-format
msgid "calling hook %s: %s\n"
msgstr "Rufe Hook %s auf: %s\n"
+#: mercurial/hook.py:29
#, python-format
msgid "%s hook is invalid (\"%s\" not in a module)"
msgstr "%s-Hook ist ungültig (\"%s\" ist kein Modul)"
+#: mercurial/hook.py:53
msgid "exception from first failed import attempt:\n"
msgstr "Ausnahme vom ersten fehlgeschlagenen Importversuch:\n"
+#: mercurial/hook.py:56
msgid "exception from second failed import attempt:\n"
msgstr "Ausnahme vom zweiten fehlgeschlagenen Importversuch:\n"
+#: mercurial/hook.py:58
#, python-format
msgid "%s hook is invalid (import of \"%s\" failed)"
msgstr "%s-Hook ist ungültig (Import von \"%s\" schlug fehl)"
+#: mercurial/hook.py:66
#, python-format
msgid "%s hook is invalid (\"%s\" is not defined)"
msgstr "%s-Hook ist ungültig (\"%s\" ist nicht definiert)"
+#: mercurial/hook.py:70
#, python-format
msgid "%s hook is invalid (\"%s\" is not callable)"
msgstr "%s-Hook ist ungültig (\"%s\" ist nicht aufrufbar)"
+#: mercurial/hook.py:86
#, python-format
msgid "error: %s hook failed: %s\n"
msgstr "Fehler: Hook %s schlug fehl: %s\n"
+#: mercurial/hook.py:89
#, python-format
msgid "error: %s hook raised an exception: %s\n"
msgstr "Fehler: Hook %s löste eine Ausnahme aus: %s\n"
+#: mercurial/hook.py:105
#, python-format
msgid "%s hook failed"
msgstr "%s-Hook ist fehlgeschlagen"
+#: mercurial/hook.py:106
#, python-format
msgid "warning: %s hook failed\n"
msgstr "Warnung: %s-Hook schlug fehl\n"
+#: mercurial/hook.py:110
#, python-format
msgid "running hook %s: %s\n"
msgstr "Führe Hook %s aus: %s\n"
+#: mercurial/hook.py:140
#, python-format
msgid "%s hook %s"
msgstr "%s-Hook %s"
+#: mercurial/hook.py:141
#, python-format
msgid "warning: %s hook %s\n"
msgstr "Warnung: %s-Hook %s\n"
+#: mercurial/hook.py:193
#, fuzzy, python-format
msgid "loading %s hook failed:\n"
msgstr "Warnung: %s-Hook schlug fehl\n"
+#: mercurial/httpconnection.py:55
msgid "kb"
msgstr ""
+#: mercurial/httpconnection.py:64
#, python-format
msgid "ignoring invalid [auth] key '%s'\n"
msgstr "Ignoriere ungültige [auth] Schlüssel '%s'\n"
+#: mercurial/httppeer.py:23
msgid "connection ended unexpectedly"
msgstr "Verbindung wurde unerwartet beendet"
+#: mercurial/httppeer.py:34
#, python-format
msgid "unsupported URL component: \"%s\""
msgstr "Nicht unterstützte URL-Komponente: \"%s\""
+#: mercurial/httppeer.py:70
msgid "operation not supported over http"
msgstr "Operation wird über HTTP nicht unterstützt"
+#: mercurial/httppeer.py:121
msgid "authorization failed"
msgstr "Autorisierung fehlgeschlagen"
+#: mercurial/httppeer.py:129
msgid "http error, possibly caused by proxy setting"
msgstr "HTTP-Fehler, möglicherweise von einer Proxy-Einstellung verursacht"
+#: mercurial/httppeer.py:136
#, python-format
msgid "real URL is %s\n"
msgstr "echte Adresse ist %s\n"
+#: mercurial/httppeer.py:153
#, python-format
msgid ""
"'%s' does not appear to be an hg repository:\n"
@@ -20401,162 +24822,205 @@
"%s\n"
"---%%<---\n"
+#: mercurial/httppeer.py:162
#, python-format
msgid "'%s' sent a broken Content-Type header (%s)"
msgstr "'%s' sendete einen defekte Content-Type-Kopfzeile (%s)"
+#: mercurial/httppeer.py:165
#, python-format
msgid "'%s' uses newer protocol %s"
msgstr "'%s' benutzt ein neueres Protokoll %s"
+#: mercurial/httppeer.py:208
#, python-format
msgid "push failed: %s"
msgstr "Übertragung fehlgeschlagen: %s"
+#: mercurial/httppeer.py:223
msgid "Python support for SSL and HTTPS is not installed"
msgstr "Python-Unterstützung für SSL und HTTPS ist nicht installiert"
+#: mercurial/httppeer.py:229
msgid "cannot create new http repository"
msgstr "Kann neues HTTP-Projektarchiv nicht erzeugen"
+#: mercurial/ignore.py:41
#, python-format
msgid "ignoring invalid syntax '%s'"
msgstr "Ignoriere ungültige Syntax '%s'"
+#: mercurial/ignore.py:71
#, python-format
msgid "skipping unreadable ignore file '%s': %s\n"
msgstr "Überspringe nicht lesbare ignore-Datei '%s': %s\n"
+#: mercurial/localrepo.py:200
#, python-format
msgid "repository %s not found"
msgstr "Projektarchiv %s nicht gefunden"
+#: mercurial/localrepo.py:202
#, python-format
msgid "repository %s already exists"
msgstr "Projektarchiv %s existiert bereits"
+#: mercurial/localrepo.py:218
#, python-format
msgid ".hg/sharedpath points to nonexistent directory %s"
msgstr ".hg/sharedpath zeigt auf nicht existierendes Verzeichnis %s"
+#: mercurial/localrepo.py:379
#, python-format
msgid "warning: ignoring unknown working parent %s!\n"
msgstr ""
"Warnung: Ignoriere unbekannte Elternversion %s des Arbeitsverzeichnisses!\n"
+#: mercurial/localrepo.py:435
#, python-format
msgid "warning: tag %s conflicts with existing branch name\n"
msgstr "Warnung: Tag %s steht im Konflikt mit existierendem Zweignamen\n"
+#: mercurial/localrepo.py:517
msgid "working copy of .hgtags is changed (please commit .hgtags manually)"
msgstr ""
"Arbeitskopie von .hgtags wurde geändert (bitte speichere .hgtags manuell)"
+#: mercurial/localrepo.py:812
msgid "abandoned transaction found - run hg recover"
msgstr "abgebrochene Transaktion gefunden - bitte führe hg recover aus"
+#: mercurial/localrepo.py:851
msgid "rolling back interrupted transaction\n"
msgstr "Setze unterbrochene Transaktion zurück\n"
+#: mercurial/localrepo.py:857
msgid "no interrupted transaction available\n"
msgstr "Keine unterbrochene Transaktion vorhanden\n"
+#: mercurial/localrepo.py:870
msgid "no rollback information available\n"
msgstr "Keine rollback-Information verfügbar\n"
+#: mercurial/localrepo.py:886
#, python-format
msgid "repository tip rolled back to revision %s (undo %s: %s)\n"
msgstr "Archivspitze (tip) auf Revision %s zurückgerollt (%s zurück: %s)\n"
+#: mercurial/localrepo.py:890
#, python-format
msgid "repository tip rolled back to revision %s (undo %s)\n"
msgstr "Archivspitze (tip) auf Revision %s zurückgerollt (%s zurück)\n"
+#: mercurial/localrepo.py:894
msgid "rolling back unknown transaction\n"
msgstr "Setze letzte Transaktion zurück\n"
+#: mercurial/localrepo.py:899
msgid "rollback of last commit while not checked out may lose data"
msgstr ""
+#: mercurial/localrepo.py:900
msgid "use -f to force"
msgstr "Benutzen Sie -f zum erzwingen"
+#: mercurial/localrepo.py:923
#, python-format
msgid "named branch could not be reset: current branch is still '%s'\n"
msgstr ""
"Benannter Zweig konnte nicht zurückgesetzt werden: aktueller Zweig ist "
"weiterhin '%s'\n"
+#: mercurial/localrepo.py:930
#, python-format
msgid "working directory now based on revisions %d and %d\n"
msgstr "Arbeitsverzeichnis basiert nun auf Revisionen %d und %d\n"
+#: mercurial/localrepo.py:933
#, python-format
msgid "working directory now based on revision %d\n"
msgstr "Arbeitsverzeichnis basiert nun auf Revision %d\n"
+#: mercurial/localrepo.py:990
#, python-format
msgid "waiting for lock on %s held by %r\n"
msgstr "Warte auf Sperre auf %s gehalten von %r\n"
+#: mercurial/localrepo.py:1028
#, python-format
msgid "repository %s"
msgstr "Projektarchiv %s"
+#: mercurial/localrepo.py:1046
#, python-format
msgid "working directory of %s"
msgstr "Arbeitsverzeichnis von %s"
+#: mercurial/localrepo.py:1109
#, python-format
msgid "warning: can't find ancestor for '%s' copied from '%s'!\n"
msgstr ""
+#: mercurial/localrepo.py:1159
msgid "cannot partially commit a merge (do not specify files or patterns)"
msgstr ""
"Das Zusammenführen kann nicht teilweise gespeichert werden (gib keine "
"Dateien oder Muster an)"
+#: mercurial/localrepo.py:1189
#, python-format
msgid "commit with new subrepo %s excluded"
msgstr "Ohne neues Unterarchiv %s übernehmen"
+#: mercurial/localrepo.py:1194
msgid "use --subrepos for recursive commit"
msgstr ""
+#: mercurial/localrepo.py:1211
msgid "can't commit subrepos without .hgsub"
msgstr "Kann Unterarchiv nicht ohne .hgsub speichern"
+#: mercurial/localrepo.py:1229
msgid "file not found!"
msgstr "Datei nicht gefunden!"
+#: mercurial/localrepo.py:1236
msgid "no match under directory!"
msgstr "Kein Treffer unterhalb des Verzeichnisses!"
+#: mercurial/localrepo.py:1238
msgid "file not tracked!"
msgstr "Datei wird nicht versioniert!"
+#: mercurial/localrepo.py:1248
msgid "cannot commit merge with missing files"
msgstr ""
"Zusammenführung kann aufgrund fehlender Dateien nicht übernommen werden"
+#: mercurial/localrepo.py:1253
msgid "unresolved merge conflicts (see hg help resolve)"
msgstr "Ungelöste Konflikte beim Zusammenführen (siehe hg help resolve)"
+#: mercurial/localrepo.py:1264
#, python-format
msgid "committing subrepository %s\n"
msgstr "Speichere Unterarchiv %s\n"
+#: mercurial/localrepo.py:1284
#, python-format
msgid "note: commit message saved in %s\n"
msgstr "Hinweis: Versionsmeldung in %s gespeichert\n"
+#: mercurial/localrepo.py:1331 mercurial/localrepo.py:1336
#, python-format
msgid "trouble committing %s!\n"
msgstr "Problem beim Speichern von %s!\n"
+#: mercurial/localrepo.py:1672
msgid "requesting all changes\n"
msgstr "Fordere alle Änderungen an\n"
+#: mercurial/localrepo.py:1684
msgid ""
"partial pull cannot be done because other repository doesn't support "
"changegroupsubset."
@@ -20564,537 +25028,659 @@
"Teilweiser Pull kann nicht ausgeführt werden, da das andere Projektarchiv "
"changegroupsubset nicht unterstützt."
+#: mercurial/localrepo.py:1765
msgid "destination does not support push"
msgstr ""
+#: mercurial/localrepo.py:1778
#, python-format
msgid "cannot lock source repo, skipping local %s phase update\n"
msgstr ""
+#: mercurial/localrepo.py:1819
#, fuzzy, python-format
msgid "push includes obsolete changeset: %s!"
msgstr "Push erzeugt neuen entfernten Zweig '%s'!"
+#: mercurial/localrepo.py:1822
#, fuzzy, python-format
msgid "push includes unstable changeset: %s!"
msgstr "Nicht veränderbarer Änderungssatz %s kann nicht verschoben werden"
+#: mercurial/localrepo.py:1823
#, fuzzy, python-format
msgid "push includes bumped changeset: %s!"
msgstr "Push erzeugt neuen entfernten Zweig '%s'!"
+#: mercurial/localrepo.py:1824
#, fuzzy, python-format
msgid "push includes divergent changeset: %s!"
msgstr "Push erzeugt neuen entfernten Zweig '%s'!"
+#: mercurial/localrepo.py:1941
#, python-format
msgid "updating %s to public failed!\n"
msgstr ""
+#: mercurial/localrepo.py:1977
#, python-format
msgid "%d changesets found\n"
msgstr "%d Änderungssätze gefunden\n"
-msgid "bundling"
-msgstr "Bündle"
-
-msgid "manifests"
-msgstr "Manifeste"
-
-#, python-format
-msgid "empty or missing revlog for %s"
-msgstr "Leeres oder fehlendes Revlog für %s"
-
+#: mercurial/localrepo.py:2096
msgid "adding changesets\n"
msgstr "Füge Änderungssätze hinzu\n"
+#: mercurial/localrepo.py:2104
msgid "chunks"
msgstr "Blöcke"
+#: mercurial/localrepo.py:2113
msgid "received changelog group is empty"
msgstr "Erhaltene Changelog-Gruppe ist leer"
+#: mercurial/localrepo.py:2122
msgid "adding manifests\n"
msgstr "Füge Manifeste hinzu\n"
+#: mercurial/localrepo.py:2145
msgid "adding file changes\n"
msgstr "Füge Dateiänderungen hinzu\n"
+#: mercurial/localrepo.py:2165
+#, python-format
+msgid " (%+d heads)"
+msgstr " (%+d Köpfe)"
+
+#: mercurial/localrepo.py:2167
+#, python-format
+msgid "added %d changesets with %d changes to %d files%s\n"
+msgstr "Fügte %d Änderungssätze mit %d Änderungen an %d Dateien hinzu%s\n"
+
+#: mercurial/localrepo.py:2247
msgid "received file revlog group is empty"
msgstr "Revlog-Gruppe der erhaltenen Datei ist leer"
+#: mercurial/localrepo.py:2258
#, fuzzy
msgid "received spurious file revlog entry"
msgstr "Revlog-Gruppe der erhaltenen Datei ist leer"
+#: mercurial/localrepo.py:2270
#, python-format
msgid "missing file data for %s:%s - run hg verify"
msgstr "Fehlende Dateidaten für %s:%s - bitte führe hg verify aus"
-#, python-format
-msgid " (%+d heads)"
-msgstr " (%+d Köpfe)"
-
-#, python-format
-msgid "added %d changesets with %d changes to %d files%s\n"
-msgstr "Fügte %d Änderungssätze mit %d Änderungen an %d Dateien hinzu%s\n"
-
+#: mercurial/localrepo.py:2290 mercurial/localrepo.py:2303
+#: mercurial/localrepo.py:2317
#, fuzzy
msgid "unexpected response from remote server:"
msgstr "Unerwartete Antwort vom entfernten Server:"
+#: mercurial/localrepo.py:2292
msgid "operation forbidden by server"
msgstr "Kommando vom Server verboten"
+#: mercurial/localrepo.py:2294
msgid "locking the remote repository failed"
msgstr "Sperren des entfernten Projektarchivs fehlgeschlagen"
+#: mercurial/localrepo.py:2296
msgid "the server sent an unknown error code"
msgstr "Der Server sendete einen unbekannten Fehlercode."
+#: mercurial/localrepo.py:2297
msgid "streaming all changes\n"
msgstr "Sende alle Änderungen\n"
+#: mercurial/localrepo.py:2304
#, python-format
msgid "%d files to transfer, %s of data\n"
msgstr "%d Dateien zum Übertragen, %s an Daten\n"
+#: mercurial/localrepo.py:2307 mercurial/localrepo.py:2325
+#: mercurial/localrepo.py:2332
msgid "clone"
msgstr ""
+#: mercurial/localrepo.py:2333
#, python-format
msgid "transferred %s in %.1f seconds (%s/sec)\n"
msgstr "%s in %.1f Sekunden übertragen (%s/Sek)\n"
+#: mercurial/mail.py:84
msgid "SMTPS requires Python 2.6 or later"
msgstr ""
+#: mercurial/mail.py:94
msgid "can't use TLS: Python SSL support not installed"
msgstr "Kann TLS nicht benutzen: SSL-Unterstützung nicht in Python installiert"
+#: mercurial/mail.py:97
msgid "smtp.host not configured - cannot send mail"
msgstr "smtp.host nicht konfiguriert -- kann keine E-Mail versenden"
+#: mercurial/mail.py:101
#, python-format
msgid "invalid smtp.verifycert configuration: %s"
msgstr ""
+#: mercurial/mail.py:108
msgid "(using smtps)\n"
msgstr "(benutze SMTPS)\n"
+#: mercurial/mail.py:119
#, python-format
msgid "sending mail: smtp host %s, port %s\n"
msgstr "Sende E-Mail: SMTP-Host %s, Port %s\n"
+#: mercurial/mail.py:123
msgid "(using starttls)\n"
msgstr "(benutze starttls)\n"
+#: mercurial/mail.py:128
msgid "(verifying remote certificate)\n"
msgstr ""
+#: mercurial/mail.py:135
#, python-format
msgid "(authenticating to mail server as %s)\n"
msgstr "(authentifiziere beim E-Mail-Server als %s)\n"
+#: mercurial/mail.py:158
#, python-format
msgid "sending mail: %s\n"
msgstr "Sende E-Mail: %s\n"
+#: mercurial/mail.py:197
msgid "smtp specified as email transport, but no smtp host configured"
msgstr ""
"SMTP zum Versenden von E-Mails angegeben, aber es wurde kein SMTP-Host "
"konfiguriert"
+#: mercurial/mail.py:201
#, python-format
msgid "%r specified as email transport, but not in PATH"
msgstr ""
"%r zum Versenden von E-Mails angegeben, wurde aber nicht in PATH gefunden"
+#: mercurial/mail.py:271
#, python-format
msgid "ignoring invalid sendcharset: %s\n"
msgstr "Ignoriere ungültige sendcharset-Angabe: %s\n"
+#: mercurial/mail.py:291
#, python-format
msgid "invalid email address: %s"
msgstr "Ungültige E-Mail-Adresse: %s"
+#: mercurial/mail.py:297
#, python-format
msgid "invalid local address: %s"
msgstr "Ungültige lokale Adresse: %s"
+#: mercurial/manifest.py:146 mercurial/scmutil.py:60
#, python-format
msgid "'\\n' and '\\r' disallowed in filenames: %r"
msgstr "'\\n' und '\\r' sind nicht in Dateinamen erlaubt: %r"
+#: mercurial/manifest.py:192
#, python-format
msgid "failed to remove %s from manifest"
msgstr "Konnte %s nicht aus dem Manifest entfernen"
+#: mercurial/match.py:313
#, python-format
msgid "invalid pattern (%s): %s"
msgstr "Ungültiges Muster (%s): %s"
+#: mercurial/match.py:314
msgid "invalid pattern"
msgstr "Ungültiges Muster"
+#: mercurial/match.py:332
#, python-format
msgid "unable to read file list (%s)"
msgstr "Kann Dateiliste nicht lesen (%s)"
+#: mercurial/mdiff.py:58
#, python-format
msgid "diff context lines count must be an integer, not %r"
msgstr "Zeilenangaben im Diff-Kontext müssen Zahlen sein, nicht %r"
+#: mercurial/merge.py:81
#, fuzzy, python-format
msgid "warning: cannot merge flags for %s\n"
msgstr "Kann Tags aus %s nicht lesen"
+#: mercurial/merge.py:111 mercurial/merge.py:350
#, python-format
msgid "%s: untracked file differs\n"
msgstr "%s: Unversionierte Datei verändert\n"
+#: mercurial/merge.py:113 mercurial/merge.py:353
msgid ""
"untracked files in working directory differ from files in requested revision"
msgstr ""
"Unversionierte Dateien in der Arbeitskopie unterscheidet sich von der "
"angeforderten Revision"
+#: mercurial/merge.py:196
#, python-format
msgid "case-folding collision between %s and %s"
msgstr "Groß-/Kleinschreibungskonflikt zwischen %s und %s"
+#: mercurial/merge.py:235
msgid "resolving manifests\n"
msgstr "Manifeste auflösen\n"
+#: mercurial/merge.py:369
#, fuzzy, python-format
msgid ""
"local changed %s which remote deleted\n"
-"use (c)hanged version or (d)elete?"
+"use (c)hanged version or (d)elete?$$ &Changed $$ &Delete"
msgstr ""
" Lokales Archiv ändert %s, aber entferntes löscht.\n"
"Nutze (c) geänderte Version oder (d) lösche?"
-msgid "&Changed"
-msgstr "(&C) Geändert"
-
-msgid "&Delete"
-msgstr "(&D) Löschen"
-
-#, python-format
+#: mercurial/merge.py:379
+#, fuzzy, python-format
msgid ""
"remote changed %s which local deleted\n"
-"use (c)hanged version or leave (d)eleted?"
+"use (c)hanged version or leave (d)eleted?$$ &Changed $$ &Deleted"
msgstr ""
"Entferntes Archiv ändert %s, aber lokales löscht.\n"
"Nutze (c) geänderte Version oder (d) lösche?"
-msgid "&Deleted"
-msgstr "(&D) Gelöscht"
-
+#: mercurial/merge.py:412
#, python-format
msgid "update failed to remove %s: %s!\n"
msgstr "update konnte %s nicht entfernen: %s!\n"
+#: mercurial/merge.py:416
#, python-format
msgid "getting %s\n"
msgstr "Hole %s\n"
+#: mercurial/merge.py:492 mercurial/merge.py:498 mercurial/merge.py:504
msgid "updating"
msgstr "Aktualisiere"
+#: mercurial/merge.py:534
#, python-format
msgid "getting %s to %s\n"
msgstr "Hole %s nach %s\n"
+#: mercurial/merge.py:539
#, python-format
msgid "note: possible conflict - %s was renamed multiple times to:\n"
msgstr "Anmerkung: Möglicher Konflikt - %s wurde mehrere Male umbenannt zu:\n"
+#: mercurial/merge.py:545
#, python-format
msgid "note: possible conflict - %s was deleted and renamed to:\n"
msgstr "Anmerkung: Möglicher Konflikt - %s wurde gelöscht und umbenannt zu:\n"
+#: mercurial/merge.py:704
msgid "merging with a working directory ancestor has no effect"
msgstr "Zusammenführen mit einem Vorfahren der Arbeitskopie hat keinen Effekt"
+#: mercurial/merge.py:709
msgid "use 'hg update' or check 'hg heads'"
msgstr "nutze 'hg update' oder überprüfe 'hg heads'"
+#: mercurial/merge.py:713
msgid "use 'hg status' to list changes"
msgstr "nutze 'hg status' zur Auflistung der Änderungen"
+#: mercurial/merge.py:716
#, python-format
msgid "outstanding uncommitted changes in subrepository '%s'"
msgstr "Ausstehende, unversionierte Änderungen im Unterarchiv '%s'"
+#: mercurial/merge.py:730
msgid "crosses branches (merge branches or use --clean to discard changes)"
msgstr ""
"kreuzt Zweige (nutze :hg:`merge` zum Zusammenführen oder :hg:`update -C` um "
"die Änderungen zu verwerfen)"
+#: mercurial/merge.py:734
msgid "crosses branches (merge branches or update --check to force update)"
msgstr ""
"kreuzt Zweige (nutze :hg:`merge` oder :hg:`update --check` zum Erzwingen)"
+#: mercurial/minirst.py:422
msgid "Attention:"
msgstr "Obacht:"
+#: mercurial/minirst.py:423
msgid "Caution:"
msgstr "Vorsicht:"
+#: mercurial/minirst.py:424
msgid "!Danger!"
msgstr "!Gefahr!"
+#: mercurial/minirst.py:425
msgid "Error:"
msgstr "Fehler:"
+#: mercurial/minirst.py:426
msgid "Hint:"
msgstr "Tipp:"
+#: mercurial/minirst.py:427
msgid "Important:"
msgstr "Wichtig:"
+#: mercurial/minirst.py:428
msgid "Note:"
msgstr "Hinweis: "
+#: mercurial/minirst.py:429
msgid "Tip:"
msgstr "Tipp:"
+#: mercurial/minirst.py:430
msgid "Warning!"
msgstr "Warnung!"
+#: mercurial/obsolete.py:143
#, python-format
msgid "parsing obsolete marker: unknown version %r"
msgstr ""
+#: mercurial/obsolete.py:164
#, python-format
msgid ""
"parsing obsolete marker: metadata is too short, %d bytes expected, got %d"
msgstr ""
+#: mercurial/obsolete.py:306
msgid "bad obsolescence marker detected: invalid successors nullid"
msgstr ""
+#: mercurial/obsolete.py:355
#, fuzzy, python-format
msgid "unknown key: %r"
msgstr "Unbekannter Sortiermodus: %r"
+#: mercurial/obsolete.py:358
#, fuzzy
msgid "unexpected old value"
msgstr "Unerwartete Antwort:"
+#: mercurial/obsolete.py:386
msgid "failed to push some obsolete markers!\n"
msgstr ""
+#: mercurial/parser.py:38
#, python-format
msgid "unexpected token: %s"
msgstr "Unerwartetes Token: %s"
+#: mercurial/parser.py:46
#, python-format
msgid "not a prefix: %s"
msgstr "kein Präfix: %s"
+#: mercurial/parser.py:68
#, python-format
msgid "not an infix: %s"
msgstr "kein Infix: %s"
+#: mercurial/patch.py:446
#, python-format
msgid "%d out of %d hunks FAILED -- saving rejects to file %s\n"
msgstr ""
"%d von %d Teilstücken sind FEHLGESCHLAGEN -- speichere Ausschuss in Datei "
"%s\n"
+#: mercurial/patch.py:466 mercurial/patch.py:548
#, python-format
msgid "cannot patch %s: file is not tracked"
msgstr "Kann patch nicht auf %s anwenden: Datei ist nicht versioniert"
+#: mercurial/patch.py:628
#, python-format
msgid "unable to find '%s' for patching\n"
msgstr "Kann '%s' nicht zum Patchen finden\n"
# unschön -- mir fiel kein gutes Verb außer "flicken" ein
+#: mercurial/patch.py:662
#, python-format
msgid "patching file %s\n"
msgstr "Wende Patch auf Datei %s an\n"
+#: mercurial/patch.py:698
#, python-format
msgid "bad hunk #%d %s (%d %d %d %d)"
msgstr "Fehlerhaftes Teilstück #%d %s (%d %d %d %d)"
+#: mercurial/patch.py:710
#, python-format
msgid "cannot create %s: destination already exists\n"
msgstr "Kann %s nicht anlegen: Zielverzeichnis existiert bereits\n"
+#: mercurial/patch.py:713
#, python-format
msgid "file %s already exists\n"
msgstr "Datei %s existiert bereits\n"
+#: mercurial/patch.py:776
#, python-format
msgid "Hunk #%d succeeded at %d with fuzz %d (offset %d lines).\n"
msgstr ""
"Teilstück #%d wurde erfolgreich in Zeile %d mit Unschärfe %d angewandt (%d "
"Zeilen verschoben).\n"
+#: mercurial/patch.py:783
#, python-format
msgid "Hunk #%d succeeded at %d (offset %d lines).\n"
msgstr ""
"Teilstück #%d wurde erfolgreich in Zeile %d angewandt (%d Zeilen "
"verschoben).\n"
+#: mercurial/patch.py:788
#, python-format
msgid "Hunk #%d FAILED at %d\n"
msgstr "FEHLSCHLAG von Teilstück #%d in Zeile %d\n"
+#: mercurial/patch.py:840 mercurial/patch.py:868 mercurial/patch.py:901
#, python-format
msgid "bad hunk #%d"
msgstr "Fehlerhaftes Teilstück #%d"
# Würde schon im Original mit "... ON text line" mehr Sinn ergeben. Kann mir auch nach einem Blick in die Sourcen nicht vorstellen, was diese Meldung genau aussagen soll.
+#: mercurial/patch.py:888 mercurial/patch.py:934
#, python-format
msgid "bad hunk #%d old text line %d"
msgstr "Fehlerhaftes Teilstück #%d, alte Textzeile %d"
+#: mercurial/patch.py:1038
#, python-format
msgid "could not extract \"%s\" binary data"
msgstr "Konnte binäre Daten \"%s\" nicht extrahieren"
+#: mercurial/patch.py:1054
#, python-format
msgid "could not decode \"%s\" binary patch: %s"
msgstr "Konnte binären Patch \"%s\" nicht dekodieren: %s"
+#: mercurial/patch.py:1059
#, python-format
msgid "\"%s\" length is %d bytes, should be %d"
msgstr "Länge von\"%s\" ist %d bytes, sollte aber %d sein"
+#: mercurial/patch.py:1082
#, python-format
msgid "unable to strip away %d of %d dirs from %s"
msgstr "Konnte %d von %d Verzeichnissen nicht aus %s entfernen"
+#: mercurial/patch.py:1131
msgid "undefined source and destination files"
msgstr "undefinierte Quell- und Zieldateien"
+#: mercurial/patch.py:1225
#, python-format
msgid "failed to synchronize metadata for \"%s\""
msgstr "Metadaten für \"%s\" konnten nicht synchronisiert werden"
+#: mercurial/patch.py:1324
#, python-format
msgid "cannot create %s: destination already exists"
msgstr "Kann %s nicht anlegen: Zielverzeichnis existiert bereits"
+#: mercurial/patch.py:1351 mercurial/patch.py:1498
#, python-format
msgid "unsupported parser state: %s"
msgstr "Nicht unterstützter Parser-Zustand: %s"
+#: mercurial/patch.py:1398
#, python-format
msgid "patch command failed: %s"
msgstr "patch-Befehl fehlgeschlagen: %s"
+#: mercurial/patch.py:1408
#, python-format
msgid "unsupported line endings type: %s"
msgstr "Nicht unterstütztes Zeilenende: %s"
+#: mercurial/patch.py:1425
msgid "patch failed to apply"
msgstr "Patch schlug fehl"
+#: mercurial/peer.py:32
#, python-format
msgid "cannot %s; remote repository does not support the %r capability"
msgstr ""
"Kann nicht %s; entferntes Projektarchiv unterstützt nicht die %r-Fähigkeiten"
+#: mercurial/phases.py:243
msgid "cannot change null revision phase"
msgstr "Kann die Phase der Null-Revision nicht ändern"
+#: mercurial/phases.py:367
#, python-format
msgid "ignoring inconsistent public root from remote: %s\n"
msgstr ""
+#: mercurial/phases.py:373
#, python-format
msgid "ignoring unexpected root from remote: %i %s\n"
msgstr "Ignorieren einer unerwarteten Wurzel von entfernt: %i %s\n"
+#: mercurial/phases.py:403
#, python-format
msgid "phases.new-commit: not a valid phase name ('%s')"
msgstr ""
+#: mercurial/posix.py:384 mercurial/windows.py:181
#, python-format
msgid "exited with status %d"
msgstr "Beendet mit Status %d"
+#: mercurial/posix.py:385
#, python-format
msgid "killed by signal %d"
msgstr "Getötet von Signal %d"
+#: mercurial/repair.py:121
#, python-format
msgid "saved backup bundle to %s\n"
msgstr "Speichere Bündel-Sicherheitskopie in %s\n"
+#: mercurial/repair.py:151
msgid "adding branch\n"
msgstr "füge Zweig hinzu\n"
+#: mercurial/repair.py:170
#, python-format
msgid "error removing %s: %s\n"
msgstr "Fehler beim Entfernen von %s: %s\n"
+#: mercurial/repair.py:177
#, python-format
msgid "strip failed, full bundle stored in '%s'\n"
msgstr "Bereinigen fehlgeschlagen, vollständiges Bündle in '%s' gespeichert\n"
+#: mercurial/repair.py:180
#, python-format
msgid "strip failed, partial bundle stored in '%s'\n"
msgstr "Bereinigen fehlgeschlagen, partielles Bündel in '%s' gespeichert\n"
+#: mercurial/revlog.py:89
#, python-format
msgid "revlog decompress error: %s"
msgstr ""
+#: mercurial/revlog.py:92
#, python-format
msgid "unknown compression type %r"
msgstr "Unbekannter Kompressionstyp %r"
+#: mercurial/revlog.py:133
msgid "index entry flags need RevlogNG"
msgstr "Index-Eintragsschalter benötigen RevlogNG"
+#: mercurial/revlog.py:238
#, python-format
msgid "index %s unknown flags %#04x for format v0"
msgstr "Index %s hat unbekannte Schalter %#04x für Format v0"
+#: mercurial/revlog.py:241
#, python-format
msgid "index %s unknown flags %#04x for revlogng"
msgstr "Index %s hat unbekannte Schalter %#04x für revlogng"
+#: mercurial/revlog.py:244
#, python-format
msgid "index %s unknown format %d"
msgstr "Index %s hat unbekanntes Format %d"
+#: mercurial/revlog.py:253
#, python-format
msgid "index %s is corrupted"
msgstr "Index %s ist beschädigt"
+#: mercurial/revlog.py:782
msgid "ambiguous identifier"
msgstr "mehrdeutiger Bezeichner"
+#: mercurial/revlog.py:799
msgid "no match found"
msgstr "Kein Treffer gefunden"
+#: mercurial/revlog.py:906
#, python-format
msgid "incompatible revision flag %x"
msgstr "Inkompatibler Revisions-Schalter %x"
+#: mercurial/revlog.py:947
#, python-format
msgid "integrity check failed on %s:%d"
msgstr "Integritätsprüfung fehlgeschlagen bei %s:%d"
+#: mercurial/revlog.py:957
#, python-format
msgid "%s not found in the transaction"
msgstr "%s nicht in Transaktion gefunden"
+#: mercurial/revlog.py:1000
+#, python-format
+msgid "attempted to add linkrev -1 to %s"
+msgstr ""
+
+#: mercurial/revlog.py:1068
msgid "consistency error in delta"
msgstr "Konsistenzfehler im delta"
+#: mercurial/revset.py:221
#, python-format
msgid "can't use %s here"
msgstr "Kann %s hier nicht verwenden"
+#: mercurial/revset.py:270
msgid ""
"``adds(pattern)``\n"
" Changesets that add a file matching pattern."
@@ -21103,9 +25689,11 @@
" Änderungssätze, die auf das Muster passende Dateien hinzufügen."
#. i18n: "adds" is a keyword
+#: mercurial/revset.py:274
msgid "adds requires a pattern"
msgstr "'adds' erwartet ein Muster"
+#: mercurial/revset.py:278
#, fuzzy
msgid ""
"``ancestor(*changeset)``\n"
@@ -21114,12 +25702,14 @@
"``ancestor(single, single)``\n"
" Jüngster gemeinsamer Vorfahre der beiden Änderungssätze."
+#: mercurial/revset.py:281
msgid ""
" Accepts 0 or more changesets.\n"
" Will return empty list when passed no args.\n"
" Greatest common ancestor of a single changeset is that changeset."
msgstr ""
+#: mercurial/revset.py:313
msgid ""
"``ancestors(set)``\n"
" Changesets that are ancestors of a changeset in set."
@@ -21127,9 +25717,11 @@
"``ancestors(Liste)``\n"
" Änderungssätze, die Vorfahren der Änderungssätze aus der Liste sind."
+#: mercurial/revset.py:331
msgid "~ expects a number"
msgstr "~ erwartet eine Zahl"
+#: mercurial/revset.py:341
msgid ""
"``author(string)``\n"
" Alias for ``user(string)``."
@@ -21138,9 +25730,11 @@
" Alias für ``user(zeichenkette)``."
#. i18n: "author" is a keyword
+#: mercurial/revset.py:345
msgid "author requires a string"
msgstr "'author' erwartet eine Zeichenkette"
+#: mercurial/revset.py:350
msgid ""
"``bisect(string)``\n"
" Changesets marked in the specified bisect status:"
@@ -21148,6 +25742,7 @@
"``bisect(zeichenkette)``\n"
" Änderungssätze im gegebenen bisect-Status:"
+#: mercurial/revset.py:353
msgid ""
" - ``good``, ``bad``, ``skip``: csets explicitly marked as good/bad/skip\n"
" - ``goods``, ``bads`` : csets topologically good/bad\n"
@@ -21159,14 +25754,17 @@
msgstr ""
#. i18n: "bisect" is a keyword
+#: mercurial/revset.py:362
msgid "bisect requires a string"
msgstr "bisect erwartet eine Zeichenkette"
+#: mercurial/revset.py:372
msgid ""
"``bookmark([name])``\n"
" The named bookmark or all bookmarks."
msgstr ""
+#: mercurial/revset.py:375
msgid ""
" If `name` starts with `re:`, the remainder of the name is treated as\n"
" a regular expression. To match a bookmark that actually starts with `re:"
@@ -21175,17 +25773,21 @@
msgstr ""
#. i18n: "bookmark" is a keyword
+#: mercurial/revset.py:380
msgid "bookmark takes one or no arguments"
msgstr "bookmark verlangt ein oder zwei Argumente"
#. i18n: "bookmark" is a keyword
+#: mercurial/revset.py:384
msgid "the argument to bookmark must be a string"
msgstr "'bookmark' erwartet eine Zeichenkette als Parameter"
+#: mercurial/revset.py:398
#, python-format
msgid "no bookmarks exist that match '%s'"
msgstr ""
+#: mercurial/revset.py:410
msgid ""
"``branch(string or set)``\n"
" All changesets belonging to the given branch or the branches of the "
@@ -21196,6 +25798,7 @@
" Alle Änderungssätze des gegebenen Zweigs oder den Zweigen der gegebenen\n"
" Liste von Änderungssätzen."
+#: mercurial/revset.py:414
msgid ""
" If `string` starts with `re:`, the remainder of the name is treated as\n"
" a regular expression. To match a branch that actually starts with `re:"
@@ -21203,6 +25806,7 @@
" use the prefix `literal:`."
msgstr ""
+#: mercurial/revset.py:441
#, fuzzy
msgid ""
"``bumped()``\n"
@@ -21211,14 +25815,17 @@
"``ancestors(Liste)``\n"
" Änderungssätze, die Vorfahren der Änderungssätze aus der Liste sind."
+#: mercurial/revset.py:444
msgid " Only non-public and non-obsolete changesets can be `bumped`."
msgstr ""
#. i18n: "bumped" is a keyword
+#: mercurial/revset.py:447
#, fuzzy
msgid "bumped takes no arguments"
msgstr "'copied' erwartet keine Argumente"
+#: mercurial/revset.py:452
#, fuzzy
msgid ""
"``bundle()``\n"
@@ -21227,13 +25834,16 @@
"``closed()``\n"
" Änderungssatz ist geschlossen."
+#: mercurial/revset.py:455
msgid " Bundle must be specified by the -R option."
msgstr ""
+#: mercurial/revset.py:460
#, fuzzy
msgid "no bundle provided - specify with -R"
msgstr "Unbekannter Bündeltyp mit --type angegeben"
+#: mercurial/revset.py:509
msgid ""
"``children(set)``\n"
" Child changesets of changesets in set."
@@ -21241,6 +25851,7 @@
"``children(liste)``\n"
" Direkte Nachfahren der Änderungssätze in der Liste."
+#: mercurial/revset.py:517
msgid ""
"``closed()``\n"
" Changeset is closed."
@@ -21249,9 +25860,11 @@
" Änderungssatz ist geschlossen."
#. i18n: "closed" is a keyword
+#: mercurial/revset.py:521
msgid "closed takes no arguments"
msgstr "'closed' erwartet keine Argumente"
+#: mercurial/revset.py:525
msgid ""
"``contains(pattern)``\n"
" Revision contains a file matching pattern. See :hg:`help patterns`\n"
@@ -21259,9 +25872,11 @@
msgstr ""
#. i18n: "contains" is a keyword
+#: mercurial/revset.py:530
msgid "contains requires a pattern"
msgstr "'contains' erwartet ein Muster"
+#: mercurial/revset.py:549
msgid ""
"``converted([id])``\n"
" Changesets converted from the given identifier in the old repository if\n"
@@ -21269,15 +25884,18 @@
msgstr ""
#. i18n: "converted" is a keyword
+#: mercurial/revset.py:559
#, fuzzy
msgid "converted takes one or no arguments"
msgstr "'tag' erwartet eins oder keine Argumente"
#. i18n: "converted" is a keyword
+#: mercurial/revset.py:562
#, fuzzy
msgid "converted requires a revision"
msgstr "Konvertiere Revisionen"
+#: mercurial/revset.py:571
msgid ""
"``date(interval)``\n"
" Changesets within the interval, see :hg:`help dates`."
@@ -21286,9 +25904,11 @@
" Änderungssätze innerhalb des Intervalls, siehe auch :hg:`help dates`."
#. i18n: "date" is a keyword
+#: mercurial/revset.py:575
msgid "date requires a string"
msgstr "date erwartet eine Zeichenkette"
+#: mercurial/revset.py:580
msgid ""
"``desc(string)``\n"
" Search commit message for string. The match is case-insensitive."
@@ -21298,9 +25918,11 @@
" ignoriert)."
#. i18n: "desc" is a keyword
+#: mercurial/revset.py:584
msgid "desc requires a string"
msgstr "'desc' erwartet eine Zeichenkette"
+#: mercurial/revset.py:600
msgid ""
"``descendants(set)``\n"
" Changesets which are descendants of changesets in set."
@@ -21308,6 +25930,7 @@
"``descendants(liste)``\n"
" Nachkommen der Änderungssätze in der Liste sind."
+#: mercurial/revset.py:611
msgid ""
"``destination([set])``\n"
" Changesets that were created by a graft, transplant or rebase "
@@ -21317,6 +25940,7 @@
" is the same as passing all()."
msgstr ""
+#: mercurial/revset.py:655
msgid ""
"``divergent()``\n"
" Final successors of changesets with an alternative set of final "
@@ -21324,19 +25948,23 @@
msgstr ""
#. i18n: "divergent" is a keyword
+#: mercurial/revset.py:659
#, fuzzy
msgid "divergent takes no arguments"
msgstr "merge erwartet keine Argumente"
+#: mercurial/revset.py:664
msgid ""
"``draft()``\n"
" Changeset in draft phase."
msgstr ""
#. i18n: "draft" is a keyword
+#: mercurial/revset.py:667
msgid "draft takes no arguments"
msgstr "draft erwartet keine Argumente"
+#: mercurial/revset.py:672
#, fuzzy
msgid ""
"``extinct()``\n"
@@ -21346,16 +25974,19 @@
" Nachkommen der Änderungssätze in der Liste sind."
#. i18n: "extinct" is a keyword
+#: mercurial/revset.py:676
#, fuzzy
msgid "extinct takes no arguments"
msgstr "'exec' erwartet keine Argumente"
+#: mercurial/revset.py:681
msgid ""
"``extra(label, [value])``\n"
" Changesets with the given label in the extra metadata, with the given\n"
" optional value."
msgstr ""
+#: mercurial/revset.py:685
msgid ""
" If `value` starts with `re:`, the remainder of the value is treated as\n"
" a regular expression. To match a value that actually starts with `re:`,\n"
@@ -21363,17 +25994,21 @@
msgstr ""
#. i18n: "extra" is a keyword
+#: mercurial/revset.py:691
msgid "extra takes at least 1 and at most 2 arguments"
msgstr "extra erwartet mindestens eins und höchstens zwei Argumente"
#. i18n: "extra" is a keyword
+#: mercurial/revset.py:693
msgid "first argument to extra must be a string"
msgstr "Erstes Argument für extra muss eine Zeichenkette sein"
#. i18n: "extra" is a keyword
+#: mercurial/revset.py:698
msgid "second argument to extra must be a string"
msgstr "Zweites Argument für extra muss eine Zeichenkette sein"
+#: mercurial/revset.py:708
msgid ""
"``filelog(pattern)``\n"
" Changesets connected to the specified filelog."
@@ -21381,6 +26016,7 @@
"``filelog(muster)``\n"
" Änderungssätze, die das gegebene filelog betreffen."
+#: mercurial/revset.py:711
msgid ""
" For performance reasons, ``filelog()`` does not show every changeset\n"
" that affects the requested file(s). See :hg:`help log` for details. For\n"
@@ -21388,9 +26024,11 @@
msgstr ""
#. i18n: "filelog" is a keyword
+#: mercurial/revset.py:717
msgid "filelog requires a pattern"
msgstr "'filelog' erwartet ein Muster"
+#: mercurial/revset.py:737
msgid ""
"``first(set, [n])``\n"
" An alias for limit()."
@@ -21398,14 +26036,17 @@
"``first(liste, [n])``\n"
" Alias für limit()."
+#: mercurial/revset.py:743
#, python-format
msgid "%s takes no arguments or a filename"
msgstr "%s erwartet keine Argumente oder einen Dateinamen"
+#: mercurial/revset.py:746
#, python-format
msgid "%s expected a filename"
msgstr "%s erwartete einen Dateinamen"
+#: mercurial/revset.py:760
msgid ""
"``follow([file])``\n"
" An alias for ``::.`` (ancestors of the working copy's first parent).\n"
@@ -21417,6 +26058,7 @@
" Arbeitskopie). Wenn ein Dateiname gegeben ist, wird der Historie der\n"
" Datei über Kopien hinweg gefolgt."
+#: mercurial/revset.py:774
msgid ""
"``all()``\n"
" All changesets, the same as ``0:tip``."
@@ -21425,9 +26067,11 @@
" Alle Änderungssätze, entspricht ``0:tip``."
#. i18n: "all" is a keyword
+#: mercurial/revset.py:778
msgid "all takes no arguments"
msgstr "all erwartet keine Argumente"
+#: mercurial/revset.py:782
msgid ""
"``grep(regex)``\n"
" Like ``keyword(string)`` but accepts a regex. Use ``grep(r'...')``\n"
@@ -21436,30 +26080,37 @@
msgstr ""
#. i18n: "grep" is a keyword
+#: mercurial/revset.py:789
msgid "grep requires a string"
msgstr "'grep' erwartet eine Zeichenkette"
#. i18n: "_matchfiles" is a keyword
+#: mercurial/revset.py:815
msgid "_matchfiles requires at least one argument"
msgstr "_matchfiles erwartet mindestens ein Argument"
#. i18n: "_matchfiles" is a keyword
+#: mercurial/revset.py:821
msgid "_matchfiles requires string arguments"
msgstr "_matchfiles erwartet Zeichenketten als Argumente"
#. i18n: "_matchfiles" is a keyword
+#: mercurial/revset.py:832
msgid "_matchfiles expected at most one revision"
msgstr "_matchfiles erwartete mindestens eine Revision"
#. i18n: "_matchfiles" is a keyword
+#: mercurial/revset.py:838
msgid "_matchfiles expected at most one default mode"
msgstr ""
#. i18n: "_matchfiles" is a keyword
+#: mercurial/revset.py:843
#, python-format
msgid "invalid _matchfiles prefix: %s"
msgstr "Ungültiges Präfix für _matchfiles: %s"
+#: mercurial/revset.py:865
msgid ""
"``file(pattern)``\n"
" Changesets affecting files matched by pattern."
@@ -21467,15 +26118,18 @@
"``file(muster)``\n"
" Änderungssätze, die auf das Muster passende Dateien betreffen."
+#: mercurial/revset.py:868
msgid ""
" For a faster but less accurate result, consider using ``filelog()``\n"
" instead."
msgstr ""
#. i18n: "file" is a keyword
+#: mercurial/revset.py:872
msgid "file requires a pattern"
msgstr "'file' erwartet ein Muster"
+#: mercurial/revset.py:876
msgid ""
"``head()``\n"
" Changeset is a named branch head."
@@ -21484,9 +26138,11 @@
" Änderungssatz ist ein Kopf eines benannten Zweigs."
#. i18n: "head" is a keyword
+#: mercurial/revset.py:880
msgid "head takes no arguments"
msgstr "head erwartet keine Argumente"
+#: mercurial/revset.py:887
msgid ""
"``heads(set)``\n"
" Members of set with no children in set."
@@ -21494,6 +26150,7 @@
"``heads(liste)``\n"
" Elemente der Liste, die keine Kinder in der Liste haben."
+#: mercurial/revset.py:895
#, fuzzy
msgid ""
"``hidden()``\n"
@@ -21503,10 +26160,12 @@
" Direkte Nachfahren der Änderungssätze in der Liste."
#. i18n: "hidden" is a keyword
+#: mercurial/revset.py:899
#, fuzzy
msgid "hidden takes no arguments"
msgstr "'added' erwartet keine Argumente"
+#: mercurial/revset.py:904
msgid ""
"``keyword(string)``\n"
" Search commit message, user name, and names of changed files for\n"
@@ -21517,9 +26176,11 @@
" und der Liste geänderter Dateien. Großschreibung wird ignoriert."
#. i18n: "keyword" is a keyword
+#: mercurial/revset.py:909
msgid "keyword requires a string"
msgstr "'keyword' erwartet eine Zeichenkette"
+#: mercurial/revset.py:919
msgid ""
"``limit(set, [n])``\n"
" First n members of set, defaulting to 1."
@@ -21528,17 +26189,21 @@
" Die erste, bzw. die ersten n Elemente Liste."
#. i18n: "limit" is a keyword
+#: mercurial/revset.py:923
msgid "limit requires one or two arguments"
msgstr "'limit' verlangt ein oder zwei Argumente"
#. i18n: "limit" is a keyword
+#: mercurial/revset.py:928
msgid "limit requires a number"
msgstr "'limit' erwartet eine Zahl"
#. i18n: "limit" is a keyword
+#: mercurial/revset.py:931
msgid "limit expects a number"
msgstr "limit erwartet eine Zahl"
+#: mercurial/revset.py:937
msgid ""
"``last(set, [n])``\n"
" Last n members of set, defaulting to 1."
@@ -21547,17 +26212,21 @@
" Das letzte, bzw. die letzten n Elemente der Liste."
#. i18n: "last" is a keyword
+#: mercurial/revset.py:941
msgid "last requires one or two arguments"
msgstr "'last' verlangt ein oder zwei Argumente"
#. i18n: "last" is a keyword
+#: mercurial/revset.py:946
msgid "last requires a number"
msgstr "'last' benötigt eine Zahl"
#. i18n: "last" is a keyword
+#: mercurial/revset.py:949
msgid "last expects a number"
msgstr "'last' erwartet eine Zahl"
+#: mercurial/revset.py:955
msgid ""
"``max(set)``\n"
" Changeset with highest revision number in set."
@@ -21565,6 +26234,7 @@
"``max(set)``\n"
" Änderungssatz mit der größten Revisionsnummer in set."
+#: mercurial/revset.py:966
msgid ""
"``merge()``\n"
" Changeset is a merge changeset."
@@ -21573,9 +26243,11 @@
" Änderungssatz ist eine Zusammenführung."
#. i18n: "merge" is a keyword
+#: mercurial/revset.py:970
msgid "merge takes no arguments"
msgstr "merge erwartet keine Argumente"
+#: mercurial/revset.py:975
#, fuzzy
msgid ""
"``branchpoint()``\n"
@@ -21585,10 +26257,12 @@
" Änderungssätze in der Menge, die keine Vorgänger in der Menge haben."
#. i18n: "branchpoint" is a keyword
+#: mercurial/revset.py:979
#, fuzzy
msgid "branchpoint takes no arguments"
msgstr "draft erwartet keine Argumente"
+#: mercurial/revset.py:992
msgid ""
"``min(set)``\n"
" Changeset with lowest revision number in set."
@@ -21596,6 +26270,7 @@
"``min(liste)``\n"
" Änderungssatz mit der kleinsten Revisionsnummer in der Liste."
+#: mercurial/revset.py:1003
msgid ""
"``modifies(pattern)``\n"
" Changesets modifying files matched by pattern."
@@ -21604,9 +26279,11 @@
" Änderungssätze, die auf das Muster passende Dateien verändern."
#. i18n: "modifies" is a keyword
+#: mercurial/revset.py:1007
msgid "modifies requires a pattern"
msgstr "'modifies' erwartet ein Dateinamenmuster"
+#: mercurial/revset.py:1011
msgid ""
"``id(string)``\n"
" Revision non-ambiguously specified by the given hex string prefix."
@@ -21616,13 +26293,16 @@
" identifiziert wird."
#. i18n: "id" is a keyword
+#: mercurial/revset.py:1015
msgid "id requires one argument"
msgstr "'id' erwartet keine Argumente"
#. i18n: "id" is a keyword
+#: mercurial/revset.py:1017
msgid "id requires a string"
msgstr "'id' erwartet eine Zeichenkette"
+#: mercurial/revset.py:1029
#, fuzzy
msgid ""
"``obsolete()``\n"
@@ -21632,10 +26312,12 @@
" Änderungssatz ist eine Zusammenführung."
#. i18n: "obsolete" is a keyword
+#: mercurial/revset.py:1032
#, fuzzy
msgid "obsolete takes no arguments"
msgstr "'deleted' erwartet keine Argumente"
+#: mercurial/revset.py:1037
msgid ""
"``origin([set])``\n"
" Changesets that were specified as a source for the grafts, transplants "
@@ -21649,6 +26331,7 @@
" for the first operation is selected."
msgstr ""
+#: mercurial/revset.py:1065
msgid ""
"``outgoing([path])``\n"
" Changesets not found in the specified destination repository, or the\n"
@@ -21659,13 +26342,16 @@
" Vorgabe-Push-Ziel vorhanden sind."
#. i18n: "outgoing" is a keyword
+#: mercurial/revset.py:1071
msgid "outgoing takes one or no arguments"
msgstr "'outgoing' erwartet keine Argumente"
#. i18n: "outgoing" is a keyword
+#: mercurial/revset.py:1073
msgid "outgoing requires a repository path"
msgstr "'outgoing' verlangt einen Projektarchivpfad"
+#: mercurial/revset.py:1088
msgid ""
"``p1([set])``\n"
" First parent of changesets in set, or the working directory."
@@ -21674,6 +26360,7 @@
" Erster Vorfahr der Änderungssätze der Liste oder des Arbeits-\n"
" verzeichnisses."
+#: mercurial/revset.py:1102
msgid ""
"``p2([set])``\n"
" Second parent of changesets in set, or the working directory."
@@ -21682,6 +26369,7 @@
" Zweiter Vorfahr der Änderungssätze der Liste oder des Arbeits-\n"
" verzeichnisses."
+#: mercurial/revset.py:1120
msgid ""
"``parents([set])``\n"
" The set of all parents for all changesets in set, or the working "
@@ -21691,9 +26379,11 @@
" Die Menge aller Eltern für die Änderungssätze der Liste oder des\n"
" Arbeitverzeichnisses.."
+#: mercurial/revset.py:1144
msgid "^ expects a number 0, 1, or 2"
msgstr "^ erwartet eine Zahl (0, 1 oder 2)"
+#: mercurial/revset.py:1159
msgid ""
"``present(set)``\n"
" An empty set, if any revision in set isn't found; otherwise,\n"
@@ -21703,21 +26393,25 @@
" Die gegebene Liste, wenn alle Revisionen darin gefunden wurden. Wenn\n"
" ein Eintrag nicht gefunden wird, die leere Menge."
+#: mercurial/revset.py:1163
msgid ""
" If any of specified revisions is not present in the local repository,\n"
" the query is normally aborted. But this predicate allows the query\n"
" to continue even in such cases."
msgstr ""
+#: mercurial/revset.py:1173
msgid ""
"``public()``\n"
" Changeset in public phase."
msgstr ""
#. i18n: "public" is a keyword
+#: mercurial/revset.py:1176
msgid "public takes no arguments"
msgstr "public erwartet keine Argumente"
+#: mercurial/revset.py:1181
msgid ""
"``remote([id [,path]])``\n"
" Local revision that corresponds to the given identifier in a\n"
@@ -21726,17 +26420,21 @@
msgstr ""
#. i18n: "remote" is a keyword
+#: mercurial/revset.py:1189
msgid "remote takes one, two or no arguments"
msgstr "remote erwartet ein, zwei oder keine Argumente"
#. i18n: "remote" is a keyword
+#: mercurial/revset.py:1194
msgid "remote requires a string id"
msgstr "remote erwartet eine Zeichenkette (ID)"
#. i18n: "remote" is a keyword
+#: mercurial/revset.py:1201
msgid "remote requires a repository path"
msgstr "'remote' erwartet einen Projektarchivpfad"
+#: mercurial/revset.py:1216
msgid ""
"``removes(pattern)``\n"
" Changesets which remove files matching pattern."
@@ -21745,26 +26443,32 @@
" Änderungssätze, die auf das Muster passende Dateien entfernten."
#. i18n: "removes" is a keyword
+#: mercurial/revset.py:1220
msgid "removes requires a pattern"
msgstr "'removes' erwartet ein Muster"
+#: mercurial/revset.py:1224
msgid ""
"``rev(number)``\n"
" Revision with the given numeric identifier."
msgstr ""
#. i18n: "rev" is a keyword
+#: mercurial/revset.py:1228
msgid "rev requires one argument"
msgstr "'rev' erwartet eine Argumente"
#. i18n: "rev" is a keyword
+#: mercurial/revset.py:1231
msgid "rev requires a number"
msgstr "'rev' benötigt eine Zahl"
#. i18n: "rev" is a keyword
+#: mercurial/revset.py:1234
msgid "rev expects a number"
msgstr "'rev' erwartet eine Zahl"
+#: mercurial/revset.py:1238
msgid ""
"``matching(revision [, field])``\n"
" Changesets in which a given set of fields match the set of fields in "
@@ -21772,15 +26476,18 @@
" selected revision or set."
msgstr ""
+#: mercurial/revset.py:1242
msgid ""
" To match more than one field pass the list of fields to match separated\n"
" by spaces (e.g. ``author description``)."
msgstr ""
+#: mercurial/revset.py:1245
msgid ""
" Valid fields are most regular revision fields and some special fields."
msgstr ""
+#: mercurial/revset.py:1247
msgid ""
" Regular revision fields are ``description``, ``author``, ``branch``,\n"
" ``date``, ``files``, ``phase``, ``parents``, ``substate``, ``user``\n"
@@ -21790,6 +26497,7 @@
" also match their ``files``."
msgstr ""
+#: mercurial/revset.py:1254
msgid ""
" Special fields are ``summary`` and ``metadata``:\n"
" ``summary`` matches the first line of the description.\n"
@@ -21797,24 +26505,29 @@
" (i.e. it matches the main metadata fields)."
msgstr ""
+#: mercurial/revset.py:1259
msgid ""
" ``metadata`` is the default field which is used when no fields are\n"
" specified. You can match more than one field at a time."
msgstr ""
#. i18n: "matching" is a keyword
+#: mercurial/revset.py:1263
msgid "matching takes 1 or 2 arguments"
msgstr "matching erwartet 1 oder 2 Argumente"
#. i18n: "matching" is a keyword
+#: mercurial/revset.py:1271
msgid "matching requires a string as its second argument"
msgstr "matching erwartet eine Zeichenkette als sein zweites Argument"
#. i18n: "matching" is a keyword
+#: mercurial/revset.py:1329
#, python-format
msgid "unexpected field name passed to matching: %s"
msgstr "Unerwarteter Feldname wurde an matching übergeben: %s"
+#: mercurial/revset.py:1350
msgid ""
"``reverse(set)``\n"
" Reverse order of set."
@@ -21822,6 +26535,7 @@
"``reverse(set)``\n"
" Kehrt die Liste um."
+#: mercurial/revset.py:1360
msgid ""
"``roots(set)``\n"
" Changesets in set with no parent changeset in set."
@@ -21829,15 +26543,18 @@
"``roots(Menge)``\n"
" Änderungssätze in der Menge, die keine Vorgänger in der Menge haben."
+#: mercurial/revset.py:1369
msgid ""
"``secret()``\n"
" Changeset in secret phase."
msgstr ""
#. i18n: "secret" is a keyword
+#: mercurial/revset.py:1372
msgid "secret takes no arguments"
msgstr "secret erwartet keine Argumente"
+#: mercurial/revset.py:1377
msgid ""
"``sort(set[, [-]key...])``\n"
" Sort set by keys. The default sort order is ascending, specify a key\n"
@@ -21847,9 +26564,11 @@
" Sortiert die Menge anhand der Schlüssel. Mit einem vorgestellten ``-``\n"
" wird absteigend, standardmäßig aufsteigend sortiert."
+#: mercurial/revset.py:1381
msgid " The keys can be:"
msgstr " Folgende Schlüssel können verwendet werden:"
+#: mercurial/revset.py:1383
msgid ""
" - ``rev`` for the revision number,\n"
" - ``branch`` for the branch name,\n"
@@ -21864,34 +26583,42 @@
" - ``date`` für das Datum des Commits"
#. i18n: "sort" is a keyword
+#: mercurial/revset.py:1390
msgid "sort requires one or two arguments"
msgstr "'sort' verlangt ein oder zwei Argumente"
#. i18n: "sort" is a keyword
+#: mercurial/revset.py:1394
msgid "sort spec must be a string"
msgstr "Sortiermodus muss eine Zeichenkette sein"
+#: mercurial/revset.py:1426
#, python-format
msgid "unknown sort key %r"
msgstr "Unbekannter Sortiermodus: %r"
+#: mercurial/revset.py:1464
#, python-format
msgid "invalid regular expression: %s"
msgstr "Ungültiger regulärer Ausdruck: %s"
+#: mercurial/revset.py:1478
msgid ""
"``tag([name])``\n"
" The specified tag by name, or all tagged revisions if no name is given."
msgstr ""
#. i18n: "tag" is a keyword
+#: mercurial/revset.py:1482
msgid "tag takes one or no arguments"
msgstr "'tag' erwartet eins oder keine Argumente"
#. i18n: "tag" is a keyword
+#: mercurial/revset.py:1487
msgid "the argument to tag must be a string"
msgstr "'tag' erwartet eine Zeichenkette"
+#: mercurial/revset.py:1505
#, fuzzy
msgid ""
"``unstable()``\n"
@@ -21901,10 +26628,12 @@
" Alle Änderungssätze, entspricht ``0:tip``."
#. i18n: "unstable" is a keyword
+#: mercurial/revset.py:1509
#, fuzzy
msgid "unstable takes no arguments"
msgstr "'unresolved' erwartet keine Argumente"
+#: mercurial/revset.py:1515
msgid ""
"``user(string)``\n"
" User name contains string. The match is case-insensitive."
@@ -21912,6 +26641,7 @@
"``user(zeichenkette)``\n"
" Der Benutzername enthält die Zeichenkette. Großschreibung wird ignoriert."
+#: mercurial/revset.py:1518
msgid ""
" If `string` starts with `re:`, the remainder of the string is treated "
"as\n"
@@ -21919,397 +26649,499 @@
" the prefix `literal:`."
msgstr ""
+#: mercurial/revset.py:1638
msgid "can't negate that"
msgstr "kann dies nicht negieren"
+#: mercurial/revset.py:1675
msgid "not a symbol"
msgstr "kein Symbol"
+#: mercurial/revset.py:1786
#, python-format
msgid "infinite expansion of revset alias \"%s\" detected"
msgstr ""
+#: mercurial/revset.py:1798
#, python-format
msgid "invalid number of arguments: %s"
msgstr "ungültige Parameteranzahl: %s"
+#: mercurial/revset.py:1818
msgid "empty query"
msgstr "Leere Anfrage"
+#: mercurial/scmutil.py:38
#, python-format
msgid "no changes found (ignored %d secret changesets)\n"
msgstr ""
"Keine Änderungen gefunden (%d geheime Änderungssätze wurden ignoriert)\n"
+#: mercurial/scmutil.py:50
#, fuzzy, python-format
msgid "%r cannot be used in a name"
msgstr "%r kann nicht in einem Tagnamen genutzt werden"
+#: mercurial/scmutil.py:53
#, fuzzy
msgid "cannot use an integer as a name"
msgstr "%r kann nicht in einem Tagnamen genutzt werden"
+#: mercurial/scmutil.py:84
#, python-format
msgid "ui.portablefilenames value is invalid ('%s')"
msgstr ""
+#: mercurial/scmutil.py:103
#, python-format
msgid "possible case-folding collision for %s"
msgstr "Groß-/Kleinschreibungskonflikt bei %s"
+#: mercurial/scmutil.py:143
#, python-format
msgid "path ends in directory separator: %s"
msgstr "Pfad endet mit Verzeichnis Separator: %s"
+#: mercurial/scmutil.py:148
#, python-format
msgid "path contains illegal component: %s"
msgstr "Pfad enthält ungültige Komponente: %s"
+#: mercurial/scmutil.py:155 mercurial/scmutil.py:185
#, python-format
msgid "path '%s' is inside nested repo %r"
msgstr "Pfad '%s' ist innerhalb des geschachtelten Archivs %r"
+#: mercurial/scmutil.py:180
#, python-format
msgid "path %r traverses symbolic link %r"
msgstr "Pfad %r überschreitet symbolische Verknüpfung %r"
+#: mercurial/scmutil.py:376
#, python-format
msgid "could not symlink to %r: %s"
msgstr "Konnte symbolische Verknüpfung auf %r nicht erzeugen: %s"
+#: mercurial/scmutil.py:475
#, fuzzy, python-format
msgid "%s not under root '%s'"
msgstr "%s: kein Schlüsselwort '%s'"
+#: mercurial/scmutil.py:575
msgid "empty revision range"
msgstr "Leerer Revisionsbereich"
+#: mercurial/scmutil.py:781
#, python-format
msgid "recording removal of %s as rename to %s (%d%% similar)\n"
msgstr ""
"Interpretiere die Entfernung von %s als Umbenennung in %s (%d%% ähnlich)\n"
+#: mercurial/scmutil.py:812
#, python-format
msgid "%s has not been committed yet, so no copy data will be stored for %s.\n"
msgstr ""
"%s ist nicht im Archiv, daher gilt %s als neu hinzugefügt (nicht als "
"kopiert).\n"
+#: mercurial/scmutil.py:828
msgid ".hg/requires file is corrupt"
msgstr ".hg/requires file ist beschädigt"
+#: mercurial/scmutil.py:833
#, python-format
msgid "unknown repository format: requires features '%s' (upgrade Mercurial)"
msgstr ""
+#: mercurial/setdiscovery.py:121 mercurial/treediscovery.py:40
msgid "searching for changes\n"
msgstr "Suche nach Änderungen\n"
+#: mercurial/setdiscovery.py:129
msgid "all local heads known remotely\n"
msgstr ""
+#: mercurial/setdiscovery.py:164
msgid "sampling from both directions\n"
msgstr "Nehme Proben von beiden Verzeichnissen\n"
+#: mercurial/setdiscovery.py:177 mercurial/treediscovery.py:97
+#: mercurial/treediscovery.py:110
msgid "queries"
msgstr ""
+#: mercurial/setdiscovery.py:177 mercurial/setdiscovery.py:186
+#: mercurial/similar.py:74 mercurial/treediscovery.py:97
+#: mercurial/treediscovery.py:110 mercurial/treediscovery.py:147
msgid "searching"
msgstr ""
+#: mercurial/setdiscovery.py:191 mercurial/treediscovery.py:142
msgid "repository is unrelated"
msgstr "Projektarchiv steht in keinem Zusammenhang"
+#: mercurial/setdiscovery.py:193 mercurial/treediscovery.py:140
msgid "warning: repository is unrelated\n"
msgstr "Warnung: Projektarchiv steht in keinem Zusammenhang\n"
+#: mercurial/similar.py:24 mercurial/similar.py:30 mercurial/similar.py:37
msgid "searching for exact renames"
msgstr "Suche nach exakten Umbenennungen"
+#: mercurial/similar.py:47
msgid "searching for similar files"
msgstr "Suche nach ähnlichen Dateien"
+#: mercurial/simplemerge.py:409
#, python-format
msgid "%s looks like a binary file."
msgstr "%s scheint eine Binärdatei zu sein."
+#: mercurial/simplemerge.py:424
msgid "can only specify two labels."
msgstr "Kann nur zwei Marken angeben."
+#: mercurial/simplemerge.py:452
msgid "warning: conflicts during merge.\n"
msgstr "Warnung: Konflikte beim Zusammenführen.\n"
+#: mercurial/sshpeer.py:36
#, python-format
msgid "couldn't parse location %s"
msgstr "Konnte Adresse %s nicht verarbeiten"
+#: mercurial/sshpeer.py:40
msgid "password in URL not supported"
msgstr "Passwort in URL nicht unterstützt"
+#: mercurial/sshpeer.py:57
msgid "could not create remote repo"
msgstr "Konnte entferntes Projektarchiv nicht erstellen"
+#: mercurial/sshpeer.py:93
msgid "no suitable response from remote hg"
msgstr "Keine passende Antwort des entfernten hg"
+#: mercurial/sshpeer.py:223
#, python-format
msgid "push refused: %s"
msgstr "Hochladen abgewiesen: %s"
+#: mercurial/sslutil.py:24
msgid "ssl connection failed"
msgstr "ssk-Verbindung fehlgeschlagen"
+#: mercurial/sslutil.py:34
msgid "Python SSL support not found"
msgstr "SSL-Unterstützung für Python nicht gefunden"
+#: mercurial/sslutil.py:37
msgid "certificate checking requires Python 2.6"
msgstr "Zur Überprüfung von Zertifikaten wird Python 2.6 benötigt"
+#: mercurial/sslutil.py:49
msgid "no certificate received"
msgstr "Kein Zertifikat empfangen"
+#: mercurial/sslutil.py:62 mercurial/sslutil.py:75
#, python-format
msgid "certificate is for %s"
msgstr "Zertifikat ist für %s"
+#: mercurial/sslutil.py:72
msgid "IDN in certificate not supported"
msgstr ""
+#: mercurial/sslutil.py:76
msgid "no commonName or subjectAltName found in certificate"
msgstr "Kein commonName oder subjectAltName im Zertifikat gefunden"
+#: mercurial/sslutil.py:91
#, python-format
msgid "could not find web.cacerts: %s"
msgstr "Konnte web.cacerts nicht finden: %s"
+#: mercurial/sslutil.py:108
#, python-format
msgid "host fingerprint for %s can't be verified (Python too old)"
msgstr ""
"Server Authentizität für %s kann nicht verifiziert werden (Python ist zu alt)"
+#: mercurial/sslutil.py:111
#, fuzzy, python-format
msgid "certificate for %s can't be verified (Python too old)"
msgstr ""
"Warnung: Zertifikat für %s kann nicht verifiziert werden (Python ist zu "
"alt)\n"
+#: mercurial/sslutil.py:114
#, python-format
msgid "warning: certificate for %s can't be verified (Python too old)\n"
msgstr ""
"Warnung: Zertifikat für %s kann nicht verifiziert werden (Python ist zu "
"alt)\n"
+#: mercurial/sslutil.py:119 mercurial/sslutil.py:124
#, python-format
msgid "%s ssl connection error"
msgstr ""
+#: mercurial/sslutil.py:127
#, python-format
msgid "%s certificate error: no certificate received"
msgstr "%s Zertifikatfehler: Kein Zertifikat empfangen"
+#: mercurial/sslutil.py:135
#, python-format
msgid "certificate for %s has unexpected fingerprint %s"
msgstr ""
+#: mercurial/sslutil.py:137
msgid "check hostfingerprint configuration"
msgstr ""
+#: mercurial/sslutil.py:143
#, python-format
msgid "%s certificate error: %s"
msgstr "%s Zertifikatfehler: %s"
+#: mercurial/sslutil.py:144
#, python-format
msgid "configure hostfingerprint %s or use --insecure to connect insecurely"
msgstr ""
"Erlauben Sie Serverkennung %s in der Konfiguration oder benutzen Sie --"
"insecure, um unsicher zu verbinden"
+#: mercurial/sslutil.py:149
#, fuzzy, python-format
msgid "%s certificate with fingerprint %s not verified"
msgstr "%s Zertifikatfehler: Kein Zertifikat empfangen"
+#: mercurial/sslutil.py:151
msgid "check hostfingerprints or web.cacerts config setting"
msgstr ""
+#: mercurial/sslutil.py:154
#, python-format
msgid ""
"warning: %s certificate with fingerprint %s not verified (check "
"hostfingerprints or web.cacerts config setting)\n"
msgstr ""
+#: mercurial/statichttprepo.py:121
#, python-format
msgid "'%s' does not appear to be an hg repository"
msgstr "'%s' scheint kein hg-Projektarchiv zu sein"
+#: mercurial/statichttprepo.py:154
msgid "cannot lock static-http repository"
msgstr "Kann static-http Projektarchiv nicht sperren"
+#: mercurial/statichttprepo.py:158
msgid "cannot create new static-http repository"
msgstr "Kann kein neues, static-http Projektarchiv erstellen"
+#: mercurial/store.py:401
#, python-format
msgid "invalid entry in fncache, line %s"
msgstr "Ungültiger Eintrag in fncache, Zeile %s"
+#: mercurial/subrepo.py:55
#, fuzzy, python-format
msgid "(in subrepo %s)"
msgstr "HG: Unterarchiv %s"
+#: mercurial/subrepo.py:76
#, python-format
msgid "warning: subrepo spec file %s not found\n"
msgstr "Warnung: Spezifikationsdatei für Unterarchive %s nicht gefunden\n"
+#: mercurial/subrepo.py:80
#, python-format
msgid "subrepo spec file %s not found"
msgstr "Konfigurationsdatei %s für das Unterarchiv nicht gefunden"
+#: mercurial/subrepo.py:98
#, python-format
msgid "invalid subrepository revision specifier in .hgsubstate line %d"
msgstr ""
+#: mercurial/subrepo.py:118
#, python-format
msgid "bad subrepository pattern in %s: %s"
msgstr "Fehlerhaftes Muster für Unterarchive in %s: %s"
+#: mercurial/subrepo.py:127
msgid "missing ] in subrepo source"
msgstr "Fehlendes ] in der Unterarchivquelle"
-#, python-format
+#: mercurial/subrepo.py:193
+#, fuzzy, python-format
msgid ""
" subrepository sources for %s differ\n"
-"use (l)ocal source (%s) or (r)emote source (%s)?"
+"use (l)ocal source (%s) or (r)emote source (%s)?$$ &Local $$ &Remote"
msgstr ""
" Unterarchivquellen für %s sind verschieden.\n"
"Nutze (l)okale Quelle (%s) oder entfe(r)nte Quelle (%s)?"
-msgid "&Remote"
-msgstr "Entfe&rnt"
-
-#, python-format
+#: mercurial/subrepo.py:216
+#, fuzzy, python-format
msgid ""
" local changed subrepository %s which remote removed\n"
-"use (c)hanged version or (d)elete?"
+"use (c)hanged version or (d)elete?$$ &Changed $$ &Delete"
msgstr ""
" Lokales Unterarchiv ändert %s, aber entferntes löscht.\n"
"Nutze (c) geänderte Version oder (d) lösche?"
-#, python-format
+#: mercurial/subrepo.py:231
+#, fuzzy, python-format
msgid ""
" remote changed subrepository %s which local removed\n"
-"use (c)hanged version or (d)elete?"
+"use (c)hanged version or (d)elete?$$ &Changed $$ &Delete"
msgstr ""
" Entferntes Unterarchiv ändert %s, aber lokales löscht.\n"
"Nutze (c) geänderte Version oder (d) lösche?"
-#, python-format
+#: mercurial/subrepo.py:243
+#, fuzzy, python-format
msgid ""
" subrepository sources for %s differ\n"
"use (l)ocal source (%s) or (r)emote source (%s)?\n"
+"$$ &Local $$ &Remote"
msgstr ""
" Unterarchivquellen für %s sind verschieden.\n"
"Nutze (l)okale Quelle (%s) oder entfe(r)nte Quelle (%s)?\n"
-#, python-format
+#: mercurial/subrepo.py:248
+#, fuzzy, python-format
msgid ""
" subrepository sources for %s differ (in checked out version)\n"
"use (l)ocal source (%s) or (r)emote source (%s)?\n"
+"$$ &Local $$ &Remote"
msgstr ""
" Unterarchivquellen für %s unterscheiden sich im Arbeitsverzeichnis.\n"
"Nutze (l)okale Quelle (%s) oder entfe(r)nte Quelle (%s)?\n"
+#: mercurial/subrepo.py:296
#, fuzzy
msgid "default path for subrepository not found"
msgstr "Vorgabepfad für Unterarchiv %s nicht gefunden"
+#: mercurial/subrepo.py:321
#, python-format
msgid "unknown subrepo type %s"
msgstr "Unbekannter Unterarchivtyp %s"
+#: mercurial/subrepo.py:416 mercurial/subrepo.py:424 mercurial/subrepo.py:426
+#: mercurial/subrepo.py:1401 mercurial/subrepo.py:1414
+#: mercurial/subrepo.py:1416
#, python-format
msgid "archiving (%s)"
msgstr "Archiviere (%s)"
+#: mercurial/subrepo.py:562 mercurial/subrepo.py:579
#, python-format
msgid "warning: error \"%s\" in subrepository \"%s\"\n"
msgstr "Warnung: Fahler \"%s\" im Unterarchiv \"%s\"\n"
+#: mercurial/subrepo.py:628 mercurial/subrepo.py:944 mercurial/subrepo.py:1377
#, python-format
msgid "removing subrepo %s\n"
msgstr "Entferne Unterarchiv %s\n"
+#: mercurial/subrepo.py:638 mercurial/subrepo.py:1172
#, python-format
msgid "cloning subrepo %s from %s\n"
msgstr "Klone Unterarchiv %s von %s\n"
+#: mercurial/subrepo.py:649 mercurial/subrepo.py:1177
#, python-format
msgid "pulling subrepo %s from %s\n"
msgstr "Rufe Unterarchiv %s von %s ab\n"
+#: mercurial/subrepo.py:711
#, fuzzy, python-format
msgid "no changes made to subrepo %s since last push to %s\n"
msgstr ""
"kein Zweig in Unterarchiv %s aktuell\n"
"Revision %s kann nicht übertragen werden\n"
+#: mercurial/subrepo.py:714
#, python-format
msgid "pushing subrepo %s to %s\n"
msgstr "Übertrage Unterarchiv %s zu %s\n"
+#: mercurial/subrepo.py:762
#, python-format
msgid "reverting subrepo %s\n"
msgstr "Zurücksetzen von Unterarchiv %s\n"
+#: mercurial/subrepo.py:796
#, python-format
msgid "'svn' executable not found for subrepo '%s'"
msgstr ""
+#: mercurial/subrepo.py:840
msgid "cannot retrieve svn tool version"
msgstr "Kann svn-Version nicht herausfinden"
+#: mercurial/subrepo.py:918
msgid "cannot commit svn externals"
msgstr "Kann SVN-Externals nicht speichern"
+#: mercurial/subrepo.py:922
msgid "cannot commit missing svn entries"
msgstr "Kann fehlende SVN-Einträge nicht übernehmen"
+#: mercurial/subrepo.py:932
msgid "failed to commit svn changes"
msgstr "Übernahme von SVN-Änderungen fehlgeschlagen"
+#: mercurial/subrepo.py:941 mercurial/subrepo.py:1372
#, python-format
msgid "not removing repo %s because it has changes.\n"
msgstr "Entferne Projektarchiv %s nicht, da es Änderungen enthält.\n"
+#: mercurial/subrepo.py:1039
#, fuzzy
msgid "cannot retrieve git version"
msgstr "Kann svn-Version nicht herausfinden"
+#: mercurial/subrepo.py:1046 mercurial/subrepo.py:1048
#, fuzzy
msgid "git subrepo requires at least 1.6.0 or later"
msgstr "export benötigt zumindest eine Versionsangabe"
+#: mercurial/subrepo.py:1182
#, python-format
msgid "revision %s does not exist in subrepo %s\n"
msgstr "Revision %s existiert nicht im Unterarchiv %s\n"
+#: mercurial/subrepo.py:1237
#, python-format
msgid "checking out detached HEAD in subrepo %s\n"
msgstr ""
+#: mercurial/subrepo.py:1239
msgid "check out a git branch if you intend to make changes\n"
msgstr ""
+#: mercurial/subrepo.py:1289 mercurial/subrepo.py:1334
#, python-format
msgid "subrepo %s is missing"
msgstr "Unterarchiv %s fehlt"
+#: mercurial/subrepo.py:1354
#, python-format
msgid "unrelated git branch checked out in subrepo %s\n"
msgstr ""
+#: mercurial/subrepo.py:1357
#, python-format
msgid "pushing branch %s of subrepo %s\n"
msgstr "Übertrage Zweig %s von Unterarchiv %s\n"
+#: mercurial/subrepo.py:1362
#, fuzzy, python-format
msgid ""
"no branch checked out in subrepo %s\n"
@@ -22318,20 +27150,25 @@
"kein Zweig in Unterarchiv %s aktuell\n"
"Revision %s kann nicht übertragen werden\n"
+#: mercurial/tags.py:87
#, python-format
msgid "%s, line %s: %s\n"
msgstr "%s, Zeile %s: %s\n"
+#: mercurial/tags.py:96
msgid "cannot parse entry"
msgstr "Kann Eintrag nicht parsen"
+#: mercurial/tags.py:104
#, python-format
msgid "node '%s' is not well formed"
msgstr "Knoten '%s' ist nicht wohlgeformt"
+#: mercurial/tags.py:194
msgid ".hg/cache/tags is corrupt, rebuilding it\n"
msgstr ".hg/cache/tags ist korrupt, wird wiederhergestellt\n"
+#: mercurial/templatefilters.py:13
msgid ""
":addbreaks: Any text. Add an XHTML \"<br />\" tag before the end of\n"
" every line except the last."
@@ -22339,6 +27176,7 @@
":addbreaks: Beliebiger Text. Führt ein XHTML \"<br />\"-Tag vor das Ende\n"
" jeder Zeile bis auf die letzte ein."
+#: mercurial/templatefilters.py:27
msgid ""
":age: Date. Returns a human-readable date/time difference between the\n"
" given date/time and the current date/time."
@@ -22346,6 +27184,7 @@
":age: Datumsangabe. Gibt eine menschenlesbare Datums- und Zeitdifferenz\n"
" zwischen dem gegebenen Datum und der aktuellen Zeit aus."
+#: mercurial/templatefilters.py:59
msgid ""
":basename: Any text. Treats the text as a path, and returns the last\n"
" component of the path after splitting by the path separator\n"
@@ -22358,6 +27197,7 @@
" ignoriert). Zum Beispiel wird aus \"foo/bar/baz\" dann \"baz\" und\n"
" \"foo/bar//\" wird zu \"bar\"."
+#: mercurial/templatefilters.py:67
msgid ""
":date: Date. Returns a date in a Unix date format, including the\n"
" timezone: \"Mon Sep 04 15:13:13 2006 0700\"."
@@ -22365,6 +27205,7 @@
":date: Datumsangabe. Gibt ein Datum als Unix Datum zurück,\n"
" inklusive der Zeitzone: \"Mon Sep 04 15:13:13 2006 0700\"."
+#: mercurial/templatefilters.py:73
msgid ""
":domain: Any text. Finds the first string that looks like an email\n"
" address, and extracts just the domain component. Example: ``User\n"
@@ -22374,6 +27215,7 @@
" E-Mail-Adresse aussieht, und extrahiert davon die Domain-Komponente:\n"
" Beispiel: ``Nutzer <user@example.com>`` wird zu ``example.com``."
+#: mercurial/templatefilters.py:87
msgid ""
":email: Any text. Extracts the first string that looks like an email\n"
" address. Example: ``User <user@example.com>`` becomes\n"
@@ -22383,6 +27225,7 @@
" E-Mail-Adresse aussieht. Beispiel: ``Nutzer <user@example.com>`` wird\n"
" zu ``user@example.com``."
+#: mercurial/templatefilters.py:94
#, fuzzy
msgid ""
":escape: Any text. Replaces the special XML/XHTML characters \"&\", \"<\"\n"
@@ -22391,15 +27234,19 @@
":escape: Beliebiger Text. Ersetzt die besonderen XML/XHTML-Zeichen\n"
" \"&\", \"<\" und \">\" mit XML-Entitäten."
+#: mercurial/templatefilters.py:129
msgid ":fill68: Any text. Wraps the text to fit in 68 columns."
msgstr ":fill68: Beliebiger Text. Umbricht den Text bei 68 Zeichen."
+#: mercurial/templatefilters.py:133
msgid ":fill76: Any text. Wraps the text to fit in 76 columns."
msgstr ":fill76: Beliebiger Text. Umbricht den Text bei 76 Zeichen."
+#: mercurial/templatefilters.py:137
msgid ":firstline: Any text. Returns the first line of text."
msgstr ":firstline: Beliebiger Text. Gibt die erste Zeile des Texts zurück."
+#: mercurial/templatefilters.py:144
msgid ""
":hex: Any text. Convert a binary Mercurial node identifier into\n"
" its long hexadecimal representation."
@@ -22407,6 +27254,7 @@
":hex: Beliebiger Text. Konvertiert eine binäre Mercurial-Knoten-ID\n"
" in eine lange hexadezimale Repräsentation."
+#: mercurial/templatefilters.py:150
msgid ""
":hgdate: Date. Returns the date as a pair of numbers: \"1157407993\n"
" 25200\" (Unix timestamp, timezone offset)."
@@ -22414,6 +27262,7 @@
":hgdate: Datumsangabe. Gibt das Datum als Zahlpaar zurück:\n"
" \"1157407993 25200\" (Unix Zeitstempel, Zeitzonenverschiebung)"
+#: mercurial/templatefilters.py:156
msgid ""
":isodate: Date. Returns the date in ISO 8601 format: \"2009-08-18 13:00\n"
" +0200\"."
@@ -22421,6 +27270,7 @@
":isodate: Datumsangabe. Gibt das Datum im ISO 8601-Format zurück:\n"
" \"2009-08-18 13:00 +0200\"."
+#: mercurial/templatefilters.py:162
msgid ""
":isodatesec: Date. Returns the date in ISO 8601 format, including\n"
" seconds: \"2009-08-18 13:00:13 +0200\". See also the rfc3339date\n"
@@ -22430,15 +27280,18 @@
" Sekunden zurück: \"2009-08-18 13:00 +0200\". Siehe auch den\n"
" rfc3339date-Filter."
+#: mercurial/templatefilters.py:224
msgid ":localdate: Date. Converts a date to local date."
msgstr ""
":localdate: Datumsangabe. Konvertiert ein Datum in das lokale Datumsformat."
+#: mercurial/templatefilters.py:228
msgid ":nonempty: Any text. Returns '(none)' if the string is empty."
msgstr ""
":nonempty: Beliebiger Text. Gibt '(none)' für eine leere Zeichenkette\n"
" zurück."
+#: mercurial/templatefilters.py:232
msgid ""
":obfuscate: Any text. Returns the input text rendered as a sequence of\n"
" XML entities."
@@ -22446,6 +27299,7 @@
":obfuscate: Beliebiger Text. Gibt den Text als Folge von XML-Entitäten\n"
" zurück."
+#: mercurial/templatefilters.py:246
msgid ""
":person: Any text. Returns the name before an email address,\n"
" interpreting it as per RFC 5322."
@@ -22453,6 +27307,7 @@
":person: Beliebiger Text. Gibt den Text vor einer E-Mail-Adresse\n"
" zurück, interpretiert als RFC 5322."
+#: mercurial/templatefilters.py:249
msgid ""
" >>> person('foo@bar')\n"
" 'foo'\n"
@@ -22470,6 +27325,7 @@
" 'Foo Bar'"
msgstr ""
+#: mercurial/templatefilters.py:273
msgid ""
":rfc3339date: Date. Returns a date using the Internet date format\n"
" specified in RFC 3339: \"2009-08-18T13:00:13+02:00\"."
@@ -22477,6 +27333,7 @@
":rfc3339date: Datumsangabe. Gibt das Datum im Internet-Datumsformat,\n"
" spezifiziert im RFC 3339, zurück: \"2009-08-18T13:00:13+02:00\"."
+#: mercurial/templatefilters.py:279
msgid ""
":rfc822date: Date. Returns a date using the same format used in email\n"
" headers: \"Tue, 18 Aug 2009 13:00:13 +0200\"."
@@ -22485,6 +27342,7 @@
" das auch in Kopfzeilen von E-Mails verwendet wird:\n"
" \"Tue, 18 Aug 2009 13:00:13 +0200\"."
+#: mercurial/templatefilters.py:285
msgid ""
":short: Changeset hash. Returns the short form of a changeset hash,\n"
" i.e. a 12 hexadecimal digit string."
@@ -22492,6 +27350,7 @@
":short: Prüfsumme. Gibt die Kurzform der Prüfsumme zurück, d.h.\n"
" als 12 Zeichen lange hexadezimale Zeichenkette."
+#: mercurial/templatefilters.py:291
msgid ""
":shortbisect: Any text. Treats `text` as a bisection status, and\n"
" returns a single-character representing the status (G: good, B: bad,\n"
@@ -22503,9 +27362,11 @@
" S: übersprungen, U: ungetestet, I: ignoriert). Wenn `text` kein\n"
" gültiger Teilungsstatus ist, wird ein Leerzeichen zurückgegeben."
+#: mercurial/templatefilters.py:299
msgid ":shortdate: Date. Returns a date like \"2006-09-18\"."
msgstr ":shortdate: Datumsangabe. Gibt ein Datum wie \"2006-09-18\" zurück."
+#: mercurial/templatefilters.py:306
msgid ""
":stringify: Any type. Turns the value into text by converting values into\n"
" text and concatenating them."
@@ -22513,11 +27374,13 @@
":stringify: Beliebiger Typ. Wandelt jeden Wert in einen Text um, indem die\n"
" Werte in Zeichenketten konvertiert und dann aneinander gehängt werden."
+#: mercurial/templatefilters.py:314
msgid ":strip: Any text. Strips all leading and trailing whitespace."
msgstr ""
":strip: Beliebiger Text. Entfernt jeden führenden und überhängenden\n"
" Leerraum."
+#: mercurial/templatefilters.py:318
msgid ""
":stripdir: Treat the text as path and strip a directory level, if\n"
" possible. For example, \"foo\" and \"foo/bar\" becomes \"foo\"."
@@ -22527,13 +27390,16 @@
"\" \n"
" dann \"bar\"."
-msgid ""
-":tabindent: Any text. Returns the text, with every line except the\n"
-" first starting with a tab character."
+#: mercurial/templatefilters.py:328
+#, fuzzy
+msgid ""
+":tabindent: Any text. Returns the text, with every non-empty line\n"
+" except the first starting with a tab character."
msgstr ""
":tabindent: Beliebiger Text. Gibt den Text zurück, wobei jede Zeile bis\n"
" auf die erste mit einem Tabulator eingerückt ist."
+#: mercurial/templatefilters.py:334
msgid ""
":urlescape: Any text. Escapes all \"special\" characters. For example,\n"
" \"foo bar\" becomes \"foo%20bar\"."
@@ -22541,6 +27407,7 @@
":urlescape: Beliebiger Text. Maskiert alle \"besonderen\" Zeichen.\n"
" Aus \"foo bar\" wird zum Beispiel \"foo%20bar\"."
+#: mercurial/templatefilters.py:340
msgid ""
":user: Any text. Returns a short representation of a user name or email\n"
" address."
@@ -22548,29 +27415,21 @@
":user: Beliebiger Text. Gibt die Kurzdarstellung eines Benutzernamens\n"
" oder einer E-Mail-Adresse zurück."
+#: mercurial/templatefilters.py:345
msgid ":emailuser: Any text. Returns the user portion of an email address."
msgstr ""
":emailuser: Beliebiger Text. Gibt den Nutzerteil einer E-Mail-Adresse\n"
" (vor dem @-Zeichen) zurück."
-#, fuzzy
-msgid "fill expects one or two arguments"
-msgstr "'last' verlangt ein oder zwei Argumente"
-
-#, fuzzy
-msgid "fill expects an integer width"
-msgstr "'last' erwartet eine Zahl"
-
-#, fuzzy
-msgid "date expects one or two arguments"
-msgstr "'last' verlangt ein oder zwei Argumente"
-
+#: mercurial/templatekw.py:170
msgid ":author: String. The unmodified author of the changeset."
msgstr ":author: Zeichenkette. Der unveränderte Autor eines Änderungssatzes."
+#: mercurial/templatekw.py:174
msgid ":bisect: String. The changeset bisection status."
msgstr ":bisect: Zeichenkette. Der bisect Status des Änderungssatzes."
+#: mercurial/templatekw.py:178
msgid ""
":branch: String. The name of the branch on which the changeset was\n"
" committed."
@@ -22578,6 +27437,7 @@
":branch: Zeichenkette. Der Name des Zweiges, in dem der Änderungssatz\n"
" versioniert wurde."
+#: mercurial/templatekw.py:184
msgid ""
":branches: List of strings. The name of the branch on which the\n"
" changeset was committed. Will be empty if the branch name was\n"
@@ -22586,6 +27446,7 @@
":branches: Zeichenkette. Der Name des Zweiges, in dem der Änderungssatz\n"
" versioniert wurde. Ist leer, wenn der Zweig-Name 'default' ist."
+#: mercurial/templatekw.py:193
msgid ""
":bookmarks: List of strings. Any bookmarks associated with the\n"
" changeset."
@@ -22593,16 +27454,20 @@
":bookmarks: Liste von Zeichenketten. Alle Lesezeichen, die diesem\n"
" Änderungssatz zugewiesen wurden."
+#: mercurial/templatekw.py:200
msgid ":children: List of strings. The children of the changeset."
msgstr ":children: Liste von Zeichenketten. Die Kinder dieses Änderungssatzes."
+#: mercurial/templatekw.py:206
msgid ":date: Date information. The date when the changeset was committed."
msgstr ""
":date: Datumsangabe. Das Datum, wann ein Änderungssatz versioniert wurde."
+#: mercurial/templatekw.py:210
msgid ":desc: String. The text of the changeset description."
msgstr ":desc: Zeichenkette. Der Text der Beschreibung eines Änderungssatzes."
+#: mercurial/templatekw.py:214
msgid ""
":diffstat: String. Statistics of changes with the following format:\n"
" \"modified files: +added/-removed lines\""
@@ -22610,9 +27475,11 @@
":diffstat: Zeichenkette. Statistik über die Änderungen in dem folgenden\n"
" Format: \"geänderte Dateien: +hinzugefügt/-entfernte Zeilen\""
+#: mercurial/templatekw.py:229
msgid ":file_adds: List of strings. Files added by this changeset."
msgstr ":file_adds: Liste von Zeichenketten. Alle hinzugefügten Dateien."
+#: mercurial/templatekw.py:235
msgid ""
":file_copies: List of strings. Files copied in this changeset with\n"
" their sources."
@@ -22620,6 +27487,7 @@
":file_copies_switch: Liste von Zeichenketten. Dateien, die in diesem\n"
" Änderungssatz kopiert wurden, zusammen mit den Quelldateien."
+#: mercurial/templatekw.py:258
msgid ""
":file_copies_switch: List of strings. Like \"file_copies\" but displayed\n"
" only if the --copied switch is set."
@@ -22627,12 +27495,15 @@
":file_copies_switch: Liste von Zeichenketten. Wie \"file_copies\", wird\n"
" aber nur angezeigt, wenn der Schalter --copied gesetzt wurde."
+#: mercurial/templatekw.py:267
msgid ":file_dels: List of strings. Files removed by this changeset."
msgstr ":file_dels: Liste von Zeichenketten. Alle gelöschten Dateien."
+#: mercurial/templatekw.py:273
msgid ":file_mods: List of strings. Files modified by this changeset."
msgstr ":file_mods: Liste von Zeichenketten. Alle geänderten Dateien."
+#: mercurial/templatekw.py:279
msgid ""
":files: List of strings. All files modified, added, or removed by this\n"
" changeset."
@@ -22640,6 +27511,7 @@
":files: Liste von Zeichenketten. Alle geänderten, hinzugefügten oder\n"
" gelöschten Dateien dieses Änderungssatzes."
+#: mercurial/templatekw.py:285
msgid ""
":latesttag: String. Most recent global tag in the ancestors of this\n"
" changeset."
@@ -22647,9 +27519,11 @@
":latesttag: Zeichenkette. Aktuellstes globales Tag in den Nachfahren\n"
" dieses Änderungssatzes."
+#: mercurial/templatekw.py:291
msgid ":latesttagdistance: Integer. Longest path to the latest tag."
msgstr ":latesttagdistance: Zahl. Längster Pfad zum aktuellsten Tag."
+#: mercurial/templatekw.py:302
msgid ""
":node: String. The changeset identification hash, as a 40 hexadecimal\n"
" digit string."
@@ -22657,22 +27531,26 @@
":node: Zeichenkette. Die Prüfsumme, die einen Änderungssatz identifiziert,\n"
" als 40 Zeichen lange hexadezimale Zeichenkette."
+#: mercurial/templatekw.py:308
msgid ""
":p1rev: Integer. The repository-local revision number of the changeset's\n"
" first parent, or -1 if the changeset has no parents."
msgstr ""
+#: mercurial/templatekw.py:313
msgid ""
":p2rev: Integer. The repository-local revision number of the changeset's\n"
" second parent, or -1 if the changeset has no second parent."
msgstr ""
+#: mercurial/templatekw.py:318
msgid ""
":p1node: String. The identification hash of the changeset's first parent,\n"
" as a 40 digit hexadecimal string. If the changeset has no parents, all\n"
" digits are 0."
msgstr ""
+#: mercurial/templatekw.py:324
msgid ""
":p2node: String. The identification hash of the changeset's second\n"
" parent, as a 40 digit hexadecimal string. If the changeset has no "
@@ -22680,22 +27558,27 @@
" parent, all digits are 0."
msgstr ""
+#: mercurial/templatekw.py:330
msgid ":phase: String. The changeset phase name."
msgstr ":phase: Zeichenkette. Der Name der Phase des Änderungssatzes."
+#: mercurial/templatekw.py:334
msgid ":phaseidx: Integer. The changeset phase index."
msgstr ""
+#: mercurial/templatekw.py:338
msgid ":rev: Integer. The repository-local changeset revision number."
msgstr ""
":rev: Zahl. Die für dieses Projektarchiv geltende Nummer eines\n"
" Änderungssatzes."
+#: mercurial/templatekw.py:342
msgid ":tags: List of strings. Any tags associated with the changeset."
msgstr ""
":tags: Liste von Zeichenketten. Alle Tags, die diesem Änderungssatz\n"
" zugewiesen wurden."
+#: mercurial/templatekw.py:385
msgid ""
":parents: List of strings. The parents of the changeset in \"rev:node\"\n"
" format. If the changeset has only one \"natural\" parent (the "
@@ -22703,528 +27586,773 @@
" revision) nothing is shown."
msgstr ""
+#: mercurial/templater.py:107
#, python-format
msgid "unknown method '%s'"
msgstr "Unbekannte Method '%s'"
+#: mercurial/templater.py:114
msgid "expected a symbol"
msgstr "erwartete ein Symbol"
+#: mercurial/templater.py:126
#, python-format
msgid "unknown function '%s'"
msgstr "Unbekannte Funktion '%s'"
+#: mercurial/templater.py:134
msgid "expected template specifier"
msgstr ""
+#: mercurial/templater.py:165
#, python-format
msgid "template filter '%s' is not compatible with keyword '%s'"
msgstr ""
+#: mercurial/templater.py:204
#, python-format
msgid "filter %s expects one argument"
msgstr "Filter %s erwartet ein Argument"
+#: mercurial/templater.py:210
+#, fuzzy
+msgid "date expects one or two arguments"
+msgstr "'last' verlangt ein oder zwei Argumente"
+
+#: mercurial/templater.py:220
+#, fuzzy
+msgid "fill expects one to four arguments"
+msgstr "'last' verlangt ein oder zwei Argumente"
+
+#: mercurial/templater.py:230
+#, fuzzy
+msgid "fill expects an integer width"
+msgstr "'last' erwartet eine Zahl"
+
#. i18n: "get" is a keyword
+#: mercurial/templater.py:246
#, fuzzy
msgid "get() expects two arguments"
msgstr "'exec' erwartet keine Argumente"
#. i18n: "get" is a keyword
+#: mercurial/templater.py:251
msgid "get() expects a dict as first argument"
msgstr ""
-#. i18n: "join" is a keyword
-#, fuzzy
-msgid "join expects one or two arguments"
-msgstr "'outgoing' erwartet ein oder zwei Argumente"
-
-#. i18n: "sub" is a keyword
-#, fuzzy
-msgid "sub expects three arguments"
-msgstr "Filter %s erwartet ein Argument"
-
#. i18n: "if" is a keyword
+#: mercurial/templater.py:259
#, fuzzy
msgid "if expects two or three arguments"
msgstr "Entweder zwei oder drei Parameter angeben"
#. i18n: "ifeq" is a keyword
+#: mercurial/templater.py:272
#, fuzzy
msgid "ifeq expects three or four arguments"
msgstr "'exec' erwartet keine Argumente"
+#. i18n: "join" is a keyword
+#: mercurial/templater.py:286
+#, fuzzy
+msgid "join expects one or two arguments"
+msgstr "'outgoing' erwartet ein oder zwei Argumente"
+
#. i18n: "rstdoc" is a keyword
+#: mercurial/templater.py:317
#, fuzzy
msgid "rstdoc expects two arguments"
msgstr "Filter %s erwartet ein Argument"
+#: mercurial/templater.py:326
+#, fuzzy
+msgid "strip expects one or two arguments"
+msgstr "'last' verlangt ein oder zwei Argumente"
+
+#. i18n: "sub" is a keyword
+#: mercurial/templater.py:337
+#, fuzzy
+msgid "sub expects three arguments"
+msgstr "Filter %s erwartet ein Argument"
+
+#: mercurial/templater.py:397
msgid "unmatched quotes"
msgstr "unpassende Anführungszeichen"
-#, python-format
-msgid "style not found: %s"
-msgstr "Stil nicht gefunden: %s"
-
+#: mercurial/templater.py:473
+#, fuzzy, python-format
+msgid "style '%s' not found"
+msgstr "revlog '%s' nicht gefunden"
+
+#: mercurial/templater.py:474
+#, fuzzy, python-format
+msgid "available styles: %s"
+msgstr ""
+"\n"
+"Aliase: %s\n"
+
+#: mercurial/templater.py:481
#, fuzzy, python-format
msgid "%s: missing value"
msgstr "%s: fehlendes Werte"
+#: mercurial/templater.py:503
#, python-format
msgid "\"%s\" not in template map"
msgstr "\"%s\" nicht in der Vorlagenzuordnungsdatei gefunden"
+#: mercurial/templater.py:505
#, python-format
msgid "template file %s: %s"
msgstr "Vorlagendatei %s: %s"
+#: mercurial/transaction.py:22
msgid "cannot use transaction when it is already committed/aborted"
msgstr ""
"Kann Transaktion nicht verwenden, wenn sie bereits übernommen/abgebrochen ist"
+#: mercurial/transaction.py:34
#, python-format
msgid "failed to truncate %s\n"
msgstr "Konnte %s nicht abschneiden\n"
+#: mercurial/transaction.py:161
msgid "transaction abort!\n"
msgstr "Transaktion abgebrochen!\n"
+#: mercurial/transaction.py:166
msgid "rollback completed\n"
msgstr "Zurückrollen abgeschlossen\n"
+#: mercurial/transaction.py:168
msgid "rollback failed - please run hg recover\n"
msgstr "Zurückrollen fehlgeschlagen - bitte führe hg recover aus\n"
+#: mercurial/treediscovery.py:134
msgid "already have changeset "
msgstr "Änderungssatz bereits vorhanden "
+#: mercurial/ui.py:69
#, fuzzy, python-format
msgid "not trusting file %s from untrusted user %s, group %s\n"
msgstr "Nicht vertrauenswürdige Datei %s vom Nutzer %s, Gruppe %s\n"
+#: mercurial/ui.py:91
#, fuzzy, python-format
msgid "ignored: %s\n"
msgstr "Ignoriert: %s\n"
+#: mercurial/ui.py:126
#, python-format
msgid "(deprecated '%%' in path %s=%s from %s)\n"
msgstr "(veraltete Angabe '%%' im Pfad %s=%s aus %s)\n"
+#: mercurial/ui.py:233
#, python-format
msgid "%s.%s is not a boolean ('%s')"
msgstr "%s.%s ist kein boolescher Wert ('%s')"
+#: mercurial/ui.py:262
#, python-format
msgid "%s.%s is not an integer ('%s')"
msgstr "%s.%s ist keine Zahl ('%s')"
+#: mercurial/ui.py:295
#, fuzzy, python-format
msgid "%s.%s is not a byte quantity ('%s')"
msgstr "%s.%s ist kein boolescher Wert ('%s')"
+#: mercurial/ui.py:443
msgid "enter a commit username:"
msgstr "Geben Sie einen Benutzernamen für den Commit ein:"
+#: mercurial/ui.py:447
#, fuzzy, python-format
msgid "no username found, using '%s' instead\n"
msgstr "Kein Benutzername gefunden, nutze '%s' stattdessen\n"
+#: mercurial/ui.py:451
msgid "no username supplied (see \"hg help config\")"
msgstr "kein Benutzername angegeben (siehe \"hg help config\")"
+#: mercurial/ui.py:453
#, python-format
msgid "username %s contains a newline\n"
msgstr "Benutzername %s enthält einen Zeilenumbruch\n"
+#: mercurial/ui.py:640 mercurial/ui.py:670
msgid "response expected"
msgstr "Antwort erwartet"
+#: mercurial/ui.py:661
msgid "unrecognized response\n"
msgstr "Unbekannte Antwort\n"
+#: mercurial/ui.py:667
msgid "password: "
msgstr "Passwort: "
+#: mercurial/unionrepo.py:183
#, fuzzy
msgid "cannot create new union repository"
msgstr "Neues Bündelarchiv kann nicht erzeugt werden"
+#: mercurial/url.py:36
msgid "http authorization required"
msgstr "HTTP-Autorisierung erforderlich"
+#: mercurial/url.py:38
msgid "http authorization required\n"
msgstr "HTTP-Autorisierung erforderlich\n"
+#: mercurial/url.py:39
#, python-format
msgid "realm: %s\n"
msgstr "Bereich: %s\n"
+#: mercurial/url.py:41
#, python-format
msgid "user: %s\n"
msgstr "Benutzer: %s\n"
+#: mercurial/url.py:43
msgid "user:"
msgstr "Benutzer:"
+#: mercurial/url.py:53
#, python-format
msgid "http auth: user %s, password %s\n"
msgstr "HTTP-Auth: Benutzer %s, Passwort %s\n"
+#: mercurial/util.py:310
#, python-format
msgid "command '%s' failed: %s"
msgstr "Befehl '%s' fehlgeschlagen: %s"
+#: mercurial/util.py:584 mercurial/util.py:591
#, python-format
msgid "filename contains '%s', which is reserved on Windows"
msgstr "Dateiname enthält '%s', was in Windows reserviert ist"
+#: mercurial/util.py:587
#, python-format
msgid "filename contains %r, which is invalid on Windows"
msgstr "Dateiname enthält '%r', was in Windows ungültig ist"
+#: mercurial/util.py:595
#, python-format
msgid "filename ends with '%s', which is not allowed on Windows"
msgstr "Dateiname endet mit '%s', was in Windows nicht erlaubt ist"
+#: mercurial/util.py:1006
msgid "check your clock"
msgstr "überprüfen Sie ihre Uhr"
+#: mercurial/util.py:1007
#, python-format
msgid "negative timestamp: %d"
msgstr "negativer Zeitstempel: %d"
+#: mercurial/util.py:1108
#, fuzzy
msgid "now"
msgstr "Unbekannt"
+#: mercurial/util.py:1110
msgid "today"
msgstr ""
+#: mercurial/util.py:1112
msgid "yesterday"
msgstr ""
+#: mercurial/util.py:1144
#, python-format
msgid "invalid date: %r"
msgstr "Ungültiges Datum: %r"
+#: mercurial/util.py:1150
#, python-format
msgid "date exceeds 32 bits: %d"
msgstr "Datum überschreitet 32 Bit: %d"
+#: mercurial/util.py:1152
#, python-format
msgid "negative date value: %d"
msgstr "negativer Datumswert: %d"
+#: mercurial/util.py:1154
#, python-format
msgid "impossible time zone offset: %d"
msgstr "Unmögliche Zeitzonen-Verschiebung: %d"
+#: mercurial/util.py:1204
msgid "dates cannot consist entirely of whitespace"
msgstr "Ein Datum kann nicht nur aus Leerzeichen bestehen"
+#: mercurial/util.py:1207
msgid "invalid day spec, use '<DATE'"
msgstr "Ungültige Datumsangabe, verwende '<DATUM'"
+#: mercurial/util.py:1212
msgid "invalid day spec, use '>DATE'"
msgstr "Ungültige Datumsangabe, verwende '>DATUM'"
+#: mercurial/util.py:1219
#, python-format
msgid "invalid day spec: %s"
msgstr "Ungültige Datumsangabe: %s"
+#: mercurial/util.py:1221
#, python-format
msgid "%s must be nonnegative (see 'hg help dates')"
msgstr "%s muss nichtnegativ sein (siehe 'hg help dates')"
+#: mercurial/util.py:1296
#, python-format
msgid "%.0f GB"
msgstr "%.0f GB"
+#: mercurial/util.py:1297
#, python-format
msgid "%.1f GB"
msgstr "%.1f GB"
+#: mercurial/util.py:1298
#, python-format
msgid "%.2f GB"
msgstr "%.2f GB"
+#: mercurial/util.py:1299
#, python-format
msgid "%.0f MB"
msgstr "%.0f MB"
+#: mercurial/util.py:1300
#, python-format
msgid "%.1f MB"
msgstr "%.1f MB"
+#: mercurial/util.py:1301
#, python-format
msgid "%.2f MB"
msgstr "%.2f MB"
+#: mercurial/util.py:1302
#, python-format
msgid "%.0f KB"
msgstr "%.0f KB"
+#: mercurial/util.py:1303
#, python-format
msgid "%.1f KB"
msgstr "%.1f KB"
+#: mercurial/util.py:1304
#, python-format
msgid "%.2f KB"
msgstr "%.2f KB"
+#: mercurial/util.py:1305
#, python-format
msgid "%.0f bytes"
msgstr "%.0f Bytes"
+#: mercurial/util.py:1545
#, python-format
msgid "no port number associated with service '%s'"
msgstr "Dem Dient '%s' ist keine Portnummer zugewiesen"
+#: mercurial/util.py:1725
msgid "file:// URLs can only refer to localhost"
msgstr "file://-URLs können nur auf localhost verweisen"
+#: mercurial/util.py:1889
#, fuzzy, python-format
msgid "%.0f s"
msgstr "%.0f GB"
+#: mercurial/util.py:1890
#, fuzzy, python-format
msgid "%.1f s"
msgstr "%.1f GB"
+#: mercurial/util.py:1891
#, fuzzy, python-format
msgid "%.2f s"
msgstr "%.2f GB"
+#: mercurial/util.py:1892
#, python-format
msgid "%.3f s"
msgstr ""
+#: mercurial/util.py:1893
#, fuzzy, python-format
msgid "%.1f ms"
msgstr "%.1f GB"
+#: mercurial/util.py:1894
#, fuzzy, python-format
msgid "%.2f ms"
msgstr "%.2f GB"
+#: mercurial/util.py:1895
#, python-format
msgid "%.3f ms"
msgstr ""
+#: mercurial/util.py:1896
#, fuzzy, python-format
msgid "%.1f us"
msgstr "%.1f GB"
+#: mercurial/util.py:1897
#, fuzzy, python-format
msgid "%.2f us"
msgstr "%.2f GB"
+#: mercurial/util.py:1898
#, python-format
msgid "%.3f us"
msgstr ""
+#: mercurial/util.py:1899
#, fuzzy, python-format
msgid "%.1f ns"
msgstr "%.1f GB"
+#: mercurial/util.py:1900
#, fuzzy, python-format
msgid "%.2f ns"
msgstr "%.2f GB"
+#: mercurial/util.py:1901
#, python-format
msgid "%.3f ns"
msgstr ""
+#: mercurial/verify.py:42
msgid "cannot verify bundle or remote repos"
msgstr "Kann Bündel oder entfernte Projektarchive nicht verifizieren"
+#: mercurial/verify.py:57
msgid "interrupted"
msgstr "unterbrochen"
# problematisch: Wird mit "Changelog" oder "Manifest" aufgerufen, allerdings passt die aktuelle Übersetzung nur auf Manifest.
+#: mercurial/verify.py:69
#, python-format
msgid "empty or missing %s"
msgstr "leeres oder fehlendes %s"
+#: mercurial/verify.py:74
#, python-format
msgid "data length off by %d bytes"
msgstr "Datenlänge um %d Bytes verschoben"
+#: mercurial/verify.py:76
#, python-format
msgid "index contains %d extra bytes"
msgstr "Index enthält %d zusätzliche Bytes"
+#: mercurial/verify.py:80
#, python-format
msgid "warning: `%s' uses revlog format 1"
msgstr "Warnung: `%s' nutzt Revlogformat 1"
+#: mercurial/verify.py:82
#, python-format
msgid "warning: `%s' uses revlog format 0"
msgstr "Warnung: `%s' nutzt Revlogformat 0"
+#: mercurial/verify.py:88
#, python-format
msgid "rev %d points to nonexistent changeset %d"
msgstr "Revision %d zeigt auf nicht existenten Änderungssatz %d"
+#: mercurial/verify.py:90
#, python-format
msgid "rev %d points to unexpected changeset %d"
msgstr "Revision %d zeigt auf unerwarteten Änderungssatz %d"
+#: mercurial/verify.py:100
#, python-format
msgid " (expected %s)"
msgstr " (erwartete %s)"
+#: mercurial/verify.py:106
#, python-format
msgid "unknown parent 1 %s of %s"
msgstr "Unbekannter erster Vorfahr %s von %s"
+#: mercurial/verify.py:109
#, python-format
msgid "unknown parent 2 %s of %s"
msgstr "Unbekannter zweiter Vorfahr %s von %s"
+#: mercurial/verify.py:112
#, python-format
msgid "checking parents of %s"
msgstr "Prüfe Vorfahren von %s"
+#: mercurial/verify.py:115
#, python-format
msgid "duplicate revision %d (%d)"
msgstr "Doppelte Revision %d (%d)"
+#: mercurial/verify.py:120
msgid "abandoned transaction found - run hg recover\n"
msgstr "abgebrochene Transaktion gefunden - bitte führe hg recover aus\n"
+#: mercurial/verify.py:124
#, python-format
msgid "repository uses revlog format %d\n"
msgstr "Archiv verwendet Revlogformat %d\n"
+#: mercurial/verify.py:130
msgid "checking changesets\n"
msgstr "Prüfe Änderungssätze\n"
+#: mercurial/verify.py:136 mercurial/verify.py:150 mercurial/verify.py:160
+#: mercurial/verify.py:176 mercurial/verify.py:225 mercurial/verify.py:304
msgid "checking"
msgstr "Prüfe"
+#: mercurial/verify.py:149
#, python-format
msgid "unpacking changeset %s"
msgstr "Entpacke Änderungssatz %s"
+#: mercurial/verify.py:152
msgid "checking manifests\n"
msgstr "Prüfe Manifeste\n"
+#: mercurial/verify.py:166
#, python-format
msgid "%s not in changesets"
msgstr "%s nicht in den Änderungssätzen vorhanden"
+#: mercurial/verify.py:171
msgid "file without name in manifest"
msgstr "Datei ohne Namen im Manifest"
+#: mercurial/verify.py:175
#, python-format
msgid "reading manifest delta %s"
msgstr "Lese Manifest-Delta %s"
+#: mercurial/verify.py:178
msgid "crosschecking files in changesets and manifests\n"
msgstr "Überkreuzprüfung der Dateien in Änderungssätzen und Manifesten\n"
+#: mercurial/verify.py:188 mercurial/verify.py:194 mercurial/verify.py:202
+#: mercurial/verify.py:211
msgid "crosschecking"
msgstr "Überkreuzprüfung"
+#: mercurial/verify.py:189
#, python-format
msgid "changeset refers to unknown manifest %s"
msgstr "Änderungssatz referenziert unbekanntes Manifest %s"
+#: mercurial/verify.py:197
msgid "in changeset but not in manifest"
msgstr "im Änderungssatz aber nicht im Manifest"
+#: mercurial/verify.py:209
msgid "in manifest but not in changeset"
msgstr "im Manifest aber nicht im Änderungssatz"
+#: mercurial/verify.py:213
msgid "checking files\n"
msgstr "Prüfe Dateien\n"
+#: mercurial/verify.py:218
#, python-format
msgid "cannot decode filename '%s'"
msgstr "Kann Dateinamen '%s' nicht dekodieren"
+#: mercurial/verify.py:240
#, python-format
msgid "broken revlog! (%s)"
msgstr "Beschädigtes Revlog! (%s)"
+#: mercurial/verify.py:247
msgid "missing revlog!"
msgstr "Fehlendes Revlog!"
+#: mercurial/verify.py:258
#, python-format
msgid "%s not in manifests"
msgstr "%s nicht in Manifesten"
+#: mercurial/verify.py:268
#, python-format
msgid "unpacked size is %s, %s expected"
msgstr "entpackte Größe ist %s, aber %s erwartet"
+#: mercurial/verify.py:271
#, python-format
msgid "unpacking %s"
msgstr "entpacke %s"
+#: mercurial/verify.py:284
#, python-format
msgid "warning: copy source of '%s' not in parents of %s"
msgstr "Warnung: Kopierquelle von '%s' ist in keinem Vorfahren von %s"
+#: mercurial/verify.py:288
#, python-format
msgid "empty or missing copy source revlog %s:%s"
msgstr "Leeres oder fehlendes revlog %s:%s der Kopierquelle"
+#: mercurial/verify.py:291
#, python-format
msgid "warning: %s@%s: copy source revision is nullid %s:%s\n"
msgstr "Warnung: %s@%s: Revision der Kopierquelle ist Null %s:%s\n"
+#: mercurial/verify.py:297
#, python-format
msgid "checking rename of %s"
msgstr "Prüfe Umbenennung von %s"
+#: mercurial/verify.py:303
#, python-format
msgid "%s in manifests not found"
msgstr "%s nicht in den Manifesten gefunden"
+#: mercurial/verify.py:307
#, python-format
msgid "warning: orphan revlog '%s'"
msgstr "Warnung: Verwaistes revlog '%s'"
+#: mercurial/verify.py:309
#, python-format
msgid "%d files, %d changesets, %d total revisions\n"
msgstr "%d Dateien, %d Änderungssätze, %d Revisionen insgesamt\n"
+#: mercurial/verify.py:312
#, python-format
msgid "%d warnings encountered!\n"
msgstr "%d Warnungen gefunden!\n"
+#: mercurial/verify.py:314
#, python-format
msgid "%d integrity errors encountered!\n"
msgstr "%d Integritätsfehler gefunden!\n"
+#: mercurial/verify.py:316
#, python-format
msgid "(first damaged changeset appears to be %d)\n"
msgstr "(erster beschädigter Änderungssatz scheint %d zu sein)\n"
+#: mercurial/wireproto.py:167
msgid "look up remote revision"
msgstr "entfernte Revision abrufen"
+#: mercurial/wireproto.py:249 mercurial/wireproto.py:316
msgid "push failed (unexpected response):"
msgstr "Übertragen fehlgeschlagen (unerwartete Antwort)"
+#: mercurial/wireproto.py:277 mercurial/wireproto.py:285
msgid "look up remote changes"
msgstr "entfernte Änderungen abrufen"
+#: mercurial/wireproto.py:311
msgid "push failed:"
msgstr "Übertragen fehlgeschlagen:"
+#: mercurial/worker.py:40
msgid "number of cpus must be an integer"
msgstr ""
+#~ msgid "error while verifying signature"
+#~ msgstr "Fehler beim Überprüfen der Signatur"
+
+#~ msgid "&Largefile"
+#~ msgstr "&Binärriese"
+
+#~ msgid "&Normal file"
+#~ msgstr "&Normale Datei"
+
+#~ msgid "&Local"
+#~ msgstr "&Lokal"
+
+#~ msgid "&Other"
+#~ msgstr "&Andere"
+
+#~ msgid "&No"
+#~ msgstr "&Nein"
+
+#~ msgid "&Yes"
+#~ msgstr "&Ja"
+
+#, fuzzy
+#~ msgid "can't abort rebase due to immutable changesets %s"
+#~ msgstr "Nicht veränderbarer Änderungssatz %s kann nicht verschoben werden"
+
+#~ msgid "[Ynesfdaq?]"
+#~ msgstr "[jnesdfab?]"
+
+#~ msgid "&Yes, record this change"
+#~ msgstr "&Ja - übernimmt diese Änderung"
+
+#~ msgid "&No, skip this change"
+#~ msgstr "&Nein, überspringt diese Änderung"
+
+#~ msgid "&Edit the change manually"
+#~ msgstr "Änderung manuell &editieren"
+
+#~ msgid "&Skip remaining changes to this file"
+#~ msgstr "Über&springe die restlichen Änderungen an dieser Datei"
+
+#~ msgid "Record remaining changes to this &file"
+#~ msgstr "Zeichne die restlichen Änderungen an dieser &Datei auf"
+
+#~ msgid "&Done, skip remaining changes and files"
+#~ msgstr "&Fertig, überspringe die restlichen Änderungen und Dateien"
+
+#~ msgid "Record &all changes to all remaining files"
+#~ msgstr "Zeichne &alle Änderungen der verbleibenden Dateien auf"
+
+#~ msgid "&Quit, recording no changes"
+#~ msgstr "&Beende, zeichnet keine Änderungen auf"
+
+#~ msgid "&?"
+#~ msgstr "&?"
+
+#~ msgid "hg bookmarks [-f] [-d] [-i] [-m NAME] [-r REV] [NAME]"
+#~ msgstr "hg bookmarks [-f] [-d] [-i] [-m NAME] [-r REV] [NAME]"
+
+#, fuzzy
+#~ msgid "cannot commit an interrupted graft operation"
+#~ msgstr "Setzt eine unterbrochene Transaktion zurück"
+
+#~ msgid "show current repository heads or show branch heads"
+#~ msgstr "Zeigt die Köpfe des Archivs oder von Entwicklungszweigen"
+
+#~ msgid " With no arguments, show all repository branch heads."
+#~ msgstr " Ohne Argumente werden alle Köpfe des Archivs angezeigt."
+
+#~ msgid "&Changed"
+#~ msgstr "(&C) Geändert"
+
+#~ msgid "&Delete"
+#~ msgstr "(&D) Löschen"
+
+#~ msgid "&Deleted"
+#~ msgstr "(&D) Gelöscht"
+
+#~ msgid "&Remote"
+#~ msgstr "Entfe&rnt"
+
+#~ msgid "style not found: %s"
+#~ msgstr "Stil nicht gefunden: %s"
+
#~ msgid "show hidden changesets (DEPRECATED)"
#~ msgstr "Zeigt versteckte Änderungssätze (VERALTET)"
-#, fuzzy
-#~ msgid "can't edit history with merges"
-#~ msgstr "--stdio und --cmdserver können nicht gleichzeitig verwendet werden"
-
#~ msgid ""
#~ "cannot start: tried linking .hg/inotify.sock to a temporary socket but ."
#~ "hg/inotify.sock already exists"
@@ -23460,13 +28588,6 @@
#~ "``foo/quux/baz`` als ``bar`` und ``quux/baz`` aufgelistet.\n"
#~ msgid ""
-#~ "Interaction with Mercurial Commands\n"
-#~ "-----------------------------------"
-#~ msgstr ""
-#~ "Interaktion mit Mercurial-Befehlen\n"
-#~ "----------------------------------"
-
-#~ msgid ""
#~ "Remapping Subrepositories Sources\n"
#~ "---------------------------------"
#~ msgstr ""
@@ -23492,9 +28613,6 @@
#~ " 'Bug 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678',\n"
#~ " 'Bug 1234 and 5678' und Variationen. Großschreibung wird ignoriert."
-#~ msgid "%s is not a valid revision in current branch"
-#~ msgstr "%s ist keine gültige Revision im aktuellen Zweig"
-
#~ msgid "-G/--graph option is incompatible with --follow with file argument"
#~ msgstr "Option -G/--graph ist inkompatibel zu --follow mit Dateiparameter"