Skip to content

Commit

Permalink
Regenerated migrations.pot file
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Jul 18, 2014
1 parent e830bc3 commit a33853c
Showing 1 changed file with 137 additions and 88 deletions.
225 changes: 137 additions & 88 deletions Locale/migrations.pot
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"POT-Creation-Date: 2010-09-15 15:20+0200\n"
"POT-Creation-Date: 2014-07-18 18:10+0200\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
Expand All @@ -21,183 +21,232 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

#: /libs/migration_version.php:162
msgid "Class `%1$s` not found on file `%2$s` for %3$s."
#: Config/Migration/002_convert_version_to_class_names.php:56
msgid "Sorry, I can't downgrade. Why would you want that anyways?"
msgstr ""

#: /libs/migration_version.php:271
msgid "File `%1$s` not found in the %2$s."
#: Console/Command/MigrationShell.php:75
msgid "Cake Migration Shell"
msgstr ""

#: /libs/migration_version.php:281
msgid "%2$s does not contain a proper map.php file."
#: Console/Command/MigrationShell.php:108
msgid "Creating table \":table\"."
msgstr ""

#: /libs/model/cake_migration.php:156
msgid "Migration direction (%s) is not one of valid directions."
#: Console/Command/MigrationShell.php:109
msgid "Dropping table \":table\"."
msgstr ""

#: /libs/model/cake_migration.php:216
msgid "Migration action type (%s) is not one of valid actions type."
#: Console/Command/MigrationShell.php:110
msgid "Renaming table \":old_name\" to \":new_name\"."
msgstr ""

#: /libs/model/cake_migration.php:236;293
msgid "Table \"%s\" already exists in database."
#: Console/Command/MigrationShell.php:111
msgid "Adding field \":field\" to table \":table\"."
msgstr ""

#: /libs/model/cake_migration.php:243;269;300;372;388
msgid "SQL Error: %s"
#: Console/Command/MigrationShell.php:112
msgid "Dropping field \":field\" from table \":table\"."
msgstr ""

#: /libs/model/cake_migration.php:262;289
msgid "Table \"%s\" does not exists in database."
#: Console/Command/MigrationShell.php:113
msgid "Changing field \":field\" from table \":table\"."
msgstr ""

#: /libs/model/cake_migration.php:332
msgid "Field \"%s\" does not exists in \"%s\"."
#: Console/Command/MigrationShell.php:114
msgid "Renaming field \":old_name\" to \":new_name\" on table \":table\"."
msgstr ""

#: /libs/model/cake_migration.php:340
msgid "Field \"%s\" already exists in \"%s\"."
#: Console/Command/MigrationShell.php:115
msgid "Adding index \":index\" to table \":table\"."
msgstr ""

#: /libs/model/cake_migration.php:423
msgid "Interrupted when running \"%s\" callback."
#: Console/Command/MigrationShell.php:116
msgid "Dropping index \":index\" from table \":table\"."
msgstr ""

#: /vendors/shells/migration.php:76
msgid "Cake Migration Shell"
msgstr ""

#: /vendors/shells/migration.php:92
msgid "Creating table :table."
msgstr ""

#: /vendors/shells/migration.php:93
msgid "Dropping table :table."
msgstr ""

#: /vendors/shells/migration.php:94
msgid "Renaming table :old_name to :new_name."
#: Console/Command/MigrationShell.php:190
msgid "No migrations available."
msgstr ""

#: /vendors/shells/migration.php:95
msgid "Adding field :field to :table."
#: Console/Command/MigrationShell.php:220
msgid "Running migrations:"
msgstr ""

#: /vendors/shells/migration.php:96
msgid "Dropping field :field from :table."
#: Console/Command/MigrationShell.php:232
msgid "Migration will run dry, no database changes will be made"
msgstr ""

#: /vendors/shells/migration.php:97
msgid "Changing field :field from :table."
#: Console/Command/MigrationShell.php:241
msgid "All migrations have completed."
msgstr ""

#: /vendors/shells/migration.php:98
msgid "Renaming field :old_name to :new_name on :table."
#: Console/Command/MigrationShell.php:252
msgid "An error occurred when processing the migration:"
msgstr ""

#: /vendors/shells/migration.php:99
msgid "Adding index :index to :table."
#: Console/Command/MigrationShell.php:253
msgid "Migration: %s"
msgstr ""

#: /vendors/shells/migration.php:100
msgid "Dropping index :index from :table."
#: Console/Command/MigrationShell.php:254
msgid "Error: %s"
msgstr ""

#: /vendors/shells/migration.php:129
msgid "No migrations available."
#: Console/Command/MigrationShell.php:258
msgid "Do you want to mark the migration as successful?. [y]es or [a]bort."
msgstr ""

#: /vendors/shells/migration.php:145;159;181
#: Console/Command/MigrationShell.php:306;319;346
msgid "Not a valid migration version."
msgstr ""

#: /vendors/shells/migration.php:167
#: Console/Command/MigrationShell.php:327
msgid "Please, choose what version you want to migrate to. [q]uit or [c]lean."
msgstr ""

#: /vendors/shells/migration.php:188
msgid "Running migrations:"
#: Console/Command/MigrationShell.php:373
msgid "Do you want compare the schema.php file to the database?"
msgstr ""

#: /vendors/shells/migration.php:192
msgid "An error occurred when processing the migration:"
#: Console/Command/MigrationShell.php:379
msgid "Do you want generate a dump from current database?"
msgstr ""

#: /vendors/shells/migration.php:193
msgid "Migration: %s"
#: Console/Command/MigrationShell.php:390
msgid "Do you want update the schema.php file?"
msgstr ""

#: /vendors/shells/migration.php:194
msgid "Error: %s"
#: Console/Command/MigrationShell.php:406
msgid "Comparing schema.php to the database..."
msgstr ""

#: /vendors/shells/migration.php:200
msgid "All migrations have completed."
#: Console/Command/MigrationShell.php:425
msgid "Generating migration from commandline arguments..."
msgstr ""

#: /vendors/shells/migration.php:213
msgid "Please enter the descriptive name of the migration to generate:"
#: Console/Command/MigrationShell.php:453;775
msgid "Invalid argument"
msgstr ""

#: /vendors/shells/migration.php:216
msgid "Migration name (%s) is invalid. It must only contain alphanumeric characters."
#: Console/Command/MigrationShell.php:453
msgid "Migration name (%s) is invalid. It cannot be used to generate a migration from the CLI."
msgstr ""

#: /vendors/shells/migration.php:229
msgid "Do you want compare the schema.php file to the database?"
#: Console/Command/MigrationShell.php:474
msgid "Generating dump from current database..."
msgstr ""

#: /vendors/shells/migration.php:232
msgid "Comparing schema.php to the database..."
#: Console/Command/MigrationShell.php:495
msgid "Do you want to preview the file before generation?"
msgstr ""

#: /vendors/shells/migration.php:243
msgid "Do you want generate a dump from current database?"
#: Console/Command/MigrationShell.php:506
msgid "Generating Migration..."
msgstr ""

#: /vendors/shells/migration.php:246
msgid "Generating dump from current database..."
#: Console/Command/MigrationShell.php:515
msgid "Done."
msgstr ""

#: /vendors/shells/migration.php:260
msgid "Generating Migration..."
#: Console/Command/MigrationShell.php:524
msgid "Please enter the descriptive name of the migration to generate:"
msgstr ""

#: /vendors/shells/migration.php:276
msgid "Mapping Migrations..."
#: Console/Command/MigrationShell.php:527
msgid "Migration name (%s) is invalid. It must only contain alphanumeric characters and start with a letter."
msgstr ""

#: /vendors/shells/migration.php:284
msgid "Done."
#: Console/Command/MigrationShell.php:530
msgid "Migration name (%s) is invalid. It cannot be longer than 255 characters."
msgstr ""

#: /vendors/shells/migration.php:321
#: Console/Command/MigrationShell.php:566
msgid "Current version:"
msgstr ""

#: /vendors/shells/migration.php:326
#: Console/Command/MigrationShell.php:571
msgid "None applied."
msgstr ""

#: /vendors/shells/migration.php:329
#: Console/Command/MigrationShell.php:574
msgid "Latest version:"
msgstr ""

#: /vendors/shells/migration.php:397
#: Console/Command/MigrationShell.php:598
msgid "Current migration version:"
msgstr ""

#: /vendors/shells/migration.php:402
#: Console/Command/MigrationShell.php:603
msgid "Available migrations:"
msgstr ""

#: /vendors/shells/migration.php:408
#: Console/Command/MigrationShell.php:609
msgid "applied"
msgstr ""

#: /vendors/shells/migration.php:410
#: Console/Command/MigrationShell.php:611
msgid "not applied"
msgstr ""

#: Console/Command/MigrationShell.php:775
msgid "Missing required argument 'name' for migration"
msgstr ""

#: Lib/CakeMigration.php:204
msgid "Migration precheck class (%s) could not be loaded."
msgstr ""

#: Lib/CakeMigration.php:212
msgid "Migration precheck class (%s) is not a valid precheck class."
msgstr ""

#: Lib/CakeMigration.php:228
msgid "Migration direction (%s) is not one of valid directions."
msgstr ""

#: Lib/CakeMigration.php:294
#: Lib/Migration/PrecheckBase.php:111
msgid "Migration action type (%s) is not one of valid actions type."
msgstr ""

#: Lib/CakeMigration.php:301
msgid "%s"
msgstr ""

#: Lib/CakeMigration.php:343;373;401;488;528
msgid "SQL Error: %s"
msgstr ""

#: Lib/CakeMigration.php:566
msgid "Interrupted when running \"%s\" callback."
msgstr ""

#: Lib/MigrationVersion.php:273
msgid "Class `%1$s` not found on file `%2$s` for %3$s."
msgstr ""

#: Lib/MigrationVersion.php:408
msgid "File `%1$s` not found in the %2$s."
msgstr ""

#: Lib/Migration/PrecheckException.php:26
msgid "Table \"%s\" does not exists in database."
msgstr ""

#: Lib/Migration/PrecheckException.php:42
msgid "Table \"%s\" already exists in database."
msgstr ""

#: Lib/Migration/PrecheckException.php:59
msgid "Field \"%s\" does not exists in \"%s\"."
msgstr ""

#: Lib/Migration/PrecheckException.php:76
msgid "Field \"%s\" already exists in \"%s\"."
msgstr ""

#: View/Elements/migrations_panel.ctp:12
msgid "Migration Status"
msgstr ""

0 comments on commit a33853c

Please sign in to comment.