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

phpBB Installation & Usage Support
phpBB 2 安裝於各類型作業平台之問題討論;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
主題已鎖定
蒼浩
竹貓好朋友
竹貓好朋友
文章: 62
註冊時間: 2002-02-26 22:21
來自: 遊戲炸彈
聯繫:

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

文章 蒼浩 »

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-23 08:42 編輯,總共編輯了 2 次。
小竹子
竹貓星球大統領
竹貓星球大統領
文章: 4596
註冊時間: 2001-10-29 22:13
來自: 竹貓星球
聯繫:

文章 小竹子 »

真是感謝你^^
這樣翻起來就很快了
注意事項:
●phpBB 架設相關問題請到 + phpBB 3.0.x 討論區發表!
●都沒有你要的答案嗎??>>點這裡<<搜尋一下吧!
●請使用>>標準的發文格式<<發表問題!
●竹貓星球並非政治團體代言人,請不要在竹貓討論政治議題,也不要認為竹貓是偏向任何一方政治團體,竹貓愛的是台灣這片生長的土地,過於泛政治化文章請來信告知移除!
●關於 phpBB 使用問題請在版面發問,私人訊息提供其他不相干或是隱私的事情聯絡之用。
●所有市面上的免費空間皆非竹貓管轄,請勿來信詢問,請直接與該免費空間連絡。
頭像
yeshoward
星球公民
星球公民
文章: 45
註冊時間: 2002-04-24 19:15

文章 yeshoward »

請問哪裡可以找到 2.0.0 到2.0.1 這樣一個一個改的個?
這樣就不用重裝MOD了
yii
星球普通子民
星球普通子民
文章: 2
註冊時間: 2002-05-08 09:59
來自: taiwan
聯繫:

文章 yii »

謝謝你找出這麼多差異點好讓竹大可以快速翻譯
謝謝您嚕..^^
bye...
philip....^^
主題已鎖定

回到「phpBB 2 安裝與使用」