Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/htmlpurifier/HTMLPurifier/Language/messages/en-x-testmini.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // private language message file for unit testing purposes
00004 // this language file has no class associated with it
00005 
00006 $fallback = 'en';
00007 
00008 $messages = array(
00009     'HTMLPurifier' => 'HTML Purifier XNone'
00010 );
00011 
00012 // vim: et sw=4 sts=4
 All Data Structures Namespaces Files Functions Variables Enumerations