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

14 lines
483 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @author Tadashi Jokagi <elf2000@users.sourceforge.net>
* EN-Revision: 690
*/
@define('PLUGIN_EVENT_LIVESEARCH_NAME', 'ライブサーチ');
@define('PLUGIN_EVENT_LIVESEARCH_DESC', '(JavaScript 経由で)キー入力中のライブアップデートを追加することにより、内部検索機能を強化します。');
@define('PLUGIN_EVENT_LIVESEARCH_WAIT', 'リクエストを送信中です。お待ちください...');
?>