[pLog-svn] r1572 - plog/trunk/locale

mark at devel.plogworld.net mark at devel.plogworld.net
Tue Mar 22 10:10:56 GMT 2005


Author: mark
Date: 2005-03-22 10:10:56 +0000 (Tue, 22 Mar 2005)
New Revision: 1572

Modified:
   plog/trunk/locale/locale_en_UK.php
   plog/trunk/locale/locale_zh_TW.php
Log:
Fix some locale messages. http://bugs.plogworld.net/view.php?id=354 and http://bugs.plogworld.net/view.php?id=363

Modified: plog/trunk/locale/locale_en_UK.php
===================================================================
--- plog/trunk/locale/locale_en_UK.php	2005-03-22 08:56:50 UTC (rev 1571)
+++ plog/trunk/locale/locale_en_UK.php	2005-03-22 10:10:56 UTC (rev 1572)
@@ -832,6 +832,7 @@
 
 // registration
 $messages['register_step0_title'] = 'Service terms acceptance';
+$messages['agreement'] = 'Agreement'; 
 $messages['decline'] = 'Decline';
 $messages['accept'] = 'Accept';
 $messages['read_service_agreement'] = 'Please read the terms of this service and click the "Accept" button if you agree';

Modified: plog/trunk/locale/locale_zh_TW.php
===================================================================
--- plog/trunk/locale/locale_zh_TW.php	2005-03-22 08:56:50 UTC (rev 1571)
+++ plog/trunk/locale/locale_zh_TW.php	2005-03-22 10:10:56 UTC (rev 1572)
@@ -765,7 +765,7 @@
 $messages['help_rdf_enabled'] = '啟用或停用產生RSS新聞交換檔案功能。';
 $messages['help_default_rss_profile'] = '預設的RSS/RDF新聞交換格式';
 // security
-$messages['security_pipeline_enabled'] = '啟用系統安全功能。如果您關閉了這個選項,那麼所有的系統安全功能都會停用,如果您想要關閉一些系統安全功能,建議您將這個設定設為開啟,然後在以下的選項中,逐一停用我們不需要的系統安全功能項目。';
+$messages['help_security_pipeline_enabled'] = '啟用系統安全功能。如果您關閉了這個選項,那麼所有的系統安全功能都會停用,如果您想要關閉一些系統安全功能,建議您將這個設定設為開啟,然後在以下的選項中,逐一停用我們不需要的系統安全功能項目。';
 $messages['help_ip_address_filter_enabled'] = '啟用IP位置過濾。您可以用這個功能阻擋某些主機瀏覽本站。';
 $messages['help_content_filter_enabled'] = '使用以正規表示式為基礎的簡單內容過濾機制,用簡單的關鍵字過濾不當內容。不過建議您,採用貝氏過濾會是比較好的方案。';
 $messages['help_maximum_comment_size'] = '迴響留言的內文字元數上限。';




More information about the pLog-svn mailing list