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['js']['indexing']        = '更新済: ';
14$lang['js']['done']            = '更新完了';
15$lang['js']['pages']           = '%d ページあります。';
16$lang['js']['clearing']        = 'Index の初期化中';
17$lang['js']['finding']         = 'ページの検索中';
18$lang['js']['notindexed']      = '更新対象外';
19$lang['js']['indexed']         = '更新済';
20