[*] TR : update English translations key for Back Office

This commit is contained in:
lLefevre
2012-07-12 10:04:56 +00:00
parent 56d03ba373
commit 12c69a6dc6
50 changed files with 321 additions and 4644 deletions
@@ -345,7 +345,7 @@ class AdminProductsControllerCore extends AdminController
{
if ($_FILES['attachment_file']['size'] > (Configuration::get('PS_ATTACHMENT_MAXIMUM_SIZE') * 1024 * 1024))
$this->errors[] = sprintf(
$this->l('File too large, maximum size allowed: %1$d kB. File size you\'re trying to upload is: %2$d kB.'),
$this->l('File too large, maximum size allowed: %1$d kB. File size you\'re trying to upload is: %2$d kB.'),
(Configuration::get('PS_ATTACHMENT_MAXIMUM_SIZE') * 1024),
number_format(($_FILES['attachment_file']['size'] / 1024), 2, '.', '')
);
@@ -1189,7 +1189,7 @@ class AdminProductsControllerCore extends AdminController
else
$json = array(
'status' => 'error',
'message'=> $this->l('You do not have permission to delete here.')
'message'=> $this->l('You do not have permission to delete this.')
);
die(Tools::jsonEncode($json));