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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16369 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-07-12 10:04:56 +00:00
parent 93a30017e8
commit 75cbe6f6ec
50 changed files with 321 additions and 4644 deletions
@@ -145,7 +145,7 @@ class AdminWarehousesControllerCore extends AdminController
// sets the fields of the form
$this->fields_form = array(
'legend' => array(
'title' => $this->l('Warehouse informations'),
'title' => $this->l('Warehouse information'),
'image' => '../img/admin/edit.gif'
),
'input' => array(
@@ -198,7 +198,7 @@ class AdminWarehousesControllerCore extends AdminController
),
array(
'type' => 'text',
'label' => $this->l('Postcode / Zip Code:'),
'label' => $this->l('Postcode/Zip Code:'),
'name' => 'postcode',
'size' => 10,
'maxlength' => 12,