[-] FO : #PSCFV-67 : Translation english updated and english keys update in all languages

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15310 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-05-15 10:04:43 +00:00
parent 42b3e483b7
commit a0b9410861
21 changed files with 373 additions and 373 deletions
@@ -85,7 +85,7 @@ class AdminEmployeesControllerCore extends AdminController
'title' => $this->l('Employee options'),
'fields' => array(
'PS_PASSWD_TIME_BACK' => array(
'title' => $this->l('Password regeneration:'),
'title' => $this->l('Password regeneration'),
'desc' => $this->l('Security: minimum time to wait between two password changes'),
'cast' => 'intval',
'size' => 5,
@@ -94,7 +94,7 @@ class AdminEmployeesControllerCore extends AdminController
'visibility' => Shop::CONTEXT_ALL
),
'PS_BO_ALLOW_EMPLOYEE_FORM_LANG' => array(
'title' => $this->l('Memorize language used in Admin panel forms:'),
'title' => $this->l('Memorize language used in Admin panel forms'),
'desc' => $this->l('Allow employees to select a specific language for Admin panel forms'),
'cast' => 'intval',
'type' => 'select',