參考連結:http://www.phpbb-tw.net/phpbb/viewtopic.php?t=14512
使用版本:phpBB 2.0.11
網站位置:http://www.hayashibara.org/
狀況描述: 請問有前輩能夠協助翻譯的嗎?
原語系檔:
代碼: 選擇全部
<?php
/***************************************************************************
* lang_rebuild_search.php [English]
* -------------------
* begin : July 9th 2003
* copyright : (C) 2003 Antony Bailey
* email : antony_bailey@lycos.co.uk
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
//
// So the file hasn't got much to it, oh well.
//
$lang['Rebuild_search'] = 'Rebuild Search';
$lang['Rebuild_search_explain'] = 'Rebuilding the search table, will take a while but will increase the effectivness of the search function.';
$lang['Time_limit'] = 'Time limit';
$lang['Post_limit'] = 'Post limit';
$lang['Next'] = 'Next';
$lang['Finished'] = 'Finished';
$lang['Refresh_rate'] = 'Refresh rate';
$lang['Percentage_complete'] = 'Percentage complete';
//
// That's all Folks!
// -------------------------------------------------
?>