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

15 lines
504 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Tadashi Jokagi <elf2000@users.sourceforge.net>
* EN-Revision: 690
*/
@define('PLUGIN_EVENT_BBCODE_NAME', 'マークアップ: BB コード');
@define('PLUGIN_EVENT_BBCODE_DESC', 'BB コードを使用したテキストマークアップです。');
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BB コード</a> 書式を許可します。');
/* vim: set sts=4 ts=4 expandtab : */
?>