Skip to content

Commit

Permalink
Removed superfluous translation call
Browse files Browse the repository at this point in the history
Updated POT and PO files
  • Loading branch information
ravage84 committed Jul 18, 2014
1 parent 409de07 commit 72c3abc
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion Lib/CakeMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ protected function _run() {
try {
$result = $this->{$methodName}($type, $info);
} catch (Exception $e) {
throw new MigrationException($this, sprintf(__d('migrations', '%s'), $e->getMessage()));
throw new MigrationException($this, $e->getMessage());
}
}
return $result;
Expand Down
4 changes: 0 additions & 4 deletions Locale/deu/LC_MESSAGES/migrations.po
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ msgstr "Die Migrationsrichtung (%s) ist keine gültige Richtung."
msgid "Migration action type (%s) is not one of valid actions type."
msgstr "Der Aktionstyp (%s) der Migration ist kein gültiger Aktionstyp."

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

#: Lib/CakeMigration.php:343;373;401;488;528
msgid "SQL Error: %s"
msgstr "SQL Error: %s"
Expand Down
4 changes: 0 additions & 4 deletions Locale/fre/LC_MESSAGES/migrations.po
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,6 @@ msgstr ""
"Le type d'action de la Migration (%s) ne fait pas partie des type d'actions "
"valides."

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

#: Lib/CakeMigration.php:343;373;401;488;528
msgid "SQL Error: %s"
msgstr "Erreur SQL : %s"
Expand Down
4 changes: 0 additions & 4 deletions Locale/ita/LC_MESSAGES/migrations.po
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ msgstr "La direzione di migrazione (%s) non è una delle direzioni valide."
msgid "Migration action type (%s) is not one of valid actions type."
msgstr "Il tipo di azione (%s) non è un tipo di azione valido."

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

#: Lib/CakeMigration.php:343;373;401;488;528
msgid "SQL Error: %s"
msgstr "Errore SQL: %s"
Expand Down
4 changes: 0 additions & 4 deletions Locale/migrations.pot
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,6 @@ msgstr ""
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 ""
Expand Down
4 changes: 0 additions & 4 deletions Locale/por/LC_MESSAGES/migrations.po
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,6 @@ msgstr "Direção da Migração (%s) não é uma das direções válidas."
msgid "Migration action type (%s) is not one of valid actions type."
msgstr "Tipo de ação (%s) da Migração não é um dos tipos de ações válidos."

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

#: Lib/CakeMigration.php:343;373;401;488;528
msgid "SQL Error: %s"
msgstr "Erro SQL: %s"
Expand Down
4 changes: 0 additions & 4 deletions Locale/spa/LC_MESSAGES/migrations.po
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,6 @@ msgstr "Dirección (%s) de migración no es válida"
msgid "Migration action type (%s) is not one of valid actions type."
msgstr "Acción de tipo %s no es una acción válida"

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

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

0 comments on commit 72c3abc

Please sign in to comment.