1 #ifndef language_en_gb_h 2 #define language_en_gb_h 35 #pragma execution_character_set("utf-8") 69 "You are recommended to use CSS to specify the font and\n" 70 "properties such as its size and colour. This will reduce\n" 71 "the size of HTML files and make them easier to maintain\n" 72 "compared with using <FONT> elements.\n\n" 74 {
TEXT_USING_BODY, 0,
"You are recommended to use CSS to specify page and link colours\n" },
77 "Would you like to see Tidy in proper, British English? Please consider \n" 78 "helping us to localise HTML Tidy. For details please see \n" 79 "https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md\n" 82 #if SUPPORT_ACCESSIBILITY_CHECKS 95 "This option can be used to modify the behaviour of <code>clean</code> when " 96 "set to <code>yes</code>." 98 "This option specifies if Tidy should merge nested <code><div></code> " 99 "such as <code><div><div>...</div></div></code>. " 101 "If set to <code>auto</code> the attributes of the inner " 102 "<code><div></code> are moved to the outer one. Nested " 103 "<code><div></code> with <code>id</code> attributes are <em>not</em> " 106 "If set to <code>yes</code> the attributes of the inner " 107 "<code><div></code> are discarded with the exception of " 108 "<code>class</code> and <code>style</code>. " 111 "This option can be used to modify the behaviour of <code>clean</code> when " 112 "set to <code>yes</code>." 114 "This option specifies if Tidy should merge nested <code><span></code> " 115 "such as <code><span><span>...</span></span></code>. " 117 "The algorithm is identical to the one used by <code>merge-divs</code>. " 120 "This option specifies if Tidy should replace numeric values in colour " 121 "attributes with HTML/XHTML colour names where defined, e.g. replace " 122 "<code>#ffffff</code> with <code>white</code>. " Definition: message.h:243
static languageDefinition language_en_gb
This structure specifies all of the strings needed by Tidy for a single language. ...
Definition: language_en_gb.h:60
Definition: language.h:108
Replace hex color attribute values with names.
Definition: tidyenum.h:147
Definition: language.h:202
Finally, a complete language definition.
Definition: language.h:52
Definition: message.h:231
Merge multiple DIVs.
Definition: tidyenum.h:165
static uint whichPluralForm_en_gb(uint n)
This language-specific function returns the correct pluralForm to use given n items, and is used as a member of each language definition.
Definition: language_en_gb.h:48
Merge multiple SPANs.
Definition: tidyenum.h:169
Definition: message.h:242