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

14 lines
322 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Tadashi Jokagi <elf2000@users.sourceforge.net>
* EN-Revision: 690
*/
@define('PLUGIN_EVENT_NL2BR_NAME', 'マークアップ: NL2BR');
@define('PLUGIN_EVENT_NL2BR_DESC', '改行を BR タグに変換します。');
/* vim: set sts=4 ts=4 expandtab : */
?>