# HG changeset patch # User Matt Mackall # Date 1391288032 21600 # Node ID 3cec5134e9c4bceab6a00c60f52a4f80677a78f2 # Parent e40520642e643a907899bab70ef8409754418a28# Parent eeb3bec9e757413d80dba089517c8282f252ef7c merge with i18n diff -r e40520642e64 -r 3cec5134e9c4 i18n/de.po --- a/i18n/de.po Fri Jan 31 15:13:15 2014 -0800 +++ b/i18n/de.po Sat Feb 01 14:53:52 2014 -0600 @@ -20,9 +20,9 @@ msgstr "" "Project-Id-Version: Mercurial\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-09-30 19:58+0200\n" +"POT-Creation-Date: 2014-01-25 17:51+0100\n" "PO-Revision-Date: 2013-09-30 20:52+0100\n" -"Last-Translator: Martin Schröder \n" +"Last-Translator: Simon Heimberg \n" "Language-Team: \n" "Language: de\n" "MIME-Version: 1.0\n" @@ -31,24 +31,29 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 1.5.4\n" -#: doc/gendoc.py:48 mercurial/help.py:48 +msgid "VALUE" +msgstr "WERT" + #, 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 "" +"\n" +"[+] marked option can be specified multiple times\n" +msgstr "" +"\n" +"Mit [+] markierte Optionen können mehrfach angegeben werden\n" + 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." @@ -57,20 +62,16 @@ "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" @@ -80,7 +81,6 @@ "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" @@ -90,7 +90,6 @@ "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" @@ -105,11 +104,9 @@ "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" @@ -121,21 +118,17 @@ "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" "---------------------------" msgstr "" -"Synchronisieren eines Unterarchivs\n" -"----------------------------------" - -#: hgext/acl.py:37 +"Zweig-basierte Zugriffskontrolle\n" +"--------------------------------" + 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" @@ -145,7 +138,6 @@ "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;" @@ -153,11 +145,9 @@ "- 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;" @@ -165,22 +155,18 @@ "- 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" "-------------------------" msgstr "" -"Wie werden Phasen verwaltet?\n" -"--------------------------" - -#: hgext/acl.py:55 +"Pfad-basierte Zugriffskontrolle\n" +"-------------------------------" + 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" @@ -193,16 +179,13 @@ "entsprechenden Werte folgen derselben Syntax wie in den anderen o.g.\n" "Bereichen." -#: hgext/acl.py:60 -#, fuzzy msgid "" "Groups\n" "------" msgstr "" -"Zusammenfassung\n" +"Gruppen\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." @@ -210,7 +193,6 @@ "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" @@ -222,25 +204,19 @@ "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" "---------------------" msgstr "" -"Löschen eines Unterarchivs\n" -"--------------------------" - -#: hgext/acl.py:74 hgext/acl.py:167 hgext/extdiff.py:50 -#: mercurial/help/revsets.txt:74 +"Beispielkonfiguration\n" +"---------------------" + 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" @@ -249,7 +225,6 @@ " # (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" @@ -260,7 +235,6 @@ " # 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" @@ -280,11 +254,9 @@ " # 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 = *" @@ -292,7 +264,6 @@ " # 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" @@ -300,11 +271,9 @@ " # 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" @@ -312,7 +281,6 @@ " # 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" @@ -320,7 +288,6 @@ " # 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" @@ -328,7 +295,6 @@ " # 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 = *" @@ -336,7 +302,6 @@ " # 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" @@ -349,7 +314,6 @@ " # 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 = *" @@ -357,7 +321,6 @@ " # 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" @@ -365,7 +328,6 @@ " # 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" @@ -373,7 +335,6 @@ " # 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" @@ -383,7 +344,6 @@ " # 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" @@ -393,7 +353,6 @@ " # 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" @@ -403,7 +362,6 @@ " # 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" @@ -413,7 +371,6 @@ " # 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" @@ -425,20 +382,14 @@ " # 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" "............................." msgstr "" -"Beispielkonfiguration\n" -"....................." - -#: hgext/acl.py:155 + msgid "" "Suppose there's a branch that only a given user (or group) should be able " "to\n" @@ -446,14 +397,12 @@ "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" @@ -462,38 +411,33 @@ "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 +msgstr "" +" [acl.allow.branches]\n" +" # Leer" + 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" @@ -501,12 +445,10 @@ " /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" @@ -515,34 +457,28 @@ "Ä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" @@ -551,25 +487,21 @@ "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" @@ -578,28 +510,20 @@ " 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 +msgstr "Anzahl der anzuzeigenden Ereignisse" + msgid "hg blackbox [OPTION]..." -msgstr "hg glog [OPTION]... [DATEI]" - -#: hgext/blackbox.py:137 -#, fuzzy +msgstr "hg blackbox [OPTION]..." + msgid "" "view the recent repository events\n" " " -msgstr "Eltern der gespeicherten Reihe: %s %s\n" - -#: hgext/bugzilla.py:9 +msgstr "" + 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" @@ -609,8 +533,6 @@ "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" "hours spent working on the bug. Bugs can also be marked fixed." @@ -619,17 +541,14 @@ "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." @@ -638,7 +557,6 @@ " 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." @@ -646,7 +564,6 @@ "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" @@ -670,7 +587,6 @@ "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" @@ -687,7 +603,6 @@ "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" @@ -711,12 +626,9 @@ "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" " The access type to use. Values recognized are:" @@ -724,7 +636,6 @@ "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" @@ -740,7 +651,6 @@ " :``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" @@ -764,14 +674,13 @@ " Fließkommazahl enthalten, die die Zahl der Arbeitsstunden für den\n" " Bug angibt. Wenn keine benannten Gruppen vorhanden sind, wird \n" " angenommen, dass die erste \"()\"-Gruppe die Bug-IDs enthält, und die\n" -" Arbeitszeit nicht aktualisiert. Der voreingestellte Ausdruck passt auf\n" +" Arbeitszeit nicht aktualisiert. Der voreingestellte Ausdruck passt auf\n" " ``Bug 1234``, ``Bug no. 1234``, ``Bug number 1234``, ``Bugs 1234,5678``,\n" " ``Bug 1234 and 5678`` und Variationen davon, gefolgt von einer\n" " Stundenzahl, der ein ``h`` oder ``hours`` vorrangestellt ist,\n" " 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" @@ -788,8 +697,6 @@ " ``hours``, e.g. ``hours 1.5``. Matching is case insensitive." msgstr "" -#: hgext/bugzilla.py:90 -#, fuzzy msgid "" "bugzilla.fixstatus\n" " The status to set a bug to when marking fixed. Default ``RESOLVED``." @@ -798,8 +705,6 @@ " 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" " The resolution to set a bug to when marking fixed. Default ``FIXED``." @@ -809,7 +714,6 @@ "markiert\n" " wurde. Voreinstellung ``FIXED``." -#: hgext/bugzilla.py:96 msgid "" "bugzilla.style\n" " The style file to use when formatting comments." @@ -817,7 +721,6 @@ "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" @@ -828,7 +731,6 @@ " 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" @@ -840,7 +742,6 @@ " :``{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}``" @@ -848,7 +749,6 @@ " 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" @@ -864,7 +764,6 @@ " 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" @@ -874,11 +773,9 @@ " 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" @@ -889,15 +786,12 @@ " 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" @@ -907,11 +801,9 @@ "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" @@ -921,7 +813,6 @@ " 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" @@ -931,7 +822,6 @@ " Der Benutzername für den Bugzilla-Zugriff via XMLRPC. Voreinstellung " "``bugs``." -#: hgext/bugzilla.py:148 msgid "" "bugzilla.password\n" " The password for Bugzilla login." @@ -939,13 +829,11 @@ "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." @@ -953,7 +841,6 @@ "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]``." @@ -961,11 +848,9 @@ "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" @@ -975,7 +860,6 @@ " 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``." @@ -983,7 +867,6 @@ "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``." @@ -992,7 +875,6 @@ " 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." @@ -1000,7 +882,6 @@ "bugzilla.password\n" " Password zum Zugriff auf den MySQL-Server." -#: hgext/bugzilla.py:175 msgid "" "bugzilla.timeout\n" " Database connection timeout (seconds). Default 5." @@ -1008,7 +889,6 @@ "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" @@ -1018,7 +898,6 @@ " 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" @@ -1028,7 +907,6 @@ " 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" @@ -1043,11 +921,9 @@ " 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 =" @@ -1055,7 +931,6 @@ " [extensions]\n" " bugzilla =" -#: hgext/bugzilla.py:198 msgid "" " [hooks]\n" " # run bugzilla hook on every change pulled or pushed in here\n" @@ -1066,11 +941,9 @@ " # ü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" @@ -1084,7 +957,6 @@ "Ä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" @@ -1106,7 +978,6 @@ " {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" @@ -1114,7 +985,6 @@ " [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" @@ -1131,7 +1001,6 @@ "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" @@ -1155,7 +1024,6 @@ " {desc}\\n\n" " strip=5" -#: hgext/bugzilla.py:245 hgext/bugzilla.py:269 msgid "" " [usermap]\n" " user@emaildomain.com=user.name@bugzilladomain.com" @@ -1163,7 +1031,6 @@ " [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" @@ -1180,7 +1047,6 @@ "Ä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" @@ -1204,11 +1070,9 @@ " {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" @@ -1216,112 +1080,89 @@ " Ä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" @@ -1331,21 +1172,17 @@ "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" @@ -1353,12 +1190,10 @@ "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" @@ -1375,60 +1210,28 @@ " 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 +#, 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" @@ -1442,7 +1245,6 @@ " 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" @@ -1452,43 +1254,37 @@ " 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}'" -msgstr "" -" # Zeigt Anzahl der veränderten Zeilen pro Autor\n" -" hg churn -t '{author|email}'" - -#: hgext/churn.py:108 +" hg churn -t \"{author|email}\"" +msgstr "" +" # Zeigt die Anzahl der veränderten Zeilen pro Autor\n" +" hg churn -t \"{author|email}\"" + msgid "" " # display daily activity graph\n" -" hg churn -f '%H' -s -c" +" hg churn -f \"%H\" -s -c" msgstr "" " # Zeigt Aktivität im Tagesverlauf (Gruppiert nach Stunde)\n" -" hg churn -f '%H' -s -c" - -#: hgext/churn.py:111 +" hg churn -f \"%H\" -s -c" + msgid "" " # display activity of developers by month\n" -" hg churn -f '%Y-%m' -s -c" +" hg churn -f \"%Y-%m\" -s -c" msgstr "" " # Zeigt Aktivität pro Monat\n" -" hg churn -f '%Y-%m' -s -c" - -#: hgext/churn.py:114 +" hg churn -f \"%Y-%m\" -s -c" + msgid "" " # display count of lines changed in every year\n" -" hg churn -f '%Y' -s" +" hg churn -f \"%Y\" -s" msgstr "" " # Zeigt Anzahl der veränderten Zeilen über die Jahre\n" -" hg churn -f '%Y' -s" - -#: hgext/churn.py:117 +" hg churn -f \"%Y\" -s" + msgid "" " It is possible to map alternate email addresses to a main address\n" " by providing a file using the following format::" @@ -1496,11 +1292,10 @@ " 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 " = " msgstr " = " -#: hgext/churn.py:122 +# Absatz über aliase ist schlecht übersetzt #, fuzzy msgid "" " Such a file may be specified with the --aliases option, otherwise\n" @@ -1511,82 +1306,54 @@ " Solch eine Datei kann über die Option --aliases angegeben werden,\n" " ansonsten wird im Wurzelverzeichnis der aktuellen Arbeitskopie nach\n" " einer Datei namens .hgchurn gesucht.\n" -" " - -#: hgext/churn.py:141 +" Aliase werden beim \"=\" ganz rechts getrennt??? " + #, 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" @@ -1600,7 +1367,6 @@ "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" @@ -1613,12 +1379,10 @@ "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" @@ -1636,7 +1400,6 @@ " 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" @@ -1646,7 +1409,6 @@ " status.clean = none\n" " status.copied = none" -#: hgext/color.py:36 msgid "" " qseries.applied = blue bold underline\n" " qseries.unapplied = black bold\n" @@ -1656,7 +1418,6 @@ " qseries.unapplied = black bold\n" " qseries.missing = red bold" -#: hgext/color.py:40 msgid "" " diff.diffline = bold\n" " diff.extended = cyan bold\n" @@ -1678,7 +1439,6 @@ " diff.changed = white\n" " diff.trailingwhitespace = bold red_background" -#: hgext/color.py:50 msgid "" " resolve.unresolved = red bold\n" " resolve.resolved = green bold" @@ -1686,11 +1446,9 @@ " 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" @@ -1702,7 +1460,6 @@ " branches.current = green\n" " branches.inactive = none" -#: hgext/color.py:60 msgid "" " tags.normal = green\n" " tags.local = black bold" @@ -1710,20 +1467,22 @@ " 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 +" rebase.rebased = blue\n" +" rebase.remaining = red bold" + +msgid "" +" shelve.age = cyan\n" +" shelve.newest = green bold\n" +" shelve.name = blue bold" +msgstr "" + 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" @@ -1741,7 +1500,6 @@ "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" @@ -1757,7 +1515,6 @@ "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" @@ -1766,7 +1523,6 @@ "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" @@ -1776,7 +1532,6 @@ " 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" @@ -1790,7 +1545,6 @@ "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" @@ -1801,7 +1555,6 @@ "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" @@ -1809,7 +1562,6 @@ " [color]\n" " mode = terminfo" -#: hgext/color.py:104 msgid "" "Any value other than 'ansi', 'win32', 'terminfo', or 'auto' will\n" "disable color.\n" @@ -1817,53 +1569,40 @@ "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" +msgstr "Label erwartet zwei Argumente" #. 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" @@ -1885,11 +1624,9 @@ " - 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)" @@ -1897,7 +1634,6 @@ " - 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" @@ -1907,7 +1643,6 @@ " 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" @@ -1917,7 +1652,6 @@ " 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" @@ -1928,7 +1662,6 @@ " 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" @@ -1938,7 +1671,6 @@ " 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" @@ -1949,7 +1681,6 @@ " 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." @@ -1957,17 +1688,12 @@ " --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" " to parent branches, only supported by Mercurial\n" " sources." msgstr "" -" --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" " (``/.hg/shamap`` by default). The ``REVMAP`` is a simple\n" @@ -1979,11 +1705,9 @@ " 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 " " msgstr " " -#: 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" @@ -1993,8 +1717,6 @@ " 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" " author to a destination commit author. It is handy for source SCMs\n" @@ -2003,18 +1725,15 @@ msgstr "" " Die Autorendatei ist eine Textdatei, die jeden Autor von Revisionen in\n" " der Quelle einem Ziel-Autor zuweist. Dies ist praktisch für VCS, die\n" -" Unix-Login zur Identifikation von Autoren verwenden, wie z.B. CVS. Das\n" -" Format ist pro Zeile::" - -#: hgext/convert/__init__.py:84 +" Unix-Login zur Identifikation von Autoren verwenden, wie z.B. CVS. Pro\n" +" Zuweisung hat es eine eine Zeile im folgenden Format::" + 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" @@ -2024,19 +1743,15 @@ " 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" @@ -2049,7 +1764,6 @@ " 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" @@ -2067,7 +1781,6 @@ " 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" @@ -2084,11 +1797,9 @@ " 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" @@ -2113,7 +1824,6 @@ " \"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" @@ -2127,11 +1837,9 @@ " 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" @@ -2145,16 +1853,13 @@ " 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" " ################" msgstr "" " 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``:" @@ -2162,7 +1867,6 @@ " 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" @@ -2173,7 +1877,6 @@ " 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" @@ -2183,24 +1886,17 @@ " (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." -msgstr "" -" :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 "" +" :convert.hg.revs: revset specifying the source revisions to convert." +msgstr "" + msgid "" " CVS Source\n" " ##########" msgstr "" " 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" @@ -2222,12 +1918,9 @@ " 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" " for testing and debugging purposes. Default is True." @@ -2235,7 +1928,6 @@ " :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" @@ -2249,7 +1941,6 @@ " ü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" @@ -2265,7 +1956,6 @@ " 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" @@ -2280,15 +1970,12 @@ " 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" " gathering the CVS log. The function is passed a list with the\n" @@ -2300,8 +1987,6 @@ " 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" " the changesets are calculated from the CVS log. The\n" @@ -2313,7 +1998,6 @@ " 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" @@ -2325,16 +2009,13 @@ " 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" " #################" msgstr "" " Subversion als Quelle\n" -" '''''''''''''''''''''" - -#: hgext/convert/__init__.py:220 +" #####################" + #, fuzzy msgid "" " Subversion source detects classical trunk/branches/tags layouts.\n" @@ -2360,11 +2041,9 @@ " 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``." @@ -2372,7 +2051,6 @@ " :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``." @@ -2380,7 +2058,6 @@ " :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``." @@ -2388,7 +2065,6 @@ " :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" @@ -2398,7 +2074,6 @@ " 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." @@ -2406,16 +2081,13 @@ " --config convert.svn.startrev=0 (SVN-Revisionsnummer)\n" " Spezifiziert die Startrevision" -#: hgext/convert/__init__.py:253 -#, fuzzy msgid "" " Perforce Source\n" " ###############" msgstr "" " 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" @@ -2431,7 +2103,6 @@ " 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:" @@ -2439,7 +2110,6 @@ " 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)." @@ -2447,17 +2117,14 @@ " :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." @@ -2465,7 +2132,6 @@ " :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``." @@ -2473,7 +2139,6 @@ " :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" @@ -2483,11 +2148,9 @@ " 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" @@ -2496,7 +2159,6 @@ " 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" @@ -2508,126 +2170,95 @@ " 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" +msgid "import up to source 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 +msgstr "Versuche abgeschlossene Revisionen neu anzuordnen" + 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" @@ -2635,306 +2266,239 @@ "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 +#, 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 +msgstr "Der Eintrag %s in der Spleißdatei ist keine gültige Revision" + #, 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" -#: 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 +#, 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 +#, python-format msgid "unknown splice map parent: %s" -msgstr "Unbekannte Spleißdatei-Vorgänger %s" - -#: hgext/convert/convcmd.py:304 +msgstr "Unbekannter Spleißdatei-Vorgänger: %s" + #, 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 +#, python-format msgid "writing author map file %s\n" msgstr "Schreibe Autoren-Abbildungsdatei %s\n" -#: hgext/convert/convcmd.py:354 -#, fuzzy, python-format +#, 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 +msgstr "Option --closesort wird für diese Archivquelle nicht unterstützt" + #, 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 +msgstr "Ignoriere alten Zwischenspeicher\n" + #, 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" @@ -2943,160 +2507,131 @@ "Warnung: CVS-Versionsmeldung benennt nicht existierenden Zweig %r:\n" "%s\n" -#: hgext/convert/cvsps.py:778 -#, fuzzy, python-format +#, python-format msgid "changeset %d is both before and after %d\n" -msgstr "Änderungssatz %s: %s: Unterschiedliche Inhalte\n" - -#: hgext/convert/cvsps.py:781 +msgstr "Änderungssatz %d ist vor und nach %d\n" + #, 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 "warning: %s parent %s is missing\n" +msgstr "Warnung: Änderungssatz %s fehlt Vorgänger %s\n" + #, 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 +#, 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 +msgstr "" + #, 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 +#, python-format msgid "" "revision %s not found in destination repository (lookups with " "clonebranches=true are not implemented)" @@ -3104,102 +2639,83 @@ "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 +msgid "hg.revs cannot be combined with hg.startrev or --rev" +msgstr "" + #, 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 +msgstr "Subversion Python-API konnte von debugsvnlog nicht geladen werden" + 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 +#, python-format msgid "log stream exception '%s'" -msgstr "Log-Stream-Ausnahme'%s'" - -#: hgext/convert/subversion.py:179 +msgstr "Log-Stream-Ausnahme '%s'" + msgid "" "svn: cannot probe remote repository, assume it could be a subversion " "repository. Use --source-type if you know better.\n" @@ -3208,135 +2724,107 @@ "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" @@ -3348,7 +2836,6 @@ "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" @@ -3361,7 +2848,6 @@ "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" @@ -3375,7 +2861,6 @@ "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" @@ -3395,7 +2880,6 @@ "(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" @@ -3419,11 +2903,9 @@ "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" @@ -3439,7 +2921,6 @@ " Makefile = LF\n" " **.jpg = BIN" -#: hgext/eol.py:48 msgid "" " [repository]\n" " native = LF" @@ -3447,18 +2928,17 @@ " [repository]\n" " native = LF" -#: hgext/eol.py:51 -msgid "" -".. note::\n" +msgid ".. note::" +msgstr "" + +msgid "" " The rules will first apply when files are touched in the working\n" " copy, e.g. by updating to null and back to tip to touch all files." msgstr "" -".. note::\n" " Die Regeln werden erst angewendet, wenn Dateien in der Working Copy\n" " 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" @@ -3469,7 +2949,6 @@ "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" @@ -3482,7 +2961,6 @@ " 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" @@ -3497,7 +2975,6 @@ " 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" @@ -3507,7 +2984,6 @@ " 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" @@ -3520,7 +2996,6 @@ "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" @@ -3540,7 +3015,6 @@ "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" @@ -3548,39 +3022,31 @@ "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" @@ -3593,7 +3059,6 @@ "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. ::" @@ -3602,7 +3067,6 @@ "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" @@ -3618,7 +3082,6 @@ " #cmd.cdiff = gdiff\n" " #opts.cdiff = -Nprc5" -#: hgext/extdiff.py:26 msgid "" " # add new command called vdiff, runs kdiff3\n" " vdiff = kdiff3" @@ -3626,7 +3089,6 @@ " # 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 =" @@ -3635,7 +3097,6 @@ " # 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" @@ -3651,13 +3112,11 @@ " 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" @@ -3671,7 +3130,6 @@ " $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]." @@ -3680,7 +3138,6 @@ "[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 =" @@ -3688,7 +3145,6 @@ " [extdiff]\n" " kdiff3 =" -#: hgext/extdiff.py:55 msgid "" " [diff-tools]\n" " kdiff3.diffargs=--L1 '$plabel1' --L2 '$clabel' $parent $child" @@ -3696,7 +3152,6 @@ " [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" @@ -3709,29 +3164,23 @@ "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" @@ -3741,7 +3190,6 @@ " 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" @@ -3755,7 +3203,6 @@ " -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" @@ -3769,43 +3216,31 @@ " 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" @@ -3814,16 +3249,13 @@ " 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. " @@ -3834,18 +3266,15 @@ "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= user= !password=" msgstr "" " proto=pass service=hg prefix= user= !" "password=" -#: hgext/factotum.py:31 msgid "" "If the factotum extension is unable to read the required key, one will be\n" "requested interactively." @@ -3853,7 +3282,6 @@ "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::" @@ -3861,7 +3289,6 @@ "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" @@ -3873,7 +3300,6 @@ " 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" @@ -3884,27 +3310,22 @@ "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." @@ -3912,7 +3333,6 @@ " 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" @@ -3924,7 +3344,6 @@ " 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" @@ -3936,29 +3355,10 @@ " 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" " " @@ -3966,28 +3366,21 @@ " 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 "" @@ -3995,12 +3388,10 @@ "\"\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." @@ -4008,7 +3399,6 @@ "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" @@ -4017,134 +3407,100 @@ "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" -#: hgext/gpg.py:126 -#, fuzzy, python-format +#, python-format msgid "%s Unknown key ID \"%s\"\n" -msgstr "Unbekannter Sortiermodus: %r" - -#: hgext/gpg.py:130 +msgstr "" + #, 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 +#, 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." @@ -4153,7 +3509,6 @@ " 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" " " @@ -4162,21 +3517,17 @@ " -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 +#, 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)" @@ -4184,15 +3535,17 @@ "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 "command to view revision graphs from a shell (DEPRECATED)" +msgstr "Befehl zum Anzeigen eines Revisionsgraphs auf dem Terminal (VERALTET)" + +msgid "" +"The functionality of this extension has been include in core Mercurial\n" +"since version 2.3." +msgstr "" + 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" @@ -4202,84 +3555,61 @@ "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" @@ -4288,11 +3618,9 @@ " 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::" @@ -4301,8 +3629,6 @@ "zu werden. Um es zu konfigurieren, setzen Sie die folgenden Optionen in\n" "Ihrer hgrc::" -#: hgext/hgcia.py:11 -#, fuzzy msgid "" " [cia]\n" " # your registered CIA user name\n" @@ -4352,7 +3678,6 @@ " # Anzahl von Verzeichnissen, die von URL-Pfaden entfernt werden sollen\n" " #strip = 0" -#: hgext/hgcia.py:34 msgid "" " [hooks]\n" " # one of these:\n" @@ -4364,7 +3689,6 @@ " changegroup.cia = python:hgcia.hook\n" " #incoming.cia = python:hgcia.hook" -#: hgext/hgcia.py:39 msgid "" " [web]\n" " # If you want hyperlinks (optional)\n" @@ -4374,26 +3698,20 @@ " # 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" "graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not\n" @@ -4403,7 +3721,6 @@ "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" @@ -4417,7 +3734,6 @@ "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" @@ -4427,7 +3743,6 @@ "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" @@ -4435,7 +3750,6 @@ " [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::" @@ -4444,7 +3758,6 @@ "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" @@ -4452,7 +3765,6 @@ " [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" @@ -4461,130 +3773,97 @@ "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/" @@ -4592,11 +3871,9 @@ "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 =