Cheetah
plugins
htmlpurifier
standalone
HTMLPurifier
Language
messages
en-x-testmini.php
Go to the documentation of this file.
1
<?
php
2
3
// private language message file for unit testing purposes
4
// this language file has no class associated with it
5
6
$fallback
=
'en'
;
7
8
$messages
= array(
9
'HTMLPurifier'
=>
'HTML Purifier XNone'
10
);
11
12
$errorNames
= array();
13
14
// vim: et sw=4 sts=4
php
$fallback
$fallback
Definition:
en-x-testmini.php:6
$messages
$messages
Definition:
en-x-testmini.php:8
$errorNames
$errorNames
Definition:
en-x-testmini.php:12
Generated by
1.8.20