1 頁 (共 1 頁)

[整理] 正體中文 3.0.6 升級 3.0.7 代碼更新

發表於 : 2010-03-01 17:48
心靈捕手
僅針對語言代碼方面進行翻譯, 並已測試完成.
phpbb-3.0.6_to_3.0.7_language_tw.zip
(4.43 KiB) 已下載 1234 次
P.S.
語言檔的 "version $Id" 皆有更改, 只是沒有寫入此檔;
建議您, 比對英文語言檔, 修改之 (中文包, 則已修正).

--
資料來源:
Code Changes Package:
http://www.phpbb.com/files/release/phpB ... hanges.zip

Re: [整理] 正體中文 3.0.6 升級 3.0.7 代碼更新

發表於 : 2010-03-02 06:15
心靈捕手
自己發現漏掉一處翻譯。 :oops:

--找到--

代碼: 選擇全部

#
#-----[ FIND ]---------------------------------------------
# Around Line 390
	'LDAP_PASSWORD_EXPLAIN'			=> 'Leave blank to use anonymous binding. Else fill in the password for the above user.  Required for Active Directory Servers. <strong>WARNING:</strong> This password will be stored as plain text in the database visible to everybody who can access your database or who can view this configuration page.',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'LDAP_PASSWORD_EXPLAIN'			=> 'Leave blank to use anonymous binding. Else fill in the password for the above user. Required for Active Directory Servers.<br /><em><strong>Warning:</strong> This password will be stored as plain text in the database visible to everybody who can access your database or who can view this configuration page.</em>',
--取代成--

代碼: 選擇全部

#
#-----[ FIND ]---------------------------------------------
# Around Line 390
	'LDAP_PASSWORD_EXPLAIN'			=> '留白以便於使用匿名瀏覽。否則,為上面的會員填入密碼。這需要使用 Active Directory Servers。<strong>警告:</strong> 這個密碼將以清楚的文字儲存在資料庫中,對於每個可瀏覽資料庫,或者可以檢視此設定頁面的會員,都是可以看見的。',

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	'LDAP_PASSWORD_EXPLAIN'			=> '留白以便於使用匿名瀏覽。否則,為上面的會員填入密碼。這需要使用 Active Directory Servers。<br /><em><strong>警告:</strong> 這個密碼將以清楚的文字儲存在資料庫中,對於每個可瀏覽資料庫,或者可以檢視此設定頁面的會員,都是可以看見的。</em>',