]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/Language/messages/en.php
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / Language / messages / en.php
CommitLineData
d4949327
NL
1<?php\r
2\r
3$fallback = false;\r
4\r
5$messages = array(\r
6\r
7 'HTMLPurifier' => 'HTML Purifier',\r
8// for unit testing purposes\r
9 'LanguageFactoryTest: Pizza' => 'Pizza',\r
10 'LanguageTest: List' => '$1',\r
11 'LanguageTest: Hash' => '$1.Keys; $1.Values',\r
12 'Item separator' => ', ',\r
13 'Item separator last' => ' and ', // non-Harvard style\r
14\r
15 'ErrorCollector: No errors' => 'No errors detected. However, because error reporting is still incomplete, there may have been errors that the error collector was not notified of; please inspect the output HTML carefully.',\r
16 'ErrorCollector: At line' => ' at line $line',\r
17 'ErrorCollector: Incidental errors' => 'Incidental errors',\r
18 'Lexer: Unclosed comment' => 'Unclosed comment',\r
19 'Lexer: Unescaped lt' => 'Unescaped less-than sign (<) should be &lt;',\r
20 'Lexer: Missing gt' => 'Missing greater-than sign (>), previous less-than sign (<) should be escaped',\r
21 'Lexer: Missing attribute key' => 'Attribute declaration has no key',\r
22 'Lexer: Missing end quote' => 'Attribute declaration has no end quote',\r
23 'Lexer: Extracted body' => 'Removed document metadata tags',\r
24 'Strategy_RemoveForeignElements: Tag transform' => '<$1> element transformed into $CurrentToken.Serialized',\r
25 'Strategy_RemoveForeignElements: Missing required attribute' => '$CurrentToken.Compact element missing required attribute $1',\r
26 'Strategy_RemoveForeignElements: Foreign element to text' => 'Unrecognized $CurrentToken.Serialized tag converted to text',\r
27 'Strategy_RemoveForeignElements: Foreign element removed' => 'Unrecognized $CurrentToken.Serialized tag removed',\r
28 'Strategy_RemoveForeignElements: Comment removed' => 'Comment containing "$CurrentToken.Data" removed',\r
29 'Strategy_RemoveForeignElements: Foreign meta element removed' => 'Unrecognized $CurrentToken.Serialized meta tag and all descendants removed',\r
30 'Strategy_RemoveForeignElements: Token removed to end' => 'Tags and text starting from $1 element where removed to end',\r
31 'Strategy_RemoveForeignElements: Trailing hyphen in comment removed' => 'Trailing hyphen(s) in comment removed',\r
32 'Strategy_RemoveForeignElements: Hyphens in comment collapsed' => 'Double hyphens in comments are not allowed, and were collapsed into single hyphens',\r
33 'Strategy_MakeWellFormed: Unnecessary end tag removed' => 'Unnecessary $CurrentToken.Serialized tag removed',\r
34 'Strategy_MakeWellFormed: Unnecessary end tag to text' => 'Unnecessary $CurrentToken.Serialized tag converted to text',\r
35 'Strategy_MakeWellFormed: Tag auto closed' => '$1.Compact started on line $1.Line auto-closed by $CurrentToken.Compact',\r
36 'Strategy_MakeWellFormed: Tag carryover' => '$1.Compact started on line $1.Line auto-continued into $CurrentToken.Compact',\r
37 'Strategy_MakeWellFormed: Stray end tag removed' => 'Stray $CurrentToken.Serialized tag removed',\r
38 'Strategy_MakeWellFormed: Stray end tag to text' => 'Stray $CurrentToken.Serialized tag converted to text',\r
39 'Strategy_MakeWellFormed: Tag closed by element end' => '$1.Compact tag started on line $1.Line closed by end of $CurrentToken.Serialized',\r
40 'Strategy_MakeWellFormed: Tag closed by document end' => '$1.Compact tag started on line $1.Line closed by end of document',\r
41 'Strategy_FixNesting: Node removed' => '$CurrentToken.Compact node removed',\r
42 'Strategy_FixNesting: Node excluded' => '$CurrentToken.Compact node removed due to descendant exclusion by ancestor element',\r
43 'Strategy_FixNesting: Node reorganized' => 'Contents of $CurrentToken.Compact node reorganized to enforce its content model',\r
44 'Strategy_FixNesting: Node contents removed' => 'Contents of $CurrentToken.Compact node removed',\r
45 'AttrValidator: Attributes transformed' => 'Attributes on $CurrentToken.Compact transformed from $1.Keys to $2.Keys',\r
46 'AttrValidator: Attribute removed' => '$CurrentAttr.Name attribute on $CurrentToken.Compact removed',\r
47);\r
48\r
49$errorNames = array(\r
50 E_ERROR => 'Error',\r
51 E_WARNING => 'Warning',\r
52 E_NOTICE => 'Notice'\r
53);\r
54\r
55// vim: et sw=4 sts=4\r