1 頁 (共 1 頁)

[分享]phpBB 2.0.4 - 2.0.5 語系檔差異點

發表於 : 2003-06-17 20:56
蒼浩
open lang_admin.php
--------------------------------------------------------------------------------------
Line 10,版本號變更。

代碼: 選擇全部

 *     $Id: lang_admin.php,v 1.35.2.9 2003/06/10 00:31:19 psotfx Exp $
Line 254

2.0.4

代碼: 選擇全部

$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!';
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.';
Line 332,增加三行,這是把 2.2 版的「防止機器人大量註冊功能」, backport 回 2.0.5 版。
尋找\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,版本號變更。

代碼: 選擇全部

 *     $Id: lang_main.php,v 1.85.2.15 2003/06/10 00:31:19 psotfx Exp $
\n
Line 607,增加一行。
尋找\r

代碼: 選擇全部

$lang['Password_long']
在後面加上

代碼: 選擇全部

$lang['Too_many_registers'] = 'You have made too many registration attempts. Please try again later.';
Line 659 ,增加八行。
尋找\r

代碼: 選擇全部

$lang['Empty_message_email']
在後面加上

代碼: 選擇全部

//
// 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.';
Line 876,錯字修正,只跟英文語系有關。

2.0.4

代碼: 選擇全部

$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.';
2.0.5

代碼: 選擇全部

$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.';
Line 922,增加一行。
尋找\r

代碼: 選擇全部

$lang['12'] = 'GMT + 12 Hours';
在後面加上

代碼: 選擇全部

$lang['13'] = 'GMT + 13 Hours';
尋找\r

代碼: 選擇全部

$lang['tz']['12']
在後面加上

代碼: 選擇全部

$lang['tz']['13'] = 'GMT + 13 Hours';
--------------------------------------------------------------------------------------


open email/coppa_welcome_inactive.tpl
--------------------------------------------------------------------------------------
Line 47,錯字修正,只跟英文語系有關。

2.0.4

代碼: 選擇全部

Once the administrator has [color=red][b]recived[/b][/color] the above form via fax or regular mail your account will be activated.
2.0.5

代碼: 選擇全部

Once the administrator has [color=red][b]received[/b][/color] the above form via fax or regular mail your account will be activated.
--------------------------------------------------------------------------------------

完成。

發表於 : 2003-06-17 21:04
小竹子
真是感謝你^^
這樣翻起來就很快了

發表於 : 2003-06-17 22:53
yeshoward
請問哪裡可以找到 2.0.0 到2.0.1 這樣一個一個改的個?
這樣就不用重裝MOD了

發表於 : 2003-06-20 16:52
yii
謝謝你找出這麼多差異點好讓竹大可以快速翻譯
謝謝您嚕..^^