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

16 lines
537 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Tadashi Jokagi <elf2000@users.sourceforge.net>
* EN-Revision: 692
*/
@define('PLUGIN_TEMPLATEDROPDOWN_NAME', 'テンプレートドロップダウン');
@define('PLUGIN_TEMPLATEDROPDOWN_DESC', 'テンプレート変更のボックスを表示します。');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT', '送信ボタンの表示は?');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT_DESC', '送信ボタンの表示をしますか?');
/* vim: set sts=4 ts=4 expandtab : */
?>