chinese language update by Demin Yin (work in progress)
This commit is contained in:
6
plugins/serendipity_event_nl2br/UTF-8/lang_cn.inc.php
Normal file
6
plugins/serendipity_event_nl2br/UTF-8/lang_cn.inc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
@define('PLUGIN_EVENT_NL2BR_NAME', '标记语言: NL2BR');
|
||||
@define('PLUGIN_EVENT_NL2BR_DESC', '将换行转换成HTML的BR标签');
|
||||
@define('PLUGIN_EVENT_NL2BR_ISOLATE_TAGS', '在下列HTML标签所含内容中,不转换换行');
|
||||
@define('PLUGIN_EVENT_NL2BR_ISOLATE_TAGS_DESC', '推荐的HTML标签: "code,pre,geshi,textarea". 不同HTML标签使用逗号分割。小提示:Serendipity使用正则表达式(regular expressions)来处理、分析这里输入的标签。');
|
||||
@@ -1,17 +1,6 @@
|
||||
<?php # $Id$
|
||||
##########################################################################
|
||||
# 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 #
|
||||
##########################################################################
|
||||
<?php
|
||||
|
||||
@define('PLUGIN_EVENT_NL2BR_NAME', '标记语言: NL2BR');
|
||||
@define('PLUGIN_EVENT_NL2BR_DESC', '转换新行成 BR 标签');
|
||||
?>
|
||||
@define('PLUGIN_EVENT_NL2BR_NAME', '标记语言: NL2BR');
|
||||
@define('PLUGIN_EVENT_NL2BR_DESC', '将换行转换成HTML的BR标签');
|
||||
@define('PLUGIN_EVENT_NL2BR_ISOLATE_TAGS', '在下列HTML标签所含内容中,不转换换行');
|
||||
@define('PLUGIN_EVENT_NL2BR_ISOLATE_TAGS_DESC', '推荐的HTML标签: "code,pre,geshi,textarea". 不同HTML标签使用逗号分割。小提示:Serendipity使用正则表达式(regular expressions)来处理、分析这里输入的标签。');
|
||||
|
||||
6
plugins/serendipity_event_nl2br/lang_cn.inc.php
Normal file
6
plugins/serendipity_event_nl2br/lang_cn.inc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
@define('PLUGIN_EVENT_NL2BR_NAME', '标记语言: NL2BR');
|
||||
@define('PLUGIN_EVENT_NL2BR_DESC', '将换行转换成HTML的BR标签');
|
||||
@define('PLUGIN_EVENT_NL2BR_ISOLATE_TAGS', '在下列HTML标签所含内容中,不转换换行');
|
||||
@define('PLUGIN_EVENT_NL2BR_ISOLATE_TAGS_DESC', '推荐的HTML标签: "code,pre,geshi,textarea". 不同HTML标签使用逗号分割。小提示:Serendipity使用正则表达式(regular expressions)来处理、分析这里输入的标签。');
|
||||
@@ -1,17 +1,6 @@
|
||||
<?php # $Id$
|
||||
##########################################################################
|
||||
# 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 #
|
||||
##########################################################################
|
||||
<?php
|
||||
|
||||
@define('PLUGIN_EVENT_NL2BR_NAME', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: NL2BR');
|
||||
@define('PLUGIN_EVENT_NL2BR_DESC', 'ת<><D7AA><EFBFBD><EFBFBD><EFBFBD>г<EFBFBD> BR <20><>ǩ');
|
||||
?>
|
||||
@define('PLUGIN_EVENT_NL2BR_NAME', '标记语言: NL2BR');
|
||||
@define('PLUGIN_EVENT_NL2BR_DESC', '将换行转换成HTML的BR标签');
|
||||
@define('PLUGIN_EVENT_NL2BR_ISOLATE_TAGS', '在下列HTML标签所含内容中,不转换换行');
|
||||
@define('PLUGIN_EVENT_NL2BR_ISOLATE_TAGS_DESC', '推荐的HTML标签: "code,pre,geshi,textarea". 不同HTML标签使用逗号分割。小提示:Serendipity使用正则表达式(regular expressions)来处理、分析这里输入的标签。');
|
||||
|
||||
Reference in New Issue
Block a user