// Fix replace //" by " in english keys and change french keys

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14177 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-03-14 17:25:41 +00:00
parent 11b0768548
commit 1650b72cf3
35 changed files with 187 additions and 187 deletions
@@ -242,7 +242,7 @@ class AdminPerformanceControllerCore extends AdminController
array(
'id' => 'PS_HTML_THEME_COMPRESSION_1',
'value' => 1,
'label' => $this->l('Minify HTML after \\"smarty compile\\" execution.')
'label' => $this->l('Minify HTML after "smarty compile" execution.')
),
array(
'id' => 'PS_HTML_THEME_COMPRESSION_0',
@@ -261,7 +261,7 @@ class AdminPerformanceControllerCore extends AdminController
array(
'id' => 'PS_JS_HTML_THEME_COMPRESSION_1',
'value' => 1,
'label' => $this->l('Compress inline JavaScript in HTML after \\"smarty compile\\" execution')
'label' => $this->l('Compress inline JavaScript in HTML after "smarty compile" execution')
),
array(
'id' => 'PS_JS_HTML_THEME_COMPRESSION_0',
@@ -280,7 +280,7 @@ class AdminPerformanceControllerCore extends AdminController
array(
'id' => 'PS_HIGH_HTML_THEME_COMPRESSION_1',
'value' => 1,
'label' => $this->l('HTML is compressed but cancels the W3C validation (only when \\"Minify HTML\\" is enabled)')
'label' => $this->l('HTML is compressed but cancels the W3C validation (only when "Minify HTML" is enabled)')
),
array(
'id' => 'PS_HIGH_HTML_THEME_COMPRESSION_0',
@@ -370,7 +370,7 @@ class AdminPerformanceControllerCore extends AdminController
'title' => $this->l('Ciphering'),
'image' => '../img/admin/computer_key.png'
),
'desc' => $this->l('Mcrypt is faster than our custom BlowFish class, but requires the PHP extension \\"mcrypt\\". If you change this configuration, all cookies will be reset.'),
'desc' => $this->l('Mcrypt is faster than our custom BlowFish class, but requires the PHP extension "mcrypt". If you change this configuration, all cookies will be reset.'),
'input' => array(
array(
'type' => 'hidden',