From bea490792c52df65c0381ea506696d73cf0b2153 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 26 Aug 2007 01:37:57 +0000 Subject: added Indonesian translation of requirement checker. --- .gitattributes | 2 + HISTORY | 3 +- framework/Exceptions/messages/messages-zh.txt | 54 +++++++++++++-------------- index.html | 5 ++- requirements/messages-id.txt | 41 ++++++++++++++++++++ requirements/template-id.html | 49 ++++++++++++++++++++++++ 6 files changed, 123 insertions(+), 31 deletions(-) create mode 100644 requirements/messages-id.txt create mode 100644 requirements/template-id.html diff --git a/.gitattributes b/.gitattributes index b501c970..1adc32be 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2491,9 +2491,11 @@ framework/prado.php -text /prado-cli.bat -text requirements/index.php -text requirements/messages-bg.txt -text +requirements/messages-id.txt -text requirements/messages-zh.txt -text requirements/messages.txt -text requirements/template-bg.html -text +requirements/template-id.html -text requirements/template-zh.html -text requirements/template.html -text tests/FunctionalTests/active-controls/protected/pages/ActiveBricksTest.page -text diff --git a/HISTORY b/HISTORY index e3b57a89..9a419b35 100644 --- a/HISTORY +++ b/HISTORY @@ -7,7 +7,6 @@ BUG: Ticket#656 - TDatePicker does not return correct value when in callback mod BUG: Ticket#662 - Ensure TForm to properly encode the ampersand in action URL (Qiang) BUG: Ticket#666 - TActiveRecord::deleteAll() method always requires a criteria or null parameter (Qiang) BUG: Ticket#670 - TDatePicker: Year Issue (Christophe) -BUG: Ticket#696 - TTabPanel: JS error when one of the tabs is invisible (Qiang,Christophe) ENH: Ticket#577 - Added image button support for TPager (Qiang) ENH: Ticket#623 - TMemCache to support multiple servers (Carl) ENH: Ticket#667 - Added TFeedService.ContentType property (Qiang) @@ -22,7 +21,7 @@ CHG: Validators will not validate disabled controls (Qiang) NEW: Ticket#676 - Added primilary Oracle support (Christophe) NEW: Ticket#680 - Added TCacheHttpSession (Carl, Qiang) NEW: Added TTabPanel (Qiang) -NEW: Added Indonesian translation to QuickStart and error messages (Zaenal Mutaqin) +NEW: Added Indonesian translation to QuickStart, requirements and error messages (Zaenal Mutaqin) Version 3.1.0 July 2, 2007 ========================== diff --git a/framework/Exceptions/messages/messages-zh.txt b/framework/Exceptions/messages/messages-zh.txt index 2efab31c..9d9fb546 100644 --- a/framework/Exceptions/messages/messages-zh.txt +++ b/framework/Exceptions/messages/messages-zh.txt @@ -50,33 +50,33 @@ appconfig_services_invalid = 应用配置不允许包含<{0}>元素 appconfig_parameters_invalid = 应用配置不允许包含<{0}>元素。 appconfig_tag_invalid = 应用配置不允许包含<{0}>元素。 -securitymanager_validationkey_invalid = TSecurityManager.ValidationKey must not be empty. -securitymanager_encryptionkey_invalid = TSecurityManager.EncryptionKey must not be empty. -securitymanager_mcryptextension_required = Mcrypt PHP extension is required in order to use TSecurityManager's encryption feature. - -uri_format_invalid = '{0}' is not a valid URI. - -httprequest_separator_invalid = THttpRequest.UrlParamSeparator can only contain a single character. -httprequest_urlmanager_inexist = THttpRequest.UrlManager '{0}' does not point to an existing module. -httprequest_urlmanager_invalid = THttpRequest.UrlManager '{0}' must point to a module extending from TUrlManager. - -httpcookiecollection_httpcookie_required = THttpCookieCollection can only accept THttpCookie objects. - -httpresponse_bufferoutput_unchangeable = THttpResponse.BufferOutput cannot be modified after THttpResponse is initialized. -httpresponse_file_inexistent = THttpResponse cannot send file '{0}'. The file does not exist. - -httpsession_sessionid_unchangeable = THttpSession.SessionID cannot be modified after the session is started. -httpsession_sessionname_unchangeable = THttpSession.SessionName cannot be modified after the session is started. -httpsession_sessionname_invalid = THttpSession.SessionName must contain alphanumeric characters only. -httpsession_savepath_unchangeable = THttpSession.SavePath cannot be modified after the session is started. -httpsession_savepath_invalid = THttpSession.SavePath '{0}' is invalid. -httpsession_storage_unchangeable = THttpSession.Storage cannot be modified after the session is started. -httpsession_cookiemode_unchangeable = THttpSession.CookieMode cannot be modified after the session is started. -httpsession_autostart_unchangeable = THttpSession.AutoStart cannot be modified after the session module is initialized. -httpsession_gcprobability_unchangeable = THttpSession.GCProbability cannot be modified after the session is started. -httpsession_gcprobability_invalid = THttpSession.GCProbability must be an integer between 0 and 100. -httpsession_transid_unchangeable = THttpSession.UseTransparentSessionID cannot be modified after the session is started. -httpsession_maxlifetime_unchangeable = THttpSession.Timeout cannot be modified after the session is started. +securitymanager_validationkey_invalid = TSecurityManager.ValidationKey不能为空。 +securitymanager_encryptionkey_invalid = TSecurityManager.EncryptionKey不能为空。 +securitymanager_mcryptextension_required = TSecurityManager的加密功能需要使用Mcrypt的PHP扩展模块。 + +uri_format_invalid = “{0}”不是一个合法的URI。 + +httprequest_separator_invalid = THttpRequest.UrlParamSeparator只能包含一个字符。 +httprequest_urlmanager_inexist = THttpRequest.UrlManager “{0}”所指的模块不存在。 +httprequest_urlmanager_invalid = THttpRequest.UrlManager “{0}”所指的模块必须继承TUrlManager。 + +httpcookiecollection_httpcookie_required = THttpCookieCollection只能包含THttpCookie对象。 + +httpresponse_bufferoutput_unchangeable = THttpResponse.BufferOutput无法被修改,因为THttpResponse已经初始化完毕。 +httpresponse_file_inexistent = THttpResponse无法发送文件“{0}”。该文件不存在。 + +httpsession_sessionid_unchangeable = THttpSession.SessionID无法被修改,因为session已经启动了。 +httpsession_sessionname_unchangeable = THttpSession.SessionName无法被修改,因为session已经启动了。 +httpsession_sessionname_invalid = THttpSession.SessionName只能包含字母或数字字符。 +httpsession_savepath_unchangeable = THttpSession.SavePath无法被修改,因为session已经启动了。 +httpsession_savepath_invalid = THttpSession.SavePath所指目录“{0}”不存在。 +httpsession_storage_unchangeable = THttpSession.Storage无法被修改,因为session已经启动了。 +httpsession_cookiemode_unchangeable = THttpSession.CookieMode无法被修改,因为session已经启动了。 +httpsession_autostart_unchangeable = THttpSession.AutoStart无法被修改,因为session已经启动了。 +httpsession_gcprobability_unchangeable = THttpSession.GCProbability无法被修改,因为session已经启动了。 +httpsession_gcprobability_invalid = THttpSession.GCProbability必须是个0到100之间的整数。 +httpsession_transid_unchangeable = THttpSession.UseTransparentSessionID无法被修改,因为session已经启动了。 +httpsession_maxlifetime_unchangeable = THttpSession.Timeout无法被修改,因为session已经启动了。 assetmanager_basepath_invalid = TAssetManager.BasePath '{0}' is invalid. Make sure it is in namespace form and points to a directory writable by the Web server process. assetmanager_basepath_unchangeable = TAssetManager.BasePath cannot be modified after the module is initialized. diff --git a/index.html b/index.html index c3a0f5ab..97fe6aa3 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,8 @@ PRADO Framework for PHP 5 - + + @@ -118,7 +119,7 @@ PRADO component tags when you use it to edit PRADO templates.