# LANGUAGE translation of CakePHP Application # Copyright YEAR NAME # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2013-11-10 14:57+0100\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: Cache/Cache.php:173 msgid "Cache engine %s is not available." msgstr "" #: Cache/Cache.php:177 msgid "Cache engines must use %s as a base class." msgstr "" #: Cache/Cache.php:181 msgid "Cache engine %s is not properly configured." msgstr "" #: Cache/Cache.php:318 msgid "%s cache was unable to write '%s' to %s cache" msgstr "" #: Cache/Cache.php:542 msgid "Invalid cache group %s" msgstr "" #: Cache/Engine/FileEngine.php:314 msgid "Files cannot be atomically decremented." msgstr "" #: Cache/Engine/FileEngine.php:326 msgid "Files cannot be atomically incremented." msgstr "" #: Cache/Engine/FileEngine.php:363 msgid "Could not apply permission mask \"%s\" on cache file \"%s\"" msgstr "" #: Cache/Engine/FileEngine.php:386 msgid "%s is not writable" msgstr "" #: Cache/Engine/MemcacheEngine.php:168;185 msgid "Method %s not implemented for compressed cache in %s" msgstr "" #: Configure/IniReader.php:102 #: Configure/PhpReader.php:64 msgid "Cannot load configuration files with ../ in them." msgstr "" #: Configure/IniReader.php:107 #: Configure/PhpReader.php:69 msgid "Could not load configuration file: %s" msgstr "" #: Configure/PhpReader.php:74 msgid "No variable %s found in %s" msgstr "" #: Console/Command/TestShell.php:176 msgid "Please install PHPUnit framework (http://www.phpunit.de)" msgstr "" #: Console/Command/TestShell.php:372 msgid "Test case %s cannot be run via this shell" msgstr "" #: Console/Command/TestShell.php:385;402 msgid "Test case %s not found" msgstr "" #: Console/Command/Task/PluginTask.php:182 msgid "%s modified" msgstr "" #: Console/Command/Task/TestTask.php:324 msgid "Invalid object type." msgstr "" #: Console/Command/Task/TestTask.php:343 msgid "Invalid type name" msgstr "" #: Controller/Component/AclComponent.php:67 msgid "Could not find %s." msgstr "" #: Controller/Component/AclComponent.php:91 msgid "AclComponent adapters must implement AclInterface" msgstr "" #: Controller/Component/AclComponent.php:162;176 msgid "%s is deprecated, use %s instead" msgstr "" #: Controller/Component/AuthComponent.php:493 msgid "Authorization adapter \"%s\" was not found." msgstr "" #: Controller/Component/AuthComponent.php:496 msgid "Authorization objects must implement an %s method." msgstr "" #: Controller/Component/AuthComponent.php:782 msgid "Authentication adapter \"%s\" was not found." msgstr "" #: Controller/Component/AuthComponent.php:785 msgid "Authentication objects must implement an %s method." msgstr "" #: Controller/Component/CookieComponent.php:370 msgid "You must use cipher or rijndael for cookie encryption type" msgstr "" #: Controller/Component/RequestHandlerComponent.php:757 msgid "You must give a handler callback." msgstr "" #: Controller/Component/SecurityComponent.php:337;615 msgid "The request has been black-holed" msgstr "" #: Controller/Component/Acl/PhpAcl.php:102 msgid "\"roles\" section not found in configuration." msgstr "" #: Controller/Component/Acl/PhpAcl.php:106 msgid "Neither \"allow\" nor \"deny\" rules were provided in configuration." msgstr "" #: Controller/Component/Acl/PhpAcl.php:524 msgid "cycle detected when inheriting %s from %s. Path: %s" msgstr "" #: Controller/Component/Auth/BaseAuthenticate.php:156 msgid "Password hasher class \"%s\" was not found." msgstr "" #: Controller/Component/Auth/BaseAuthenticate.php:159 msgid "Password hasher must extend AbstractPasswordHasher class." msgstr "" #: Controller/Component/Auth/BaseAuthorize.php:97 msgid "$controller needs to be an instance of Controller" msgstr "" #: Controller/Component/Auth/ControllerAuthorize.php:51 msgid "$controller does not implement an %s method." msgstr "" #: Controller/Component/Auth/CrudAuthorize.php:85 msgid "CrudAuthorize::authorize() - Attempted access of un-mapped action \"%1$s\" in controller \"%2$s\"" msgstr "" #: Core/Configure.php:73 msgid "Can't find application core file. Please create %s, and make sure it is readable by PHP." msgstr "" #: Core/Configure.php:93 msgid "Can't find application bootstrap file. Please create %s, and make sure it is readable by PHP." msgstr "" #: Core/Configure.php:340 msgid "There is no \"%s\" adapter." msgstr "" #: Core/Configure.php:343 msgid "The \"%s\" adapter, does not have a %s method." msgstr "" #: Event/CakeEventManager.php:105 msgid "The eventKey variable is required" msgstr "" #: I18n/I18n.php:166 msgid "You cannot use \"\" as a domain." msgstr "" #: I18n/I18n.php:204 msgid "Missing plural form translation for \"%s\" in \"%s\" domain, \"%s\" locale. Check your po file for correct plurals and valid Plural-Forms header." msgstr "" #: Log/CakeLog.php:192 msgid "Invalid key name" msgstr "" #: Log/CakeLog.php:195 msgid "Missing logger classname" msgstr "" #: Log/CakeLog.php:316;334;353 msgid "Stream %s not found" msgstr "" #: Log/LogEngineCollection.php:46 msgid "logger class %s does not implement a %s method." msgstr "" #: Log/LogEngineCollection.php:71 msgid "Could not load class %s" msgstr "" #: Log/Engine/FileLog.php:152 msgid "Could not apply permission mask \"%s\" on log file \"%s\"" msgstr "" #: Model/AclNode.php:177 msgid "AclNode::node() - Couldn't find %s node identified by \"%s\"" msgstr "" #: Model/BehaviorCollection.php:231 msgid "%s - Method %s not found in any attached behavior" msgstr "" #: Model/CakeSchema.php:617 msgid "Schema generation error: invalid column type %s for %s.%s does not exist in DBO" msgstr "" #: Model/Model.php:1376 msgid "(Model::getColumnTypes) Unable to build model field data. If you are using a model without a database table, try implementing schema()" msgstr "" #: Model/Model.php:3561 msgid "Invalid join model settings in %s. The association parameter has the wrong type, expecting a string or array, but was passed type: %s" msgstr "" #: Model/Permission.php:87 msgid "%s - Failed ARO/ACO node lookup in permissions check. Node references:\nAro: %s\nAco: %s" msgstr "" #: Model/Permission.php:98 msgid "%s - Failed ACO node lookup in permissions check. Node references:\nAro: %s\nAco: %s" msgstr "" #: Model/Permission.php:109 msgid "ACO permissions key %s does not exist in %s" msgstr "" #: Model/Permission.php:180 msgid "%s - Invalid node" msgstr "" #: Model/Permission.php:198 msgid "Invalid permission key \"%s\"" msgstr "" #: Model/Behavior/AclBehavior.php:68 msgid "Callback %s not defined in %s" msgstr "" #: Model/Behavior/AclBehavior.php:85 msgid "AclBehavior is setup with more then one type, please specify type parameter for node()" msgstr "" #: Model/Behavior/ContainableBehavior.php:344 msgid "Model \"%s\" is not associated with model \"%s\"" msgstr "" #: Model/Behavior/TranslateBehavior.php:71 msgid "Datasource %s for TranslateBehavior of model %s is not connected" msgstr "" #: Model/Behavior/TranslateBehavior.php:590 msgid "You cannot bind a translation named \"name\"." msgstr "" #: Model/Behavior/TranslateBehavior.php:612 msgid "Association %s is already bound to model %s" msgstr "" #: Model/Datasource/CakeSession.php:489 msgid "Unable to configure the session, setting %s failed." msgstr "" #: Model/Datasource/CakeSession.php:523 msgid "Could not load %s to handle the session." msgstr "" #: Model/Datasource/CakeSession.php:529 msgid "Chosen SessionHandler does not implement CakeSessionHandlerInterface it cannot be used with an engine key." msgstr "" #: Model/Datasource/DboSource.php:257 msgid "Selected driver is not enabled" msgstr "" #: Model/Datasource/DboSource.php:1189 msgid "Error in Model %s" msgstr "" #: Model/Datasource/DboSource.php:2966 msgid "Invalid schema object" msgstr "" #: Model/Datasource/DboSource.php:3076 #: Model/Datasource/Database/Sqlite.php:403 msgid "Column name or type not defined in schema" msgstr "" #: Model/Datasource/DboSource.php:3081 #: Model/Datasource/Database/Sqlite.php:408 msgid "Column type %s does not exist" msgstr "" #: Model/Datasource/Database/Mysql.php:335 #: Model/Datasource/Database/Sqlserver.php:218 msgid "Could not describe table for %s" msgstr "" #: Model/Validator/CakeValidationRule.php:283 msgid "Could not find validation handler %s for %s" msgstr "" #: Network/CakeRequest.php:455 msgid "Method %s does not exist" msgstr "" #: Network/CakeResponse.php:624 msgid "Unknown status code" msgstr "" #: Network/CakeResponse.php:668 msgid "Invalid status code" msgstr "" #: Network/CakeResponse.php:1268 msgid "The requested file %s was not found or not readable" msgstr "" #: Network/CakeSocket.php:306 msgid "Connection timed out" msgstr "" #: Network/CakeSocket.php:374 msgid "Invalid encryption scheme chosen" msgstr "" #: Network/CakeSocket.php:387 msgid "Unable to perform enableCrypto operation on CakeSocket" msgstr "" #: Network/Email/CakeEmail.php:370 msgid "From requires only 1 email address." msgstr "" #: Network/Email/CakeEmail.php:385 msgid "Sender requires only 1 email address." msgstr "" #: Network/Email/CakeEmail.php:400 msgid "Reply-To requires only 1 email address." msgstr "" #: Network/Email/CakeEmail.php:415 msgid "Disposition-Notification-To requires only 1 email address." msgstr "" #: Network/Email/CakeEmail.php:430 msgid "Return-Path requires only 1 email address." msgstr "" #: Network/Email/CakeEmail.php:564;578;618;632 msgid "Invalid email: \"%s\"" msgstr "" #: Network/Email/CakeEmail.php:663;678 msgid "$headers should be an array." msgstr "" #: Network/Email/CakeEmail.php:883 msgid "Format not available." msgstr "" #: Network/Email/CakeEmail.php:918 msgid "Class \"%s\" not found." msgstr "" #: Network/Email/CakeEmail.php:920 msgid "The \"%s\" does not have a %s method." msgstr "" #: Network/Email/CakeEmail.php:941 msgid "Invalid format for Message-ID. The text should be something like \"\"" msgstr "" #: Network/Email/CakeEmail.php:1020 msgid "No file or data specified." msgstr "" #: Network/Email/CakeEmail.php:1023 msgid "No filename specified." msgstr "" #: Network/Email/CakeEmail.php:1029 msgid "File not found: \"%s\"" msgstr "" #: Network/Email/CakeEmail.php:1112 msgid "From is not specified." msgstr "" #: Network/Email/CakeEmail.php:1115 msgid "You need to specify at least one destination for to, cc or bcc." msgstr "" #: Network/Email/CakeEmail.php:1190 msgid "%s not found." msgstr "" #: Network/Email/CakeEmail.php:1194 msgid "Unknown email configuration \"%s\"." msgstr "" #: Network/Email/MailTransport.php:66;70 msgid "Could not send email." msgstr "" #: Network/Email/SmtpTransport.php:102 msgid "Unable to connect to SMTP server." msgstr "" #: Network/Email/SmtpTransport.php:123 msgid "SMTP server did not accept the connection or trying to connect to non TLS SMTP server using TLS." msgstr "" #: Network/Email/SmtpTransport.php:128 msgid "SMTP server did not accept the connection." msgstr "" #: Network/Email/SmtpTransport.php:144 msgid "SMTP server did not accept the username." msgstr "" #: Network/Email/SmtpTransport.php:147 msgid "SMTP server did not accept the password." msgstr "" #: Network/Email/SmtpTransport.php:150 msgid "SMTP authentication method not allowed, check if SMTP server requires TLS" msgstr "" #: Network/Email/SmtpTransport.php:152 msgid "SMTP does not require authentication." msgstr "" #: Network/Email/SmtpTransport.php:244 msgid "SMTP timeout." msgstr "" #: Network/Email/SmtpTransport.php:255 msgid "SMTP Error: %s" msgstr "" #: Network/Http/HttpResponse.php:23 msgid "HttpResponse is deprecated due to naming conflicts. Use HttpSocketResponse instead." msgstr "" #: Network/Http/HttpSocket.php:246 msgid "Invalid resource." msgstr "" #: Network/Http/HttpSocket.php:406 msgid "Class %s not found." msgstr "" #: Network/Http/HttpSocket.php:604 msgid "Unknown authentication method." msgstr "" #: Network/Http/HttpSocket.php:607 msgid "The %s does not support authentication." msgstr "" #: Network/Http/HttpSocket.php:633 msgid "Unknown authentication method for proxy." msgstr "" #: Network/Http/HttpSocket.php:636 msgid "The %s does not support proxy authentication." msgstr "" #: Network/Http/HttpSocket.php:888 msgid "HttpSocket::_buildRequestLine - Passed an invalid request line string. Activate quirks mode to do this." msgstr "" #: Network/Http/HttpSocket.php:906 msgid "HttpSocket::_buildRequestLine - The \"*\" asterisk character is only allowed for the following methods: %s. Activate quirks mode to work outside of HTTP/1.1 specs." msgstr "" #: Network/Http/HttpSocketResponse.php:153 msgid "Invalid response." msgstr "" #: Network/Http/HttpSocketResponse.php:157 msgid "Invalid HTTP response." msgstr "" #: Network/Http/HttpSocketResponse.php:225 msgid "HttpSocket::_decodeChunkedBody - Could not parse malformed chunk." msgstr "" #: Routing/Router.php:205 msgid "Route class not found, or route class is not a subclass of CakeRoute" msgstr "" #: Utility/CakeNumber.php:165 msgid "No unit type." msgstr "" #: Utility/ClassRegistry.php:116 msgid "(ClassRegistry::init() Attempted to create instance of a class with a numeric name" msgstr "" #: Utility/ClassRegistry.php:148 msgid "Cannot create instance of %s, as it is abstract or is an interface" msgstr "" #: Utility/ClassRegistry.php:189 msgid "(ClassRegistry::init() could not create instance of %s" msgstr "" #: Utility/Debugger.php:633 msgid "Invalid Debugger output format." msgstr "" #: Utility/Debugger.php:849 msgid "Please change the value of %s in %s to a salt value specific to your application." msgstr "" #: Utility/Debugger.php:853 msgid "Please change the value of %s in %s to a numeric (digits only) seed value specific to your application." msgstr "" #: Utility/Folder.php:385;408 msgid "%s changed to %s" msgstr "" #: Utility/Folder.php:389;410 msgid "%s NOT changed to %s" msgstr "" #: Utility/Folder.php:506 msgid "%s is a file" msgstr "" #: Utility/Folder.php:517;695 msgid "%s created" msgstr "" #: Utility/Folder.php:521 msgid "%s NOT created" msgstr "" #: Utility/Folder.php:593;601;613 msgid "%s removed" msgstr "" #: Utility/Folder.php:595;603;615 msgid "%s NOT removed" msgstr "" #: Utility/Folder.php:653 msgid "%s not found" msgstr "" #: Utility/Folder.php:662 msgid "%s not writable" msgstr "" #: Utility/Folder.php:678 msgid "%s copied to %s" msgstr "" #: Utility/Folder.php:680 msgid "%s NOT copied to %s" msgstr "" #: Utility/Folder.php:699 msgid "%s not created" msgstr "" #: Utility/ObjectCollection.php:128 msgid "Cannot use modParams with indexes that do not exist." msgstr "" #: Utility/Security.php:160 msgid "Invalid value, cost must be between %s and %s" msgstr "" #: Utility/Security.php:187;220 msgid "You cannot use an empty key for %s" msgstr "" #: Utility/Security.php:224 msgid "You must specify the operation for Security::rijndael(), either encrypt or decrypt" msgstr "" #: Utility/Security.php:228 msgid "You must use a key larger than 32 bytes for Security::rijndael()" msgstr "" #: Utility/Security.php:282 msgid "Invalid salt: %s for %s Please visit http://www.php.net/crypt and read the appropriate section for building %s salts." msgstr "" #: Utility/Validation.php:257 msgid "You must define the $operator parameter for %s" msgstr "" #: Utility/Validation.php:275 msgid "You must define a regular expression for %s" msgstr "" #: Utility/Validation.php:817 msgid "Could not find %s class, unable to complete validation." msgstr "" #: Utility/Validation.php:821 msgid "Method %s does not exist on %s unable to complete validation." msgstr "" #: Utility/Validation.php:915 msgid "Can not determine the mimetype." msgstr "" #: Utility/Xml.php:110;114;119 msgid "XML cannot be read." msgstr "" #: Utility/Xml.php:117;196 msgid "Invalid input." msgstr "" #: Utility/Xml.php:151 msgid "Xml cannot be read." msgstr "" #: Utility/Xml.php:200 msgid "The key of input must be alphanumeric" msgstr "" #: Utility/Xml.php:277;290 msgid "Invalid array" msgstr "" #: Utility/Xml.php:341 msgid "The input is not instance of SimpleXMLElement, DOMDocument or DOMNode." msgstr "" #: View/Helper.php:191 msgid "Method %1$s::%2$s does not exist" msgstr "" #: View/View.php:415 msgid "Element Not Found: %s" msgstr "" #: View/View.php:710 msgid "You cannot extend an element which does not exist (%s)." msgstr "" #: View/View.php:726 msgid "You cannot have views extend themselves." msgstr "" #: View/View.php:729 msgid "You cannot have views extend in a loop." msgstr "" #: View/View.php:912 msgid "The \"%s\" block was left open. Blocks are not allowed to cross files." msgstr "" #: View/Elements/sql_dump.ctp:83 msgid "Encountered unexpected %s. Cannot generate SQL log." msgstr "" #: View/Errors/fatal_error.ctp:21 msgid "Fatal Error" msgstr "" #: View/Errors/fatal_error.ctp:23 #: View/Errors/missing_action.ctp:22;26 #: View/Errors/missing_behavior.ctp:24;28 #: View/Errors/missing_component.ctp:24;28 #: View/Errors/missing_connection.ctp:22;33 #: View/Errors/missing_controller.ctp:24;28 #: View/Errors/missing_database.ctp:22;26 #: View/Errors/missing_datasource.ctp:24 #: View/Errors/missing_datasource_config.ctp:22 #: View/Errors/missing_helper.ctp:24;28 #: View/Errors/missing_layout.ctp:22;26 #: View/Errors/missing_plugin.ctp:22;26 #: View/Errors/missing_table.ctp:22 #: View/Errors/missing_view.ctp:22;26 #: View/Errors/pdo_error.ctp:22 #: View/Errors/private_action.ctp:22 #: View/Errors/scaffold_error.ctp:22 msgid "Error" msgstr "" #: View/Errors/fatal_error.ctp:27 msgid "File" msgstr "" #: View/Errors/fatal_error.ctp:31 msgid "Line" msgstr "" #: View/Errors/fatal_error.ctp:35 #: View/Errors/missing_action.ctp:41 #: View/Errors/missing_behavior.ctp:38 #: View/Errors/missing_component.ctp:38 #: View/Errors/missing_connection.ctp:38 #: View/Errors/missing_controller.ctp:38 #: View/Errors/missing_database.ctp:30 #: View/Errors/missing_datasource.ctp:31 #: View/Errors/missing_datasource_config.ctp:26 #: View/Errors/missing_helper.ctp:38 #: View/Errors/missing_layout.ctp:30 #: View/Errors/missing_plugin.ctp:42 #: View/Errors/missing_table.ctp:26 #: View/Errors/missing_view.ctp:30 #: View/Errors/pdo_error.ctp:36 #: View/Errors/private_action.ctp:26 #: View/Errors/scaffold_error.ctp:26 msgid "Notice" msgstr "" #: View/Errors/fatal_error.ctp:36 #: View/Errors/missing_action.ctp:42 #: View/Errors/missing_behavior.ctp:39 #: View/Errors/missing_component.ctp:39 #: View/Errors/missing_connection.ctp:39 #: View/Errors/missing_controller.ctp:39 #: View/Errors/missing_database.ctp:31 #: View/Errors/missing_datasource.ctp:32 #: View/Errors/missing_datasource_config.ctp:27 #: View/Errors/missing_helper.ctp:39 #: View/Errors/missing_layout.ctp:31 #: View/Errors/missing_plugin.ctp:43 #: View/Errors/missing_table.ctp:27 #: View/Errors/missing_view.ctp:31 #: View/Errors/pdo_error.ctp:37 #: View/Errors/private_action.ctp:27 #: View/Errors/scaffold_error.ctp:27 msgid "If you want to customize this error message, create %s" msgstr "" #: View/Errors/missing_action.ctp:21 msgid "Missing Method in %s" msgstr "" #: View/Errors/missing_action.ctp:23 msgid "The action %1$s is not defined in controller %2$s" msgstr "" #: View/Errors/missing_action.ctp:27 msgid "Create %1$s%2$s in file: %3$s." msgstr "" #: View/Errors/missing_behavior.ctp:22 msgid "Missing Behavior" msgstr "" #: View/Errors/missing_behavior.ctp:25 #: View/Errors/missing_component.ctp:25 #: View/Errors/missing_controller.ctp:25 #: View/Errors/missing_helper.ctp:25 msgid "%s could not be found." msgstr "" #: View/Errors/missing_behavior.ctp:29 #: View/Errors/missing_component.ctp:29 #: View/Errors/missing_controller.ctp:29 #: View/Errors/missing_helper.ctp:29 msgid "Create the class %s below in file: %s" msgstr "" #: View/Errors/missing_component.ctp:22 msgid "Missing Component" msgstr "" #: View/Errors/missing_connection.ctp:20 #: View/Errors/missing_database.ctp:20 msgid "Missing Database Connection" msgstr "" #: View/Errors/missing_connection.ctp:23 msgid "A Database connection using \"%s\" was missing or unable to connect." msgstr "" #: View/Errors/missing_connection.ctp:27 msgid "The database server returned this error: %s" msgstr "" #: View/Errors/missing_connection.ctp:34 msgid "%s driver is NOT enabled" msgstr "" #: View/Errors/missing_controller.ctp:22 msgid "Missing Controller" msgstr "" #: View/Errors/missing_database.ctp:23 msgid "Scaffold requires a database connection" msgstr "" #: View/Errors/missing_database.ctp:27 #: View/Errors/missing_layout.ctp:27 #: View/Errors/missing_view.ctp:27 msgid "Confirm you have created the file: %s" msgstr "" #: View/Errors/missing_datasource.ctp:22 msgid "Missing Datasource" msgstr "" #: View/Errors/missing_datasource.ctp:25 msgid "Datasource class %s could not be found." msgstr "" #: View/Errors/missing_datasource_config.ctp:20 msgid "Missing Datasource Configuration" msgstr "" #: View/Errors/missing_datasource_config.ctp:23 msgid "The datasource configuration %1$s was not found in database.php." msgstr "" #: View/Errors/missing_helper.ctp:22 msgid "Missing Helper" msgstr "" #: View/Errors/missing_layout.ctp:20 msgid "Missing Layout" msgstr "" #: View/Errors/missing_layout.ctp:23 msgid "The layout file %s can not be found or does not exist." msgstr "" #: View/Errors/missing_plugin.ctp:20 msgid "Missing Plugin" msgstr "" #: View/Errors/missing_plugin.ctp:23 msgid "The application is trying to load a file from the %s plugin" msgstr "" #: View/Errors/missing_plugin.ctp:27 msgid "Make sure your plugin %s is in the %s directory and was loaded" msgstr "" #: View/Errors/missing_plugin.ctp:35 msgid "Loading all plugins" msgstr "" #: View/Errors/missing_plugin.ctp:36 msgid "If you wish to load all plugins at once, use the following line in your %s file" msgstr "" #: View/Errors/missing_table.ctp:20 msgid "Missing Database Table" msgstr "" #: View/Errors/missing_table.ctp:23 msgid "Table %1$s for model %2$s was not found in datasource %3$s." msgstr "" #: View/Errors/missing_view.ctp:20 msgid "Missing View" msgstr "" #: View/Errors/missing_view.ctp:23 msgid "The view for %1$s%2$s was not found." msgstr "" #: View/Errors/pdo_error.ctp:20 msgid "Database Error" msgstr "" #: View/Errors/pdo_error.ctp:27 msgid "SQL Query" msgstr "" #: View/Errors/pdo_error.ctp:32 msgid "SQL Query Params" msgstr "" #: View/Errors/private_action.ctp:20 msgid "Private Method in %s" msgstr "" #: View/Errors/private_action.ctp:23 msgid "%s%s cannot be accessed directly." msgstr "" #: View/Errors/scaffold_error.ctp:20 msgid "Scaffold Error" msgstr "" #: View/Errors/scaffold_error.ctp:23 msgid "Method _scaffoldError in was not found in the controller" msgstr "" #: View/Helper/CacheHelper.php:158 msgid "Unable to write view cache file: \"%s\" for \"%s\"" msgstr "" #: View/Helper/FormHelper.php:1581 msgid "Missing field name for FormHelper::%s" msgstr "" #: View/Helper/HtmlHelper.php:1220 msgid "Cannot load the configuration file. Wrong \"configFile\" configuration." msgstr "" #: View/Helper/HtmlHelper.php:1226 msgid "Cannot load the configuration file. Unknown reader." msgstr "" #: View/Helper/JsHelper.php:154 msgid "JsHelper:: Missing Method %s is undefined" msgstr "" #: View/Helper/MootoolsEngineHelper.php:311 msgid "%s requires a \"drag\" option to properly function" msgstr "" #: View/Helper/NumberHelper.php:65 #: View/Helper/TextHelper.php:80 #: View/Helper/TimeHelper.php:63 msgid "%s could not be found" msgstr "" #: View/Helper/PaginatorHelper.php:99 msgid "%s does not implement a %s method, it is incompatible with %s" msgstr ""