<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * 
 * @author Hideaki SAWADA <chuno@live.jp>
 */
$lang['menu']                  = 'Searchindex 管理';
$lang['update']                = 'Index の更新';
$lang['update_tip']            = 'Searchindex の更新のみ（普通は早い）';
$lang['rebuild']               = 'Index の再作成';
$lang['rebuild_tip']           = 'Searchindex を初期化後、再作成';
$lang['indexing']        = '更新済： ';
$lang['done']            = '更新完了';
$lang['pages']           = '%d ページあります。';
$lang['clearing']        = 'Index の初期化中';
$lang['finding']         = 'ページの検索中';
$lang['notindexed']      = '更新対象外';
$lang['indexed']         = '更新済';
