cakephp2-php8/cake/locale/default.pot
phpnut c86f10b3e4 Updating default.pot file.
Correcting home.ctp

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5878 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-10-23 02:24:49 +00:00

1326 lines
36 KiB
Text

# SVN FILE: $Id$
# LANGUAGE translation of CakePHP Application
# CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/>
# Copyright 2006-2007, Cake Software Foundation, Inc.
# 1785 E. Sahara Avenue, Suite 490-204
# Las Vegas, Nevada 89104
#
# Generated from files:
# Revision: 5860 /dispatcher.php
# Revision: 5860 /console/error.php
# Revision: 5809 /libs/error.php
# Revision: 5858 /console/libs/acl.php
# Revision: 5669 /console/libs/i18n.php
# Revision: 5860 /libs/folder.php
# Revision: 5851 /console/libs/api.php
# Revision: 5851 /console/libs/schema.php
# Revision: 5860 /console/libs/shell.php
# Revision: 5857 /console/libs/tasks/project.php
# Revision: 5844 /console/libs/templates/skel/views/layouts/default.ctp
# Revision: 5844 /libs/view/templates/layouts/default.ctp
# Revision: 5777 /console/libs/templates/skel/webroot/test.php
# Revision: 5866 /libs/cache.php
# Revision: 5860 /libs/configure.php
# Revision: 5858 /libs/debugger.php
# Revision: 5510 /libs/view/templates/errors/missing_table.ctp
# Revision: 5510 /libs/view/templates/errors/missing_layout.ctp
# Revision: 5510 /libs/view/templates/errors/missing_helper_file.ctp
# Revision: 5510 /libs/view/templates/errors/missing_helper_class.ctp
# Revision: 5510 /libs/view/templates/errors/missing_component_file.ctp
# Revision: 5510 /libs/view/templates/errors/missing_component_class.ctp
# Revision: 5510 /libs/view/templates/errors/missing_model.ctp
# Revision: 5860 /libs/http_socket.php
# Revision: 5857 /libs/overloadable_php4.php
# Revision: 5857 /libs/overloadable_php5.php
# Revision: 5860 /libs/session.php
# Revision: 5860 /libs/validation.php
# Revision: 5860 /libs/cache/file.php
# Revision: 5860 /libs/controller/controller.php
# Revision: 5857 /libs/controller/components/auth.php
# Revision: 5839 /libs/controller/scaffold.php
# Revision: 5858 /libs/controller/components/acl.php
# Revision: 5870 /libs/controller/components/security.php
# Revision: 5857 /libs/model/connection_manager.php
# Revision: 5871 /libs/model/model.php
# Revision: 5860 /libs/model/datasources/dbo_source.php
# Revision: 5860 /libs/model/datasources/dbo/dbo_mysql.php
# Revision: 5860 /libs/view/helper.php
# Revision: 5874 /libs/view/view.php
# Revision: 5873 /libs/view/helpers/form.php
# Revision: 5873 /libs/view/templates/scaffolds/edit.ctp
# Revision: 5376 /libs/view/templates/scaffolds/index.ctp
# Revision: 5376 /libs/view/templates/scaffolds/view.ctp
# Revision: 5860 /libs/view/helpers/html.php
# Revision: 5851 /libs/view/helpers/session.php
# Revision: 5508 /libs/view/templates/elements/dump.ctp
# Revision: 5809 /libs/view/templates/errors/missing_action.ctp
# Revision: 5510 /libs/view/templates/errors/missing_connection.ctp
# Revision: 5510 /libs/view/templates/errors/missing_controller.ctp
# Revision: 5510 /libs/view/templates/errors/missing_scaffolddb.ctp
# Revision: 5510 /libs/view/templates/errors/missing_view.ctp
# Revision: 5510 /libs/view/templates/errors/private_action.ctp
# Revision: 5510 /libs/view/templates/errors/scaffold_error.ctp
# Revision: 5876 /libs/view/templates/pages/home.ctp
# Revision: 5769 /tests/cases/libs/file.test.php
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"POT-Creation-Date: 2007-10-22 21:21-0500\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\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"
#: /dispatcher.php:136
msgid "Was not found on this server"
msgstr ""
#: /dispatcher.php:306
msgid "Dispatcher::start - Controller::$beforeFilter property usage is deprecated and will no longer be supported. Use Controller::beforeFilter()."
msgstr ""
#: /console/error.php:86
#: /libs/error.php:134
msgid "The requested address %s was not found on this server."
msgstr ""
#: /console/error.php:98
msgid "Missing Controller '%s'"
msgstr ""
#: /console/error.php:109
msgid "Missing Method '%s' in '%s'"
msgstr ""
#: /console/error.php:120
msgid "Trying to access private method '%s' in '%s'"
msgstr ""
#: /console/error.php:131
msgid "Missing database table '%s' for model '%s'"
msgstr ""
#: /console/error.php:142
msgid "Missing Database"
msgstr ""
#: /console/error.php:153
msgid "Missing View '%s' for '%s' in '%s'"
msgstr ""
#: /console/error.php:164
msgid "Missing Layout '%s'"
msgstr ""
#: /console/error.php:175
msgid "Missing Database Connection. Try 'cake bake'"
msgstr ""
#: /console/error.php:186
msgid "Missing Helper file '%s' for '%s'"
msgstr ""
#: /console/error.php:197
msgid "Missing Helper class '%s' in '%s'"
msgstr ""
#: /console/error.php:208
msgid "Missing Component file '%s' for '%s'"
msgstr ""
#: /console/error.php:219
msgid "Missing Component class '%s' in '%s'"
msgstr ""
#: /console/error.php:230
msgid "Missing model '%s'"
msgstr ""
#: /console/libs/acl.php:79
msgid "Error: Your current Cake configuration is set to"
msgstr ""
#: /console/libs/acl.php:80
msgid "an ACL implementation other than DB. Please change"
msgstr ""
#: /console/libs/acl.php:81
msgid "your core config to reflect your decision to use"
msgstr ""
#: /console/libs/acl.php:82
msgid "DB_ACL before attempting to use this script"
msgstr ""
#: /console/libs/acl.php:84
msgid "Current ACL Classname: %s"
msgstr ""
#: /console/libs/acl.php:92
#: /console/libs/i18n.php:63
msgid "Your database configuration was not found. Take a moment to create one."
msgstr ""
#: /console/libs/acl.php:111
msgid "Available ACL commands:"
msgstr ""
#: /console/libs/acl.php:122
msgid "For help, run the 'help' command. For help on a specific command, run 'help <command>'"
msgstr ""
#: /console/libs/acl.php:151
msgid "Could not find parent node using reference \"%s\""
msgstr ""
#: /console/libs/acl.php:169
msgid "/ can not be used as an alias!"
msgstr ""
#: /console/libs/acl.php:169
msgid "\\t/ is the root, please supply a sub alias"
msgstr ""
#: /console/libs/acl.php:177
msgid "New %s '%s' created.\n"
msgstr ""
#: /console/libs/acl.php:179
msgid "There was a problem creating a new %s '%s'."
msgstr ""
#: /console/libs/acl.php:192
msgid "Node Not Deleted"
msgstr ""
#: /console/libs/acl.php:192
msgid "There was an error deleting the %s. Check that the node exists"
msgstr ""
#: /console/libs/acl.php:194
msgid "%s deleted"
msgstr ""
#: /console/libs/acl.php:207
msgid "Error in setting new parent. Please make sure the parent node exists, and is not a descendant of the node specified."
msgstr ""
#: /console/libs/acl.php:209
msgid "Node parent set to %s"
msgstr ""
#: /console/libs/acl.php:224
msgid "Supplied Node '%s' not found"
msgstr ""
#: /console/libs/acl.php:224;288;290;468
msgid "No tree returned."
msgstr ""
#: /console/libs/acl.php:242
msgid "Permission granted."
msgstr ""
#: /console/libs/acl.php:256
msgid "Requested permission successfully denied."
msgstr ""
#: /console/libs/acl.php:268
msgid "Requested permission successfully inherited."
msgstr ""
#: /console/libs/acl.php:288;290;468
#: /libs/folder.php:596
msgid "%s not found"
msgstr ""
#: /console/libs/acl.php:323
#: /console/libs/i18n.php:108
msgid "Initializing Database..."
msgstr ""
#: /console/libs/acl.php:324
msgid "Creating access control objects table (acos)..."
msgstr ""
#: /console/libs/acl.php:339
msgid "Creating access request objects table (aros)..."
msgstr ""
#: /console/libs/acl.php:354
msgid "Creating relationships table (aros_acos)..."
msgstr ""
#: /console/libs/acl.php:369
#: /console/libs/i18n.php:127
msgid "Done."
msgstr ""
#: /console/libs/acl.php:377
msgid "Usage: cake acl <command> <arg1> <arg2>..."
msgstr ""
#: /console/libs/acl.php:379
msgid "Commands:"
msgstr ""
#: /console/libs/acl.php:383
msgid "Creates a new ACL object <node> under the parent specified by <parent>, an id/alias."
msgstr ""
#: /console/libs/acl.php:384
msgid "The <parent> and <node> references can be in one of the following formats:"
msgstr ""
#: /console/libs/acl.php:385
msgid "<model>.<id> - The node will be bound to a specific record of the given model"
msgstr ""
#: /console/libs/acl.php:386
msgid "<alias> - The node will be given a string alias (or path, in the case of <parent>),"
msgstr ""
#: /console/libs/acl.php:387
msgid "i.e. 'John'. When used with <parent>, this takes the form of an alias path,"
msgstr ""
#: /console/libs/acl.php:388
msgid "i.e. <group>/<subgroup>/<parent>."
msgstr ""
#: /console/libs/acl.php:389
msgid "To add a node at the root level, enter 'root' or '/' as the <parent> parameter."
msgstr ""
#: /console/libs/acl.php:392
msgid "Deletes the ACL object with the given <node> reference (see 'create' for info on node references)."
msgstr ""
#: /console/libs/acl.php:395
msgid "Moves the ACL object specified by <node> beneath the parent ACL object specified by <parent>."
msgstr ""
#: /console/libs/acl.php:398
msgid "Returns the path to the ACL object specified by <node>. This command"
msgstr ""
#: /console/libs/acl.php:399
msgid "is useful in determining the inhertiance of permissions for a certain"
msgstr ""
#: /console/libs/acl.php:400
msgid "object in the tree."
msgstr ""
#: /console/libs/acl.php:402
msgid "or"
msgstr ""
#: /console/libs/acl.php:402
msgid "(quotes required)"
msgstr ""
#: /console/libs/acl.php:403
msgid "Use this command to grant ACL permissions. Once executed, the ARO"
msgstr ""
#: /console/libs/acl.php:404
msgid "specified (and its children, if any) will have ALLOW access to the"
msgstr ""
#: /console/libs/acl.php:405;410
msgid "specified ACO action (and the ACO's children, if any)."
msgstr ""
#: /console/libs/acl.php:408
msgid "Use this command to deny ACL permissions. Once executed, the ARO"
msgstr ""
#: /console/libs/acl.php:409
msgid "specified (and its children, if any) will have DENY access to the"
msgstr ""
#: /console/libs/acl.php:413
msgid "Use this command to force a child ARO object to inherit its"
msgstr ""
#: /console/libs/acl.php:414
msgid "permissions settings from its parent."
msgstr ""
#: /console/libs/acl.php:417
msgid "The view command will return the ARO or ACO tree. The optional"
msgstr ""
#: /console/libs/acl.php:418
msgid "id/alias parameter allows you to return only a portion of the requested tree."
msgstr ""
#: /console/libs/acl.php:421
msgid "Use this command to create the database tables needed to use DB ACL."
msgstr ""
#: /console/libs/acl.php:424
msgid "Displays this help message, or a message on a specific command."
msgstr ""
#: /console/libs/acl.php:435
msgid "Command '%s' not found"
msgstr ""
#: /console/libs/acl.php:448
msgid "Missing/Unknown node type: '%s'"
msgstr ""
#: /console/libs/acl.php:448
msgid "Please specify which ACL object type you wish to create."
msgstr ""
#: /console/libs/api.php:96
msgid "Path %s could not be accessed"
msgstr ""
#: /console/libs/api.php:123
msgid "No file for class %s could be found"
msgstr ""
#: /console/libs/i18n.php:74
msgid "I18n Shell"
msgstr ""
#: /console/libs/i18n.php:76
msgid "[E]xtract POT file from sources"
msgstr ""
#: /console/libs/i18n.php:77
msgid "[I]nitialize i18n database table"
msgstr ""
#: /console/libs/i18n.php:78
msgid "[H]elp"
msgstr ""
#: /console/libs/i18n.php:79
msgid "[Q]uit"
msgstr ""
#: /console/libs/i18n.php:81
msgid "What would you like to do?"
msgstr ""
#: /console/libs/i18n.php:96
msgid "You have made an invalid selection. Please choose a command to execute by entering E, I, H, or Q."
msgstr ""
#: /console/libs/i18n.php:109
msgid "Creating i18n table ..."
msgstr ""
#: /console/libs/i18n.php:136
msgid "I18n Shell:"
msgstr ""
#: /console/libs/i18n.php:138
msgid "I18n Shell initializes i18n database table for your application"
msgstr ""
#: /console/libs/i18n.php:139
msgid "and generates .pot file(s) with translations."
msgstr ""
#: /console/libs/i18n.php:141
msgid "usage:"
msgstr ""
#: /console/libs/migrate.php:75
msgid "Migrations files updated."
msgstr ""
#: /console/libs/migrate.php:78
msgid "Migrations could not be created"
msgstr ""
#: /console/libs/migrate.php:185
msgid "Comparing database table %s ..."
msgstr ""
#: /console/libs/migrate.php:224
msgid "Current database table %s is up to date."
msgstr ""
#: /console/libs/migrate.php:228
msgid "Adding migration revision %d for table %s."
msgstr ""
#: /console/libs/migrate.php:235
msgid "No arguments passed to revert"
msgstr ""
#: /console/libs/migrate.php:239;244
msgid "Use: migrate <table> <revision number>"
msgstr ""
#: /console/libs/migrate.php:260
#: /console/libs/schema.php:170;208
msgid "Database updated"
msgstr ""
#: /console/libs/migrate.php:263
#: /console/libs/schema.php:211
msgid "Database could not be updated"
msgstr ""
#: /console/libs/schema.php:76
msgid "Schema could not be found"
msgstr ""
#: /console/libs/schema.php:90
msgid "Schema file created."
msgstr ""
#: /console/libs/schema.php:93
msgid "Schema could not be created"
msgstr ""
#: /console/libs/schema.php:123
msgid "SQL dump file created in %s"
msgstr ""
#: /console/libs/schema.php:126
msgid "SQL dump could not be created"
msgstr ""
#: /console/libs/schema.php:196
msgid "Current database is up to date."
msgstr ""
#: /console/libs/shell.php:420
msgid "Creating file %s"
msgstr ""
#: /console/libs/shell.php:422
msgid "File exists, overwrite?"
msgstr ""
#: /console/libs/shell.php:424
msgid "Quitting."
msgstr ""
#: /console/libs/shell.php:429
msgid "Skip"
msgstr ""
#: /console/libs/shell.php:438
msgid "Wrote"
msgstr ""
#: /console/libs/shell.php:441
msgid "Error! Could not write to"
msgstr ""
#: /console/libs/tasks/project.php:161
msgid "Created: %s in %s"
msgstr ""
#: /console/libs/templates/skel/views/layouts/default.ctp:31
#: /libs/view/templates/layouts/default.ctp:31
msgid "CakePHP: the rapid development php framework:"
msgstr ""
#: /console/libs/templates/skel/views/layouts/default.ctp:45;59
#: /libs/view/templates/layouts/default.ctp:45;59
msgid "CakePHP: the rapid development php framework"
msgstr ""
#: /console/libs/templates/skel/webroot/test.php:68
msgid "Debug setting does not allow access to this url."
msgstr ""
#: /libs/cache.php:382
msgid "Method write() not implemented in %s"
msgstr ""
#: /libs/cache.php:392
msgid "Method read() not implemented in %s"
msgstr ""
#: /libs/configure.php:307
msgid "Configure::load() - no variable $config found in %s.php"
msgstr ""
#: /libs/configure.php:538
msgid "Can't find application core file. Please create %score.php, and make sure it is readable by PHP."
msgstr ""
#: /libs/configure.php:542
msgid "Can't find application bootstrap file. Please create %sbootstrap.php, and make sure it is readable by PHP."
msgstr ""
#: /libs/debugger.php:424
msgid "Please change the value of 'Security.salt' in app/config/core.php to a salt value specific to your application"
msgstr ""
#: /libs/error.php:133
msgid "Not found"
msgstr ""
#: /libs/error.php:154
msgid "Missing Controller"
msgstr ""
#: /libs/error.php:173
msgid "Missing Method in Controller"
msgstr ""
#: /libs/error.php:192
msgid "Trying to access private method in class"
msgstr ""
#: /libs/error.php:210
#: /libs/view/templates/errors/missing_table.ctp:27
msgid "Missing Database Table"
msgstr ""
#: /libs/error.php:226
msgid "Scaffold Missing Database Connection"
msgstr ""
#: /libs/error.php:246
msgid "Missing View"
msgstr ""
#: /libs/error.php:265
#: /libs/view/templates/errors/missing_layout.ctp:27
msgid "Missing Layout"
msgstr ""
#: /libs/error.php:282
msgid "Missing Database Connection"
msgstr ""
#: /libs/error.php:301
#: /libs/view/templates/errors/missing_helper_file.ctp:27
msgid "Missing Helper File"
msgstr ""
#: /libs/error.php:320
#: /libs/view/templates/errors/missing_helper_class.ctp:27
msgid "Missing Helper Class"
msgstr ""
#: /libs/error.php:340
#: /libs/view/templates/errors/missing_component_file.ctp:27
msgid "Missing Component File"
msgstr ""
#: /libs/error.php:360
#: /libs/view/templates/errors/missing_component_class.ctp:27
msgid "Missing Component Class"
msgstr ""
#: /libs/error.php:378
#: /libs/view/templates/errors/missing_model.ctp:27
msgid "Missing Model"
msgstr ""
#: /libs/folder.php:380;400
msgid "%s changed to %s"
msgstr ""
#: /libs/folder.php:383;402
msgid "%s NOT changed to %s"
msgstr ""
#: /libs/folder.php:481
msgid "%s is a file"
msgstr ""
#: /libs/folder.php:489;629
msgid "%s created"
msgstr ""
#: /libs/folder.php:492
msgid "%s NOT created"
msgstr ""
#: /libs/folder.php:555;571
msgid "%s removed"
msgstr ""
#: /libs/folder.php:557;568
msgid "%s NOT removed"
msgstr ""
#: /libs/folder.php:605
msgid "%s not writable"
msgstr ""
#: /libs/folder.php:620
msgid "%s copied to %s"
msgstr ""
#: /libs/folder.php:622
msgid "%s NOT copied to %s"
msgstr ""
#: /libs/folder.php:633
msgid "%s not created"
msgstr ""
#: /libs/http_socket.php:374
msgid "HttpSocket::decodeBody - Unknown encoding: %s. Activate quirks mode to surpress error."
msgstr ""
#: /libs/http_socket.php:399
msgid "HttpSocket::decodeChunkedBody - Could not parse malformed chunk. Activate quirks mode to do this."
msgstr ""
#: /libs/http_socket.php:645
msgid "HttpSocket::buildRequestLine - Passed an invalid request line string. Activate quirks mode to do this."
msgstr ""
#: /libs/http_socket.php:660
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 ""
#: /libs/overloadable_php4.php:82;134
#: /libs/overloadable_php5.php:57;82
msgid "Magic method handler call__ not defined in %s"
msgstr ""
#: /libs/session.php:434
msgid "You must set the all Configure::write('Session.*') in core.php to use database storage"
msgstr ""
#: /libs/validation.php:322
msgid "You must define the $operator parameter for Validation::comparison()"
msgstr ""
#: /libs/validation.php:345
msgid "You must define a regular expression for Validation::custom()"
msgstr ""
#: /libs/cache/file.php:81
msgid "%s is not writable"
msgstr ""
#: /libs/controller/controller.php:289
msgid "Controller::__construct() : Can not get or parse my own class name, exiting."
msgstr ""
#: /libs/controller/controller.php:566
#: /libs/controller/components/auth.php:447
msgid "%s::isAuthorized() is not defined."
msgstr ""
#: /libs/controller/controller.php:734
msgid "Method generateFieldNames() is deprecated in %s: see FormHelper::create()"
msgstr ""
#: /libs/controller/controller.php:1097
msgid "Controller::paginate() - can't find model %s in controller %sController"
msgstr ""
#: /libs/controller/scaffold.php:172
msgid "Scaffold :: "
msgstr ""
#: /libs/controller/scaffold.php:208;211
msgid "No id set for %s::view()"
msgstr ""
#: /libs/controller/scaffold.php:258
msgid "updated"
msgstr ""
#: /libs/controller/scaffold.php:261
msgid "saved"
msgstr ""
#: /libs/controller/scaffold.php:267;270
msgid "Invalid id for %s::edit()"
msgstr ""
#: /libs/controller/scaffold.php:287;290
msgid "The %1$s has been %2$s"
msgstr ""
#: /libs/controller/scaffold.php:297
msgid "Please correct errors below."
msgstr ""
#: /libs/controller/scaffold.php:339;342
msgid "No id set for %s::delete()"
msgstr ""
#: /libs/controller/scaffold.php:348;351
msgid "The %1$s with id: %2$d has been deleted."
msgstr ""
#: /libs/controller/scaffold.php:355;358
msgid "There was an error deleting the %1$s with id: %2$d"
msgstr ""
#: /libs/controller/components/acl.php:58
msgid "Could not find %s."
msgstr ""
#: /libs/controller/components/acl.php:211
msgid "[acl_base] The AclBase class constructor has been called, or the class was instantiated. This class must remain abstract. Please refer to the Cake docs for ACL configuration."
msgstr ""
#: /libs/controller/components/acl.php:293
msgid "ACO permissions key %s does not exist in DB_ACL::check()"
msgstr ""
#: /libs/controller/components/acl.php:356
msgid "DB_ACL::allow() - Invalid node"
msgstr ""
#: /libs/controller/components/auth.php:229
msgid "Login failed. Invalid username or password."
msgstr ""
#: /libs/controller/components/auth.php:230
msgid "You are not authorized to access that location."
msgstr ""
#: /libs/controller/components/auth.php:329
msgid "Could not find AclComponent. Please include Acl in Controller::$components."
msgstr ""
#: /libs/controller/components/auth.php:367
msgid "Could not find $userModel. Please set AuthComponent::$userModel in beforeFilter()."
msgstr ""
#: /libs/controller/components/auth.php:422
msgid "Auth::startup() - Attempted access of un-mapped action \"%s\" in controller \"%s\""
msgstr ""
#: /libs/controller/components/auth.php:441
msgid "Could not find %s. Set AuthComponent::$object in beforeFilter() or pass a valid object"
msgstr ""
#: /libs/controller/components/auth.php:455
msgid "Auth::isAuthorized() - $authorize is set to an incorrect value. Allowed settings are: \"actions\", \"crud\", \"model\" or null."
msgstr ""
#: /libs/controller/components/auth.php:676;692
msgid "Auth::getModel() - %s is not set or could not be found"
msgstr ""
#: /libs/controller/components/security.php:231
msgid "SecurityComponent::loginCredentials() - Server does not support digest authentication"
msgstr ""
#: /libs/model/connection_manager.php:110
msgid "ConnectionManager::getDataSource - Non-existent data source %s"
msgstr ""
#: /libs/model/connection_manager.php:172
msgid "Unable to load DataSource file %s.php"
msgstr ""
#: /libs/model/model.php:902
msgid "(Model::getColumnTypes) Unable to build model field data. If you are using a model without a database table, try implementing loadInfo()"
msgstr ""
#: /libs/model/model.php:1745
msgid "(Model::validates) Parameter usage is deprecated, set the $data property instead"
msgstr ""
#: /libs/model/model.php:1778
msgid "(Model::invalidFields) Parameter usage is deprecated, set the $data property instead"
msgstr ""
#: /libs/model/model.php:1815
msgid "This field cannot be left blank"
msgstr ""
#: /libs/model/datasources/dbo_source.php:672
msgid "SQL Error in model %s:"
msgstr ""
#: /libs/model/datasources/dbo/dbo_mysql.php:492;586
msgid "Invalid schema object"
msgstr ""
#: /libs/view/helper.php:148
msgid "Method %1$s::%2$s does not exist"
msgstr ""
#: /libs/view/view.php:339
msgid "Error in view %s, got: <blockquote>%s</blockquote>"
msgstr ""
#: /libs/view/view.php:486
msgid "Error in layout %s, got: <blockquote>%s</blockquote>"
msgstr ""
#: /libs/view/helpers/form.php:127;130
msgid "(FormHelper::create) Unable to use model field data. If you are using a model without a database table, try implementing loadInfo()"
msgstr ""
#: /libs/view/helpers/form.php:248;921
#: /libs/view/templates/scaffolds/edit.ctp:31
msgid "Submit"
msgstr ""
#: /libs/view/helpers/form.php:451
#: /libs/view/templates/scaffolds/edit.ctp:50
#: /libs/view/templates/scaffolds/index.ctp:101
#: /libs/view/templates/scaffolds/view.ctp:66;78
msgid "New"
msgstr ""
#: /libs/view/helpers/form.php:453
#: /libs/view/templates/scaffolds/index.ctp:72
#: /libs/view/templates/scaffolds/view.ctp:63;115;166
msgid "Edit"
msgstr ""
#: /libs/view/helpers/form.php:893
msgid "Don't use me yet"
msgstr ""
#: /libs/view/helpers/html.php:403
msgid "(HtmlHelper::radio) Deprecated: Use FormHelper::radio instead"
msgstr ""
#: /libs/view/helpers/html.php:561
msgid "Method password() is deprecated in %s: see FormHelper::input or FormHelper::password"
msgstr ""
#: /libs/view/helpers/html.php:576
msgid "Method textarea() is deprecated in %s: see FormHelper::input or FormHelper::textarea"
msgstr ""
#: /libs/view/helpers/html.php:598
msgid "Method checkbox() is deprecated in %s: see FormHelper::input or FormHelper::checkbox"
msgstr ""
#: /libs/view/helpers/html.php:640
msgid "Method hidden() is deprecated in %s: see FormHelper::input or FormHelper::hidden"
msgstr ""
#: /libs/view/helpers/html.php:652
msgid "Method input() is deprecated in %s: see FormHelper::input or FormHelper::text"
msgstr ""
#: /libs/view/helpers/html.php:673
msgid "Method tagValue() is deprecated in %s: see Helper::value"
msgstr ""
#: /libs/view/helpers/html.php:687
msgid "Method validate() is deprecated in %s: see FormHelper::errors"
msgstr ""
#: /libs/view/helpers/html.php:699
msgid "Method validateErrors() is deprecated in %s: see FormHelper::errors"
msgstr ""
#: /libs/view/helpers/html.php:718
msgid "Method tagErrorMsg() is deprecated in %s: see FormHelper::error"
msgstr ""
#: /libs/view/helpers/session.php:172
msgid "You can not write to a Session from the view"
msgstr ""
#: /libs/view/templates/elements/dump.ctp:28
msgid "Controller dump:"
msgstr ""
#: /libs/view/templates/errors/missing_action.ctp:28
msgid "Missing Method in %s"
msgstr ""
#: /libs/view/templates/errors/missing_action.ctp:29
msgid "You are seeing this error because the action <em>%1$s</em> is not defined in controller <em>%2$s</em>"
msgstr ""
#: /libs/view/templates/errors/missing_action.ctp:30
#: /libs/view/templates/errors/missing_connection.ctp:31
msgid "If you want to customize this error message, create %s."
msgstr ""
#: /libs/view/templates/errors/missing_action.ctp:31
#: /libs/view/templates/errors/missing_component_class.ctp:33
#: /libs/view/templates/errors/missing_component_file.ctp:31
#: /libs/view/templates/errors/missing_connection.ctp:32
#: /libs/view/templates/errors/missing_controller.ctp:32
#: /libs/view/templates/errors/missing_helper_class.ctp:31
#: /libs/view/templates/errors/missing_helper_file.ctp:31
#: /libs/view/templates/errors/missing_layout.ctp:31
#: /libs/view/templates/errors/missing_model.ctp:31
#: /libs/view/templates/errors/missing_scaffolddb.ctp:31
#: /libs/view/templates/errors/missing_view.ctp:31
msgid "Fatal"
msgstr ""
#: /libs/view/templates/errors/missing_action.ctp:32
msgid "Confirm you have created the %1$s::%2$s in file : %3$s."
msgstr ""
#: /libs/view/templates/errors/missing_component_class.ctp:29
msgid "You are seeing this error because the component class <em>%1$s</em> you have set in <em>%2$s</em> can't be found or doesn't exist."
msgstr ""
#: /libs/view/templates/errors/missing_component_class.ctp:31
#: /libs/view/templates/errors/missing_component_file.ctp:29
#: /libs/view/templates/errors/missing_connection.ctp:30
#: /libs/view/templates/errors/missing_controller.ctp:30
#: /libs/view/templates/errors/missing_helper_class.ctp:29
#: /libs/view/templates/errors/missing_helper_file.ctp:29
#: /libs/view/templates/errors/missing_layout.ctp:29
#: /libs/view/templates/errors/missing_model.ctp:29
#: /libs/view/templates/errors/missing_scaffolddb.ctp:29
#: /libs/view/templates/errors/missing_table.ctp:29
#: /libs/view/templates/errors/missing_view.ctp:29
#: /libs/view/templates/errors/private_action.ctp:29
#: /libs/view/templates/errors/scaffold_error.ctp:29
msgid "Notice"
msgstr ""
#: /libs/view/templates/errors/missing_component_class.ctp:32
#: /libs/view/templates/errors/missing_component_file.ctp:30
#: /libs/view/templates/errors/missing_controller.ctp:31
#: /libs/view/templates/errors/missing_helper_class.ctp:30
#: /libs/view/templates/errors/missing_helper_file.ctp:30
#: /libs/view/templates/errors/missing_layout.ctp:30
#: /libs/view/templates/errors/missing_model.ctp:30
#: /libs/view/templates/errors/missing_scaffolddb.ctp:30
#: /libs/view/templates/errors/missing_table.ctp:30
#: /libs/view/templates/errors/missing_view.ctp:30
#: /libs/view/templates/errors/private_action.ctp:30
#: /libs/view/templates/errors/scaffold_error.ctp:30
msgid "If you want to customize this error message, create %s"
msgstr ""
#: /libs/view/templates/errors/missing_component_class.ctp:34
#: /libs/view/templates/errors/missing_component_file.ctp:32
#: /libs/view/templates/errors/missing_controller.ctp:33
#: /libs/view/templates/errors/missing_helper_class.ctp:32
#: /libs/view/templates/errors/missing_helper_file.ctp:32
#: /libs/view/templates/errors/missing_model.ctp:32
msgid "Create the class below in file: %s"
msgstr ""
#: /libs/view/templates/errors/missing_component_file.ctp:28
msgid "You are seeing this error because the component file can not be found or does not exist."
msgstr ""
#: /libs/view/templates/errors/missing_connection.ctp:27
msgid "Requires a Database Connection"
msgstr ""
#: /libs/view/templates/errors/missing_connection.ctp:28;33
msgid "Confirm you have created the file : %s."
msgstr ""
#: /libs/view/templates/errors/missing_connection.ctp:29
msgid "Missing Database Connection: %s requires a database connection"
msgstr ""
#: /libs/view/templates/errors/missing_controller.ctp:27
msgid "Missing controller"
msgstr ""
#: /libs/view/templates/errors/missing_controller.ctp:28
msgid "You are seeing this error because controller <em>%s</em> could not be found."
msgstr ""
#: /libs/view/templates/errors/missing_helper_class.ctp:28
msgid "You are seeing this error because the view helper class <em>%s</em> can not be found or does not exist."
msgstr ""
#: /libs/view/templates/errors/missing_helper_file.ctp:28
msgid "You are seeing this error because the view helper file %s can not be found or does not exist."
msgstr ""
#: /libs/view/templates/errors/missing_layout.ctp:28
msgid "You are seeing this error because the layout file %s can not be found or does not exist."
msgstr ""
#: /libs/view/templates/errors/missing_layout.ctp:32
#: /libs/view/templates/errors/missing_scaffolddb.ctp:32
#: /libs/view/templates/errors/missing_view.ctp:32
msgid "Confirm you have created the file: %s"
msgstr ""
#: /libs/view/templates/errors/missing_model.ctp:28
msgid "No class found for the <em>%s</em> model."
msgstr ""
#: /libs/view/templates/errors/missing_scaffolddb.ctp:27
msgid "Scaffold Requires a Database Connection"
msgstr ""
#: /libs/view/templates/errors/missing_scaffolddb.ctp:28
msgid "Missing Database Connection: Scaffold Does not work without a database connection"
msgstr ""
#: /libs/view/templates/errors/missing_table.ctp:28
msgid "No Database table for model %1$s (expected %2$s), create it first."
msgstr ""
#: /libs/view/templates/errors/missing_view.ctp:27
msgid "Missing view"
msgstr ""
#: /libs/view/templates/errors/missing_view.ctp:28
msgid "You are seeing this error because the view for <em>%1$s::%2$s()</em>, could not be found."
msgstr ""
#: /libs/view/templates/errors/private_action.ctp:27
msgid "Private Method in %s"
msgstr ""
#: /libs/view/templates/errors/private_action.ctp:28
msgid "You are seeing this error because the private class method <em>%s</em> should not be accessed directly."
msgstr ""
#: /libs/view/templates/errors/scaffold_error.ctp:27
msgid "Scaffold Error"
msgstr ""
#: /libs/view/templates/errors/scaffold_error.ctp:28
msgid "Your must implement the following method in your controller"
msgstr ""
#: /libs/view/templates/pages/home.ctp:36
msgid "Your tmp directory is writable."
msgstr ""
#: /libs/view/templates/pages/home.ctp:38
msgid "Your tmp directory is NOT writable."
msgstr ""
#: /libs/view/templates/pages/home.ctp:47
msgid "Your cache is set up and initialized properly."
msgstr ""
#: /libs/view/templates/pages/home.ctp:50
msgid "%s is being used to cache, to change this edit config/core.php "
msgstr ""
#: /libs/view/templates/pages/home.ctp:60
msgid "Your cache is NOT working."
msgstr ""
#: /libs/view/templates/pages/home.ctp:63
msgid "Edit: config/core.php to insure you have the newset version of this file and the variable $cakeCache set properly"
msgstr ""
#: /libs/view/templates/pages/home.ctp:65
msgid "Your cache directory is not writable"
msgstr ""
#: /libs/view/templates/pages/home.ctp:76
msgid "Your database configuration file is present."
msgstr ""
#: /libs/view/templates/pages/home.ctp:79
msgid "Your database configuration file is NOT present."
msgstr ""
#: /libs/view/templates/pages/home.ctp:81
msgid "Rename config/database.php.default to config/database.php"
msgstr ""
#: /libs/view/templates/pages/home.ctp:96
msgid "Cake is able to connect to the database."
msgstr ""
#: /libs/view/templates/pages/home.ctp:98
msgid "Cake is NOT able to connect to the database."
msgstr ""
#: /libs/view/templates/pages/home.ctp:104
msgid "Release Notes for CakePHP %s."
msgstr ""
#: /libs/view/templates/pages/home.ctp:105
msgid "Read the release notes and get the latest version"
msgstr ""
#: /libs/view/templates/pages/home.ctp:106
msgid "Editing this Page"
msgstr ""
#: /libs/view/templates/pages/home.ctp:109
msgid "To change the content of this page, edit: app/views/pages/home.ctp.<br />\r\nTo change its layout, edit: app/views/layouts/default.ctp.<br />\r\nYou can also add some CSS styles for your pages at: /app/webroot/css."
msgstr ""
#: /libs/view/templates/pages/home.ctp:114
msgid "Getting Started"
msgstr ""
#: /libs/view/templates/pages/home.ctp:116
msgid "The 15 min Blog Tutorial"
msgstr ""
#: /libs/view/templates/pages/home.ctp:117
msgid "The OCPHP presentation on new features in 1.2"
msgstr ""
#: /libs/view/templates/pages/home.ctp:119
msgid "More about Cake"
msgstr ""
#: /libs/view/templates/pages/home.ctp:121
msgid "CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC."
msgstr ""
#: /libs/view/templates/pages/home.ctp:124
msgid "Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility."
msgstr ""
#: /libs/view/templates/pages/home.ctp:128
msgid "Cake Software Foundation"
msgstr ""
#: /libs/view/templates/pages/home.ctp:129
msgid "Promoting development related to CakePHP"
msgstr ""
#: /libs/view/templates/pages/home.ctp:130
msgid "The Show"
msgstr ""
#: /libs/view/templates/pages/home.ctp:131
msgid "The Show is a weekly live internet radio broadcast where we discuss CakePHP-related topics and answer questions live via IRC, Skype, and telephone."
msgstr ""
#: /libs/view/templates/pages/home.ctp:132
msgid "The Bakery"
msgstr ""
#: /libs/view/templates/pages/home.ctp:133
msgid "Everything CakePHP"
msgstr ""
#: /libs/view/templates/pages/home.ctp:134
msgid "Book Store"
msgstr ""
#: /libs/view/templates/pages/home.ctp:135
msgid "Recommended Software Books"
msgstr ""
#: /libs/view/templates/pages/home.ctp:136
msgid "CakeSchwag"
msgstr ""
#: /libs/view/templates/pages/home.ctp:137
msgid "Get your own CakePHP gear - Doughnate to Cake"
msgstr ""
#: /libs/view/templates/pages/home.ctp:138
msgid "CakePHP"
msgstr ""
#: /libs/view/templates/pages/home.ctp:139
msgid "The Rapid Development Framework"
msgstr ""
#: /libs/view/templates/pages/home.ctp:140
msgid "CakePHP Manual"
msgstr ""
#: /libs/view/templates/pages/home.ctp:141
msgid "Your Rapid Development Cookbook"
msgstr ""
#: /libs/view/templates/pages/home.ctp:142
msgid "CakePHP API"
msgstr ""
#: /libs/view/templates/pages/home.ctp:143
msgid "Docblock Your Best Friend"
msgstr ""
#: /libs/view/templates/pages/home.ctp:144
msgid "CakeForge"
msgstr ""
#: /libs/view/templates/pages/home.ctp:145
msgid "Open Development for CakePHP"
msgstr ""
#: /libs/view/templates/pages/home.ctp:146
msgid "CakePHP Trac"
msgstr ""
#: /libs/view/templates/pages/home.ctp:147
msgid "For the Development of CakePHP (Tickets, SVN browser, Roadmap, Changelogs)"
msgstr ""
#: /libs/view/templates/pages/home.ctp:148
msgid "CakePHP Google Group"
msgstr ""
#: /libs/view/templates/pages/home.ctp:149
msgid "Community mailing list"
msgstr ""
#: /libs/view/templates/pages/home.ctp:151
msgid "Live chat about CakePHP"
msgstr ""
#: /libs/view/templates/scaffolds/edit.ctp:36
#: /libs/view/templates/scaffolds/index.ctp:73
#: /libs/view/templates/scaffolds/view.ctp:64;167
msgid "Delete"
msgstr ""
#: /libs/view/templates/scaffolds/edit.ctp:36
#: /libs/view/templates/scaffolds/index.ctp:73
#: /libs/view/templates/scaffolds/view.ctp:64;167
msgid "Are you sure you want to delete"
msgstr ""
#: /libs/view/templates/scaffolds/edit.ctp:38;49
#: /libs/view/templates/scaffolds/index.ctp:100
#: /libs/view/templates/scaffolds/view.ctp:65;77
msgid "List"
msgstr ""
#: /libs/view/templates/scaffolds/index.ctp:39
msgid "Actions"
msgstr ""
#: /libs/view/templates/scaffolds/index.ctp:71
#: /libs/view/templates/scaffolds/view.ctp:165
msgid "View"
msgstr ""
#: /libs/view/templates/scaffolds/index.ctp:83
msgid "previous"
msgstr ""
#: /libs/view/templates/scaffolds/index.ctp:85
msgid "next"
msgstr ""
#: /libs/view/templates/scaffolds/view.ctp:28
msgid "View %s"
msgstr ""
#: /libs/view/templates/scaffolds/view.ctp:97;137
msgid "Related %s"
msgstr ""
#: /libs/view/templates/scaffolds/view.ctp:176
msgid "New %s"
msgstr ""
#: /tests/cases/libs/file.test.php:261
msgid "[FileTest] Skipping %s because \"%s\" not writeable!"
msgstr ""