1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Hideaki SAWADA <chuno@live.jp>
7 */
8$lang['menu']                  = 'Searchindex 管理';
9$lang['update']                = 'Index の更新';
10$lang['update_tip']            = 'Searchindex の更新のみ(普通は早い)';
11$lang['rebuild']               = 'Index の再作成';
12$lang['rebuild_tip']           = 'Searchindex を初期化後、再作成';
13$lang['indexing']        = '更新済: ';
14$lang['done']            = '更新完了';
15$lang['pages']           = '%d ページあります。';
16$lang['clearing']        = 'Index の初期化中';
17$lang['finding']         = 'ページの検索中';
18$lang['notindexed']      = '更新対象外';
19$lang['indexed']         = '更新済';
20