diff --git a/src/libprs500/translations/de.po b/src/libprs500/translations/de.po index e76a15c2a1..0914f14741 100644 --- a/src/libprs500/translations/de.po +++ b/src/libprs500/translations/de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libprs500 0.4.17\n" "POT-Creation-Date: 2008-03-28 10:27+PDT\n" -"PO-Revision-Date: 2008-03-21 11:00+0100\n" +"PO-Revision-Date: 2008-03-30 13:26+0100\n" "Last-Translator: S. Dorscht \n" "Language-Team: de\n" "MIME-Version: 1.0\n" @@ -27,12 +27,8 @@ msgid "Set the title. Default: filename." msgstr "Geben Sie den Titel an. Voreinstellung: Dateiname." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:90 -msgid "" -"Set the author(s). Multiple authors should be set as a comma separated list. " -"Default: %default" -msgstr "" -"Geben Sie den Autor an. Mehrere Autoren sollten durch Kommata getrennt " -"angegeben werden. Voreinstellung: %default" +msgid "Set the author(s). Multiple authors should be set as a comma separated list. Default: %default" +msgstr "Geben Sie den Autor an. Mehrere Autoren sollten durch Kommata getrennt angegeben werden. Voreinstellung: %default" #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:91 #: /home/kovid/work/libprs500/src/libprs500/gui2/library.py:630 @@ -66,48 +62,28 @@ msgid "Path to file containing image to be used as cover" msgstr "Pfad zur Datei des Umschlagbildes " #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:105 -msgid "" -"If there is a cover graphic detected in the source file, use that instead of " -"the specified cover." -msgstr "" -"Falls die Quelldatei ein Umschlagbild enthält, das Umschlagbild der " -"Quelldatei benutzen, anstatt des angegebenen Umschlagbildes. " +msgid "If there is a cover graphic detected in the source file, use that instead of the specified cover." +msgstr "Falls die Quelldatei ein Umschlagbild enthält, das Umschlagbild der Quelldatei benutzen, anstatt des angegebenen Umschlagbildes. " #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:108 msgid "Output file name. Default is derived from input filename" -msgstr "" -"Ausgabedateiname. Die Voreinstellung leitet sich vom ursprünglichen " -"Dateinamen ab." +msgstr "Ausgabedateiname. Die Voreinstellung leitet sich vom ursprünglichen Dateinamen ab." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:110 -msgid "" -"Render HTML tables as blocks of text instead of actual tables. This is " -"neccessary if the HTML contains very large or complex tables." -msgstr "" -"HTML Tabellen als Textblöcke rendern und nicht als Tabellen. Dies ist " -"notwendig, wenn die HTML Datei sehr große oder komplexe Tabellen enthält." +msgid "Render HTML tables as blocks of text instead of actual tables. This is neccessary if the HTML contains very large or complex tables." +msgstr "HTML Tabellen als Textblöcke rendern und nicht als Tabellen. Dies ist notwendig, wenn die HTML Datei sehr große oder komplexe Tabellen enthält." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:113 -msgid "" -"Specify the base font size in pts. All fonts are rescaled accordingly. This " -"option obsoletes the --font-delta option and takes precedence over it. To " -"use --font-delta, set this to 0." -msgstr "" -"Geben Sie die Ausgangsschriftgröße in Punkt an. Alle Schriften werden " -"dementsprechend im Maßstab angepasst. Diese Einstellung setzt die --font-" -"delta Einstellung außer Gebrauch und nimmt den Vorrang ein. Um --font-delta " -"zu benutzen, stellen Sie diesen Wert auf 0." +msgid "Specify the base font size in pts. All fonts are rescaled accordingly. This option obsoletes the --font-delta option and takes precedence over it. To use --font-delta, set this to 0." +msgstr "Geben Sie die Ausgangsschriftgröße in Punkt an. Alle Schriften werden dementsprechend im Maßstab angepasst. Diese Einstellung setzt die --font-delta Einstellung außer Gebrauch und nimmt den Vorrang ein. Um --font-delta zu benutzen, stellen Sie diesen Wert auf 0." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:115 msgid "Enable autorotation of images that are wider than the screen width." -msgstr "" -"Automatische Rotation von Bildern, die breiter als die Bildschirmbreite sind." +msgstr "Automatische Rotation von Bildern, die breiter als die Bildschirmbreite sind." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:118 msgid "Set the space between words in pts. Default is %default" -msgstr "" -"Wählen Sie den Abstand in Punkt zwischen einzelnen Wörtern. Die " -"Voreinstellung ist %default" +msgstr "Wählen Sie den Abstand in Punkt zwischen einzelnen Wörtern. Die Voreinstellung ist %default" #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:120 msgid "Separate paragraphs by blank lines." @@ -118,57 +94,28 @@ msgid "Add a header to all the pages with title and author." msgstr "Kopfzeile mit Titel und Autornamen für alle Seiten einfügen. " #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:124 -msgid "" -"Set the format of the header. %a is replaced by the author and %t by the " -"title. Default is %default" -msgstr "" -"Wählen Sie das Format der Kopfzeile. %a wird durch den Autor und %t durch " -"den Titel ersetzt. Die Voreinstellung ist %default" +msgid "Set the format of the header. %a is replaced by the author and %t by the title. Default is %default" +msgstr "Wählen Sie das Format der Kopfzeile. %a wird durch den Autor und %t durch den Titel ersetzt. Die Voreinstellung ist %default" #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:126 -msgid "" -"Override the CSS. Can be either a path to a CSS stylesheet or a string. If " -"it is a string it is interpreted as CSS." -msgstr "" -"CSS überschreiben. Es kann ein Pfad zu einem CSS Stylesheet oder eine " -"Zeichenfolge angegeben werden. Zeichenfolgen werden als CSS interpretiert. " +msgid "Override the CSS. Can be either a path to a CSS stylesheet or a string. If it is a string it is interpreted as CSS." +msgstr "CSS überschreiben. Es kann ein Pfad zu einem CSS Stylesheet oder eine Zeichenfolge angegeben werden. Zeichenfolgen werden als CSS interpretiert. " #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:128 -msgid "" -"Use the element from the OPF file to determine the order in which " -"the HTML files are appended to the LRF. The .opf file must be in the same " -"directory as the base HTML file." -msgstr "" -"Das Element der OPF Datei benutzen um die Reihenfolge zu bestimmen, " -"in der die HTML Dateien zur LRF Datei hinzugefügt werden. Die OPF Datei muss " -"sich im gleichen Verzeichnis wie die ursprüngliche HTML Datei befinden." +msgid "Use the element from the OPF file to determine the order in which the HTML files are appended to the LRF. The .opf file must be in the same directory as the base HTML file." +msgstr "Das Element der OPF Datei benutzen um die Reihenfolge zu bestimmen, in der die HTML Dateien zur LRF Datei hinzugefügt werden. Die OPF Datei muss sich im gleichen Verzeichnis wie die ursprüngliche HTML Datei befinden." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:132 -msgid "" -"Increase the font size by 2 * FONT_DELTA pts and the line spacing by " -"FONT_DELTA pts. FONT_DELTA can be a fraction.If FONT_DELTA is negative, the " -"font size is decreased." -msgstr "" -"Schriftgröße um 2 * FONT_DELTA Punkt und Zeilenabstand um FONT_DELTA Punkt " -"vergrößern. FONT_DELTA kann ein Bruchteil sein. Falls FONT_DELTA negativ " -"angegeben wird, wird die Schriftgröße verkleinert." +msgid "Increase the font size by 2 * FONT_DELTA pts and the line spacing by FONT_DELTA pts. FONT_DELTA can be a fraction.If FONT_DELTA is negative, the font size is decreased." +msgstr "Schriftgröße um 2 * FONT_DELTA Punkt und Zeilenabstand um FONT_DELTA Punkt vergrößern. FONT_DELTA kann ein Bruchteil sein. Falls FONT_DELTA negativ angegeben wird, wird die Schriftgröße verkleinert." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:137 -msgid "" -"Render all content as black on white instead of the colors specified by the " -"HTML or CSS." -msgstr "" -"Inhalt schwarz-weiß rendern anstatt in den in HTML oder CSS angegeben Farben." +msgid "Render all content as black on white instead of the colors specified by the HTML or CSS." +msgstr "Inhalt schwarz-weiß rendern anstatt in den in HTML oder CSS angegeben Farben." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:144 -msgid "" -"Profile of the target device for which this LRF is being generated. The " -"profile determines things like the resolution and screen size of the target " -"device. Default: %s Supported profiles: " -msgstr "" -"Profil des Zielgeräts für das diese LRF Datei erstellt wird. Das Profil legt " -"unter anderem die Auflösung und die Bildschirmgröße des Zielgerätes fest. " -"Voreinstellung: %s Unterstützte Profile:" +msgid "Profile of the target device for which this LRF is being generated. The profile determines things like the resolution and screen size of the target device. Default: %s Supported profiles: " +msgstr "Profil des Zielgeräts für das diese LRF Datei erstellt wird. Das Profil legt unter anderem die Auflösung und die Bildschirmgröße des Zielgerätes fest. Voreinstellung: %s Unterstützte Profile:" #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:150 msgid "Left margin of page. Default is %default px." @@ -187,90 +134,41 @@ msgid "Bottom margin of page. Default is %default px." msgstr "Unterer Rand der Seite. Die Voreinstellung ist %default Pixel." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:160 -msgid "" -"The maximum number of levels to recursively process links. A value of 0 " -"means thats links are not followed. A negative value means that tags are " -"ignored." -msgstr "" -"Höchstzahl der rekursiven Verknüpfungen (Hyperlinks). Der Wert 0 bedeutet, " -"dass Verknüpfungen ignoriert werden. Ein negativer Wert bedeutet, dass alle " -" Elemente ignoriert werden. " +msgid "The maximum number of levels to recursively process links. A value of 0 means thats links are not followed. A negative value means that tags are ignored." +msgstr "Höchstzahl der rekursiven Verknüpfungen (Hyperlinks). Der Wert 0 bedeutet, dass Verknüpfungen ignoriert werden. Ein negativer Wert bedeutet, dass alle Elemente ignoriert werden. " #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:164 #, fuzzy -msgid "" -"A regular expression. tags whoose href matches will be ignored. Defaults " -"to %default" -msgstr "" -"Ein regulärer Ausdruck. tags, deren Verknüpfungen ignoriert werden. " -"Voreinstellung %default" +msgid "A regular expression. tags whoose href matches will be ignored. Defaults to %default" +msgstr "Ein regulärer Ausdruck. tags, deren Verknüpfungen ignoriert werden. Voreinstellung %default" #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:169 -msgid "" -"Prevent the automatic insertion of page breaks before detected chapters." -msgstr "" -"Automatisches Einfügen von Seitenumbrüchen vor ermittelten Kapiteln " -"verhindern." +msgid "Prevent the automatic insertion of page breaks before detected chapters." +msgstr "Automatisches Einfügen von Seitenumbrüchen vor ermittelten Kapiteln verhindern." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:173 -msgid "" -"The regular expression used to detect chapter titles. It is searched for in " -"heading tags (h1-h6). Defaults to %default" -msgstr "" -"Der reguläre Ausdruck zur Ermittlung von Kapitelüberschriften. Es wird nach " -"mit (h1) - (h6) angegebenen Überschriften gesucht. Voreinstellung %default" +msgid "The regular expression used to detect chapter titles. It is searched for in heading tags (h1-h6). Defaults to %default" +msgstr "Der reguläre Ausdruck zur Ermittlung von Kapitelüberschriften. Es wird nach mit (h1) - (h6) angegebenen Überschriften gesucht. Voreinstellung %default" #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:176 -msgid "" -"If html2lrf does not find any page breaks in the html file and cannot detect " -"chapter headings, it will automatically insert page-breaks before the tags " -"whose names match this regular expression. Defaults to %default. You can " -"disable it by setting the regexp to \"$\". The purpose of this option is to " -"try to ensure that there are no really long pages as this degrades the page " -"turn performance of the LRF. Thus this option is ignored if the current page " -"has only a few elements." -msgstr "" -"Wenn html2lrf keine Seitenumbrüche in der HTML Datei und keine Kapitel-" -"Überschriften finden kann, fügt es automatisch Seitenumbrüche vor Elementen " -"ein, deren Namen mit diesem regulären Ausdruck entsprechen. Voreinstellung " -"ist %default. Sie können dies deaktivieren indem sie den regulären Ausdruck " -"\"$\" verwenden. Der Zweck dieser Einstellung ist der Versuch " -"sicherzustellen, dass keine extrem langen Seiten entstehen, da dies das " -"Umblättern der in der LRF Datei verlangsamt. Diese Einstellung wird " -"ignoriert, wenn die aktuelle Seite nur wenige Elemente enthält." +msgid "If html2lrf does not find any page breaks in the html file and cannot detect chapter headings, it will automatically insert page-breaks before the tags whose names match this regular expression. Defaults to %default. You can disable it by setting the regexp to \"$\". The purpose of this option is to try to ensure that there are no really long pages as this degrades the page turn performance of the LRF. Thus this option is ignored if the current page has only a few elements." +msgstr "Wenn html2lrf keine Seitenumbrüche in der HTML Datei und keine Kapitel-Überschriften finden kann, fügt es automatisch Seitenumbrüche vor Elementen ein, deren Namen mit diesem regulären Ausdruck entsprechen. Voreinstellung ist %default. Sie können dies deaktivieren indem sie den regulären Ausdruck \"$\" verwenden. Der Zweck dieser Einstellung ist der Versuch sicherzustellen, dass keine extrem langen Seiten entstehen, da dies das Umblättern der in der LRF Datei verlangsamt. Diese Einstellung wird ignoriert, wenn die aktuelle Seite nur wenige Elemente enthält." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:186 -msgid "" -"Force a page break before tags whoose names match this regular expression." -msgstr "" -"Seitenumbruch erzwingen vor Elementen, deren Namen diesem regulären Ausdruck " -"entsprechen. " +msgid "Force a page break before tags whoose names match this regular expression." +msgstr "Seitenumbruch erzwingen vor Elementen, deren Namen diesem regulären Ausdruck entsprechen. " #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:188 -msgid "" -"Force a page break before an element having the specified attribute. The " -"format for this option is tagname regexp,attribute name,attribute value " -"regexp. For example to match all heading tags that have the attribute class=" -"\"chapter\" you would use \"h\\d,class,chapter\". Default is %default" -msgstr "" -"Seitenumbruch vor einem Element mit dem angegebenen Attribut erzwingen. Das " -"Format dieser Einstellung ist tagname regexp,attribute name,attribute value " -"regexp. Um zum Beispiel alle \"heading\" Elemente, die das Attribut class=" -"\"chapter\" anzupassen, verwenden Sie \"h\\d,class,chapter\". Voreinstellung " -"ist %default" +msgid "Force a page break before an element having the specified attribute. The format for this option is tagname regexp,attribute name,attribute value regexp. For example to match all heading tags that have the attribute class=\"chapter\" you would use \"h\\d,class,chapter\". Default is %default" +msgstr "Seitenumbruch vor einem Element mit dem angegebenen Attribut erzwingen. Das Format dieser Einstellung ist tagname regexp,attribute name,attribute value regexp. Um zum Beispiel alle \"heading\" Elemente, die das Attribut class=\"chapter\" anzupassen, verwenden Sie \"h\\d,class,chapter\". Voreinstellung ist %default" #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:191 msgid "Preprocess Baen HTML files to improve generated LRF." -msgstr "" -"Baen HTML Dateien vorbearbeiten, um die erstellte LRF Datei zu verbessern." +msgstr "Baen HTML Dateien vorbearbeiten, um die erstellte LRF Datei zu verbessern." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:193 -msgid "" -"You must add this option if processing files generated by pdftohtml, " -"otherwise conversion will fail." -msgstr "" -"Sie müssen diese Auswahl treffen, wenn sie Dateien, die von pdftohtml " -"erstellt wurden, verarbeiten wollen, sonst schlägt die Konvertierung fehl." +msgid "You must add this option if processing files generated by pdftohtml, otherwise conversion will fail." +msgstr "Sie müssen diese Auswahl treffen, wenn sie Dateien, die von pdftohtml erstellt wurden, verarbeiten wollen, sonst schlägt die Konvertierung fehl." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:195 msgid "Use this option on html0 files from Book Designer." @@ -278,18 +176,9 @@ msgstr "Benutzen Sie diese Einstellung bei HTML Dateien von Book Designer." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:198 msgid "" -"Specify trutype font families for serif, sans-serif and monospace fonts. " -"These fonts will be embedded in the LRF file. Note that custom fonts lead to " -"slower page turns. Each family specification is of the form: \"path to fonts " -"directory, family\" For example: --serif-family \"%s, Times New Roman\"\n" +"Specify trutype font families for serif, sans-serif and monospace fonts. These fonts will be embedded in the LRF file. Note that custom fonts lead to slower page turns. Each family specification is of the form: \"path to fonts directory, family\" For example: --serif-family \"%s, Times New Roman\"\n" " " -msgstr "" -"Geben Sie Truetype Schriftarten für serife, serifenlose und " -"nichtproportionale Schriften an. Diese Schriften werden in die LRF Datei " -"eingebettet. Bitte beachten Sie, dass individuell eingebettete Schriften das " -"Umblättern verlangsamen. Jede Schriftartfamilie wird folgendermaßen " -"angegeben: \"Pfad zum Verzeichnis der Schriften, Schriftartfamilie\" Zum " -"Beispiel: --serif-family \"%s, Times New Roman\"\n" +msgstr "Geben Sie Truetype Schriftarten für serife, serifenlose und nichtproportionale Schriften an. Diese Schriften werden in die LRF Datei eingebettet. Bitte beachten Sie, dass individuell eingebettete Schriften das Umblättern verlangsamen. Jede Schriftartfamilie wird folgendermaßen angegeben: \"Pfad zum Verzeichnis der Schriften, Schriftartfamilie\" Zum Beispiel: --serif-family \"%s, Times New Roman\"\n" #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:207 msgid "The serif family of fonts to embed" @@ -304,13 +193,8 @@ msgid "The monospace family of fonts to embed" msgstr "Nichtproportionale Schriftartfamilie einbetten" #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/__init__.py:221 -msgid "" -"Minimize memory usage at the cost of longer processing times. Use this " -"option if you are on a memory constrained machine." -msgstr "" -"Speicherbenutzung verringern auf Kosten längerer Bearbeitungszeiten. " -"Benutzen Sie diese Einstellung, wenn sie an einem Rechner mit geringem " -"Hauptspeicher arbeiten." +msgid "Minimize memory usage at the cost of longer processing times. Use this option if you are on a memory constrained machine." +msgstr "Speicherbenutzung verringern auf Kosten längerer Bearbeitungszeiten. Benutzen Sie diese Einstellung, wenn sie an einem Rechner mit geringem Hauptspeicher arbeiten." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/feeds/convert_from.py:20 msgid "Options to control the behavior of feeds2disk" @@ -351,15 +235,11 @@ msgstr "Die Kategorie dieses Buches ... (Z. B.: Geschichte)" #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/meta.py:557 msgid "Path to a graphic that will be set as this files' thumbnail" -msgstr "" -"Pfad zu einer Grafik, die als Thumbnail für diese Datei verwendet werden " -"soll " +msgstr "Pfad zu einer Grafik, die als Thumbnail für diese Datei verwendet werden soll " #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/meta.py:560 msgid "Path to a txt file containing the comment to be stored in the lrf file." -msgstr "" -"Pfad zu einer Text Datei, deren Inhalt als Bemerkung in der LRF Datei " -"gespeichert wird" +msgstr "Pfad zu einer Text Datei, deren Inhalt als Bemerkung in der LRF Datei gespeichert wird" #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/meta.py:564 msgid "Extract thumbnail from LRF file" @@ -374,12 +254,8 @@ msgid "Don't know what this is for" msgstr "Was weiß ich, für was das ist" #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/pdf/reflow.py:402 -msgid "" -"Path to output directory in which to create the HTML file. Defaults to " -"current directory." -msgstr "" -"Pfad zum Ausgabeverzeichnis, in dem die HTML Datei erstellt werden soll. " -"Voreinstellung auf aktuelles Verzeichnis." +msgid "Path to output directory in which to create the HTML file. Defaults to current directory." +msgstr "Pfad zum Ausgabeverzeichnis, in dem die HTML Datei erstellt werden soll. Voreinstellung auf aktuelles Verzeichnis." #: /home/kovid/work/libprs500/src/libprs500/ebooks/lrf/pdf/reflow.py:404 msgid "Be more verbose." @@ -390,12 +266,8 @@ msgid "You must specify a single PDF file." msgstr "Es muss eine einzelne PDF Datei angegeben werden." #: /home/kovid/work/libprs500/src/libprs500/ebooks/metadata/library_thing.py:46 -msgid "" -"Could not fetch cover as server is experiencing high load. Please try again " -"later." -msgstr "" -"Konnte aufgrund zu hoher Serverlast kein Umschlagbild abrufen. Bitte " -"versuchen sie es später wieder." +msgid "Could not fetch cover as server is experiencing high load. Please try again later." +msgstr "Konnte aufgrund zu hoher Serverlast kein Umschlagbild abrufen. Bitte versuchen sie es später wieder." #: /home/kovid/work/libprs500/src/libprs500/ebooks/metadata/library_thing.py:47 msgid " not found." @@ -486,12 +358,8 @@ msgid "Default network &timeout:" msgstr "Voreinstellung für Zei&tüberschreitung bei Netzwerkverbindungen:" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/config_ui.py:225 -msgid "" -"Set the default timeout for network fetches (i.e. anytime we go out to the " -"internet to get information)" -msgstr "" -"Voreinstellung der Zeitüberschreitung für Netzwerkabrufe festsetzen (Gilt " -"immer dann, wenn aus dem Internet Informationen abgerufen werden sollen) " +msgid "Set the default timeout for network fetches (i.e. anytime we go out to the internet to get information)" +msgstr "Voreinstellung der Zeitüberschreitung für Netzwerkabrufe festsetzen (Gilt immer dann, wenn aus dem Internet Informationen abgerufen werden sollen) " #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/config_ui.py:226 msgid " seconds" @@ -507,13 +375,11 @@ msgstr "Häufig benutzte Verzeichnisse" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/config_ui.py:229 msgid "Add a directory to the frequently used directories list" -msgstr "" -"Ein Verzeichnis zur Liste der häufig genutzten Verzeichnisse hinzufügen" +msgstr "Ein Verzeichnis zur Liste der häufig genutzten Verzeichnisse hinzufügen" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/config_ui.py:231 msgid "Remove a directory from the frequently used directories list" -msgstr "" -"Ein Verzeichnis von der Liste der häufig genutzten Verzeichnisse entfernen" +msgstr "Ein Verzeichnis von der Liste der häufig genutzten Verzeichnisse entfernen" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/config_ui.py:233 msgid "Select visible &columns in library view" @@ -541,9 +407,7 @@ msgstr "Verbindung nicht möglich" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/fetch_metadata.py:102 msgid "You must specify a valid access key for isbndb.com" -msgstr "" -"Sie müssen einen gültigen Zugangsschlüssel (access key) für isbndb.com " -"angeben" +msgstr "Sie müssen einen gültigen Zugangsschlüssel (access key) für isbndb.com angeben" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/fetch_metadata_ui.py:89 msgid "Fetch metadata" @@ -554,12 +418,8 @@ msgid "Fetching metadata for %1" msgstr "Meta-Daten abrufen für %1" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/fetch_metadata_ui.py:91 -msgid "" -"Sign up for a free account from ISBNdb." -"com to get an access key." -msgstr "" -"Kostenloses Konto anmelden bei ISBNdb.com um einen Zugriffsschlüssel zu erhalten." +msgid "Sign up for a free account from ISBNdb.com to get an access key." +msgstr "Kostenloses Konto anmelden bei ISBNdb.com um einen Zugriffsschlüssel zu erhalten." #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/fetch_metadata_ui.py:92 msgid "&Access Key;" @@ -575,9 +435,7 @@ msgstr "Treffer" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/fetch_metadata_ui.py:95 msgid "Select the book that most closely matches your copy from the list below" -msgstr "" -"Wählen Sie aus der unten stehenden Liste das Buch, das Ihrer Ausgabe " -"entspricht" +msgstr "Wählen Sie aus der unten stehenden Liste das Buch, das Ihrer Ausgabe entspricht" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/job_view_ui.py:30 msgid "Details of job" @@ -597,9 +455,7 @@ msgstr "Keine verfügbaren Formate" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single.py:82 msgid "Cannot convert %s as this book has no supported formats" -msgstr "" -"Kann %s nicht konvertieren, da dieses Buch nicht den bekannten Formaten " -"entspricht" +msgstr "Kann %s nicht konvertieren, da dieses Buch nicht den bekannten Formaten entspricht" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single.py:86 msgid "Choose the format to convert into LRF" @@ -639,37 +495,24 @@ msgid " is not a valid picture" msgstr " ist kein gültiges Bild" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single.py:245 -msgid "" -"Preprocess the file before converting to LRF. This is useful if you know " -"that the file is from a specific source. Known sources:" -msgstr "" -"Datei vorbearbeiten bevor sie zu LRF konvertiert wird. Das ist hilfreich, " -"wenn Sie wissen, dass die Datei von einer der folgenden Bezugsquellen stammt:" +msgid "Preprocess the file before converting to LRF. This is useful if you know that the file is from a specific source. Known sources:" +msgstr "Datei vorbearbeiten bevor sie zu LRF konvertiert wird. Das ist hilfreich, wenn Sie wissen, dass die Datei von einer der folgenden Bezugsquellen stammt:" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single.py:246 msgid "
  1. baen - Books from BAEN Publishers
  2. " msgstr "
    1. baen - Bücher von BAEN Publishers
    2. " #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single.py:247 -msgid "" -"
    3. pdftohtml - HTML files that are the output of the program " -"pdftohtml
    4. " -msgstr "" -"
    5. pdftohtml - HTML Dateien, die mit dem Programm pdftohtml erstellt " -"wurden
    6. " +msgid "
    7. pdftohtml - HTML files that are the output of the program pdftohtml
    8. " +msgstr "
    9. pdftohtml - HTML Dateien, die mit dem Programm pdftohtml erstellt wurden
    10. " #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single.py:248 msgid "
    11. book-designer - HTML0 files from Book Designer
    12. " msgstr "
    13. book-designer - HTML Dateien von Book Designer
    14. " #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single.py:281 -msgid "" -"Specify metadata such as title and author for the book.

      Metadata will be " -"updated in the database as well as the generated LRF file." -msgstr "" -"Geben Sie Meta-Daten wie den Titel und den Autor des Buches an.

      Meta-" -"Daten werden sowohl in der Datenbank als auch in der erstellten LRF Datei " -"aktualisiert." +msgid "Specify metadata such as title and author for the book.

      Metadata will be updated in the database as well as the generated LRF file." +msgstr "Geben Sie Meta-Daten wie den Titel und den Autor des Buches an.

      Meta-Daten werden sowohl in der Datenbank als auch in der erstellten LRF Datei aktualisiert." #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single.py:281 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single_ui.py:592 @@ -677,12 +520,8 @@ msgid "Metadata" msgstr "Meta-Daten" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single.py:282 -msgid "" -"Adjust the look of the generated LRF file by specifying things like font " -"sizes and the spacing between words." -msgstr "" -"Aussehen der erstellten LRF Datei durch die Angabe von Schriftgrößen und " -"Wortabständen angleichen." +msgid "Adjust the look of the generated LRF file by specifying things like font sizes and the spacing between words." +msgstr "Aussehen der erstellten LRF Datei durch die Angabe von Schriftgrößen und Wortabständen angleichen." #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single.py:282 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single_ui.py:596 @@ -690,12 +529,8 @@ msgid "Look & Feel" msgstr "Look & Feel" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single.py:283 -msgid "" -"Specify the page settings like margins and the screen size of the target " -"device." -msgstr "" -"Seiteneinstellungen wie Ränder und die Bildschirmgröße des Zielgeräts " -"angeben." +msgid "Specify the page settings like margins and the screen size of the target device." +msgstr "Seiteneinstellungen wie Ränder und die Bildschirmgröße des Zielgeräts angeben." #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single.py:283 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single_ui.py:600 @@ -770,12 +605,8 @@ msgstr "&Autor:" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single_ui.py:617 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_bulk_ui.py:130 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_single_ui.py:303 -msgid "" -"Change the author(s) of this book. Multiple authors should be separated by a " -"comma" -msgstr "" -"Autor dieses Buches ändern. Mehrere Autoren sollten durch Kommata getrennt " -"werden" +msgid "Change the author(s) of this book. Multiple authors should be separated by a comma" +msgstr "Autor dieses Buches ändern. Mehrere Autoren sollten durch Kommata getrennt werden" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single_ui.py:616 msgid "Author So&rt:" @@ -801,13 +632,8 @@ msgstr "&Etiketten:" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single_ui.py:621 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_bulk_ui.py:140 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_single_ui.py:313 -msgid "" -"Tags categorize the book. This is particularly useful while searching. " -"

      They can be any words or phrases, separated by commas." -msgstr "" -"Etiketten klassifizieren das Buch. Besonders wichtig bei der Suche nach " -"Büchern.

      Sie können für Etiketten durch Kommata getrennte Wörter " -"oder Sätze verwenden." +msgid "Tags categorize the book. This is particularly useful while searching.

      They can be any words or phrases, separated by commas." +msgstr "Etiketten klassifizieren das Buch. Besonders wichtig bei der Suche nach Büchern.

      Sie können für Etiketten durch Kommata getrennte Wörter oder Sätze verwenden." #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single_ui.py:622 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_bulk_ui.py:143 @@ -977,23 +803,15 @@ msgstr "Hilfe für das jeweilige Objekt" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/lrf_single_ui.py:666 msgid "" -"\n" -"

      " +"\n" +"

      " msgstr "" -"\n" -"

      " +"\n" +"

      " #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_bulk_ui.py:127 msgid "Edit Meta information" @@ -1011,12 +829,8 @@ msgstr "S&ortierung nach Autor:" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_bulk_ui.py:132 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_single_ui.py:305 -msgid "" -"Specify how the author(s) of this book should be sorted. For example Charles " -"Dickens should be sorted as Dickens, Charles." -msgstr "" -"Geben Sie an, wie der Autor dieses Buches sortiert werden soll. \"Charles " -"Dickens\" zum Beispiel als \"Dickens, Charles\"." +msgid "Specify how the author(s) of this book should be sorted. For example Charles Dickens should be sorted as Dickens, Charles." +msgstr "Geben Sie an, wie der Autor dieses Buches sortiert werden soll. \"Charles Dickens\" zum Beispiel als \"Dickens, Charles\"." #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_bulk_ui.py:133 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_single_ui.py:306 @@ -1045,18 +859,11 @@ msgstr "Etiketten entfe&rnen:" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_bulk_ui.py:142 msgid "Comma separated list of tags to remove from the books. " -msgstr "" -"Durch getrennte Liste der Etiketten, die von den Büchern entfernt werden." +msgstr "Durch getrennte Liste der Etiketten, die von den Büchern entfernt werden." #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_single.py:224 -msgid "" -"

      Enter your username and password for LibraryThing.com.
      If you " -"do not have one, you can register " -"for free!.

      " -msgstr "" -"

      Geben Sie Ihren Benutzernamen und Ihr Passwort für LibraryThing.com an.
      Insofern Sie dies nicht besitzen, können Sie sich kostenlos anmelden!

      " +msgid "

      Enter your username and password for LibraryThing.com.
      If you do not have one, you can register for free!.

      " +msgstr "

      Geben Sie Ihren Benutzernamen und Ihr Passwort für LibraryThing.com an.
      Insofern Sie dies nicht besitzen, können Sie sich kostenlos anmelden!

      " #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_single.py:254 msgid "Could not fetch cover.
      " @@ -1112,10 +919,8 @@ msgid "Fetch cover image from server" msgstr "Umschlagbild vom Server abrufen" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_single_ui.py:337 -msgid "" -"Change the username and/or password for your account at LibraryThing.com" -msgstr "" -"Benutzername und/oder Passwort Ihres Kontos bei LibraryThing.com ändern" +msgid "Change the username and/or password for your account at LibraryThing.com" +msgstr "Benutzername und/oder Passwort Ihres Kontos bei LibraryThing.com ändern" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/metadata_single_ui.py:338 msgid "Change password" @@ -1177,17 +982,11 @@ msgstr "beinhaltet" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/search_item_ui.py:42 msgid "The text to search for. It is interpreted as a regular expression." -msgstr "" -"Der Text, nach dem gesucht werden soll. Dies wird als eine Reguläre " -"Expression interpretiert." +msgstr "Der Text, nach dem gesucht werden soll. Dies wird als eine Reguläre Expression interpretiert." #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/search_item_ui.py:43 -msgid "" -"

      Negate this match. That is, only return results that do not match " -"this query." -msgstr "" -"

      Diesen Treffer ausblenden. Das heißt, es werden nur Ergebnisse angezeigt, " -"die nicht dieser Suchanfrage entsprechen. " +msgid "

      Negate this match. That is, only return results that do not match this query." +msgstr "

      Diesen Treffer ausblenden. Das heißt, es werden nur Ergebnisse angezeigt, die nicht dieser Suchanfrage entsprechen. " #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/search_item_ui.py:44 msgid "Negate" @@ -1226,12 +1025,8 @@ msgid "A&vailable tags" msgstr "&Verfügbare Etiketten" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/tag_editor_ui.py:143 -msgid "" -"Delete tag from database. This will unapply the tag from all books and then " -"remove it from the database." -msgstr "" -"Etikett aus der Datenbank löschen. Entfernt das Etikett von allen Büchern " -"und löscht es dann aus der Datenbank." +msgid "Delete tag from database. This will unapply the tag from all books and then remove it from the database." +msgstr "Etikett aus der Datenbank löschen. Entfernt das Etikett von allen Büchern und löscht es dann aus der Datenbank." #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/tag_editor_ui.py:145 msgid "Apply tag to current book" @@ -1250,18 +1045,12 @@ msgid "&Add tag:" msgstr "Etikett &anfügen:" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/tag_editor_ui.py:151 -msgid "" -"If the tag you want is not in the available list, you can add it here. " -"Accepts a comma separated list of tags." -msgstr "" -"Ist das gewünschte Etikett nicht in der Liste, kann es hier hinzugefügt " -"werden. Akzeptiert eine durch Kommata getrennte Liste von Etiketten. " +msgid "If the tag you want is not in the available list, you can add it here. Accepts a comma separated list of tags." +msgstr "Ist das gewünschte Etikett nicht in der Liste, kann es hier hinzugefügt werden. Akzeptiert eine durch Kommata getrennte Liste von Etiketten. " #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/tag_editor_ui.py:152 msgid "Add tag to available tags and apply it to current book" -msgstr "" -"Etikett zu den verfügbaren Etiketten hinzufügen und dem aktuellen Buch " -"zuweisen" +msgstr "Etikett zu den verfügbaren Etiketten hinzufügen und dem aktuellen Buch zuweisen" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:48 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:58 @@ -1272,49 +1061,49 @@ msgstr "In erweiterten Modus umschalten" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:53 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:61 msgid "Switch to Basic mode" -msgstr "" +msgstr "Zum Basis Modus wechseln" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:71 msgid "Feed must have a title" -msgstr "" +msgstr "Feed benötigt einen Titel" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:72 msgid "The feed must have a title" -msgstr "" +msgstr "Feed benötigt einen Titel" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:76 msgid "Feed must have a URL" -msgstr "" +msgstr "Feed benötigt eine URL" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:77 msgid "The feed %s must have a URL" -msgstr "" +msgstr "Feed %s benötigt eine URL" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:82 msgid "Already exists" -msgstr "" +msgstr "Gibts hier schon" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:83 msgid "This feed has already been added to the recipe" -msgstr "" +msgstr "Dieser Feed wurde schon zu diesem Rezept hinzugefügt" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:124 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:133 msgid "Invalid input" -msgstr "" +msgstr "Ungültige Eingabe" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:125 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:134 msgid "

      Could not create recipe. Error:
      %s" -msgstr "" +msgstr "

      Konnte Rezept nicht erstellen. Fehler:
      %s" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:140 msgid "Replace recipe?" -msgstr "" +msgstr "Rezept ersetzen?" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles.py:141 msgid "A custom recipe named %s already exists. Do you want to replace it?" -msgstr "" +msgstr "Es gibt schon ein erstelltes Rezept mit dem Namen %s. Soll es ersetzt werden?" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:218 msgid "Add custom news source" @@ -1322,33 +1111,31 @@ msgstr "Eigene Nachrichtenquelle hinzufügen" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:219 msgid "Available user recipes" -msgstr "" +msgstr "Verfügbare Benutzer-Rezepte" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:220 msgid "Add/Update &recipe" -msgstr "" +msgstr "&Rezept hinzufügen/aktualisieren " #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:221 msgid "&Remove recipe" -msgstr "" +msgstr "Rezept entfe&rnen" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:223 msgid "" -"\n" -"

      Create a basic news " -"recipe, by adding RSS feeds to it.
      For most feeds, you will have to " -"use the \"Advanced mode\" to further customize the fetch process.

      " +"\n" +"

      Create a basic news recipe, by adding RSS feeds to it.
      For most feeds, you will have to use the \"Advanced mode\" to further customize the fetch process.

      " msgstr "" +"\n" +"

      Erstellen Sie ein einfaches Nachrichten Rezept, indem Sie RSS Feeds hinzufügen.
      Die meisten Feeds sind komplexer, so dass ihr Abruf einer weitergehenden Konfiguration bedarf. Dazu müssen Sie den \"Erweiterten Modus\" verwenden.

      " #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:227 msgid "Recipe &title:" -msgstr "" +msgstr "&Titel des Rezepts:" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:228 msgid "&Oldest article:" @@ -1372,16 +1159,16 @@ msgstr "Maximale Anzahl der zu ladenden Artikel pro feed." #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:233 msgid "Feeds in recipe" -msgstr "" +msgstr "Feeds des Rezepts" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:234 msgid "Remove feed from recipe" -msgstr "" +msgstr "Feed aus dem Rezept entfernen" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:236 #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:239 msgid "Add feed to recipe" -msgstr "" +msgstr "Feed zum Rezept hinzufügen" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:237 msgid "&Feed title:" @@ -1396,29 +1183,16 @@ msgid "&Add feed" msgstr "Feed &anfügen" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:241 -msgid "" -"For help with writing advanced news recipes, please visit User Recipes" -msgstr "" +msgid "For help with writing advanced news recipes, please visit User Recipes" +msgstr "Wenn Sie Hilfe zur Erstellung Erweiterter Nachrichten Rezepte benötigen, besuchen Sie die englischsprachige Seite User Recipes" #: /home/kovid/work/libprs500/src/libprs500/gui2/dialogs/user_profiles_ui.py:242 msgid "Recipe source code (python)" -msgstr "" +msgstr "Source Code (Python) des Rezepts" #: /home/kovid/work/libprs500/src/libprs500/gui2/filename_pattern_ui.py:114 -msgid "" -"

      Set a regular expression pattern to use when trying to guess ebook " -"metadata from filenames.

      A reference on the syntax of regular expressions is available." -"

      Use the Test functionality below to test your regular expression " -"on a few sample filenames." -msgstr "" -"

      Ein Muster von regulären Ausdrücken festlegen, die zum Auslesen der Meta-" -"Daten von eBooks aus deren Dateinamen verwendet werden sollen.

      Zur " -"Unterstützung gibt es eine englische Referenz der Syntax von regulären Ausdrücken.

      Benutzen " -"Sie die Test-Funktionalität unten zur Überprüfung der regulären " -"Ausdrücke bei einigen Beispiel-Dateinamen." +msgid "

      Set a regular expression pattern to use when trying to guess ebook metadata from filenames.

      A reference on the syntax of regular expressions is available.

      Use the Test functionality below to test your regular expression on a few sample filenames." +msgstr "

      Ein Muster von regulären Ausdrücken festlegen, die zum Auslesen der Meta-Daten von eBooks aus deren Dateinamen verwendet werden sollen.

      Zur Unterstützung gibt es eine englische Referenz der Syntax von regulären Ausdrücken.

      Benutzen Sie die Test-Funktionalität unten zur Überprüfung der regulären Ausdrücke bei einigen Beispiel-Dateinamen." #: /home/kovid/work/libprs500/src/libprs500/gui2/filename_pattern_ui.py:115 msgid "Regular &expression" @@ -1522,12 +1296,8 @@ msgid "Cannot kill job" msgstr "Kann Auftrag nicht abbrechen." #: /home/kovid/work/libprs500/src/libprs500/gui2/jobs.py:344 -msgid "" -"Cannot kill jobs that are communicating with the device as this may cause " -"data corruption." -msgstr "" -"Kann Aufträge nicht abbrechen, die mit dem Gerät kommunizieren, da dies zu " -"Datenverlust führen kann." +msgid "Cannot kill jobs that are communicating with the device as this may cause data corruption." +msgstr "Kann Aufträge nicht abbrechen, die mit dem Gerät kommunizieren, da dies zu Datenverlust führen kann." #: /home/kovid/work/libprs500/src/libprs500/gui2/jobs.py:348 msgid "Cannot kill already completed jobs." @@ -1674,20 +1444,12 @@ msgid "Add books from a single directory" msgstr "Bücher aus einem einzelnen Verzeichnis hinzufügen" #: /home/kovid/work/libprs500/src/libprs500/gui2/main.py:111 -msgid "" -"Add books recursively (One book per directory, assumes every ebook file is " -"the same book in a different format)" -msgstr "" -"Bücher rekursiv hinzufügen (Ein Buch pro Verzeichnis, setzt voraus, dass " -"jede eBook Datei das gleiche Buch in einem unterschiedlichen Format enthält)" +msgid "Add books recursively (One book per directory, assumes every ebook file is the same book in a different format)" +msgstr "Bücher rekursiv hinzufügen (Ein Buch pro Verzeichnis, setzt voraus, dass jede eBook Datei das gleiche Buch in einem unterschiedlichen Format enthält)" #: /home/kovid/work/libprs500/src/libprs500/gui2/main.py:112 -msgid "" -"Add books recursively (Multiple books per directory, assumes every ebook " -"file is a different book)" -msgstr "" -"Bücher rekursiv hinzufügen (Mehrere Bücher pro Verzeichnis, setzt voraus, " -"dass jede eBook Datei ein anderes Buch enthält)" +msgid "Add books recursively (Multiple books per directory, assumes every ebook file is a different book)" +msgstr "Bücher rekursiv hinzufügen (Mehrere Bücher pro Verzeichnis, setzt voraus, dass jede eBook Datei ein anderes Buch enthält)" #: /home/kovid/work/libprs500/src/libprs500/gui2/main.py:126 #: /home/kovid/work/libprs500/src/libprs500/gui2/main_ui.py:289 @@ -1717,12 +1479,8 @@ msgstr "Auf einmal konvertieren" #: /home/kovid/work/libprs500/src/libprs500/gui2/main.py:303 #: /home/kovid/work/libprs500/src/libprs500/gui2/main.py:369 -msgid "" -"

      Books with the same title as the following already exist in the database. " -"Add them anyway?

        " -msgstr "" -"

        Es existieren bereits Bücher mit dem selben Titel in der Datenbank. " -"Sollen die folgenden Bücher trotzdem hinzugefügt werden?

          " +msgid "

          Books with the same title as the following already exist in the database. Add them anyway?

            " +msgstr "

            Es existieren bereits Bücher mit dem selben Titel in der Datenbank. Sollen die folgenden Bücher trotzdem hinzugefügt werden?

              " #: /home/kovid/work/libprs500/src/libprs500/gui2/main.py:306 #: /home/kovid/work/libprs500/src/libprs500/gui2/main.py:372 @@ -1735,9 +1493,7 @@ msgstr "Gerätespeicher voll" #: /home/kovid/work/libprs500/src/libprs500/gui2/main.py:403 msgid "

              Cannot upload books to device there is no more free space available " -msgstr "" -"

              Es können keine Bücher mehr auf das Gerät geladen werden, da der " -"Gerätespeicher voll ist " +msgstr "

              Es können keine Bücher mehr auf das Gerät geladen werden, da der Gerätespeicher voll ist " #: /home/kovid/work/libprs500/src/libprs500/gui2/main.py:472 #: /home/kovid/work/libprs500/src/libprs500/gui2/main.py:491 @@ -1806,12 +1562,8 @@ msgid "Invalid database" msgstr "Ungültige Datenbank" #: /home/kovid/work/libprs500/src/libprs500/gui2/main.py:854 -msgid "" -"

              An invalid database already exists at %s, delete it before trying to move " -"the existing database.
              Error: %s" -msgstr "" -"

              Es existiert bereits eine ungültige Datenbank in %s, bitte löschen Sie " -"diese, bevor sie die bestehende Datenbank verschieben.
              Fehler: %s" +msgid "

              An invalid database already exists at %s, delete it before trying to move the existing database.
              Error: %s" +msgstr "

              Es existiert bereits eine ungültige Datenbank in %s, bitte löschen Sie diese, bevor sie die bestehende Datenbank verschieben.
              Fehler: %s" #: /home/kovid/work/libprs500/src/libprs500/gui2/main.py:862 msgid "Could not move database" @@ -1822,12 +1574,8 @@ msgid "Error talking to device" msgstr "Fehler in der Kommunikation zum Gerät" #: /home/kovid/work/libprs500/src/libprs500/gui2/main.py:913 -msgid "" -"There was a temporary error talking to the device. Please unplug and " -"reconnect the device and or reboot." -msgstr "" -"Es trat ein Fehler in der Kommunikation mit dem Gerät auf. Bitte entfernen " -"und schließen Sie das Gerät wieder an und - oder starten Sie neu." +msgid "There was a temporary error talking to the device. Please unplug and reconnect the device and or reboot." +msgstr "Es trat ein Fehler in der Kommunikation mit dem Gerät auf. Bitte entfernen und schließen Sie das Gerät wieder an und - oder starten Sie neu." #: /home/kovid/work/libprs500/src/libprs500/gui2/main_ui.py:266 msgid "libprs500" @@ -1835,31 +1583,15 @@ msgstr "libprs500" #: /home/kovid/work/libprs500/src/libprs500/gui2/main_ui.py:267 msgid "" -"\n" -"

              For help visit libprs500.kovidgoyal.net

              libprs500: %1 by " -"Kovid Goyal %2
              %3

              " +"\n" +"

              For help visit libprs500.kovidgoyal.net

              libprs500: %1 by Kovid Goyal %2
              %3

              " msgstr "" -"\n" -"

              Hilfe gibt es online bei " -"libprs500.kovidgoyal.net

              libprs500: %1 by " -"Kovid Goyal %2
              %3

              " +"\n" +"

              Hilfe gibt es online bei libprs500.kovidgoyal.net

              libprs500: %1 by Kovid Goyal %2
              %3

              " #: /home/kovid/work/libprs500/src/libprs500/gui2/main_ui.py:271 msgid "Advanced search" @@ -1874,21 +1606,12 @@ msgid "&Search:" msgstr "&Suche:" #: /home/kovid/work/libprs500/src/libprs500/gui2/main_ui.py:275 -msgid "" -"Search the list of books by title or author

              Words separated by spaces " -"are ANDed" -msgstr "" -"Liste der Bücher nach Titel oder Autor durchsuchen

              Durch Leerzeichen " -"getrennte Wörter werden mit \"AND\" verknüpft" +msgid "Search the list of books by title or author

              Words separated by spaces are ANDed" +msgstr "Liste der Bücher nach Titel oder Autor durchsuchen

              Durch Leerzeichen getrennte Wörter werden mit \"AND\" verknüpft" #: /home/kovid/work/libprs500/src/libprs500/gui2/main_ui.py:276 -msgid "" -"Search the list of books by title, author, publisher, tags and " -"comments

              Words separated by spaces are ANDed" -msgstr "" -"Liste der Bücher nach Titel, Autor, Herausgeber, Etiketten und Bemerkungen " -"durchsuchen

              Durch Leerzeichen getrennte Wörter werden mit \"AND\" " -"verknüpft" +msgid "Search the list of books by title, author, publisher, tags and comments

              Words separated by spaces are ANDed" +msgstr "Liste der Bücher nach Titel, Autor, Herausgeber, Etiketten und Bemerkungen durchsuchen

              Durch Leerzeichen getrennte Wörter werden mit \"AND\" verknüpft" #: /home/kovid/work/libprs500/src/libprs500/gui2/main_ui.py:277 msgid "Reset Quick Search" @@ -1936,13 +1659,8 @@ msgid "Add a custom news source" msgstr "Neue individuelle Nachrichtenquelle hinzufügen" #: /home/kovid/work/libprs500/src/libprs500/gui2/news.py:53 -msgid "" -"

              Please enter your username and password for %s
              If you do not have one, " -"please subscribe to get access to the articles.
              Click OK to proceed." -msgstr "" -"

              Geben Sie Ihren Benutzernamen und Ihr Passwort für %s an.
              Insofern " -"Sie dies nicht besitzen, melden Sie sich bitte an, um auf die Artikel " -"zugriefen zu können.
              Klicken Sie OK, um fortzufahren." +msgid "

              Please enter your username and password for %s
              If you do not have one, please subscribe to get access to the articles.
              Click OK to proceed." +msgstr "

              Geben Sie Ihren Benutzernamen und Ihr Passwort für %s an.
              Insofern Sie dies nicht besitzen, melden Sie sich bitte an, um auf die Artikel zugriefen zu können.
              Klicken Sie OK, um fortzufahren." #: /home/kovid/work/libprs500/src/libprs500/gui2/news.py:79 msgid "Custom news sources" @@ -2000,60 +1718,41 @@ msgstr "Artikel ohne Titel" #: /home/kovid/work/libprs500/src/libprs500/web/feeds/main.py:35 msgid "Options to control web2disk (used to fetch websites linked from feeds)" -msgstr "" -"Einstellungen für web2disk (um von Feeds verlinkte Webseiten abzurufen)" +msgstr "Einstellungen für web2disk (um von Feeds verlinkte Webseiten abzurufen)" #: /home/kovid/work/libprs500/src/libprs500/web/feeds/main.py:38 msgid "" "Specify a list of feeds to download. For example: \n" -"\"['http://feeds.newsweek.com/newsweek/TopNews', 'http://feeds.newsweek.com/" -"headlines/politics']\"\n" -"If you specify this option, any argument to %prog is ignored and a default " -"recipe is used to download the feeds." +"\"['http://feeds.newsweek.com/newsweek/TopNews', 'http://feeds.newsweek.com/headlines/politics']\"\n" +"If you specify this option, any argument to %prog is ignored and a default recipe is used to download the feeds." msgstr "" "Geben Sie eine Liste von Feeds zum Download an. Zum Beispiel: \n" -"\"['http://feeds.newsweek.com/newsweek/TopNews', 'http://feeds.newsweek.com/" -"headlines/politics']\"\n" -"Wenn Sie diese Option wählen, wird jedes Argument %prog ignoriert und die " -"Voreinstellung zum Download der Feeds verwendet. " +"\"['http://feeds.newsweek.com/newsweek/TopNews', 'http://feeds.newsweek.com/headlines/politics']\"\n" +"Wenn Sie diese Option wählen, wird jedes Argument %prog ignoriert und die Voreinstellung zum Download der Feeds verwendet. " #: /home/kovid/work/libprs500/src/libprs500/web/feeds/main.py:42 msgid "Be more verbose while processing." msgstr "Mehr Wörter bei der weiteren Verarbeitung angeben." #: /home/kovid/work/libprs500/src/libprs500/web/feeds/main.py:44 -msgid "" -"The title for this recipe. Used as the title for any ebooks created from the " -"downloaded feeds." -msgstr "" -"Der Titel für dieses Rezept. Wird als Titel für alle eBooks benutzt, die aus " -"den geladenen Feeds erstellt wurden." +msgid "The title for this recipe. Used as the title for any ebooks created from the downloaded feeds." +msgstr "Der Titel für dieses Rezept. Wird als Titel für alle eBooks benutzt, die aus den geladenen Feeds erstellt wurden." #: /home/kovid/work/libprs500/src/libprs500/web/feeds/main.py:45 msgid "Username for sites that require a login to access content." -msgstr "" -"Benutzername für Webseiten, die einen Login für den Inhaltsabruf benötigen." +msgstr "Benutzername für Webseiten, die einen Login für den Inhaltsabruf benötigen." #: /home/kovid/work/libprs500/src/libprs500/web/feeds/main.py:46 msgid "Password for sites that require a login to access content." -msgstr "" -"Passwort für Webseiten, die einen Login für den Inhaltsabruf benötigen." +msgstr "Passwort für Webseiten, die einen Login für den Inhaltsabruf benötigen." #: /home/kovid/work/libprs500/src/libprs500/web/feeds/main.py:49 -msgid "" -"Number of levels of links to follow on webpages that are linked to from " -"feeds. Defaul %default" -msgstr "" -"Anzahl der Links in die Tiefe, die vom Feed aus verfolgt werden sollen. " -"Voreinstellung %default" +msgid "Number of levels of links to follow on webpages that are linked to from feeds. Defaul %default" +msgstr "Anzahl der Links in die Tiefe, die vom Feed aus verfolgt werden sollen. Voreinstellung %default" #: /home/kovid/work/libprs500/src/libprs500/web/feeds/main.py:51 -msgid "" -"The directory in which to store the downloaded feeds. Defaults to the " -"current directory." -msgstr "" -"Das Verzeichnis, in dem die geladenen Feeds gespeichert werden. " -"Voreinstellung auf das aktuelle Verzeichnis." +msgid "The directory in which to store the downloaded feeds. Defaults to the current directory." +msgstr "Das Verzeichnis, in dem die geladenen Feeds gespeichert werden. Voreinstellung auf das aktuelle Verzeichnis." #: /home/kovid/work/libprs500/src/libprs500/web/feeds/main.py:53 msgid "Dont show the progress bar" @@ -2064,12 +1763,8 @@ msgid "Very verbose output, useful for debugging." msgstr "Ausführliche Ausgabe, hilfreich zur Fehlerbeseitigung." #: /home/kovid/work/libprs500/src/libprs500/web/feeds/main.py:57 -msgid "" -"Useful for recipe development. Forces max_articles_per_feed to 2 and " -"downloads at most 2 feeds." -msgstr "" -"Hilfreich zur Entwicklung von Rezepten. Erzwingt maximal 2 Artikel pro Feed " -"und lädt höchstens 2 Feeds." +msgid "Useful for recipe development. Forces max_articles_per_feed to 2 and downloads at most 2 feeds." +msgstr "Hilfreich zur Entwicklung von Rezepten. Erzwingt maximal 2 Artikel pro Feed und lädt höchstens 2 Feeds." #: /home/kovid/work/libprs500/src/libprs500/web/feeds/main.py:82 #: /home/kovid/work/libprs500/src/libprs500/web/feeds/main.py:86 @@ -2104,9 +1799,7 @@ msgstr "\tFehlgeschlagene Verknüpfungen:" #: /home/kovid/work/libprs500/src/libprs500/web/feeds/news.py:547 msgid "Could not fetch article. Run with --debug to see the reason" -msgstr "" -"Konnte Artikel nicht abrufen. Der erneute Start mit --debug zeigt mögliche " -"Gründe an " +msgstr "Konnte Artikel nicht abrufen. Der erneute Start mit --debug zeigt mögliche Gründe an " #: /home/kovid/work/libprs500/src/libprs500/web/feeds/news.py:569 msgid "Got feeds from index page" @@ -2164,28 +1857,20 @@ msgstr "Rufe Feed ab" #~ msgid "Available user profiles" #~ msgstr "Verfügbare Benutzerprofile" - #~ msgid "Add/Update &profile" #~ msgstr "&Profil hinzufügen/aktualisieren" - #~ msgid "&Remove profile" #~ msgstr "Profil entfe&rnen" - #~ msgid "Profile &title:" #~ msgstr "Profil&titel:" - #~ msgid "Feeds in profile" #~ msgstr "Feeds im Profil" - #~ msgid "Remove feed from profile" #~ msgstr "Feeds aus dem Profil entfernen" - #~ msgid "Add feed to profile" #~ msgstr "Neuen Feed zum Profil hinzufügen" - #~ msgid "Profile source code (python)" #~ msgstr "Profil-Quellcode (Python)" - #~ msgid "" #~ "