diff --git a/localize/README.md b/localize/README.md index dc4339b..99a4d68 100644 --- a/localize/README.md +++ b/localize/README.md @@ -116,13 +116,13 @@ accomplished with our `poconvert.rb` tool. If you've not already cloned the HTML Tidy source code repository that will be your first step. -In the `localize\translations\` directory you can find existing languages, e.g., +In the `localize/translations/` directory you can find existing languages, e.g., - `tidy.pot` (Tidy's POT template for translations). - `language_en_gb.po` (British English variants for the built in language) - …and perhaps more. -In the `src\` directory you can find the master files for existing languages, +In the `src/` directory you can find the master files for existing languages, e.g., - `language_en.h` (Tidy's native, built-in language, mostly U.S. English) @@ -215,9 +215,9 @@ translation, or to save one of the developer team a few extra steps. - The tool should generate a file named `language_ll_cc.h` in the working directory, where `ll_cc` will be replaced with the language/region of your translation. - - Copy this `.h` file into `src\`. + - Copy this `.h` file into `src/`. - Modify Tidy's source: - - Edit the file `src\language.c` to ensure that the new `.h` file you added + - Edit the file `src/language.c` to ensure that the new `.h` file you added is in the `#include` section. - Look for the `static tidyLanguagesType tidyLanguages` structure starting near line 40, and look for the comment `These languages are installed.`. diff --git a/localize/language_ll_cc.h.erb b/localize/language_ll_cc.h.erb index 419d451..ffad634 100644 --- a/localize/language_ll_cc.h.erb +++ b/localize/language_ll_cc.h.erb @@ -21,7 +21,7 @@ * `poconvert.rb msgunfmt language_<%= po_content.language %>.h` (our own * conversion tool) to generate a fresh PO from this file first! * - * (c) 2015-2017 HTACG + * (c) 2015-<%= Time.new.year %> HTACG * See tidy.h and access.h for the copyright notice. * * Template Created by Jim Derry on 01/14/2016. diff --git a/localize/poconvert.rb b/localize/poconvert.rb index 7d7cca1..e77544f 100755 --- a/localize/poconvert.rb +++ b/localize/poconvert.rb @@ -30,7 +30,7 @@ module PoConvertModule ########################################################### @@default_en = File.expand_path(File.join('..', 'src', 'language_en.h' )) @@header_template = File.expand_path(File.join('.', 'language_ll_cc.h.erb')) - @@header_digest = '9e5c3bf0b02c20e6fe2068a8edc09de1bb091a14144b211f4c36b0f9d1ec5f97' + @@header_digest = 'd7a262793e5c0b03514343d68286201b9a72ca1280f41b90dcbfef6a60a62493' ########################################################### diff --git a/localize/translations/language_de.po b/localize/translations/language_de.po index 73e9a6b..8e9493f 100644 --- a/localize/translations/language_de.po +++ b/localize/translations/language_de.po @@ -5,7 +5,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: HTML Tidy poconvert.rb\n" "Project-Id-Version: \n" -"PO-Revision-Date: 2021-07-21 17:08:51\n" +"PO-Revision-Date: 2021-07-30 10:35:03\n" "Last-Translator: jderry\n" "Language-Team: \n" diff --git a/localize/translations/language_en_gb.po b/localize/translations/language_en_gb.po index d0bc0ea..18ba3f8 100644 --- a/localize/translations/language_en_gb.po +++ b/localize/translations/language_en_gb.po @@ -5,7 +5,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: HTML Tidy poconvert.rb\n" "Project-Id-Version: \n" -"PO-Revision-Date: 2021-07-21 17:08:51\n" +"PO-Revision-Date: 2021-07-30 10:35:03\n" "Last-Translator: jderry\n" "Language-Team: \n" diff --git a/localize/translations/language_es.po b/localize/translations/language_es.po index 91b3f68..b5a9487 100644 --- a/localize/translations/language_es.po +++ b/localize/translations/language_es.po @@ -5,7 +5,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: HTML Tidy poconvert.rb\n" "Project-Id-Version: \n" -"PO-Revision-Date: 2021-07-21 17:08:51\n" +"PO-Revision-Date: 2021-07-30 10:35:03\n" "Last-Translator: jderry\n" "Language-Team: \n" diff --git a/localize/translations/language_es_mx.po b/localize/translations/language_es_mx.po index 08100bf..556ec14 100644 --- a/localize/translations/language_es_mx.po +++ b/localize/translations/language_es_mx.po @@ -5,7 +5,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: HTML Tidy poconvert.rb\n" "Project-Id-Version: \n" -"PO-Revision-Date: 2021-07-21 17:08:51\n" +"PO-Revision-Date: 2021-07-30 10:35:03\n" "Last-Translator: jderry\n" "Language-Team: \n" diff --git a/localize/translations/language_fr.po b/localize/translations/language_fr.po index ac3db81..f6cfbcf 100644 --- a/localize/translations/language_fr.po +++ b/localize/translations/language_fr.po @@ -5,7 +5,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: HTML Tidy poconvert.rb\n" "Project-Id-Version: \n" -"PO-Revision-Date: 2021-07-21 17:08:51\n" +"PO-Revision-Date: 2021-07-30 10:35:03\n" "Last-Translator: jderry\n" "Language-Team: \n" diff --git a/localize/translations/language_pt_br.po b/localize/translations/language_pt_br.po index d792fe4..c0987cb 100644 --- a/localize/translations/language_pt_br.po +++ b/localize/translations/language_pt_br.po @@ -5,7 +5,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: HTML Tidy poconvert.rb\n" "Project-Id-Version: \n" -"PO-Revision-Date: 2021-07-21 17:08:51\n" +"PO-Revision-Date: 2021-07-30 10:35:03\n" "Last-Translator: jderry\n" "Language-Team: \n" diff --git a/localize/translations/language_zh_cn.po b/localize/translations/language_zh_cn.po index e6dff65..3c2ac06 100644 --- a/localize/translations/language_zh_cn.po +++ b/localize/translations/language_zh_cn.po @@ -5,7 +5,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: HTML Tidy poconvert.rb\n" "Project-Id-Version: \n" -"PO-Revision-Date: 2021-07-21 17:08:52\n" +"PO-Revision-Date: 2021-07-30 10:35:03\n" "Last-Translator: jderry\n" "Language-Team: \n" diff --git a/localize/translations/tidy.pot b/localize/translations/tidy.pot index b47ebf5..300c496 100644 --- a/localize/translations/tidy.pot +++ b/localize/translations/tidy.pot @@ -5,7 +5,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: HTML Tidy poconvert.rb\n" "Project-Id-Version: \n" -"POT-Creation-Date: 2021-07-21 17:08:59\n" +"POT-Creation-Date: 2021-07-30 10:35:03\n" "Last-Translator: jderry\n" "Language-Team: \n" diff --git a/src/language_de.h b/src/language_de.h index 0316b6f..70c5d4e 100644 --- a/src/language_de.h +++ b/src/language_de.h @@ -1,4 +1,4 @@ -#ifndef language_de_h +#ifndef language_de_h #define language_de_h /* * language_de.h @@ -11,22 +11,26 @@ * the structure of this file, and changing the check box below if you make * changes (so others know the file origin): * - * [ ] THIS FILE IS MACHINE GENERATED. It is a localization file for the + * [X] THIS FILE IS MACHINE GENERATED. It is a localization file for the * language (and maybe region) "de". The source of * these strings is a gettext PO file in Tidy's source, probably called * "language_de.po". * - * [X] THIS FILE WAS HAND MODIFIED. Translators, please feel to edit this file + * [ ] THIS FILE WAS HAND MODIFIED. Translators, please feel to edit this file * directly (and check this box). If you prefer to edit PO files then use * `poconvert.rb msgunfmt language_de.h` (our own * conversion tool) to generate a fresh PO from this file first! * - * (©) 2020-2020 Michael Uplawski + * (c) 2015-2021 Michael Uplawski * See tidy.h and access.h for the copyright notice. * * Template Created by Jim Derry on 01/14/2016. * + * Originating PO file metadata: + * PO_LAST_TRANSLATOR=jderry + * PO_REVISION_DATE=2021-07-30 10:35:03 */ + #ifdef _MSC_VER #pragma execution_character_set("utf-8") #endif @@ -48,42 +52,16 @@ static uint whichPluralForm_de(uint n) { * single language. Static definition in a header file makes it * easy to include and exclude languages without tinkering with * the build system. - * - * This file serves as the master template for generating `gettext` - * PO and POT files using our `potool.rb` script. Certain comments - * entered below will be included in the PO/POT files as developer - * comments. To enable this, use only standard C-style comments that - * begin immediately after the opening brace without whitespace. */ - static languageDefinition language_de = { whichPluralForm_de, { /*************************************** - ** This MUST be present and first. + ** This MUST be present and first. ** Specify the code for this language. ***************************************/ {/* Specify the ll or ll_cc language code here. */ - TIDY_LANGUAGE, 0, "de" + TIDY_LANGUAGE, 0, "de" }, - - /********************************************************************* - ** Options Documentation - ** As of 2016-January these descriptions are used uniquely by the - ** console application but are made available for LibTidy users as - ** well. Because we generate documentation from these descriptions - ** it's important to use ONLY the following tags: - ** , , ,
,

- ** Note that the xslt processor requires
to be self closing! - ** @remark enum source is TidyOptionId - *********************************************************************/ - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyAccessibilityCheckLevel, 0, + { TidyAccessibilityCheckLevel, 0, "Diese Option bestimmt, wenn nötig, das Niveau der Überprüfungen der Barrierefreiheit, " "die Tidy durchführen soll. " "
" @@ -92,49 +70,25 @@ static languageDefinition language_de = { whichPluralForm_de, { "Auf dieser Seite finden Sie weitere Informationen zur Prüfung der Barrierefreiheit mit Tidy: " "Barrierefreiheit mit Tidy. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyAltText, 0, + { TidyAltText, 0, "Diese Option bestimmt den Standardwert für das alt= Attribut, " "das von Tidy eingesetzt wird, wo es in <img> Tags fehlt. " "
" "Gehen Sie behutsam damit um; es liegt in Ihrer Verantwortung, Dokumente barrierefrei " " zu gestalten, für Leute die die Bilder nicht sehen können. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyAnchorAsName, 0, + { TidyAnchorAsName, 0, "Diese Option steuert das Entfernen oder Hinzufügen des name " - "Attributs in solchen Elementen, die als Verweisanker dienen können. " + "Attributs in solchen Elementen, die als Verweisanker dienen können. " "
" "Wenn hier yes gewählt wird und ein name Attribut " "bisher nicht vorhanden ist, wird es zusammen mit einem id Attribut " "ergänzt, soweit die DTD dies erlaubt. " "
" "Mit dem Wert no, wird ein vorhandenes name Attribut " - "entfernt, sofern en id existiert oder hinzugefügt wurde." + "entfernt, sofern en id existiert oder hinzugefügt wurde." }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyAsciiChars, 0, + { TidyAsciiChars, 0, "Kann verwendet werden, um die Wirkung der Option clean " "zu modifizieren, wenn der den Wert yes hat." "
" @@ -143,19 +97,11 @@ static languageDefinition language_de = { whichPluralForm_de, { "und andere typografische Zeichen in ihre nächstliegenden ASCII-Äquivalente " "umgewandelt werden. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyBlockTags, 0, + { TidyBlockTags, 0, "Diese Option dient der Einführung neuer Block-Elemente. Der Wert muss " "eine Liste von leerzeichen- oder komma-separierten Tag-Namen sein." "
" - "Solange Sie die neuen Tags nicht definieren, wird Tidy keine bereinigte " + "Solange Sie die neuen Tags nicht definieren, wird Tidy keine bereinigte " "Datei erzeugen, wenn die Eingabe bisher unbekannte Tags enthält. " "
" "Beachten Sie, dass Sie das Content Model für Elemente wie " @@ -164,15 +110,7 @@ static languageDefinition language_de = { whichPluralForm_de, { "
" "Die Option wird im XML Modus ignoriert. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyBodyOnly, 0, + { TidyBodyOnly, 0, "Die Option legt fest, ob Tidy nur den Inhalt des body " "Elements als HTML-Fragment ausgeben soll. " "
" @@ -183,27 +121,11 @@ static languageDefinition language_de = { whichPluralForm_de, { "
" "Die Option ist wirkungslos, wenn XML Ausgabe gefordert ist. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyBreakBeforeBR, 0, + { TidyBreakBeforeBR, 0, "Diese Option legt fest, ob Tidy einen Zeilenumbruch vor jedem " "<br> Element einfügen soll. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyCharEncoding, 0, + { TidyCharEncoding, 0, "Diese Option bestimmt, welche Zeichenkodierung Tidy für Eingaben annehmen soll und, " "falls zutreffend, dass Tidy für Ausgaben automatisch eine geeignete Zeichenkodierung " "wählt. Die Kodierungen für Ein- und Ausgaben können sich unterscheiden. " @@ -224,15 +146,7 @@ static languageDefinition language_de = { whichPluralForm_de, { "UTF-Kodierungen frei vermischt sein können, ist es mit Tidy nicht möglich, " "asiatische Kodierungen nach Latin zu konvertieren." }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyCoerceEndTags, 0, + { TidyCoerceEndTags, 0, "Diese Option bestimmt, ob Tidy ein Start-Tag in ein End-Tag umwandelt, " "wo es wahrscheinlich erscheint, dass ein solches End-Tag eigentlich " "gewünscht war; zum Beispiel kann die Eingabe " @@ -243,41 +157,17 @@ static languageDefinition language_de = { whichPluralForm_de, { "
" "<span>ein <b>wichtiges</b> Wort</span> " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyCSSPrefix, 0, + { TidyCSSPrefix, 0, "Diese Option setzt den Präfix, den Tidy für Style-Regeln verwendet. " "
" "Standardmäßig wird c verwendet. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyDecorateInferredUL, 0, + { TidyDecorateInferredUL, 0, "Diese Option legt fest, ob Tidy hergeleitete <ul> " "Elemente mit CSS-Auszeichnungen ausstatten soll, um Einrückungen nach " "rechts zu verhindern. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyDoctype, 0, + { TidyDoctype, 0, "Diese Option setzt die DOCTYPE Deklaration, die von Tidy generiert wird. " "
" "Wenn hier omit eingestellt ist, enthält die Ausgabe keine " @@ -309,69 +199,25 @@ static languageDefinition language_de = { whichPluralForm_de, { "leere Zeichenkette für den System Identifyer. In HTML-Dokumenten " "fügt Tidy einen System Identifier nur dann ein, wenn er schon vorher " "vorhanden war, im Hinblick auf die Verarbeitungsmodi einiger Browser. " - "Tidy lässt den DOCTYPE generischer XML-Dokumente unangetastet." + "Tidy lässt den DOCTYPE generischer XML-Dokumente unangetastet." "
" "Die Option bedingt keinerlei Überprüfung der Dokumentkonformität. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyDropEmptyElems, 0, - "Diese Option legt fest, ob Tidy leere Elemente verwerfen soll. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyDropEmptyParas, 0, - "Diese Option legt fest, ob Tidy leere Absätze verwerfen soll. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyDropPropAttrs, 0, + { TidyDropEmptyElems, 0, "Diese Option legt fest, ob Tidy leere Elemente verwerfen soll. " }, + { TidyDropEmptyParas, 0, "Diese Option legt fest, ob Tidy leere Absätze verwerfen soll. " }, + { TidyDropPropAttrs, 0, "Mit dieser Option wird bestimmt, ob Tidy proprietäre Attribute " "entfernen soll, wie Microsoft data binding Attribute. Außerdem " "werden solche Attribute, die in der ausgegebenen Version des HTML-" "Codes nicht erlaubt sind, verworfen, wenn gleichzeitig strict-tags-attributes " "gesetzt wurde. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyDuplicateAttrs, 0, + { TidyDuplicateAttrs, 0, "Mit dieser Option wird festgelegt, ob Tidy das erste oder das letzte " "Vorkommen eines wiederholten Attributs übernehmen soll, z.B. bei " "aufeinanderfolgenden align Attributen im selben Tag. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyEmacs, 0, + { TidyEmacs, 0, "Mit dieser Option ändert Tidy das Format von Fehler- und Warnmeldungen " "so, dass sie leichter von GNU Emacs und einigen anderen Programmen geparst " "werden. Aus dem standardmäßigen " @@ -382,15 +228,7 @@ static languageDefinition language_de = { whichPluralForm_de, { "
" " <Dateiname>:<Zeilennummer>:<Spaltennummer>: (Fehler|Warnung): <Meldung> " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyEmptyTags, 0, + { TidyEmptyTags, 0, "Diese Option führt neue, leere Inline-Elemente ein. Der Wert muss eine leerzeichen- " "oder komma-separierte Lste von Tagnamen sein. " "
" @@ -402,29 +240,13 @@ static languageDefinition language_de = { whichPluralForm_de, { "
" "Diese Option wird im XML-Modus ignoriert. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyEncloseBlockText, 0, + { TidyEncloseBlockText, 0, "Diese Option legt fest, ob Tidy ein <p> Element " "einfügen soll, um Text zu umschließen, den es in solchen Elementen findet, " "die gemischten Inhalt für HTML transitional, nicht aber für HTML strict " "erlauben. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyEncloseBodyText, 0, + { TidyEncloseBodyText, 0, "Diese Option legt fest, ob Text, der im body Element " "gefunden wird, von einem <p> Element umschlossen " "werden soll. " @@ -432,69 +254,29 @@ static languageDefinition language_de = { whichPluralForm_de, { "Das ist sinnvoll, wenn Sie bereits vorhandenen HTML-Code mit einem " "Style-Sheet verwenden wollen. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyErrFile, 0, - "Diese Option nennt die Fehlerdatei, in der Tidy Fehler und Warnungen " + { TidyErrFile, 0, + "Diese Option nennt die Fehlerdatei, in der Tidy Fehler und Warnungen " "vermerkt. " "Normalerweise werden Fehler und Warnungen auf stderr " "ausgegeben. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyEscapeCdata, 0, + { TidyEscapeCdata, 0, "Mit dieser Option bestimmen Sie, ob Tidy " "<![CDATA[]]> Abschnitte in normlen Text umwandeln " "soll. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyEscapeScripts, 0, + { TidyEscapeScripts, 0, "Diese Option bewirkt, dass Zeichen oder Zeichenketten, die wie " "schließende Tags aussehen, wie " "</g mit backslashes maskiert werden, wie in " "<\\/g. Setzen Sie en Wert no, um dies zu " "verhindern. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyFixBackslash, 0, + { TidyFixBackslash, 0, "Diese Option bestimmt, ob Tidy Backslashes \\ in URLs " "durch normale Schrägstriche / ersetzen soll. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyFixComments, 0, + { TidyFixComments, 0, "Diese Option bestimmt, ob Tidy unerwartete Bindestriche durch " "= Zeichen ersetzen soll, wenn Bindestriche aufeinanderfolgen. " "
" @@ -506,28 +288,12 @@ static languageDefinition language_de = { whichPluralForm_de, { "und XHTML gilt. Wenn Sie ältere Browser unterstützen wollen, die SGML " "Syntax verlangen, sollten Sie hier den Wert yes setzen." }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyFixUri, 0, + { TidyFixUri, 0, "Diese Option legt fest, ob Tidy Attributwerte mit URIs auf ungültige " "Zeichen überprüft und sie, wenn solche gefunden werden, maskiert, wie " "von HTML4 empfohlen. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyForceOutput, 0, + { TidyForceOutput, 0, "Diese Option legt fest, ob Tidy auch dann eine Ausgabe erzeugt, " "wenn Fehler auftreten. " "
" @@ -536,51 +302,19 @@ static languageDefinition language_de = { whichPluralForm_de, { "ist, den Fehler zu beheben. Die erzeugte Ausgabe kann darum Ihren " "Erwartungen widersprechen. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyGDocClean, 0, + { TidyGDocClean, 0, "Diese Option bestimmt, ob sich Tidy beim Bereinigen von HTML-Code, " "der aus Google Docs exportiert wurde, speziell verhalten soll. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyHideComments, 0, + { TidyHideComments, 0, "Mit dieser Option bestimmen Sie, ob Tidy Kommentare aus der Ausgabe " "entfernt. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyHtmlOut, 0, + { TidyHtmlOut, 0, "Diese Option bestimmt, ob Tidy eine formatierte Ausgabe als HTML " "schreiben soll. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyInCharEncoding, 0, + { TidyInCharEncoding, 0, "Diese Option legt die Zeichenkodierung fest, die Tidy für die Eingabe " "verwendet. " "Tidy geht bei manchen Eingabekodierungen von ein paar Annahmen aus. " @@ -602,65 +336,15 @@ static languageDefinition language_de = { whichPluralForm_de, { "UTF-Kodierungen frei gemischt werden können, ist es nicht möglich, " "asiatische Kodierungen mit Tidy in Latin umzuwandeln. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyIndentAttributes, 0, + { TidyIndentAttributes, 0, "Mit dieser Option wird festgelegt, ob Tidy jedes Attribut auf einer " "neuen Zeile beginnen soll. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyIndentCdata, 0, + { TidyIndentCdata, 0, "Diese Option bestimmt, ob Tidy " "<![CDATA[]]> Abschnitte einrücken soll. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name is “indent” */ - TidyIndentContent, 0, - "Diese Option bestimmt, ob Tidy Blockelemente einrücken soll. " - "
" - "Die Einstellung auto bewirkt, dass Tidy selbst bestimmt, ob " - "der Inhalt von Tags wie <title>, " - "<h1>-<h6>, <li>, " - "<td>, oder <p> eingerückt wird, " - "abhängig vom Abschnitt der Inhaltsdaten, der solch ein Blockelement enthält. " - "
" - "Die Einstellung yes für indent kann Layoutfehler " - "mancher Browser offenlegen. " - "
" - "Verwenden Sie die Option indent-spaces zur Kontrolle der " - "Zahl auszugebender Leerzeichen oder Tabulatoren, je nach Einrückungsebene " - "und indent-with-tabs um festzulegen, ob entweder Tabulatoren " - "oder Leerzeichen verwendet werden." - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyIndentSpaces, 0, + { TidyIndentSpaces, 0, "Diese Option bestimmt die Anzahl von Leerzeichen oder Tabulatoren, " "mit denen Tidy Einrückungen vornimmt, wenn indent " "aktiviert ist. " @@ -668,79 +352,16 @@ static languageDefinition language_de = { whichPluralForm_de, { "Beachten Sie, dass der Standardwert für diese Option vom aktuellen Wert " "der Option indent-with-tabs abhängt (siehe dort). " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option name is “new-inline-tags” */ - TidyInlineTags, 0, - "Diese Option definiert neue nicht-leere Inline Elemente. Der Wert muss " - "eine leerzeichen- oder kommaseparierte Liste von Tagnamen sein." - "
" - "Solange Sie neue Tags nicht deklarieren, verweigert Tidy die Erzeugung " - "bereinigter Dateien, wenn die Eingabe bisher unbekannte Tags enthält. " - "
" - "Diese Option wird im XML-Modus ignoriert. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyJoinClasses, 0, + { TidyJoinClasses, 0, "Diese Option bestimmt, ob Tidy mehrere CSS-Klassen zu einer einzigen " "neuen Klasse kombiniert, wo ein Element mit mehrere Klassennamen " "versehen wurde. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyJoinStyles, 0, + { TidyJoinStyles, 0, "Diese Option bestimmt, ob Tidy mehrere style-Attribute zu einem einzigen " "kombiniert, wo ein Element mit mehreren style-Attributen versehen wurde. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: keep-time */ - TidyKeepFileTimes, 0, - "Diese option bestimmt, ob Tidy das Änderungsdatum der originalen Eingabedatei " - "erhalten soll, wenn solche Dateien von Tidy mit der bereinigten Fassung " - "überschrieben werden. " - "
" - "Das Setzen dieser Option mit dem Wert yes erlaubt es Ihnen, " - "Dateien mit Tidy zu bereinigen, ohne das Änderungsdatum zu aktualisieren. " - "Das kann nützlich sein, wenn andere Werkzeuge dieses Datum verwenden, zum " - "Beispiel zum automatisierten Hochladen auf den Server. " - "
" - "Beachten Sie, dass diese Funktion nicht auf allen Systemen zur Verfügung steht. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyKeepTabs, 0, + { TidyKeepTabs, 0, "Der Standardwert dieser Option ist no. Damit ersetzt Tidy alle " "Tabulatoren durch Leerzeichen, entsprechend der Option tab-size und " "dem aktuellen Zeileneinzug. " @@ -755,36 +376,7 @@ static languageDefinition language_de = { whichPluralForm_de, { "Wie immer werden alle anderen Tabulatoren und Tabulatorfolgen im Quelldokument durch " "Leerzeichen ersetzt." }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: literal-attributes*/ - TidyLiteralAttribs, 0, - "Diese Option bestimmt, wie Tidy mit Leerzeichen innerhalb von Attributwerten " - "umgeht. " - "
" - "Wenn der Wert no ist, normalisiert Tidy Attributwerte indem es " - "alle Zeilenumbrüche oder Tabulatoren durch ein einziges Leerzeichen ersetzt, " - "und außerdem aufeinanderfolgende Leerzeichen auf ein einziges reduziert. " - "
" - "Um Tidy dazu zu bringen, die ursprünglichen Werte aller Attributwerte buchstabentreu " - "zu erhalten und damit alle Leerzeichen innerhalb der Attributwerte unangetastet " - "bleiben, setzen Sie diese Option auf yes. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyLogicalEmphasis, 0, + { TidyLogicalEmphasis, 0, "Diese Option bestimmt, ob Tidy jedes " "<i> durch <em> und jedes " "<b> durch <strong> ersetzen soll. " @@ -792,77 +384,13 @@ static languageDefinition language_de = { whichPluralForm_de, { "
" "Diese Option kann unabhängig von clean aktiviert werden. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyLowerLiterals, 0, + { TidyLowerLiterals, 0, "Diese Option legt fest, ob Tidy solche Attributwerte, die aus einer Liste " "vordefinierter Werte bestehen, in Kleinbuchstaben konvertieren soll. " "
" "Für XHTML-Dokumente ist das notwendig. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: bare */ - TidyMakeBare, 0, - "Diese Option legt fest, ob Tidy typografische Anführungsstriche und " - "Geviertstriche duch ASCII-Zeichen ersetzen soll und eher normale Leerzeichen anstelle " - "geschützter Leerzeichen ausgeben soll, wenn sie in der Eingabe " - "gefunden werden. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: clean */ - TidyMakeClean, 0, - "Diese Option legt fest, wie Tidy mit einigen veralteten präsentationsbezogenen " - "Tags umgehen soll (zur Zeit betrifft das <i>, " - "<b>, <center> wenn es von " - "geeigneten inline-Tags umschlossen ist und <font>). " - "Wenn hier yes eingestellt ist, werden die betroffenen Tags " - "durch CSS Formatierung und geeignete Textauszeichnung ersetzt. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name (in deed): tidy-mark */ - TidyMark, 0, - "Diese Option legt fest, ob Tidy ein meta Element im " - "Dokumentenkopf unterbringen soll, mit dem darauf hingewiesen wird, dass " - "die Datei mit Tidy bereinigt worden ist. " - "
" - "Tidy erzeugt kein neues meta-Element, wenn bereits eines vorhanden ist. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyMergeDivs, 0, + { TidyMergeDivs, 0, "Diese Option kann das Verhalten von clean beeinflussen, wenn " "ihr Wert auf yes gesetzt ist. " "
" @@ -878,15 +406,7 @@ static languageDefinition language_de = { whichPluralForm_de, { "<div> verworfen, mit Ausnahme von " "class und style. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyMergeEmphasis, 0, + { TidyMergeEmphasis, 0, "Diese Option legt fest, ob Tidy verschachtelte <b> " "und <i>-Elemente verschmelzen soll; zum Beispiel würde im Falle von " "
" @@ -894,15 +414,7 @@ static languageDefinition language_de = { whichPluralForm_de, { "
" "Tidy diese Ausgabe erzeugen: <b class=\"rtop-2\">foo bar baz</b>. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyMergeSpans, 0, + { TidyMergeSpans, 0, "Diese Option kann das Verhalten von clean beeinflussen, wenn " "ihr Wert yes ist." "
" @@ -912,62 +424,8 @@ static languageDefinition language_de = { whichPluralForm_de, { "
" "Der Algorithmus ist identisch mit dem der Option merge-divs (siehe dort). " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyNCR, 0, - "Diese Option bestimmt, ob Tidy numerische Zeichenreferenzen akzeptieren soll. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: newline */ - TidyNewline, 0, - "Die Standardeinstellung ist für das aktuelle System geeignet. " - "
" - "Im Allgemeinen gelten CRLF auf PC-DOS, Windows und OS/2; CR " - "auf klassischem Mac OS; und LF überall sonst (Linux, macOS, " - "und Unix). " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: numeric-entities */ - TidyNumEntities, 0, - "Dies Option bestimmt, ob Tidy andere als die HTML-eigenen Entitäten " - "(&amp;, &lt;, " - "&gt;, and &quot;) in numerischer " - "anstelle der benannten Form ausgeben soll. " - "
" - "Es werden nur solche Entitäten verwendet, die mit der generierten DOCTYPE Deklaration kompatibel sind. " - "
" - "Entitäten, die in der Zeichenkodierung der Ausgabe repräsentiert werden können, " - "werden entsprechend umgewandelt. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyOmitOptionalTags, 0, + { TidyNCR, 0, "Diese Option bestimmt, ob Tidy numerische Zeichenreferenzen akzeptieren soll. " }, + { TidyOmitOptionalTags, 0, "Mit dieser Option können optionale Start- und End-Tags von der Ausgabe " "ausgenommen werden. " "
" @@ -981,62 +439,7 @@ static languageDefinition language_de = { whichPluralForm_de, { "
" "Diese Option wird für XML-Ausgaben ignoriert. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: output-encoding */ - TidyOutCharEncoding, 0, - "Diese Option setzt die Zeichenkodierung für die Tidy-Ausgabe. " - "Einige Kodierungen beeinflussen wie manche Symbole in Entities " - "umgewandelt werden, wenn auch die Ausgabe einiger Entities " - "immer von weiteren Konfigurationseinstellungen abhängt. " - "
" - "Mit den Kodierungen ascii, mac, und win1252 " - "werden alle Zeichen mit Werten über 127 als Entities ausgegeben. " - "
" - "Wird raw eingestellt, übernimmt Tidy Werte über 127 ohne sie " - "in Entities umzuwandeln. " - "
" - "latin1 veranlasst Tidy, Zeichen über 255 als Entities zu schreiben. " - "
" - "UTF wie utf8 bedingt die Ausgabe in der entsprechenden " - "UTF-Kodierung" - "
" - "Asiatische Ausgabekodierungen, wie iso2022 erzeugen " - "die adäquate Ausgabe unter der Annahme, dass auch " - "input-encoding entsprechend gesetzt ist. " - "
" - "Tidy ist kein Konverter für Zeichenkodierungen. Wenn Latin und UTF-" - "Kodierungen auch frei gemischt werden können, ist es doch nicht " - "möglich, asiatische Kodierungen mit Tidy in Latin umzuwandeln. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: output-file */ - TidyOutFile, 0, - "Diese Option bestimmt welche Ausgabedatei von Tidy geschrieben wird. " - "Normalerweise schreibt Tidy die Ausgabe auf die Standard-Ausgabe stdout." - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyOutputBOM, 0, + { TidyOutputBOM, 0, "Diese Option bestimmt, ob Tidy eine Byte-Reihenfolge-Markierung (BOM) an den Anfang der Ausgabe schreiben soll. " "Dies betrifft nur UTF-8 und UTF-16 Ausgabekodierungen, wo das BOM-Zeichen entweder den Wert U+EFBBBF (UTF-8) oder " "U+FEFF (UTF-16) hat. " @@ -1046,130 +449,28 @@ static languageDefinition language_de = { whichPluralForm_de, { "
" "XML/XMLHTML-Ausgaben in UTF-16 Kodierung erhalten immer eine BOM. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: indent-with-tabs */ - TidyPPrintTabs, 0, - "Diese Option bestimmt, ob Tidy Einrückungen mit Tabulatoren anstelle von " - "Leerzeichen vornimmt, unter der Annahme, dass auch indent den " - "Wert yes hat. " - "
" - "Setzen Sie den Wert yes, um mit Tabulatoren einzurücken, " - "anstelle der standardmäßigen Leerzeichen. " - "
" - "Stellen Sie die Anzal der ausgegebenen Tabulatoren nach Einrückungstiefe " - "mit der Option indent-spaces ein. " - "Beachten Sie, dass das Setzen der Option indent-with-tabs " - "zur Folge hat, dass der Standardwert für indent-spaces auf " - "1 zurückgesetzt wird. " - "
" - "Beachten Sie auch, dass die Option tab-size steuert, wie " - "Tabulatoren der Eingabe in Leerzeichen umgewandelt werden. " - "Setzen Sie hier 0 ein, um die Tabulatoren der Eingabe beizubehalten. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyPreserveEntities, 0, + { TidyPreserveEntities, 0, "Diese Option bestimmt, ob Tidy wohlgeformte Entities, wie in der Eingabe vorgefunden, " "beibehält. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: new-pre-tags*/ - TidyPreTags, 0, - "Mit dieser Option werden neue Tags eingeführt, die in der exakt gleichen " - "Weise verarbeitet werden, wie das <pre> Element von HTML. " - "Der Wert der Option muss eine leerzeichen- oder kommaseparierte Liste von " - "Tag-Namen sein. " - "
" - "Solange Sie neue Tags nicht deklarieren, verweigert Tidy das Generieren " - "einer bereinigten Datei, wenn die Eingabe bisher unbekannte Tags enthält." - "
" - "Beachten Sie, dass Sie bis auf weiteres noch keine neuen CDATA-Elemente einführen können. " - "
" - "Diese Option wird im XML-Modus ignoriert." - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyPriorityAttributes, 0, + { TidyPriorityAttributes, 0, "Mit dieser Option können Sie bestimmen, dass Attribute Vorrang vor anderen " - "haben und, im Ausgabedokument, den anderen Attributen eines Elements " + "haben und, im Ausgabedokument, den anderen Attributen eines Elements " "vorangestellt werden. Zum Beispiel können Sie festlegen, dass id " "und name vor allen anderen Attributen genannt werden. " "
" "Die Option erwartet als Wert eine Liste von leerzeichen- oder kommaseparierten " "Attributnamen. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: punctuation-wrap */ - TidyPunctWrap, 0, - "Diese Option bestimmt, ob Tidy nach einigen Unicode- oder chinesischen " - "Satzzeichen einen Zeilenumbruch vornimmt. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyQuiet, 0, + { TidyQuiet, 0, "Wenn diese Option aktiv is, beschränkt Tidy andere Ausgaben als die des bereinigten Dokuments " "auf Fehler- und Warnmeldungen. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyQuoteAmpersand, 0, + { TidyQuoteAmpersand, 0, "Diese Option bestimmt, ob Tidy alleinstehende & " "als &amp; ausgeben soll. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyQuoteMarks, 0, + { TidyQuoteMarks, 0, "Diese Option bestimmt, ob Tidy " Zeichen als " "&quot; ausgeben soll, wie es manche Redaktionssysteme " "bevorzugen. " @@ -1178,121 +479,41 @@ static languageDefinition language_de = { whichPluralForm_de, { "ausgegeben, weil viele Web-Browser &apo; noch nicht " "unterstützen. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyQuoteNbsp, 0, + { TidyQuoteNbsp, 0, "Diese Option bestimmt, ob Tidy geschützte Leerzeichen als Entities " "und nicht als Unicode-Zeichen 160 (dezimal) ausgeben soll. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyReplaceColor, 0, + { TidyReplaceColor, 0, "Mit dieser Option können Sie Tidy auffordern, numerische Werte in " "Farb-Attributen durch HTML/XHTML Farbnamen zu ersetzen, so weit " "sie definiert sind. Zum Beispiel würde #ffffff zu " "white. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyShowErrors, 0, + { TidyShowErrors, 0, "Mit dem Wert dieser Option wird gesteuert, ob Tidy weitere Fehler " "meldet. Wenn der Wert 0 ist, werden gar keine Fehler " "gemeldet. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyShowFilename, 0, + { TidyShowFilename, 0, "Diese Option legt fest, ob Tidy den Dateinamen in Meldungen anzeigt. z.B.: " "
" " tidy -q -e --show-filename yes index.html
" " index.html: line 43 column 3 - Warning: replacing invalid UTF-8 bytes (char. code U+00A9) " }, - - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyShowInfo, 0, + { TidyShowInfo, 0, "Mit dieser Option wird festgelegt, ob Tidy Protokollmeldungen auf dem " "Niveau INFO anzeigen soll." }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: markup*/ - TidyShowMarkup, 0, - "Mit dieser Option kann Tidy aufgefordert werden, eine formatierte Version " - "der bereinigten Seite zu generieren. Beachten Sie, dass Tidy keine solche " - "Formatierung vornimmt, wenn schwerwiegende Fehler gefunden werden " - "(siehe auch: force-output). " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyShowWarnings, 0, + { TidyShowWarnings, 0, "Diese Option legt fest, ob Tidy Warnungen ausgeben soll oder nicht. " "Es kann nützlich sein, Warnungen zu deaktivieren, wenn wenige Fehler " "in einer Masse von Warnmeldungen untergehen. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidySkipNested, 0, + { TidySkipNested, 0, "Diese Option bestimmt, ob Tidy verschachtelte Elemente ausnehmen soll, " "wenn Script- und Style-Daten analysiert werden. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidySortAttributes, 0, + { TidySortAttributes, 0, "Diese Option legt fest, dass Tidy Attribute innerhalb eines Elements " "anhand eines bestimmten Algorithmus sortieren soll. Wenn hier alpha " "gewählt wird, wird in aufsteigender, alphabetischer Reihenfolge sortiert. " @@ -1300,168 +521,17 @@ static languageDefinition language_de = { whichPluralForm_de, { "Wenn dagegen gleichzeitig priority-attributes verwendet wird, " "werden zunächst die priorisierten Attribute ausgegeben, bevor die restlichen sortiert werden. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: mute */ - TidyMuteReports, 0, - "Verwenden Sie diese Option, um zu verhindern, dass Tidy bestimmte " - "Meldungen ausgibt, beispielsweise für Situationen, die sie ignorieren möchten. " - "
" - "Der Wert der Option ist eine Liste von Meldungs-Schlüsseln. Ermitteln Sie " - "die Meldungs-Schlüssel, indem Sie die Programmausgaben beobachten, während die " - "Option mute-id aktiv ist. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: mute-id */ - TidyMuteShow, 0, - "Diese Option bestimmt, ob Tidy mit jedem seiner Fehler-Protokolle Meldungs-Schlüssel " - "ausgeben soll. Das kann nützlich sein, wenn Sie mit Hilfe der Option mute " - "einige Meldungen ausfiltern möchten. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name strict-tags-attributes */ - TidyStrictTagsAttr, 0, - "Diese Option stellt sicher, dass Tags und Attribute für die HTML-Version, " - "die Tidy ausgibt, geeignet sind. Wenn hier yes eingestellt ist " - "und für das Ausgabedokument ein Doctype strict gilt, meldet Tidy Fehler. " - "Ist der Dokumenttyp dagegen ein loose- oder transitional Doctype, werden " - "Warnungen ausgegeben. " - "
" - "Wenn zusätzlich noch drop-proprietary-attributes aktiv ist, " - "werden ungeeignete Attribute auch entfernt. " - "
" - "Ist der Wert der Option no, werden diese Prüfungen nicht durchgeführt. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyTabSize, 0, + { TidyTabSize, 0, "Diese Option legt die Anzahl der Spalten fest, die Tidy zwischen aufeinanderfolgenden " "Tabulatorzeichen vorsieht. Damit werden beim Lesen der Eingabe Tabulatoren in Leerzeichen umgewandelt. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: uppercase-attributes */ - TidyUpperCaseAttrs, 0, - "Diese Option legt fest, ob Tidy Attributnamen groß oder klein schreiben " - "soll. " - "
" - "Wenn der Wert no ist, werden Attributnamen klein geschrieben, " - "mit ja dagegen groß; der Wert preserve bewirkt, dass " - "an der aktuellen Schreibweise keine Änderung vorgenommen wird. " - "
" - "Bei XML-Ausgabe wird stets die ursprüngliche Schreibung bewahrt. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyUpperCaseTags, 0, + { TidyUpperCaseTags, 0, "Diese Option legt fest, ob Tidy Tagnamen groß oder klein schreibt. " "
" "Der Standardwert ist no und setzt kleingeschriebene Tagnamen durch, " "außer für die XML-Ausgabe, wo die originale Schreibweise beibehalten wird. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: custom-tags */ - TidyUseCustomTags, 0, - "Diese Option aktiviert die Verwendung von Tags für autonome, benutzerdefinierte " - "Elemente, z.B. <flag-icon> mit Tidy. Solche benutzerdefinierten " - "Tags werden eliminiert, wenn der Wert der Option no lautet. " - "Andere Einstellungen - " - "blocklevel, empty, inline, und pre " - "bewirken die entsprechende, einheitliche Behandlung aller benutzerdefinierten " - "Tags. " - "
" - "Die Optionen " - "new-blocklevel-tags, new-empty-tags, new-inline-tags " - "oder new-pre-tags haben Vorrang vor dieser Option. Das kann nützlich sein, " - "wenn Sie verschiedene Arten von benutzerdefinierten Tags einsetzen. " - "
" - "Bei Aktivierung dieser Option werden die betroffenen, öffnenden Tags in Ihrem Dokument " - "während der Vorverarbeitungsphase erkannt, korrespondierende, schließende Tags entsprechend; " - "unbekannte, schließende Tags werden beseitigt. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: vertical-space */ - TidyVertSpace, 0, - "Diese Option legt fest, ob Tidy einige zusätzliche Leerzeilen " - "zur besseren Lesbarkeit einfügen soll. " - "
" - "Der Standardwert ist no. " - "
" - "Bei Verwendung von auto, eliminiert Tidy nahezu alle Zeilenumbrüche. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: warn-proprietary-attributes */ - TidyWarnPropAttrs, 0, - "Diese Option bestimmt, ob Tidy bei benutzerdefinierten Attributen Warnungen ausgibt. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyWord2000, 0, + { TidyWord2000, 0, "Diese Option bestimmt, ob Tidy große Anstrengungen unternehmen soll, " "um all den zusätzlichen Code, den Microsoft Word 2000 beim Speichern als \"Web-Seite\" einfügt, " "wieder zu entfernen. Eingebettete Bilder oder VML werden nicht behandelt. " @@ -1469,334 +539,62 @@ static languageDefinition language_de = { whichPluralForm_de, { "Sie sollten in Betracht ziehen, beim Auslösen der Funktion Speichern als..., " "dem Dateityp Web-Seite, gefiltert Vorrang zu geben." }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyWrapAsp, 0, + { TidyWrapAsp, 0, "Mit dieser Option können Sie festlegen, ob Tidy Text innerhalb von " "ASP Pseudoelementen, wie <% ... %>, umbrechen soll. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: wrap-attributes */ - TidyWrapAttVals, 0, - "Diese Option legt fest, ob Tidy Attributwerte umbrechen soll, was bedeutet, " - "dass Tidy Zeilenumbrüche einfügt, wo der Wert eines Attributs die Zeile so " - "verlängert, dass sie über die Weite hinausragt, die mit wrap " - "eingestellt wurde." - "
" - "Beachten Sie, dass diese Option unabhängig von " - "wrap-script-literals eingesetzt werden kann. " - "Standardmäßig ersetzt Tidy Zeilenumbrüche oder Tabulatoren durch einzelne Leerzeichen " - "und aufeinanderfolgende Leerzeichen durch ein einziges. " - "
" - "Um Tidy dazu zu zwingen, die orginalen Literalwerte aller Attribute zu erhalten " - "und sicherzustellen, dass Leerzeichen in Attributwerten unangetastet bleiben, " - "setzen Sie den Wert von literal-attributes auf yes. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyWrapJste, 0, + { TidyWrapJste, 0, "Mit dieser Option wird bestimmt, ob Tidy den Text innerhalb von " "JSTE Peseudo-Elementen, wie <# ... #>, umbrechen soll. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyWrapLen, 0, - /* option-name: wrap */ + { TidyWrapLen, 0, + "Diese Option legt den rechten Rand für Zeilenumbrüche fest. " "
" "Tidy wird versuchen, Zeilen so umzubrechen, dass sie diese Länge nicht überschreiten. " "
" "Setzen Sie wrap auf 0 (Null), wenn Sie Zeilenumbrüche unterbinden möchten. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyWrapPhp, 0, + { TidyWrapPhp, 0, "Diese Option legt fest, ob Tidy nach PHP Pseudoelementen, " "wie <?php ... ?> einen Zeilenumbruch einfügen soll. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyWrapScriptlets, 0, - /* option-name: wrap-script-literals */ + { TidyWrapScriptlets, 0, + "Mit dieser Option wird bestimmt, ob Tidy Literale, die in Skript-Attributen " "auftauchen, umbrechen soll. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: wrap-sections - * - * ATTN. A section-tag exists in maybe-HTML. (5) - * - */ - TidyWrapSection, 0, - "Diese Option legt fest, ob Tidy Text in Datenbereichen wie " - "<![ ... ]> umbrechen soll. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - TidyWriteBack, 0, + { TidyWriteBack, 0, "Mit dieser Option wird bestimmt, ob Tidy den bereinigten Auszeichnungscode " "in die selbe Datei schreiben soll, aus der er gelesen worden ist. " "
" "Sie sollten Kopien wichtiger Dateien anlegen, bevor Sie sie bereinigen, da, " "in Ausnahmefällen, das Ergebnis nicht Ihren Erwartungen entsprechen kann. " }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: output-xhtml */ - TidyXhtmlOut, 0, - "Diese Option legt fest, ob Tidy die formatierte Ausgabe als XHTML schreiben " - "soll. " - "
" - "Damit setzt Tidy den zu XHTML passenden DOCTYPE und Namensraum und wird " - "eine korrigierte Ausgabe liefern, unabhängig von anderen Eingaben. " - "
" - "In XHTML können Entities benannt oder nummerisch sein, unabhängig von der " - "Einstellung von numeric-entities. " - "
" - "Die Groß- und Kleinschreibung von Tags und Attributen im Eingangsdokument " - "wird beibehalten, unabhängig von den Werten anderer Optionen. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: add-xml-decl */ - TidyXmlDecl, 0, - "Diese Option bestimmt, ob Tidy eine XML-Deklaration einfügen soll, " - "wenn XML oder XHTML ausgegeben wird. " - "
" - "Beachten Sie, dass die Option ignoriert wird, wenn in der Eingabe bereits eine " - "solche Deklaration <?xml ... ?> enthalten ist. " - "
" - "Sollte die Zeichenkodierung für die Ausgabe eine andere sein als " - "ascii, keine aus der utf* Familie und auch nicht " - "raw, wird die Deklaration ohnehin immer eingefügt, wie vom " - "XML Standard gefordert. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: output-xml */ - TidyXmlOut, 0, - "Diese Option bestimmt, ob Tidy eine formatierte Ausgabe als XML schreiben " - "soll. " - "
" - "Alle Entitäten, die in XML 1.0 nicht definiert sind, werden numerisch geschrieben, " - "damit sie von einem XML Parser interpretiert werden können. " - "
" - "Die Groß- und Kleinschreibung von Tags und Attributen wird aus der Eingabe " - "übernommen, unabhängig von anderen Einstellungen." - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: assume-xml-procins */ - TidyXmlPIs, 0, - "Diese Option bestimmt, ob Tidy bei der Auswertung von Verarbeitungsanweisungen " - "auf ?> als Endezeichen bestehen soll, anstelle von >. " - "
" - "Diese Option wird automatisch gesetzt, wenn es sich bei der Eingabe um XML handelt. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: add-xml-space */ - TidyXmlSpace, 0, - "Diese Option bestimmt, ob Tidy beim Generieren von XML xml:space=\"preserve\" " - "in Elementen wie <pre>, <style> und " - "<script> einfügen soll. " - "
" - "Dies ist notwendig, wenn ohne Zugriff auf die DTD, Leerzeichen in solchen Elementen richtig interpretiert werden soll. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: input-xml */ - TidyXmlTags, 0, - "Diese Option legt fest, ob Tidy eher den XML-Parser als den fehlerkorrigierenden " - "HTML-Parser einsetzen soll. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: add-meta-charset */ - TidyMetaCharset, 0, - "Mit diser Option werden ein <meta> Element " - "und ein charset Attribut mit der Zeichenkodierung des Dokuments eingefügt. " - "Setzen Sie die Option auf den Wert yes, um die Funktion zu aktivieren. " - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: unknown */ - TidyShowMetaChange, 0, - "Durch das Setzen dieser Option auf yes setzt Tidy eine Meldung ab, wann immer " - "das content Attribut einer Zeichensatzdeklaration im Meta-Tag " - "geändert wird, um sie der Kodierung des Dokuments anzupassen." - }, - {/* Important notes for translators: - - Use only , , , , and -
. - - Entities, tags, attributes, etc., should be enclosed in . - - Option values should be enclosed in . - - It's very important that
be self-closing! - - The strings "Tidy" and "HTML Tidy" are the program name and must not - be translated. */ - /* option-name: fix-style-tags */ - TidyStyleTags, 0, - "Diese Option bestimmt, ob Tidy alle style-Tags in den Dokumentkopf " - "verschieben soll. " - "This option specifies if Tidy should move all style tags to the " - "head of the document. " - }, - - - /******************************************** - ** Message Severity Level - ** @remark enum source TidyConfigCategory - ********************************************/ - { TidyInfo, 0, "Info: " }, - { TidyWarning, 0, "Warnung: " }, - { TidyConfig, 0, "Config: " }, - { TidyAccess, 0, "Zugriff: " }, - { TidyError, 0, "Fehler: " }, - { TidyBadDocument, 0, "Dokument: " }, - { TidyFatal, 0, "Panik: " }, - { TidyDialogueSummary, 0, "Resümee: " }, - { TidyDialogueInfo, 0, "Information: " }, - { TidyDialogueFootnote, 0, "Fußnote: " }, - - - /******************************************** - ** Miscellaneous Strings - ** @remark enum source TidyStrings - ** @remark enum generator FOREACH_MSG_MISC - ********************************************/ - { LINE_COLUMN_STRING, 0, "Zeile %d Spalte %d - " }, - { FN_LINE_COLUMN_STRING, 0, "%s: Zeile %d Spalte %d - " }, - {/* For example, "discarding invalid UTF-16 surrogate pair" */ - STRING_DISCARDING, 0, "verwerfe" - }, - { STRING_ERROR_COUNT_ERROR, 0, "Fehler" }, - { STRING_ERROR_COUNT_ERROR, 1, "Fehler" }, - { STRING_ERROR_COUNT_WARNING, 0, "Warnung" }, - { STRING_ERROR_COUNT_WARNING, 1, "Warnungen" }, - { STRING_HELLO_ACCESS, 0, "\nTests der Barrierefreiheit:\n" }, - {/* This is not a formal name and can be translated. */ - STRING_HTML_PROPRIETARY, 0, "HTML Proprietär" - }, - { STRING_XML_DECLARATION, 0, "XML Deklaration" }, - { STRING_PLAIN_TEXT, 0, "Klartext" }, - {/* For example, "replacing invalid UTF-8 bytes" */ - STRING_REPLACING, 0, "ersetze" - }, - {/* For example, "you should avoid using the specified encoding." */ - STRING_SPECIFIED, 0, "genannte" - }, - { TIDYCUSTOMNO_STRING, 0, "nein" }, - { TIDYCUSTOMBLOCKLEVEL_STRING, 0, "Blockniveau" }, - { TIDYCUSTOMEMPTY_STRING, 0, "leer" }, - { TIDYCUSTOMINLINE_STRING, 0, "inline" }, - { TIDYCUSTOMPRE_STRING, 0, "pre" }, - - - /******************************************** - ** Footnote Strings - ** @remark enum source TidyStrings - ** @rename enum generator FOREACH_FOOTNOTE_MSG - ********************************************/ - {/* This console output should be limited to 78 characters per line. */ - TEXT_HTML_T_ALGORITHM, 0, + { TidyWarning, 0, "Warnung: " }, + { TidyAccess, 0, "Zugriff: " }, + { TidyError, 0, "Fehler: " }, + { TidyBadDocument, 0, "Dokument: " }, + { TidyFatal, 0, "Panik: " }, + { TidyDialogueSummary, 0, "Resümee: " }, + { TidyDialogueFootnote, 0, "Fußnote: " }, + { LINE_COLUMN_STRING, 0, "Zeile %d Spalte %d - " }, + { FN_LINE_COLUMN_STRING, 0, "%s: Zeile %d Spalte %d - " }, + { STRING_DISCARDING, 0, "verwerfe" }, + { STRING_ERROR_COUNT_ERROR, 0, "Fehler" }, + { STRING_ERROR_COUNT_ERROR, 1, "Fehler" }, + { STRING_ERROR_COUNT_WARNING, 0, "Warnung" }, + { STRING_ERROR_COUNT_WARNING, 1, "Warnungen" }, + { STRING_HELLO_ACCESS, 0, "\nTests der Barrierefreiheit:\n" }, + { STRING_HTML_PROPRIETARY, 0, "HTML Proprietär" }, + { STRING_XML_DECLARATION, 0, "XML Deklaration" }, + { STRING_PLAIN_TEXT, 0, "Klartext" }, + { STRING_REPLACING, 0, "ersetze" }, + { STRING_SPECIFIED, 0, "genannte" }, + { TIDYCUSTOMNO_STRING, 0, "nein" }, + { TIDYCUSTOMBLOCKLEVEL_STRING, 0, "Blockniveau" }, + { TIDYCUSTOMEMPTY_STRING, 0, "leer" }, + { TEXT_HTML_T_ALGORITHM, 0, "\n" " - Zunächst suche links von der Zellenposition nach weiteren Zeilenköpfen.\n" " - Dann suche oberhalb nach Spaltenköpfen.\n" @@ -1814,49 +612,40 @@ static languageDefinition language_de = { whichPluralForm_de, { " TD-Zellen, die das Attribut axis besitzen, werden ebenfalls als\n" " Kopfzellen behandelt.\n" }, - {/* This console output should be limited to 78 characters per line. - - %s represents a string-encoding name which may be localized in your language. */ - TEXT_VENDOR_CHARS, 0, + { TEXT_VENDOR_CHARS, 0, "Es ist unwahrscheinlich, dass händlerspezifische, systemabhängige\n" "Zeichenkodierungen im World Wide Web ausreichend zuverlässig\n" "funktionieren; Sie sollten die Vewendung der Zeichenkodieriung %s\n" "vermeiden und statt dessen benannte Entitäten, z.B. ™\n" "verwenden.\n" }, - {/* This console output should be limited to 78 characters per line. - - %s represents a string-encoding name which may be localized in your language. - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ - TEXT_SGML_CHARS, 0, - "Die Zeichencodes zwischen 128 und 159 (U+0080 bis U+009F) sind in HTMl nicht\n" + { TEXT_SGML_CHARS, 0, + "Die Zeichencodes zwischen 128 und 159 (U+0080 bis U+009F) sind in HTMl nicht\n" "erlaubt; selbst wenn sie es wären, wären sie wohl nicht-druckbare\n" - "Steuerzeichen. Tidy vermutete dass Sie ein Zeichen mit dem gleichen Bytewert\n" + "Steuerzeichen. Tidy vermutete dass Sie ein Zeichen mit dem gleichen Bytewert\n" "in der Kodierung %s meinten und hat darum die Ersetzung durch das\n" "Unicode-Äquivalent vorgenommen.\n" }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_INVALID_UTF8, 0, + { TEXT_INVALID_UTF8, 0, "Zeichencodes für UTF-8 müssen zwischen U+000 und U+10FFFF liegen.\n" "Die UTF-8 Definition erlaubt im Anhang D zu ISO/IEC 10646-1:2000\n" "auch die Benutzung von 6-Byte Sequenzen für die Kodierung von\n" "Buchstaben die außerhalb des Unicode Zeichensatzes liegen;\n" "Diese fünf- und sechs Byte langen Sequencen sind unerlaubt für\n" - "UTF-8 als Transformation von Unicode Zeichen. ISO/IEC 10646\n" + "UTF-8 als Transformation von Unicode Zeichen. ISO/IEC 10646\n" "erlaubt kein Mapping nicht paarweise zugeordneter Ersatzzeichen,\n" - "auch nicht U+FFFE oder U+FFFF (es erlaubt aber andere\n" + "auch nicht U+FFFE oder U+FFFF (es erlaubt aber andere\n" "nichtdruckbare Zeichen). Mehr Informationen, erhalten Sie auf\n" "https://home.unicode.org/ und https://www.cl.cam.ac.uk/~mgk25/unicode.html\n" }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_INVALID_UTF16, 0, + { TEXT_INVALID_UTF16, 0, "Zeichencodes für UTF-16 müssen im Breich U+0000 bis U+10FFFF liegen.\n" "Die UTF-16 Definition im Anhang C zu ISO/IEC 10646-1:2000 erlaubt\n" "kein Mapping nicht paarweise zugeordneter Ersatzzeichen. Weitere\n" "Informationen finden Sie auf\n" "https://home.unicode.org/ und https://www.cl.cam.ac.uk/~mgk25/unicode.html\n" }, - {/* This console output should be limited to 78 characters per line. - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ - TEXT_INVALID_URI, 0, + { TEXT_INVALID_URI, 0, "URIs müssen richtig mit Escape-Sequenzen ausgestatten werden\n" "und darf keine unmaskierten Zeichen unter U+0021 einschließlich,\n" "des Leerzeichens und keine Zeichen über U+007E. Tidy fügt,\n" @@ -1869,8 +658,7 @@ static languageDefinition language_de = { whichPluralForm_de, { "schreiben. Dazu gibt es mehr Informationen auf\n" "https://www.w3.org/International/O-URL-and-ident.html\n" }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_BAD_FORM, 0, + { TEXT_BAD_FORM, 0, "Es ist vielleicht nötig eines-, oder beide Tags

und
\n" "zu verschieben. HTML-Elemente sollten richtig verschachtelt sein und\n" "form-Elemente sind keine Ausnahme. Zum Beispiel sollten Sie das\n" @@ -1879,14 +667,12 @@ static languageDefinition language_de = { whichPluralForm_de, { "innerhalb der Tabelle erscheinen! Bachten Sie auch, dass ein\n" "Formular nicht mit einem anderen verschachtelt werden kann." }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_BAD_MAIN, 0, + { TEXT_BAD_MAIN, 0, "Nur ein einziges
Element ist in einem Dokument erlaubt.\n" "Weitere
Elemente wurden verworfen, was das Dokument\n" "ungültig machen kann.\n" }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_M_SUMMARY, 0, + { TEXT_M_SUMMARY, 0, "Das summary-Attribut sollte in Tabellen verwendet werden, \n" "um die Tabellenstruktur zu beschreiben. Es ist sehr hilfreich\n" "für Leute, die nicht-optische Browser verwenden. Die Attribute\n" @@ -1895,521 +681,424 @@ static languageDefinition language_de = { whichPluralForm_de, { "gehört, was nicht-optischen Browsern ermöglicht, sinnvollen\n" "Kontext zu jeder Zelle zu liefern.\n" }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_M_IMAGE_ALT, 0, - "Das alt-Attribut sollte für die Kurzbeschreibung eines Bildes\n" - "verwendet werden; für längere Beschreibungen ist das longdesc-\n" - "Attribut gedacht, das die URL zur Beschreibung enthält.\n" - "Diese Details helfen Menschen, die nicht-grafische Browser verwenden.\n" + { TEXT_M_IMAGE_ALT, 0, + "Das alt-Attribut sollte für die Kurzbeschreibung eines Bildes\n" + "verwendet werden; für längere Beschreibungen ist das longdesc-\n" + "Attribut gedacht, das die URL zur Beschreibung enthält.\n" + "Diese Details helfen Menschen, die nicht-grafische Browser verwenden.\n" }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_M_IMAGE_MAP, 0, + { TEXT_M_IMAGE_MAP, 0, "Geben Sie client-seitigen Vorrang vor server-seitigen Image maps\n" "weil letztere für Menschen mit nicht-grafischen Browsern unzugänglich\n" "sind. Außerdem werden client-seitige maps leichter erzeugt und\n" "sind reaktiver." }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_M_LINK_ALT, 0, + { TEXT_M_LINK_ALT, 0, "Im Zusammenhang mit client-seitigen Image Maps müssen Sie das\n" "alt-Attribut mit einer textuellen Beschreibung des Links\n" "verwenden, für Leute, die nicht-grafische Browser benutzen.\n" }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_USING_FRAMES, 0, + { TEXT_USING_FRAMES, 0, "Seiten, die mit Frames gestaltet werden, stellen ein Problem dar\n" "für Leute, die entweder blind sind oder Browser verwenden, die\n" "Frames gar nicht unterstützen. Eine Frame-basierte Seite sollte\n" - "stets über ein alternatives Layout innerhalb des NOFRAMES\n" + "stets über ein alternatives Layout innerhalb des NOFRAMES\n" "Elements verfügen." }, - {/* This console output should be limited to 78 characters per line. */ - FOOTNOTE_TRIM_EMPTY_ELEMENT, 0, - "Eines oder mehrere leere Elemente waren im Quelldokument vorhanden,\n" + { FOOTNOTE_TRIM_EMPTY_ELEMENT, 0, + "Eines oder mehrere leere Elemente waren im Quelldokument vorhanden,\n" "wurden aber bei der Ausgabe verworfen. Sollten diese Element für Sie\n" - "wichtig sein oder wenn Sie ein anderes Vorgehen wünschen,\n" + "wichtig sein oder wenn Sie ein anderes Vorgehen wünschen,\n" "ziehen Sie in Betracht, die Option \"drop.empty-elements\" auf\n" "no zu setzen.\n" }, - {/* This console output should be limited to 78 characters per line. - - The URL should not be translated unless you find a matching URL in your language. */ - TEXT_ACCESS_ADVICE1, 0, + { TEXT_ACCESS_ADVICE1, 0, "Weitere Ratschläge zur Barrierefreiheit finden Sie auf\n" "https://www.w3.org/WAI/GL." }, - {/* This console output should be limited to 78 characters per line. - - The URL should not be translated unless you find a matching URL in your language. */ - TEXT_ACCESS_ADVICE2, 0, + { TEXT_ACCESS_ADVICE2, 0, "Weitere Ratschläge zur Barrierefreiheit finden Sie auf\n" "https://www.w3.org/WAI/GL und https://www.html-tidy.org/accessibility/." }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_USING_LAYER, 0, - "Es wird empfohlen, dem Positionierungsmechanismus von Cascading\n" + { TEXT_USING_LAYER, 0, + "Es wird empfohlen, dem Positionierungsmechanismus von Cascading\n" "Style Sheets (CSS) Vorrang vor dem proprietären Element \n" "zu geben, weil LAYER nur beschränkt unterstützt wird." }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_USING_SPACER, 0, + { TEXT_USING_SPACER, 0, "Es wird empfohlen, CSS zur Kontrolle von Leerraum zu verwenden,\n" "z.B. für Einrückungen, Ränder und Abständen.\n" "Das proprietäre Element wird nur beschränkt unterstützt.\n" }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_USING_FONT, 0, + { TEXT_USING_FONT, 0, "Es wird empfohlen, CSS zur Festlegung von Schriften und\n" "Schrifteigenschaften zu verwenden, sie Schriftgrad und -Farbe.\n" "Damit wird die Größe der HTML-Datei verringert und sie ist,\n" "verglichen zum -Element, leichter zu warten.\n" }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_USING_NOBR, 0, + { TEXT_USING_NOBR, 0, "Es wird empfohlen, CSS zur Kontrolle der Zeilenumbrüche zu\n" "verwenden, insbesondere \"white-space: nowrap\" um Zeilenumbrüche\n" "in einem Element zu verhindern, anstelle von ....\n" }, - {/* This console output should be limited to 78 characters per line. */ - TEXT_USING_BODY, 0, + { TEXT_USING_BODY, 0, "Es wird empfohlen, CSS zur Festlegung der Farben von Seiten und\n" "Links zu verwenden.\n" }, - - /******************************************** - ** Miscellaneous Dialogue Strings - ** @remark enum source TidyStrings - ** @rename enum generator FOREACH_DIALOG_MSG - ********************************************/ - { STRING_CONTENT_LOOKS, 0, "Dokumentinhalt scheint %s zu sein" }, - { STRING_DOCTYPE_GIVEN, 0, "angegebener Doctype ist \"%s\"" }, - {/* The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ - STRING_ERROR_COUNT, 0, "Tidy hat %u %s und %u %s gefunden!\n" - }, - {/* This console output should be limited to 78 characters per line. - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ - STRING_NEEDS_INTERVENTION, 0, + { STRING_CONTENT_LOOKS, 0, "Dokumentinhalt scheint %s zu sein" }, + { STRING_DOCTYPE_GIVEN, 0, "angegebener Doctype ist \"%s\"" }, + { STRING_ERROR_COUNT, 0, "Tidy hat %u %s und %u %s gefunden!\n" }, + { STRING_NEEDS_INTERVENTION, 0, "Dieses Dokument hat Fehler, die korrigiert werden müssen,\n" "bevor HTML Tidy eine bereinigte Version generieren kann.\n" }, - { STRING_NO_ERRORS, 0, "Es wurden keine Warnungen oder Fehler gefunden.\n" }, - { STRING_NO_SYSID, 0, "Kein System-Identifikator im übermittelten doctype" }, - { STRING_NOT_ALL_SHOWN, 0, "Tidy hat %u %s und %u %s gefunden! \n" - "Nicht alle Warnungen oder Fehler wurden angezeigt.\n" }, - {/* This console output should be limited to 78 characters per line. - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ - TEXT_GENERAL_INFO, 0, + { STRING_NO_ERRORS, 0, "Es wurden keine Warnungen oder Fehler gefunden.\n" }, + { STRING_NO_SYSID, 0, "Kein System-Identifikator im übermittelten doctype" }, + { STRING_NOT_ALL_SHOWN, 0, + "Tidy hat %u %s und %u %s gefunden! \n" + "Nicht alle Warnungen oder Fehler wurden angezeigt.\n" + }, + { TEXT_GENERAL_INFO, 0, "Über HTML Tidy: https://github.com/htacg/tidy-html5\n" "Fehlerberichte und Kommentare (in English):\n" "\thttps://github.com/htacg/tidy-html5/issues\n" "Offizielle Mailing-Liste:\n" "\thttps://lists.w3.org/Archives/Public/public-htacg/\n" - "Neueste HTML Spezifikation:\n" + "Neueste HTML Spezifikation:\n" "\thttps://html.spec.whatwg.org/multipage/\n" "Validieren Sie Ihre HTML-Dokumente:\n" "\thttps://validator.w3.org/nu/\n" "Setzen Sie sich für den Eintritt Ihrer Firma ins W3C ein:\n" "\thttps://www.w3.org/Consortium\n" }, - {/* This console output should be limited to 78 characters per line. - - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. - - Don't terminate the last line with a newline. */ - TEXT_GENERAL_INFO_PLEA, 0, + { TEXT_GENERAL_INFO_PLEA, 0, "Sprechen Sie eine andere Sprache als Englisch oder eine andere Variante\n" "von Englisch? Überlegen Sie, ob Sie uns helfen möchten, HTML Tidy zu\n" "übersetzen. Details finden Sie auf\n" "https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md" }, - + { ADDED_MISSING_CHARSET, 0, "Fehlendes wurde in %s hinzugefügt" }, + { ANCHOR_NOT_UNIQUE, 0, "%s Verweisanker \"%s\" ist bereits definiert" }, + { ANCHOR_DUPLICATED, 0, "impliziter %s Anker \"%s\" von Tidy dupliziert." }, + { APOS_UNDEFINED, 0, "benannte Entität ' nur in XML/XHTML definiert" }, + { ATTR_VALUE_NOT_LCASE, 0, "%s Attributwert \"%s\" muss für XHTML klein geschrieben sein" }, + { ATTRIBUTE_IS_NOT_ALLOWED, 0, "%s Attribut \"is\" nicht in autonomen, benutzerdefnierten Tags erlaubt." }, + { ATTRIBUTE_VALUE_REPLACED, 0, "%s Attribut \"%s\", falscher Wert \"%s\" ersetzt" }, + { BACKSLASH_IN_URI, 0, "%s URI Referenz enthält Backslash. Eingabefehler?" }, + { BAD_ATTRIBUTE_VALUE_REPLACED, 0, "%s Attribut \"%s\" hatte den ungültigen Wert \"%s\" und wurde ersetzt" }, + { BAD_ATTRIBUTE_VALUE, 0, "%s Attribut \"%s\" hat den ungültigen Wert \"%s\"" }, + { BAD_CDATA_CONTENT, 0, "'<' + '/' + Zeichen hier nicht erlaubt" }, + { BAD_SUMMARY_HTML5, 0, "Das summary Attribute im Element %s ist in HTML5 obsolet" }, + { BAD_SURROGATE_LEAD, 0, "Vorderes (niederes) Surrogat-Paar U+%04X, ohne vordere (obere) Entität, durch U+FFFD ersetzt." }, + { BAD_SURROGATE_PAIR, 0, "Unzulässiges Surrogat-Paar U+%04X:U+%04X wurde durch U+FFFD ersetzt." }, + { BAD_SURROGATE_TAIL, 0, "Vorangestelltes (oberes) Surrogat-Paar U+%04X, ohne anschließennde (niedere) Entität, durch U+FFFD ersetzt." }, + { CANT_BE_NESTED, 0, "%s kann nicht verschachtelt sein" }, + { COERCE_TO_ENDTAG, 0, "<%s> ist wahrscheinlich als gedacht" }, + { CONTENT_AFTER_BODY, 0, "Inhalt nach dem Ende von body" }, + { CUSTOM_TAG_DETECTED, 0, "Habe autonomes, benutzerdefiniertes Tag %s gefunden; Behandele als %s" }, + { DISCARDING_UNEXPECTED, 0, "Unerwartetes %s verworfen" }, + { DOCTYPE_AFTER_TAGS, 0, " ist nach Elementen nicht erlaubt" }, + { DUPLICATE_FRAMESET, 0, "Wiederholung des FRAMESET Elements" }, + { ELEMENT_NOT_EMPTY, 0, "%s Element nicht leer oder nicht geschlossen" }, + { ELEMENT_VERS_MISMATCH_ERROR, 0, "%s Element steht in %s nicht zur Verfügung" }, + { ELEMENT_VERS_MISMATCH_WARN, 0, "%s Element steht in %s nicht zur Verfügung" }, + { ENCODING_MISMATCH, 0, "genannte Eingabe-Kodierung (%s) stimmt nicht mit der vorgefundenen Kodierung überein (%s)" }, + { ESCAPED_ILLEGAL_URI, 0, "%s maskiere falsch formatierten URI Verweis" }, + { FILE_CANT_OPEN, 0, "Kann \"%s\" nicht öffnen\n" }, + { FILE_CANT_OPEN_CFG, 0, "Kann die Konfigurationsdatei \"%s\" nicht öffnen\n" }, + { FILE_NOT_FILE, 0, "\"%s\" ist keine Datei!\n" }, + { FIXED_BACKSLASH, 0, "%s Konvertiere einen Backslash im URI in Schrägstrich" }, + { FOUND_STYLE_IN_BODY, 0, "