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_textile/lang_ja.inc.php
2006-08-02 10:07:34 +00:00

14 lines
482 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Tadashi Jokagi <elf2000@users.sourceforge.net>
* EN-Revision: 690
*/
@define('PLUGIN_EVENT_TEXTILE_NAME', 'マークアップ: テクスタイル');
@define('PLUGIN_EVENT_TEXTILE_DESC', 'テクスタールコンバーターを通して出力をすべて解析します。');
@define('PLUGIN_EVENT_TEXTILE_TRANSFORM', '<a href="http://www.textism.com/tools/textile/">テクスタイル</a> 書式を許可します。');
?>