diff --git a/cake/locale/default.pot b/cake/locale/default.pot
deleted file mode 100644
index e482de031..000000000
--- a/cake/locale/default.pot
+++ /dev/null
@@ -1,1430 +0,0 @@
-# SVN FILE: $Id$
-# Language translation of CakePHP Core
-# CakePHP(tm) : Rapid Development Framework
-# Copyright 2006-2007, Cake Software Foundation, Inc.
-# 1785 E. Sahara Avenue, Suite 490-204
-# Las Vegas, Nevada 89104
-#
-# Generated from files:
-# Revision: 6001 /cake/dispatcher.php
-# Revision: 5860 /cake/console/error.php
-# Revision: 6001 /cake/libs/error.php
-# Revision: 5912 /cake/console/libs/acl.php
-# Revision: 5669 /cake/console/libs/i18n.php
-# Revision: 6001 /cake/libs/folder.php
-# Revision: 5900 /cake/console/libs/api.php
-# Revision: 5969 /cake/console/libs/schema.php
-# Revision: 6013 /cake/console/libs/shell.php
-# Revision: 6044 /cake/console/libs/tasks/model.php
-# Revision: 5908 /cake/console/libs/tasks/project.php
-# Revision: 5844 /cake/console/libs/templates/skel/views/layouts/default.ctp
-# Revision: 5844 /cake/libs/view/templates/layouts/default.ctp
-# Revision: 5777 /cake/console/libs/templates/skel/webroot/test.php
-# Revision: 6008 /cake/libs/cache.php
-# Revision: 6001 /cake/libs/class_registry.php
-# Revision: 6050 /cake/libs/configure.php
-# Revision: 5943 /cake/libs/debugger.php
-# Revision: 5943 /cake/libs/view/templates/errors/missing_controller.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/missing_table.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/missing_view.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/missing_layout.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/missing_connection.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/missing_scaffolddb.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/missing_helper_file.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/missing_helper_class.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/missing_component_file.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/missing_component_class.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/missing_model.ctp
-# Revision: 6031 /cake/libs/http_socket.php
-# Revision: 5857 /cake/libs/overloadable_php4.php
-# Revision: 5857 /cake/libs/overloadable_php5.php
-# Revision: 5999 /cake/libs/session.php
-# Revision: 5901 /cake/libs/validation.php
-# Revision: 6001 /cake/libs/cache/file.php
-# Revision: 6041 /cake/libs/controller/controller.php
-# Revision: 6036 /cake/libs/controller/components/auth.php
-# Revision: 6053 /cake/libs/controller/scaffold.php
-# Revision: 6001 /cake/libs/controller/components/acl.php
-# Revision: 5946 /cake/libs/controller/components/security.php
-# Revision: 5948 /cake/libs/model/connection_manager.php
-# Revision: 6019 /cake/libs/model/model.php
-# Revision: 5989 /cake/libs/model/datasources/dbo_source.php
-# Revision: 5909 /cake/libs/model/datasources/dbo/dbo_mysql.php
-# Revision: 6024 /cake/libs/view/helper.php
-# Revision: 6025 /cake/libs/view/view.php
-# Revision: 5994 /cake/libs/view/helpers/form.php
-# Revision: 6001 /cake/libs/view/templates/scaffolds/edit.ctp
-# Revision: 5968 /cake/libs/view/templates/scaffolds/index.ctp
-# Revision: 5968 /cake/libs/view/templates/scaffolds/view.ctp
-# Revision: 5992 /cake/libs/view/helpers/html.php
-# Revision: 5999 /cake/libs/view/helpers/session.php
-# Revision: 5508 /cake/libs/view/templates/elements/dump.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/error404.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/missing_action.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/private_action.ctp
-# Revision: 5943 /cake/libs/view/templates/errors/scaffold_error.ctp
-# Revision: 5943 /cake/libs/view/templates/pages/home.ctp
-# Revision: 5769 /cake/tests/cases/libs/file.test.php
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PROJECT VERSION\n"
-"POT-Creation-Date: 2007-11-22 17:47-0600\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"
-
-#: /dispatcher.php:294
-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:135
-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 '"
-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:602
-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 ..."
-msgstr ""
-
-#: /console/libs/acl.php:379
-msgid "Commands:"
-msgstr ""
-
-#: /console/libs/acl.php:383
-msgid "Creates a new ACL object under the parent specified by , an id/alias."
-msgstr ""
-
-#: /console/libs/acl.php:384
-msgid "The and references can be in one of the following formats:"
-msgstr ""
-
-#: /console/libs/acl.php:385
-msgid ". - The node will be bound to a specific record of the given model"
-msgstr ""
-
-#: /console/libs/acl.php:386
-msgid " - The node will be given a string alias (or path, in the case of ),"
-msgstr ""
-
-#: /console/libs/acl.php:387
-msgid "i.e. 'John'. When used with , this takes the form of an alias path,"
-msgstr ""
-
-#: /console/libs/acl.php:388
-msgid "i.e. //."
-msgstr ""
-
-#: /console/libs/acl.php:389
-msgid "To add a node at the root level, enter 'root' or '/' as the parameter."
-msgstr ""
-
-#: /console/libs/acl.php:392
-msgid "Deletes the ACL object with the given reference (see 'create' for info on node references)."
-msgstr ""
-
-#: /console/libs/acl.php:395
-msgid "Moves the ACL object specified by beneath the parent ACL object specified by ."
-msgstr ""
-
-#: /console/libs/acl.php:398
-msgid "Returns the path to the ACL object specified by . 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/schema.php:83
-msgid "Schema could not be found"
-msgstr ""
-
-#: /console/libs/schema.php:134;137
-msgid "Schema file: %s generated"
-msgstr ""
-
-#: /console/libs/schema.php:167
-msgid "SQL dump file created in %s"
-msgstr ""
-
-#: /console/libs/schema.php:170
-msgid "SQL dump could not be created"
-msgstr ""
-
-#: /console/libs/schema.php:194
-msgid "Performing a dry run."
-msgstr ""
-
-#: /console/libs/schema.php:204
-msgid "%s could not be loaded"
-msgstr ""
-
-#: /console/libs/schema.php:269;310
-msgid "Database updated"
-msgstr ""
-
-#: /console/libs/schema.php:273;318
-msgid "End"
-msgstr ""
-
-#: /console/libs/schema.php:297
-msgid "Schema is up to date."
-msgstr ""
-
-#: /console/libs/schema.php:312
-msgid "Database could not be updated"
-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:440
-msgid "Wrote"
-msgstr ""
-
-#: /console/libs/shell.php:443
-msgid "Error! Could not write to"
-msgstr ""
-
-#: /console/libs/tasks/model.php:74
-msgid "Use Database Config"
-msgstr ""
-
-#: /console/libs/tasks/model.php:84
-msgid "Given your model named '%s', Cake would expect a database table named %s"
-msgstr ""
-
-#: /console/libs/tasks/model.php:85
-msgid "Do you want to use this table?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:89;95
-msgid "What is the name of the table (enter \"null\" to use NO table)?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:101
-msgid "Would you like to supply validation criteria for the fields in your model?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:112
-msgid "What is the primaryKey?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:160
-msgid "Would you like to define model associations (hasMany, hasOne, belongsTo, etc.)?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:163
-msgid "One moment while the associations are detected."
-msgstr ""
-
-#: /console/libs/tasks/model.php:223
-msgid "None found."
-msgstr ""
-
-#: /console/libs/tasks/model.php:225
-msgid "Please confirm the following associations:"
-msgstr ""
-
-#: /console/libs/tasks/model.php:234
-msgid "This looks like a self join. Please specify an alternate association alias."
-msgstr ""
-
-#: /console/libs/tasks/model.php:249
-msgid "Would you like to define some additional model associations?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:255
-msgid "What is the association type?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:260;295
-msgid "Enter a number"
-msgstr ""
-
-#: /console/libs/tasks/model.php:263
-msgid "The selection you entered was invalid. Please enter a number between 1 and 4."
-msgstr ""
-
-#: /console/libs/tasks/model.php:268
-msgid "For the following options be very careful to match your setup exactly. Any spelling mistakes will cause errors."
-msgstr ""
-
-#: /console/libs/tasks/model.php:270
-msgid "What is the alias for this association?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:271
-msgid "What className will %s use?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:285
-msgid "What is the table for this model?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:291
-msgid "A helpful List of possible keys"
-msgstr ""
-
-#: /console/libs/tasks/model.php:295
-msgid "What is the foreignKey?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:301
-msgid "What is the foreignKey? Specify your own."
-msgstr ""
-
-#: /console/libs/tasks/model.php:304
-msgid "What is the associationForeignKey?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:305
-msgid "What is the joinTable?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:317
-msgid "Define another association?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:322
-msgid "The following model will be created:"
-msgstr ""
-
-#: /console/libs/tasks/model.php:361
-msgid "Look okay?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:543
-msgid "Possible Models based on your current database:"
-msgstr ""
-
-#: /console/libs/tasks/model.php:563
-msgid "Enter a number from the list above, or type in the name of another model."
-msgstr ""
-
-#: /console/libs/tasks/model.php:566
-msgid "The model name you supplied was empty, or the number you selected was not an option. Please try again."
-msgstr ""
-
-#: /console/libs/tasks/project.php:162
-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:404
-msgid "Method write() not implemented in %s"
-msgstr ""
-
-#: /libs/cache.php:414
-msgid "Method read() not implemented in %s"
-msgstr ""
-
-#: /libs/class_registry.php:118
-msgid "(ClassRegistry::init() could not create instance of %1$s class %2$s "
-msgstr ""
-
-#: /libs/class_registry.php:123
-msgid "(ClassRegistry::init() Attempted to create instance of a class with a numeric name"
-msgstr ""
-
-#: /libs/configure.php:351
-msgid "Configure::load() - no variable $config found in %s.php"
-msgstr ""
-
-#: /libs/configure.php:565
-msgid "Can't find application core file. Please create %score.php, and make sure it is readable by PHP."
-msgstr ""
-
-#: /libs/configure.php:569
-msgid "Can't find application bootstrap file. Please create %sbootstrap.php, and make sure it is readable by PHP."
-msgstr ""
-
-#: /libs/debugger.php:425
-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:134
-msgid "Not Found"
-msgstr ""
-
-#: /libs/error.php:155
-#: /libs/view/templates/errors/missing_controller.ctp:27
-msgid "Missing Controller"
-msgstr ""
-
-#: /libs/error.php:176
-msgid "Missing Method in Controller"
-msgstr ""
-
-#: /libs/error.php:195
-msgid "Trying to access private method in class"
-msgstr ""
-
-#: /libs/error.php:213
-#: /libs/view/templates/errors/missing_table.ctp:27
-msgid "Missing Database Table"
-msgstr ""
-
-#: /libs/error.php:229
-msgid "Scaffold Missing Database Connection"
-msgstr ""
-
-#: /libs/error.php:249
-#: /libs/view/templates/errors/missing_view.ctp:27
-msgid "Missing View"
-msgstr ""
-
-#: /libs/error.php:268
-#: /libs/view/templates/errors/missing_layout.ctp:27
-msgid "Missing Layout"
-msgstr ""
-
-#: /libs/error.php:285
-#: /libs/view/templates/errors/missing_connection.ctp:27
-#: /libs/view/templates/errors/missing_scaffolddb.ctp:27
-msgid "Missing Database Connection"
-msgstr ""
-
-#: /libs/error.php:304
-#: /libs/view/templates/errors/missing_helper_file.ctp:27
-msgid "Missing Helper File"
-msgstr ""
-
-#: /libs/error.php:323
-#: /libs/view/templates/errors/missing_helper_class.ctp:27
-msgid "Missing Helper Class"
-msgstr ""
-
-#: /libs/error.php:343
-#: /libs/view/templates/errors/missing_component_file.ctp:27
-msgid "Missing Component File"
-msgstr ""
-
-#: /libs/error.php:363
-#: /libs/view/templates/errors/missing_component_class.ctp:27
-msgid "Missing Component Class"
-msgstr ""
-
-#: /libs/error.php:381
-#: /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:487
-msgid "%s is a file"
-msgstr ""
-
-#: /libs/folder.php:495;635
-msgid "%s created"
-msgstr ""
-
-#: /libs/folder.php:498
-msgid "%s NOT created"
-msgstr ""
-
-#: /libs/folder.php:561;577
-msgid "%s removed"
-msgstr ""
-
-#: /libs/folder.php:563;574
-msgid "%s NOT removed"
-msgstr ""
-
-#: /libs/folder.php:611
-msgid "%s not writable"
-msgstr ""
-
-#: /libs/folder.php:626
-msgid "%s copied to %s"
-msgstr ""
-
-#: /libs/folder.php:628
-msgid "%s NOT copied to %s"
-msgstr ""
-
-#: /libs/folder.php:639
-msgid "%s not created"
-msgstr ""
-
-#: /libs/http_socket.php:431
-msgid "HttpSocket::decodeBody - Unknown encoding: %s. Activate quirks mode to surpress error."
-msgstr ""
-
-#: /libs/http_socket.php:456
-msgid "HttpSocket::decodeChunkedBody - Could not parse malformed chunk. Activate quirks mode to do this."
-msgstr ""
-
-#: /libs/http_socket.php:702
-msgid "HttpSocket::buildRequestLine - Passed an invalid request line string. Activate quirks mode to do this."
-msgstr ""
-
-#: /libs/http_socket.php:717
-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:476
-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:84
-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:593
-#: /libs/controller/components/auth.php:444
-msgid "%s::isAuthorized() is not defined."
-msgstr ""
-
-#: /libs/controller/controller.php:884
-msgid "Controller::paginate() - can't find model %1$s in controller %2$sController"
-msgstr ""
-
-#: /libs/controller/scaffold.php:175
-msgid "Scaffold :: "
-msgstr ""
-
-#: /libs/controller/scaffold.php:205;208
-msgid "No id set for %s::view()"
-msgstr ""
-
-#: /libs/controller/scaffold.php:255
-msgid "updated"
-msgstr ""
-
-#: /libs/controller/scaffold.php:258
-msgid "saved"
-msgstr ""
-
-#: /libs/controller/scaffold.php:269;272
-msgid "Invalid id for %s::edit()"
-msgstr ""
-
-#: /libs/controller/scaffold.php:285;288
-msgid "The %1$s has been %2$s"
-msgstr ""
-
-#: /libs/controller/scaffold.php:295
-msgid "Please correct errors below."
-msgstr ""
-
-#: /libs/controller/scaffold.php:334;337
-msgid "No id set for %s::delete()"
-msgstr ""
-
-#: /libs/controller/scaffold.php:343;346
-msgid "The %1$s with id: %2$d has been deleted."
-msgstr ""
-
-#: /libs/controller/scaffold.php:350;353
-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:362
-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:364
-msgid "Could not find $userModel. Please set AuthComponent::$userModel in beforeFilter()."
-msgstr ""
-
-#: /libs/controller/components/auth.php:419
-msgid "Auth::startup() - Attempted access of un-mapped action \"%1$s\" in controller \"%2$s\""
-msgstr ""
-
-#: /libs/controller/components/auth.php:438
-msgid "Could not find %s. Set AuthComponent::$object in beforeFilter() or pass a valid object"
-msgstr ""
-
-#: /libs/controller/components/auth.php:452
-msgid "Auth::isAuthorized() - $authorize is set to an incorrect value. Allowed settings are: \"actions\", \"crud\", \"model\" or null."
-msgstr ""
-
-#: /libs/controller/components/auth.php:673;689
-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:113
-msgid "ConnectionManager::getDataSource - Non-existent data source %s"
-msgstr ""
-
-#: /libs/model/connection_manager.php:180
-msgid "Unable to load DataSource file %s.php"
-msgstr ""
-
-#: /libs/model/model.php:914
-msgid "(Model::getColumnTypes) Unable to build model field data. If you are using a model without a database table, try implementing schema()"
-msgstr ""
-
-#: /libs/model/model.php:932
-msgid "(Model::getColumnType) Unable to locate model field data. If you are using a model without a database table, try implementing schema()"
-msgstr ""
-
-#: /libs/model/model.php:1806
-msgid "(Model::validates) Parameter usage is deprecated, set the $data property instead"
-msgstr ""
-
-#: /libs/model/model.php:1839
-msgid "(Model::invalidFields) Parameter usage is deprecated, set the $data property instead"
-msgstr ""
-
-#: /libs/model/model.php:1876
-msgid "This field cannot be left blank"
-msgstr ""
-
-#: /libs/model/datasources/dbo_source.php:671
-msgid "SQL Error in model %s:"
-msgstr ""
-
-#: /libs/model/datasources/dbo_source.php:1902;1957
-#: /libs/model/datasources/dbo/dbo_mysql.php:521
-msgid "Invalid schema object"
-msgstr ""
-
-#: /libs/view/helper.php:148
-msgid "Method %1$s::%2$s does not exist"
-msgstr ""
-
-#: /libs/view/view.php:345
-msgid "Error in view %s, got: %s
"
-msgstr ""
-
-#: /libs/view/view.php:492
-msgid "Error in layout %s, got: %s
"
-msgstr ""
-
-#: /libs/view/helpers/form.php:124
-msgid "(FormHelper::create) Unable to use model field data. If you are using a model without a database table, try implementing schema()"
-msgstr ""
-
-#: /libs/view/helpers/form.php:240;926
-#: /libs/view/templates/scaffolds/edit.ctp:31
-msgid "Submit"
-msgstr ""
-
-#: /libs/view/helpers/form.php:453
-msgid "New"
-msgstr ""
-
-#: /libs/view/helpers/form.php:455
-#: /libs/view/templates/scaffolds/index.ctp:68
-#: /libs/view/templates/scaffolds/view.ctp:147
-msgid "Edit"
-msgstr ""
-
-#: /libs/view/helpers/form.php:898
-msgid "Don't use me yet"
-msgstr ""
-
-#: /libs/view/helpers/html.php:404
-msgid "(HtmlHelper::radio) Deprecated: Use FormHelper::radio instead"
-msgstr ""
-
-#: /libs/view/helpers/html.php:562
-msgid "Method password() is deprecated in %s: see FormHelper::input or FormHelper::password"
-msgstr ""
-
-#: /libs/view/helpers/html.php:577
-msgid "Method textarea() is deprecated in %s: see FormHelper::input or FormHelper::textarea"
-msgstr ""
-
-#: /libs/view/helpers/html.php:599
-msgid "Method checkbox() is deprecated in %s: see FormHelper::input or FormHelper::checkbox"
-msgstr ""
-
-#: /libs/view/helpers/html.php:641
-msgid "Method hidden() is deprecated in %s: see FormHelper::input or FormHelper::hidden"
-msgstr ""
-
-#: /libs/view/helpers/html.php:653
-msgid "Method input() is deprecated in %s: see FormHelper::input or FormHelper::text"
-msgstr ""
-
-#: /libs/view/helpers/html.php:674
-msgid "Method tagValue() is deprecated in %s: see Helper::value"
-msgstr ""
-
-#: /libs/view/helpers/html.php:688
-msgid "Method validate() is deprecated in %s: see FormHelper::errors"
-msgstr ""
-
-#: /libs/view/helpers/html.php:700
-msgid "Method validateErrors() is deprecated in %s: see FormHelper::errors"
-msgstr ""
-
-#: /libs/view/helpers/html.php:719
-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/error404.ctp:29
-#: /libs/view/templates/errors/missing_action.ctp:29;33
-#: /libs/view/templates/errors/missing_component_class.ctp:29;33
-#: /libs/view/templates/errors/missing_component_file.ctp:29;33
-#: /libs/view/templates/errors/missing_connection.ctp:29;33
-#: /libs/view/templates/errors/missing_controller.ctp:29;33
-#: /libs/view/templates/errors/missing_helper_class.ctp:29;33
-#: /libs/view/templates/errors/missing_helper_file.ctp:29;33
-#: /libs/view/templates/errors/missing_layout.ctp:29;33
-#: /libs/view/templates/errors/missing_model.ctp:29;33
-#: /libs/view/templates/errors/missing_scaffolddb.ctp:29;33
-#: /libs/view/templates/errors/missing_table.ctp:29
-#: /libs/view/templates/errors/missing_view.ctp:29;33
-#: /libs/view/templates/errors/private_action.ctp:29
-#: /libs/view/templates/errors/scaffold_error.ctp:29
-msgid "Error"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_action.ctp:27
-msgid "Missing Method in %s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_action.ctp:30
-msgid "The action %1$s is not defined in controller %2$s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_action.ctp:34
-msgid "Create %1$s%2$s in file: %3$s."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_action.ctp:51
-#: /libs/view/templates/errors/missing_component_class.ctp:44
-#: /libs/view/templates/errors/missing_component_file.ctp:44
-#: /libs/view/templates/errors/missing_connection.ctp:37
-#: /libs/view/templates/errors/missing_controller.ctp:45
-#: /libs/view/templates/errors/missing_helper_class.ctp:44
-#: /libs/view/templates/errors/missing_helper_file.ctp:44
-#: /libs/view/templates/errors/missing_layout.ctp:37
-#: /libs/view/templates/errors/missing_model.ctp:46
-#: /libs/view/templates/errors/missing_scaffolddb.ctp:37
-#: /libs/view/templates/errors/missing_table.ctp:33
-#: /libs/view/templates/errors/missing_view.ctp:37
-#: /libs/view/templates/errors/private_action.ctp:33
-#: /libs/view/templates/errors/scaffold_error.ctp:33
-msgid "Notice"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_action.ctp:52
-#: /libs/view/templates/errors/missing_connection.ctp:38
-msgid "If you want to customize this error message, create %s."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_component_class.ctp:30
-msgid "Component class %1$s in %2$s was not found."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_component_class.ctp:34
-#: /libs/view/templates/errors/missing_component_file.ctp:34
-#: /libs/view/templates/errors/missing_model.ctp:34
-msgid "Create the class %s in file: %s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_component_class.ctp:45
-#: /libs/view/templates/errors/missing_component_file.ctp:45
-#: /libs/view/templates/errors/missing_controller.ctp:46
-#: /libs/view/templates/errors/missing_helper_class.ctp:45
-#: /libs/view/templates/errors/missing_helper_file.ctp:45
-#: /libs/view/templates/errors/missing_layout.ctp:38
-#: /libs/view/templates/errors/missing_model.ctp:47
-#: /libs/view/templates/errors/missing_scaffolddb.ctp:38
-#: /libs/view/templates/errors/missing_table.ctp:34
-#: /libs/view/templates/errors/missing_view.ctp:38
-#: /libs/view/templates/errors/private_action.ctp:34
-#: /libs/view/templates/errors/scaffold_error.ctp:34
-msgid "If you want to customize this error message, create %s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_component_file.ctp:30
-msgid "The component file was not found."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_connection.ctp:30
-msgid "%s requires a database connection"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_connection.ctp:34
-msgid "Confirm you have created the file : %s."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_controller.ctp:30
-msgid "%s could not be found."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_controller.ctp:34
-msgid "Create the class %s below in file: %s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_helper_class.ctp:30
-msgid "The helper class %s can not be found or does not exist."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_helper_class.ctp:34
-#: /libs/view/templates/errors/missing_helper_file.ctp:34
-msgid "Create the class below in file: %s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_helper_file.ctp:30
-msgid "The helper file %s can not be found or does not exist."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_layout.ctp:30
-msgid "The layout file %s can not be found or does not exist."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_layout.ctp:34
-#: /libs/view/templates/errors/missing_scaffolddb.ctp:34
-#: /libs/view/templates/errors/missing_view.ctp:34
-msgid "Confirm you have created the file: %s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_model.ctp:30
-msgid "%s could not be found."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_scaffolddb.ctp:30
-msgid "Scaffold requires a database connection"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_table.ctp:30
-msgid "Database table %1$s for model %2$s was not found."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_view.ctp:30
-msgid "The view for %1$s%2$s was not found."
-msgstr ""
-
-#: /libs/view/templates/errors/private_action.ctp:27
-msgid "Private Method in %s"
-msgstr ""
-
-#: /libs/view/templates/errors/private_action.ctp:30
-msgid "%s%s cannot be accessed directly."
-msgstr ""
-
-#: /libs/view/templates/errors/scaffold_error.ctp:27
-msgid "Scaffold Error"
-msgstr ""
-
-#: /libs/view/templates/errors/scaffold_error.ctp:30
-msgid "Method _scaffoldError in was not found in the controller"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:27
-msgid "Release Notes for CakePHP %s."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:28
-msgid "Read the release notes and get the latest version"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:38
-msgid "Your tmp directory is writable."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:42
-msgid "Your tmp directory is NOT writable."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:53
-msgid "The %s is being used for caching. To change the config edit APP/config/core.php "
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:59
-msgid "Your cache is NOT working. Please check the settings in APP/config/core.php"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:70
-msgid "Your database configuration file is present."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:75
-msgid "Your database configuration file is NOT present."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:77
-msgid "Rename config/database.php.default to config/database.php"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:92
-msgid "Cake is able to connect to the database."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:96
-msgid "Cake is NOT able to connect to the database."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:102
-msgid "Editing this Page"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:105
-msgid "To change the content of this page, edit: APP/views/pages/home.ctp.
\nTo change its layout, edit: APP/views/layouts/default.ctp.
\nYou can also add some CSS styles for your pages at: APP/webroot/css."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:110
-msgid "Getting Started"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:112
-msgid "The 15 min Blog Tutorial"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:113
-msgid "The OCPHP presentation on new features in 1.2"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:115
-msgid "More about Cake"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:117
-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:120
-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:124
-msgid "Cake Software Foundation"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:125
-msgid "Promoting development related to CakePHP"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:126
-msgid "The Show"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:127
-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:128
-msgid "The Bakery"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:129
-msgid "Everything CakePHP"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:130
-msgid "Book Store"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:131
-msgid "Recommended Software Books"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:132
-msgid "CakeSchwag"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:133
-msgid "Get your own CakePHP gear - Doughnate to Cake"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:134
-msgid "CakePHP"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:135
-msgid "The Rapid Development Framework"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:136
-msgid "CakePHP Manual"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:137
-msgid "Your Rapid Development Cookbook"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:138
-msgid "CakePHP API"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:139
-msgid "Docblock Your Best Friend"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:140
-msgid "CakeForge"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:141
-msgid "Open Development for CakePHP"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:142
-msgid "CakePHP Trac"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:143
-msgid "For the Development of CakePHP (Tickets, SVN browser, Roadmap, Changelogs)"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:144
-msgid "CakePHP Google Group"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:145
-msgid "Community mailing list"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:147
-msgid "Live chat about CakePHP"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/edit.ctp:37
-#: /libs/view/templates/scaffolds/index.ctp:69
-#: /libs/view/templates/scaffolds/view.ctp:148
-msgid "Delete"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/edit.ctp:37
-#: /libs/view/templates/scaffolds/index.ctp:69
-#: /libs/view/templates/scaffolds/view.ctp:60;148
-msgid "Are you sure you want to delete"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/edit.ctp:39
-msgid "List"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/edit.ctp:45
-#: /libs/view/templates/scaffolds/index.ctp:91
-#: /libs/view/templates/scaffolds/view.ctp:61;68
-msgid "List %s"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/edit.ctp:46
-#: /libs/view/templates/scaffolds/index.ctp:92
-#: /libs/view/templates/scaffolds/view.ctp:62;69;157
-msgid "New %s"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/index.ctp:39
-msgid "Actions"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/index.ctp:67
-#: /libs/view/templates/scaffolds/view.ctp:146
-msgid "View"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/index.ctp:79
-msgid "previous"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/index.ctp:81
-msgid "next"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/view.ctp:28
-msgid "View %s"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/view.ctp:59;100
-msgid "Edit %s"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/view.ctp:60
-msgid "Delete %s"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/view.ctp:81;120
-msgid "Related %s"
-msgstr ""
-
-#: /tests/cases/libs/file.test.php:261
-msgid "[FileTest] Skipping %s because \"%s\" not writeable!"
-msgstr ""
-
diff --git a/cake/locale/eng/LC_MESSAGES/core.mo b/cake/locale/eng/LC_MESSAGES/core.mo
deleted file mode 100644
index cc327d2fa..000000000
Binary files a/cake/locale/eng/LC_MESSAGES/core.mo and /dev/null differ
diff --git a/cake/locale/eng/LC_MESSAGES/core.po b/cake/locale/eng/LC_MESSAGES/core.po
deleted file mode 100644
index 54b07c11d..000000000
--- a/cake/locale/eng/LC_MESSAGES/core.po
+++ /dev/null
@@ -1,1367 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: CakePHP 1.2.x.x\n"
-"POT-Creation-Date: \n"
-"PO-Revision-Date: 2007-11-22 17:54-0600\n"
-"Last-Translator: Larry E. Masters \n"
-"Language-Team: CakePHP I18N & I10N Team \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Poedit-Language: English\n"
-"X-Poedit-Country: UNITED STATES\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#: /dispatcher.php:294
-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:135
-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 '"
-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:602
-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 ..."
-msgstr ""
-
-#: /console/libs/acl.php:379
-msgid "Commands:"
-msgstr ""
-
-#: /console/libs/acl.php:383
-msgid "Creates a new ACL object under the parent specified by , an id/alias."
-msgstr ""
-
-#: /console/libs/acl.php:384
-msgid "The and references can be in one of the following formats:"
-msgstr ""
-
-#: /console/libs/acl.php:385
-msgid ". - The node will be bound to a specific record of the given model"
-msgstr ""
-
-#: /console/libs/acl.php:386
-msgid " - The node will be given a string alias (or path, in the case of ),"
-msgstr ""
-
-#: /console/libs/acl.php:387
-msgid "i.e. 'John'. When used with , this takes the form of an alias path,"
-msgstr ""
-
-#: /console/libs/acl.php:388
-msgid "i.e. //."
-msgstr ""
-
-#: /console/libs/acl.php:389
-msgid "To add a node at the root level, enter 'root' or '/' as the parameter."
-msgstr ""
-
-#: /console/libs/acl.php:392
-msgid "Deletes the ACL object with the given reference (see 'create' for info on node references)."
-msgstr ""
-
-#: /console/libs/acl.php:395
-msgid "Moves the ACL object specified by beneath the parent ACL object specified by ."
-msgstr ""
-
-#: /console/libs/acl.php:398
-msgid "Returns the path to the ACL object specified by . 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/schema.php:83
-msgid "Schema could not be found"
-msgstr ""
-
-#: /console/libs/schema.php:134;137
-msgid "Schema file: %s generated"
-msgstr ""
-
-#: /console/libs/schema.php:167
-msgid "SQL dump file created in %s"
-msgstr ""
-
-#: /console/libs/schema.php:170
-msgid "SQL dump could not be created"
-msgstr ""
-
-#: /console/libs/schema.php:194
-msgid "Performing a dry run."
-msgstr ""
-
-#: /console/libs/schema.php:204
-msgid "%s could not be loaded"
-msgstr ""
-
-#: /console/libs/schema.php:269;310
-msgid "Database updated"
-msgstr ""
-
-#: /console/libs/schema.php:273;318
-msgid "End"
-msgstr ""
-
-#: /console/libs/schema.php:297
-msgid "Schema is up to date."
-msgstr ""
-
-#: /console/libs/schema.php:312
-msgid "Database could not be updated"
-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:440
-msgid "Wrote"
-msgstr ""
-
-#: /console/libs/shell.php:443
-msgid "Error! Could not write to"
-msgstr ""
-
-#: /console/libs/tasks/model.php:74
-msgid "Use Database Config"
-msgstr ""
-
-#: /console/libs/tasks/model.php:84
-msgid "Given your model named '%s', Cake would expect a database table named %s"
-msgstr ""
-
-#: /console/libs/tasks/model.php:85
-msgid "Do you want to use this table?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:89;95
-msgid "What is the name of the table (enter \"null\" to use NO table)?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:101
-msgid "Would you like to supply validation criteria for the fields in your model?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:112
-msgid "What is the primaryKey?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:160
-msgid "Would you like to define model associations (hasMany, hasOne, belongsTo, etc.)?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:163
-msgid "One moment while the associations are detected."
-msgstr ""
-
-#: /console/libs/tasks/model.php:223
-msgid "None found."
-msgstr ""
-
-#: /console/libs/tasks/model.php:225
-msgid "Please confirm the following associations:"
-msgstr ""
-
-#: /console/libs/tasks/model.php:234
-msgid "This looks like a self join. Please specify an alternate association alias."
-msgstr ""
-
-#: /console/libs/tasks/model.php:249
-msgid "Would you like to define some additional model associations?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:255
-msgid "What is the association type?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:260;295
-msgid "Enter a number"
-msgstr ""
-
-#: /console/libs/tasks/model.php:263
-msgid "The selection you entered was invalid. Please enter a number between 1 and 4."
-msgstr ""
-
-#: /console/libs/tasks/model.php:268
-msgid "For the following options be very careful to match your setup exactly. Any spelling mistakes will cause errors."
-msgstr ""
-
-#: /console/libs/tasks/model.php:270
-msgid "What is the alias for this association?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:271
-msgid "What className will %s use?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:285
-msgid "What is the table for this model?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:291
-msgid "A helpful List of possible keys"
-msgstr ""
-
-#: /console/libs/tasks/model.php:295
-msgid "What is the foreignKey?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:301
-msgid "What is the foreignKey? Specify your own."
-msgstr ""
-
-#: /console/libs/tasks/model.php:304
-msgid "What is the associationForeignKey?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:305
-msgid "What is the joinTable?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:317
-msgid "Define another association?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:322
-msgid "The following model will be created:"
-msgstr ""
-
-#: /console/libs/tasks/model.php:361
-msgid "Look okay?"
-msgstr ""
-
-#: /console/libs/tasks/model.php:543
-msgid "Possible Models based on your current database:"
-msgstr ""
-
-#: /console/libs/tasks/model.php:563
-msgid "Enter a number from the list above, or type in the name of another model."
-msgstr ""
-
-#: /console/libs/tasks/model.php:566
-msgid "The model name you supplied was empty, or the number you selected was not an option. Please try again."
-msgstr ""
-
-#: /console/libs/tasks/project.php:162
-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:404
-msgid "Method write() not implemented in %s"
-msgstr ""
-
-#: /libs/cache.php:414
-msgid "Method read() not implemented in %s"
-msgstr ""
-
-#: /libs/class_registry.php:118
-msgid "(ClassRegistry::init() could not create instance of %1$s class %2$s "
-msgstr ""
-
-#: /libs/class_registry.php:123
-msgid "(ClassRegistry::init() Attempted to create instance of a class with a numeric name"
-msgstr ""
-
-#: /libs/configure.php:351
-msgid "Configure::load() - no variable $config found in %s.php"
-msgstr ""
-
-#: /libs/configure.php:565
-msgid "Can't find application core file. Please create %score.php, and make sure it is readable by PHP."
-msgstr ""
-
-#: /libs/configure.php:569
-msgid "Can't find application bootstrap file. Please create %sbootstrap.php, and make sure it is readable by PHP."
-msgstr ""
-
-#: /libs/debugger.php:425
-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:134
-msgid "Not Found"
-msgstr ""
-
-#: /libs/error.php:155
-#: /libs/view/templates/errors/missing_controller.ctp:27
-msgid "Missing Controller"
-msgstr ""
-
-#: /libs/error.php:176
-msgid "Missing Method in Controller"
-msgstr ""
-
-#: /libs/error.php:195
-msgid "Trying to access private method in class"
-msgstr ""
-
-#: /libs/error.php:213
-#: /libs/view/templates/errors/missing_table.ctp:27
-msgid "Missing Database Table"
-msgstr ""
-
-#: /libs/error.php:229
-msgid "Scaffold Missing Database Connection"
-msgstr ""
-
-#: /libs/error.php:249
-#: /libs/view/templates/errors/missing_view.ctp:27
-msgid "Missing View"
-msgstr ""
-
-#: /libs/error.php:268
-#: /libs/view/templates/errors/missing_layout.ctp:27
-msgid "Missing Layout"
-msgstr ""
-
-#: /libs/error.php:285
-#: /libs/view/templates/errors/missing_connection.ctp:27
-#: /libs/view/templates/errors/missing_scaffolddb.ctp:27
-msgid "Missing Database Connection"
-msgstr ""
-
-#: /libs/error.php:304
-#: /libs/view/templates/errors/missing_helper_file.ctp:27
-msgid "Missing Helper File"
-msgstr ""
-
-#: /libs/error.php:323
-#: /libs/view/templates/errors/missing_helper_class.ctp:27
-msgid "Missing Helper Class"
-msgstr ""
-
-#: /libs/error.php:343
-#: /libs/view/templates/errors/missing_component_file.ctp:27
-msgid "Missing Component File"
-msgstr ""
-
-#: /libs/error.php:363
-#: /libs/view/templates/errors/missing_component_class.ctp:27
-msgid "Missing Component Class"
-msgstr ""
-
-#: /libs/error.php:381
-#: /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:487
-msgid "%s is a file"
-msgstr ""
-
-#: /libs/folder.php:495;635
-msgid "%s created"
-msgstr ""
-
-#: /libs/folder.php:498
-msgid "%s NOT created"
-msgstr ""
-
-#: /libs/folder.php:561;577
-msgid "%s removed"
-msgstr ""
-
-#: /libs/folder.php:563;574
-msgid "%s NOT removed"
-msgstr ""
-
-#: /libs/folder.php:611
-msgid "%s not writable"
-msgstr ""
-
-#: /libs/folder.php:626
-msgid "%s copied to %s"
-msgstr ""
-
-#: /libs/folder.php:628
-msgid "%s NOT copied to %s"
-msgstr ""
-
-#: /libs/folder.php:639
-msgid "%s not created"
-msgstr ""
-
-#: /libs/http_socket.php:431
-msgid "HttpSocket::decodeBody - Unknown encoding: %s. Activate quirks mode to surpress error."
-msgstr ""
-
-#: /libs/http_socket.php:456
-msgid "HttpSocket::decodeChunkedBody - Could not parse malformed chunk. Activate quirks mode to do this."
-msgstr ""
-
-#: /libs/http_socket.php:702
-msgid "HttpSocket::buildRequestLine - Passed an invalid request line string. Activate quirks mode to do this."
-msgstr ""
-
-#: /libs/http_socket.php:717
-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:476
-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:84
-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:593
-#: /libs/controller/components/auth.php:444
-msgid "%s::isAuthorized() is not defined."
-msgstr ""
-
-#: /libs/controller/controller.php:884
-msgid "Controller::paginate() - can't find model %1$s in controller %2$sController"
-msgstr ""
-
-#: /libs/controller/scaffold.php:175
-msgid "Scaffold :: "
-msgstr ""
-
-#: /libs/controller/scaffold.php:205;208
-msgid "No id set for %s::view()"
-msgstr ""
-
-#: /libs/controller/scaffold.php:255
-msgid "updated"
-msgstr ""
-
-#: /libs/controller/scaffold.php:258
-msgid "saved"
-msgstr ""
-
-#: /libs/controller/scaffold.php:269;272
-msgid "Invalid id for %s::edit()"
-msgstr ""
-
-#: /libs/controller/scaffold.php:285;288
-msgid "The %1$s has been %2$s"
-msgstr ""
-
-#: /libs/controller/scaffold.php:295
-msgid "Please correct errors below."
-msgstr ""
-
-#: /libs/controller/scaffold.php:334;337
-msgid "No id set for %s::delete()"
-msgstr ""
-
-#: /libs/controller/scaffold.php:343;346
-msgid "The %1$s with id: %2$d has been deleted."
-msgstr ""
-
-#: /libs/controller/scaffold.php:350;353
-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:362
-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:364
-msgid "Could not find $userModel. Please set AuthComponent::$userModel in beforeFilter()."
-msgstr ""
-
-#: /libs/controller/components/auth.php:419
-msgid "Auth::startup() - Attempted access of un-mapped action \"%1$s\" in controller \"%2$s\""
-msgstr ""
-
-#: /libs/controller/components/auth.php:438
-msgid "Could not find %s. Set AuthComponent::$object in beforeFilter() or pass a valid object"
-msgstr ""
-
-#: /libs/controller/components/auth.php:452
-msgid "Auth::isAuthorized() - $authorize is set to an incorrect value. Allowed settings are: \"actions\", \"crud\", \"model\" or null."
-msgstr ""
-
-#: /libs/controller/components/auth.php:673;689
-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:113
-msgid "ConnectionManager::getDataSource - Non-existent data source %s"
-msgstr ""
-
-#: /libs/model/connection_manager.php:180
-msgid "Unable to load DataSource file %s.php"
-msgstr ""
-
-#: /libs/model/model.php:914
-msgid "(Model::getColumnTypes) Unable to build model field data. If you are using a model without a database table, try implementing schema()"
-msgstr ""
-
-#: /libs/model/model.php:932
-msgid "(Model::getColumnType) Unable to locate model field data. If you are using a model without a database table, try implementing schema()"
-msgstr ""
-
-#: /libs/model/model.php:1806
-msgid "(Model::validates) Parameter usage is deprecated, set the $data property instead"
-msgstr ""
-
-#: /libs/model/model.php:1839
-msgid "(Model::invalidFields) Parameter usage is deprecated, set the $data property instead"
-msgstr ""
-
-#: /libs/model/model.php:1876
-msgid "This field cannot be left blank"
-msgstr ""
-
-#: /libs/model/datasources/dbo_source.php:671
-msgid "SQL Error in model %s:"
-msgstr ""
-
-#: /libs/model/datasources/dbo_source.php:1902;1957
-#: /libs/model/datasources/dbo/dbo_mysql.php:521
-msgid "Invalid schema object"
-msgstr ""
-
-#: /libs/view/helper.php:148
-msgid "Method %1$s::%2$s does not exist"
-msgstr ""
-
-#: /libs/view/view.php:345
-msgid "Error in view %s, got: %s
"
-msgstr ""
-
-#: /libs/view/view.php:492
-msgid "Error in layout %s, got: %s
"
-msgstr ""
-
-#: /libs/view/helpers/form.php:124
-msgid "(FormHelper::create) Unable to use model field data. If you are using a model without a database table, try implementing schema()"
-msgstr ""
-
-#: /libs/view/helpers/form.php:240;926
-#: /libs/view/templates/scaffolds/edit.ctp:31
-msgid "Submit"
-msgstr ""
-
-#: /libs/view/helpers/form.php:453
-msgid "New"
-msgstr ""
-
-#: /libs/view/helpers/form.php:455
-#: /libs/view/templates/scaffolds/index.ctp:68
-#: /libs/view/templates/scaffolds/view.ctp:147
-msgid "Edit"
-msgstr ""
-
-#: /libs/view/helpers/form.php:898
-msgid "Don't use me yet"
-msgstr ""
-
-#: /libs/view/helpers/html.php:404
-msgid "(HtmlHelper::radio) Deprecated: Use FormHelper::radio instead"
-msgstr ""
-
-#: /libs/view/helpers/html.php:562
-msgid "Method password() is deprecated in %s: see FormHelper::input or FormHelper::password"
-msgstr ""
-
-#: /libs/view/helpers/html.php:577
-msgid "Method textarea() is deprecated in %s: see FormHelper::input or FormHelper::textarea"
-msgstr ""
-
-#: /libs/view/helpers/html.php:599
-msgid "Method checkbox() is deprecated in %s: see FormHelper::input or FormHelper::checkbox"
-msgstr ""
-
-#: /libs/view/helpers/html.php:641
-msgid "Method hidden() is deprecated in %s: see FormHelper::input or FormHelper::hidden"
-msgstr ""
-
-#: /libs/view/helpers/html.php:653
-msgid "Method input() is deprecated in %s: see FormHelper::input or FormHelper::text"
-msgstr ""
-
-#: /libs/view/helpers/html.php:674
-msgid "Method tagValue() is deprecated in %s: see Helper::value"
-msgstr ""
-
-#: /libs/view/helpers/html.php:688
-msgid "Method validate() is deprecated in %s: see FormHelper::errors"
-msgstr ""
-
-#: /libs/view/helpers/html.php:700
-msgid "Method validateErrors() is deprecated in %s: see FormHelper::errors"
-msgstr ""
-
-#: /libs/view/helpers/html.php:719
-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/error404.ctp:29
-#: /libs/view/templates/errors/missing_action.ctp:29;33
-#: /libs/view/templates/errors/missing_component_class.ctp:29;33
-#: /libs/view/templates/errors/missing_component_file.ctp:29;33
-#: /libs/view/templates/errors/missing_connection.ctp:29;33
-#: /libs/view/templates/errors/missing_controller.ctp:29;33
-#: /libs/view/templates/errors/missing_helper_class.ctp:29;33
-#: /libs/view/templates/errors/missing_helper_file.ctp:29;33
-#: /libs/view/templates/errors/missing_layout.ctp:29;33
-#: /libs/view/templates/errors/missing_model.ctp:29;33
-#: /libs/view/templates/errors/missing_scaffolddb.ctp:29;33
-#: /libs/view/templates/errors/missing_table.ctp:29
-#: /libs/view/templates/errors/missing_view.ctp:29;33
-#: /libs/view/templates/errors/private_action.ctp:29
-#: /libs/view/templates/errors/scaffold_error.ctp:29
-msgid "Error"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_action.ctp:27
-msgid "Missing Method in %s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_action.ctp:30
-msgid "The action %1$s is not defined in controller %2$s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_action.ctp:34
-msgid "Create %1$s%2$s in file: %3$s."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_action.ctp:51
-#: /libs/view/templates/errors/missing_component_class.ctp:44
-#: /libs/view/templates/errors/missing_component_file.ctp:44
-#: /libs/view/templates/errors/missing_connection.ctp:37
-#: /libs/view/templates/errors/missing_controller.ctp:45
-#: /libs/view/templates/errors/missing_helper_class.ctp:44
-#: /libs/view/templates/errors/missing_helper_file.ctp:44
-#: /libs/view/templates/errors/missing_layout.ctp:37
-#: /libs/view/templates/errors/missing_model.ctp:46
-#: /libs/view/templates/errors/missing_scaffolddb.ctp:37
-#: /libs/view/templates/errors/missing_table.ctp:33
-#: /libs/view/templates/errors/missing_view.ctp:37
-#: /libs/view/templates/errors/private_action.ctp:33
-#: /libs/view/templates/errors/scaffold_error.ctp:33
-msgid "Notice"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_action.ctp:52
-#: /libs/view/templates/errors/missing_connection.ctp:38
-msgid "If you want to customize this error message, create %s."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_component_class.ctp:30
-msgid "Component class %1$s in %2$s was not found."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_component_class.ctp:34
-#: /libs/view/templates/errors/missing_component_file.ctp:34
-#: /libs/view/templates/errors/missing_model.ctp:34
-msgid "Create the class %s in file: %s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_component_class.ctp:45
-#: /libs/view/templates/errors/missing_component_file.ctp:45
-#: /libs/view/templates/errors/missing_controller.ctp:46
-#: /libs/view/templates/errors/missing_helper_class.ctp:45
-#: /libs/view/templates/errors/missing_helper_file.ctp:45
-#: /libs/view/templates/errors/missing_layout.ctp:38
-#: /libs/view/templates/errors/missing_model.ctp:47
-#: /libs/view/templates/errors/missing_scaffolddb.ctp:38
-#: /libs/view/templates/errors/missing_table.ctp:34
-#: /libs/view/templates/errors/missing_view.ctp:38
-#: /libs/view/templates/errors/private_action.ctp:34
-#: /libs/view/templates/errors/scaffold_error.ctp:34
-msgid "If you want to customize this error message, create %s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_component_file.ctp:30
-msgid "The component file was not found."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_connection.ctp:30
-msgid "%s requires a database connection"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_connection.ctp:34
-msgid "Confirm you have created the file : %s."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_controller.ctp:30
-msgid "%s could not be found."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_controller.ctp:34
-msgid "Create the class %s below in file: %s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_helper_class.ctp:30
-msgid "The helper class %s can not be found or does not exist."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_helper_class.ctp:34
-#: /libs/view/templates/errors/missing_helper_file.ctp:34
-msgid "Create the class below in file: %s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_helper_file.ctp:30
-msgid "The helper file %s can not be found or does not exist."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_layout.ctp:30
-msgid "The layout file %s can not be found or does not exist."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_layout.ctp:34
-#: /libs/view/templates/errors/missing_scaffolddb.ctp:34
-#: /libs/view/templates/errors/missing_view.ctp:34
-msgid "Confirm you have created the file: %s"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_model.ctp:30
-msgid "%s could not be found."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_scaffolddb.ctp:30
-msgid "Scaffold requires a database connection"
-msgstr ""
-
-#: /libs/view/templates/errors/missing_table.ctp:30
-msgid "Database table %1$s for model %2$s was not found."
-msgstr ""
-
-#: /libs/view/templates/errors/missing_view.ctp:30
-msgid "The view for %1$s%2$s was not found."
-msgstr ""
-
-#: /libs/view/templates/errors/private_action.ctp:27
-msgid "Private Method in %s"
-msgstr ""
-
-#: /libs/view/templates/errors/private_action.ctp:30
-msgid "%s%s cannot be accessed directly."
-msgstr ""
-
-#: /libs/view/templates/errors/scaffold_error.ctp:27
-msgid "Scaffold Error"
-msgstr ""
-
-#: /libs/view/templates/errors/scaffold_error.ctp:30
-msgid "Method _scaffoldError in was not found in the controller"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:27
-msgid "Release Notes for CakePHP %s."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:28
-msgid "Read the release notes and get the latest version"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:38
-msgid "Your tmp directory is writable."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:42
-msgid "Your tmp directory is NOT writable."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:53
-msgid "The %s is being used for caching. To change the config edit APP/config/core.php "
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:59
-msgid "Your cache is NOT working. Please check the settings in APP/config/core.php"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:70
-msgid "Your database configuration file is present."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:75
-msgid "Your database configuration file is NOT present."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:77
-msgid "Rename config/database.php.default to config/database.php"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:92
-msgid "Cake is able to connect to the database."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:96
-msgid "Cake is NOT able to connect to the database."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:102
-msgid "Editing this Page"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:105
-msgid ""
-"To change the content of this page, edit: APP/views/pages/home.ctp.
\n"
-"To change its layout, edit: APP/views/layouts/default.ctp.
\n"
-"You can also add some CSS styles for your pages at: APP/webroot/css."
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:110
-msgid "Getting Started"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:112
-msgid "The 15 min Blog Tutorial"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:113
-msgid "The OCPHP presentation on new features in 1.2"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:115
-msgid "More about Cake"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:117
-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:120
-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:124
-msgid "Cake Software Foundation"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:125
-msgid "Promoting development related to CakePHP"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:126
-msgid "The Show"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:127
-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:128
-msgid "The Bakery"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:129
-msgid "Everything CakePHP"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:130
-msgid "Book Store"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:131
-msgid "Recommended Software Books"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:132
-msgid "CakeSchwag"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:133
-msgid "Get your own CakePHP gear - Doughnate to Cake"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:134
-msgid "CakePHP"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:135
-msgid "The Rapid Development Framework"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:136
-msgid "CakePHP Manual"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:137
-msgid "Your Rapid Development Cookbook"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:138
-msgid "CakePHP API"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:139
-msgid "Docblock Your Best Friend"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:140
-msgid "CakeForge"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:141
-msgid "Open Development for CakePHP"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:142
-msgid "CakePHP Trac"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:143
-msgid "For the Development of CakePHP (Tickets, SVN browser, Roadmap, Changelogs)"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:144
-msgid "CakePHP Google Group"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:145
-msgid "Community mailing list"
-msgstr ""
-
-#: /libs/view/templates/pages/home.ctp:147
-msgid "Live chat about CakePHP"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/edit.ctp:37
-#: /libs/view/templates/scaffolds/index.ctp:69
-#: /libs/view/templates/scaffolds/view.ctp:148
-msgid "Delete"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/edit.ctp:37
-#: /libs/view/templates/scaffolds/index.ctp:69
-#: /libs/view/templates/scaffolds/view.ctp:60;148
-msgid "Are you sure you want to delete"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/edit.ctp:39
-msgid "List"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/edit.ctp:45
-#: /libs/view/templates/scaffolds/index.ctp:91
-#: /libs/view/templates/scaffolds/view.ctp:61;68
-msgid "List %s"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/edit.ctp:46
-#: /libs/view/templates/scaffolds/index.ctp:92
-#: /libs/view/templates/scaffolds/view.ctp:62;69;157
-msgid "New %s"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/index.ctp:39
-msgid "Actions"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/index.ctp:67
-#: /libs/view/templates/scaffolds/view.ctp:146
-msgid "View"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/index.ctp:79
-msgid "previous"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/index.ctp:81
-msgid "next"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/view.ctp:28
-msgid "View %s"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/view.ctp:59;100
-msgid "Edit %s"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/view.ctp:60
-msgid "Delete %s"
-msgstr ""
-
-#: /libs/view/templates/scaffolds/view.ctp:81;120
-msgid "Related %s"
-msgstr ""
-
-#: /tests/cases/libs/file.test.php:261
-msgid "[FileTest] Skipping %s because \"%s\" not writeable!"
-msgstr ""
-