From 7badd93417e3e3fbb4005170a2e4dd90add5fe36 Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Mon, 28 Aug 2017 14:29:02 -0400 Subject: [PATCH] Geenrated en_gb language from the PR'd PO. Version bump for recent PR's. --- src/language_en_gb.h | 95 +++++++++++++++++++++++++++++++++++--------- version.txt | 2 +- 2 files changed, 78 insertions(+), 19 deletions(-) diff --git a/src/language_en_gb.h b/src/language_en_gb.h index c6d5f63..204b26e 100644 --- a/src/language_en_gb.h +++ b/src/language_en_gb.h @@ -28,7 +28,7 @@ * * Orginating PO file metadata: * PO_LAST_TRANSLATOR=jderry - * PO_REVISION_DATE=2017-05-13 21:04:45 + * PO_REVISION_DATE=2017-08-28 10:04:30 */ #ifdef _MSC_VER @@ -59,9 +59,33 @@ static languageDefinition language_en_gb = { whichPluralForm_en_gb, { ** Specify the code for this language. ***************************************/ {/* Specify the ll or ll_cc language code here. */ - TIDY_LANGUAGE, 0, "en_gb" + TIDY_LANGUAGE, 0, "en_gb" }, - { TidyMergeDivs, 0, + { TidyAsciiChars, 0, + "Can be used to modify behaviour of the clean option when set " + "to yes. " + "
" + "If set to yes when using clean, " + "&emdash;, ”, and other named " + "character entities are downgraded to their closest ASCII equivalents. " + }, + { TidyGDocClean, 0, + "This option specifies if Tidy should enable specific behaviour for " + "cleaning up HTML exported from Google Docs. " + }, + { TidyLiteralAttribs, 0, + "This option specifies how Tidy deals with whitespace characters within " + "attribute values. " + "
" + "If the value is no Tidy normalises attribute values by " + "replacing any newline or tab with a single space, and further by replacing " + "any contiguous whitespace with a single space. " + "
" + "To force Tidy to preserve the original, literal values of all attributes " + "and ensure that whitespace within attribute values is passed " + "through unchanged, set this option to yes. " + }, + { TidyMergeDivs, 0, "This option can be used to modify the behaviour of clean when " "set to yes." "
" @@ -77,7 +101,7 @@ static languageDefinition language_en_gb = { whichPluralForm_en_gb, { "<div> are discarded with the exception of " "class and style. " }, - { TidyMergeSpans, 0, + { TidyMergeSpans, 0, "This option can be used to modify the behaviour of clean when " "set to yes." "
" @@ -86,39 +110,74 @@ static languageDefinition language_en_gb = { whichPluralForm_en_gb, { "
" "The algorithm is identical to the one used by merge-divs. " }, - { TidyReplaceColor, 0, + { TidyReplaceColor, 0, "This option specifies if Tidy should replace numeric values in colour " "attributes with HTML/XHTML colour names where defined, e.g. replace " "#ffffff with white. " }, - { TEXT_USING_FONT, 0, + { TidyUseCustomTags, 0, + "This option enables the use of tags for autonomous custom elements, " + "e.g. <flag-icon> with Tidy. Custom tags are disabled if this " + "value is no. Other settings - blocklevel, " + "empty, inline, and pre will treat " + "all detected custom tags accordingly. " + "
" + "The use of new-blocklevel-tags, " + "new-empty-tags, new-inline-tags, or " + "new-pre-tags will override the treatment of custom tags " + "by this configuration option. This may be useful if you have " + "different types of custom tags." + "
" + "When enabled these tags are determined during the processing of your " + "document using opening tags; matching closing tags will be recognised " + "accordingly, and unknown closing tags will be discarded. " + }, + { TEXT_USING_FONT, 0, "You are recommended to use CSS to specify the font and\n" "properties such as its size and colour. This will reduce\n" "the size of HTML files and make them easier to maintain\n" "compared with using elements.\n\n" }, - { TEXT_USING_BODY, 0, "You are recommended to use CSS to specify page and link colours\n" }, - { TEXT_GENERAL_INFO_PLEA, 0, + { TEXT_USING_BODY, 0, "You are recommended to use CSS to specify page and link colours\n" }, + { TEXT_GENERAL_INFO_PLEA, 0, "\n" "Would you like to see Tidy in proper, British English? Please consider \n" "helping us to localise HTML Tidy. For details please see \n" "https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md\n" }, + { UNKNOWN_ELEMENT_LOOKS_CUSTOM, 0, "%s is not recognised! Did you mean to enable the custom-tags option?" }, + { UNKNOWN_ELEMENT, 0, "%s is not recognised!" }, #if SUPPORT_ACCESSIBILITY_CHECKS - { INFORMATION_NOT_CONVEYED_IMAGE, 0, "[2.1.1.1]: ensure information not conveyed through colour alone (image)." }, - { INFORMATION_NOT_CONVEYED_APPLET, 0, "[2.1.1.2]: ensure information not conveyed through colour alone (applet)." }, - { INFORMATION_NOT_CONVEYED_OBJECT, 0, "[2.1.1.3]: ensure information not conveyed through colour alone (object)." }, - { INFORMATION_NOT_CONVEYED_SCRIPT, 0, "[2.1.1.4]: ensure information not conveyed through colour alone (script)." }, - { INFORMATION_NOT_CONVEYED_INPUT, 0, "[2.1.1.5]: ensure information not conveyed through colour alone (input)." }, - { COLOR_CONTRAST_TEXT, 0, "[2.2.1.1]: poor colour contrast (text)." }, - { COLOR_CONTRAST_LINK, 0, "[2.2.1.2]: poor colour contrast (link)." }, - { COLOR_CONTRAST_ACTIVE_LINK, 0, "[2.2.1.3]: poor colour contrast (active link)." }, - { COLOR_CONTRAST_VISITED_LINK, 0, "[2.2.1.4]: poor colour contrast (visited link)." }, + { MULTIMEDIA_REQUIRES_TEXT, 0, "[1.4.1.1]: multimedia requires synchronised text equivalents." }, + { INFORMATION_NOT_CONVEYED_IMAGE, 0, "[2.1.1.1]: ensure information not conveyed through colour alone (image)." }, + { INFORMATION_NOT_CONVEYED_APPLET, 0, "[2.1.1.2]: ensure information not conveyed through colour alone (applet)." }, + { INFORMATION_NOT_CONVEYED_OBJECT, 0, "[2.1.1.3]: ensure information not conveyed through colour alone (object)." }, + { INFORMATION_NOT_CONVEYED_SCRIPT, 0, "[2.1.1.4]: ensure information not conveyed through colour alone (script)." }, + { INFORMATION_NOT_CONVEYED_INPUT, 0, "[2.1.1.5]: ensure information not conveyed through colour alone (input)." }, + { COLOR_CONTRAST_TEXT, 0, "[2.2.1.1]: poor colour contrast (text)." }, + { COLOR_CONTRAST_LINK, 0, "[2.2.1.2]: poor colour contrast (link)." }, + { COLOR_CONTRAST_ACTIVE_LINK, 0, "[2.2.1.3]: poor colour contrast (active link)." }, + { COLOR_CONTRAST_VISITED_LINK, 0, "[2.2.1.4]: poor colour contrast (visited link)." }, + { LAYOUT_TABLES_LINEARIZE_PROPERLY, 0, "[5.3.1.1]: verify layout tables linearise properly." }, #endif /* SUPPORT_ACCESSIBILITY_CHECKS */ + +#if SUPPORT_CONSOLE_APP + { TC_TXT_HELP_LANG_2, 0, + "\n" + "The following languages are currently installed in Tidy. Please \n" + "note that there's no guarantee that they are complete; only that \n" + "one developer or another started to add the language indicated. \n" + "\n" + "Incomplete localisations will default to \"en\" when necessary. \n" + "Please report instances of incorrect strings to the Tidy team. \n" + "\n" + }, +#endif /* SUPPORT_CONSOLE_APP */ + {/* This MUST be present and last. */ - TIDY_MESSAGE_TYPE_LAST, 0, NULL + TIDY_MESSAGE_TYPE_LAST, 0, NULL } }}; diff --git a/version.txt b/version.txt index fde2e7b..103f97e 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -5.5.33 +5.5.34 2017.08.28