1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/plugins/serendipity_event_emoticate/lang_zh.inc.php
2014-02-08 17:03:44 +01:00

16 lines
587 B
PHP

<?php #
/**
* @version
* @file
* @author
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_EMOTICATE_NAME', '标记语言: 表情图案');
@define('PLUGIN_EVENT_EMOTICATE_DESC', '将标准的表示表情色彩的字符串转换成图片形式');
@define('PLUGIN_EVENT_EMOTICATE_TRANSFORM', '像 :-) 和 ;-) 等标准的表示表情色彩的字符串会被转换成图片形式');
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION', '文件扩展名');
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION_BLAHBLAH', '图片表情文件的扩展名(区分大小写)');