您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- <?php
-
- // private language message file for unit testing purposes
- // this language file has no class associated with it
-
- $fallback = 'en';
-
- $messages = array(
- 'HTMLPurifier' => 'HTML Purifier XNone'
- );
-
- // vim: et sw=4 sts=4
|