複製以下至 記事本\r
代碼: 選擇全部
<?php
/***************************************************************************
* $RCSfile: lang_admin_hacks_list.php,v $
* -------------------
* copyright : (C) 2003 Nivisec.com
* email : support@nivisec.com
*
* $Id: lang_admin_hacks_list.php,v 1.3 2003/07/10 16:50:23 nivisec Exp $
*
*
***************************************************************************/
/***************************************************************************
* lang_admin.php [正體中文語系]
* -------------------
* begin : Thursday, March 13, 2003
* by : phpbb-tw 譯文組 phpBB-tw Team
* members 組員介紹 : http://phpbb-tw.net/phpbb/groupcp.php?g=13226
*
****************************************************************************/
/***************************************************************************
*
* 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.
*
***************************************************************************/
/* General */
$lang['Hacks_List'] = '外掛列表';
$lang['Page_Desc'] = '這個外掛允許你增加/修改/刪除外掛';
$lang['Deleted_Hack'] = '從外掛列表 %s 刪除外掛<br />';
$lang['Updated_Hack'] = '更新外掛資料 %s.<br />';
$lang['Added_Hack'] = '新增外掛資料 %s.<br />';
$lang['Status'] = '狀態';
$lang['No_Website'] = 'No website is available.';
$lang['No_Hacks'] = '沒有外掛可顯示';
$lang['Add_New_Hack'] = '新增一個外掛';
$lang['User_Viewable'] = '隱藏?';
$lang['Hack_Name'] = '外掛名稱';
$lang['Description'] = '描述';
$lang['Required'] = '必須的';
$lang['Author_Email'] = '作者的電子郵件';
$lang['Version'] = '版本';
$lang['Download_URL'] = '下載點';
/* Errors */
$lang['Error_Hacks_List_Table'] = '詢問外掛列表時發生錯誤';
$lang['Required_Field_Missing'] = '請確定你有填寫必備的項目';
$lang['Error_File_Opening'] = '不能開啓檔案: %s';
/*Special Cases, Do not bother to change for another language */
/* 不要更改以下*/
$lang['YES'] = $lang['Yes'];
$lang['NO'] = $lang['No'];
$lang['HL_File_Error'] = $lang['Error_File_Opening'];
?>
儲存成 lang_admin_hacks_list.php 放到 language/{YOUR-LANG}/lang_admin_hacks_list.php
^^ 有問題請提出