Add translation

modifié:         core/lib/Thelia/Config/I18n/en_US.php
	modifié:         core/lib/Thelia/Config/I18n/fr_FR.php
	modifié:         core/lib/Thelia/Controller/Admin/ImportController.php
	modifié:         templates/backOffice/default/I18n/en_US.php
	modifié:         templates/backOffice/default/I18n/fr_FR.php
This commit is contained in:
Benjamin Perche
2014-08-05 09:50:01 +02:00
parent 9967fbdd6c
commit 318341b702
5 changed files with 129 additions and 6 deletions

View File

@@ -130,8 +130,7 @@ class ImportController extends BaseAdminController
} else {
throw new \ErrorException(
$this->getTranslator()->trans(
"There's a problem, the extension \"%ext\" has been found, ".
"but has no formatters nor archive builder",
"There's a problem, the extension \"%ext\" has been found, but has no formatters nor archive builder",
[
"%ext" => $tools["extension"],
]