You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
171B

  1. <?php
  2. // private language message file for unit testing purposes
  3. $fallback = 'en';
  4. $messages = array(
  5. 'HTMLPurifier' => 'HTML Purifier X'
  6. );
  7. // vim: et sw=4 sts=4