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

This commit is contained in:
lLefevre
2012-05-15 10:04:43 +00:00
parent c1290cebae
commit 0d4ff05960
21 changed files with 373 additions and 373 deletions
@@ -66,7 +66,7 @@ class AdminWebserviceControllerCore extends AdminController
'general' => array(
'title' => $this->l('Configuration'),
'fields' => array(
'PS_WEBSERVICE' => array('title' => $this->l('Enable PrestaShop Webservice:'),
'PS_WEBSERVICE' => array('title' => $this->l('Enable PrestaShop Webservice'),
'desc' => $this->l('Before activating the webservice, you must be sure to: ').
'<ol>
<li>'.$this->l('be certain that URL rewriting is available on this server').'</li>
@@ -75,7 +75,7 @@ class AdminWebserviceControllerCore extends AdminController
'cast' => 'intval',
'type' => 'bool'),
'PS_WEBSERVICE_CGI_HOST' => array(
'title' => $this->l('Active mode CGI for PHP:'),
'title' => $this->l('Active mode CGI for PHP'),
'desc' => $this->l('Be sure PHP is not configured as an Apache module on your server'),
'cast' => 'intval',
'type' => 'bool'