[釋出] phpbb2.0.5 增添語系
發表於 : 2003-06-24 01:00
蒼浩 寫:open lang_admin.php
--------------------------------------------------------------------------------------
Line 10,版本號變更。Line 254代碼: 選擇全部
* $Id: lang_admin.php,v 1.35.2.9 2003/06/10 00:31:19 psotfx Exp $
2.0.42.0.5代碼: 選擇全部
$lang['Board_disable_explain'] = 'This will make the board unavailable to users. Do not log out when you disable the board because you will not be able to log back in!';Line 332,增加三行,這是把 2.2 版的「防止機器人大量註冊功能」, backport 回 2.0.5 版。代碼: 選擇全部
$lang['Board_disable_explain'] = 'This will make the board unavailable to users. Administrators are able to access the Administration Panel while the board is disabled.';
尋找\r在後面加上代碼: 選擇全部
$lang['Session_length'] =--------------------------------------------------------------------------------------代碼: 選擇全部
// Visual Confirmation $lang['Visual_confirm'] = 'Enable Visual Confirmation'; $lang['Visual_confirm_explain'] = 'Requires users enter a code defined by an image when registering.';
open lang_main.php
--------------------------------------------------------------------------------------
Line 9,版本號變更。Line 607,增加一行。代碼: 選擇全部
* $Id: lang_main.php,v 1.85.2.15 2003/06/10 00:31:19 psotfx Exp $
尋找\r在後面加上代碼: 選擇全部
$lang['Password_long']Line 659 ,增加八行。代碼: 選擇全部
$lang['Too_many_registers'] = 'You have made too many registration attempts. Please try again later.';
尋找\r在後面加上代碼: 選擇全部
$lang['Empty_message_email']Line 876,錯字修正,只跟英文語系有關。代碼: 選擇全部
// // Visual confirmation system strings // $lang['Confirm_code_wrong'] = 'The confirmation code you entered was incorrect'; $lang['Too_many_registers'] = 'You have exceeded the number of registration attempts for this session. Please try again later.'; $lang['Confirm_code_impaired'] = 'If you are visually impaired or cannot otherwise read this code please contact the %sAdministrator%s for help.'; $lang['Confirm_code'] = 'Confirmation code'; $lang['Confirm_code_explain'] = 'Enter the code exactly as you see it. The code is case sensitive and zero has a diagonal line through it.';
2.0.42.0.5代碼: 選擇全部
$lang['None_selected'] = 'You have [color=red][b]no[/b][/color] selected any topics to perform this operation on. Please go back and select at least one.';Line 922,增加一行。代碼: 選擇全部
$lang['None_selected'] = 'You have [color=red][b]not[/b][/color] selected any topics to perform this operation on. Please go back and select at least one.';
尋找\r在後面加上代碼: 選擇全部
$lang['12'] = 'GMT + 12 Hours';尋找\r代碼: 選擇全部
$lang['13'] = 'GMT + 13 Hours';在後面加上代碼: 選擇全部
$lang['tz']['12']--------------------------------------------------------------------------------------代碼: 選擇全部
$lang['tz']['13'] = 'GMT + 13 Hours';
open email/coppa_welcome_inactive.tpl
--------------------------------------------------------------------------------------
Line 47,錯字修正,只跟英文語系有關。
2.0.42.0.5代碼: 選擇全部
Once the administrator has [color=red][b]recived[/b][/color] the above form via fax or regular mail your account will be activated.--------------------------------------------------------------------------------------代碼: 選擇全部
Once the administrator has [color=red][b]received[/b][/color] the above form via fax or regular mail your account will be activated.
完成。