[*] 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
+3 -3
View File
@@ -181,7 +181,7 @@ class AdminStoresControllerCore extends AdminController
),
array(
'type' => 'text',
'label' => $this->l('Postcode / Zip Code'),
'label' => $this->l('Postal Code/Zip Code'),
'name' => 'postcode',
'size' => 6,
'required' => true
@@ -224,7 +224,7 @@ class AdminStoresControllerCore extends AdminController
'required' => true,
'size' => 11,
'maxlength' => 12,
'desc' => $this->l('Store coordinates (e.g. 45.265469 / -47.226478)')
'desc' => $this->l('Store coordinates (e.g. 45.265469/-47.226478)')
),
array(
'type' => 'text',
@@ -468,7 +468,7 @@ class AdminStoresControllerCore extends AdminController
'type' => 'text'
),
'PS_SHOP_CODE' => array(
'title' => $this->l('Postcode / Zip code'),
'title' => $this->l('Postal Code/Zip code'),
'validation' => 'isGenericName',
'size' => 6,
'type' => 'text'