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
2006-08-02 10:07:34 +00:00

21 lines
1.2 KiB
PHP

<?php
##########################################################################
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity #
# Developer Team) All rights reserved. See LICENSE file for licensing #
# details #
# #
# (c) 2003 Jannis Hermanns <J@hacked.it> #
# http://www.jannis.to/programming/serendipity.html #
# #
# Translated by #
# (c) 2006 Aphonex Li <aphonex.li@gmail.com> #
# http://www.exten.cn #
##########################################################################
@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', '把文章内的字符转换成表情图案');
?>