1
0

lang cleanup core s9ymarkup plugin

This commit is contained in:
Ian
2016-01-21 18:00:22 +01:00
parent 3fb15d74a8
commit 363579c370
37 changed files with 77 additions and 92 deletions

View File

@ -1,4 +1,4 @@
<?php # $Id$
<?php
##########################################################################
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity #
# Developer Team) All rights reserved. See LICENSE file for licensing #
@ -12,7 +12,7 @@
# http://open.38.com #
##########################################################################
@define('PLUGIN_EVENT_S9YMARKUP_NAME', '標記語言: Serendipity');
@define('PLUGIN_EVENT_S9YMARKUP_DESC', '套用基本的 serendipity 標記語言到文章內');
@define('PLUGIN_EVENT_S9YMARKUP_TRANSFORM', '星號圍住的文章會以粗體顯示 (*word*),底線是 _word_。');
?>
@define('PLUGIN_EVENT_S9YMARKUP_NAME', '標記語言: Serendipity');
@define('PLUGIN_EVENT_S9YMARKUP_DESC', '套用基本的 serendipity 標記語言到文章內');
@define('PLUGIN_EVENT_S9YMARKUP_TRANSFORM', '星號圍住的文章會以粗體顯示 (*word*),底線是 _word_。');