// Fix update english key of translations in all files
This commit is contained in:
@@ -87,22 +87,22 @@ class AdminInformationControllerCore extends AdminController
|
||||
|
||||
$tests_errors = array(
|
||||
'phpversion' => $this->l('Update your PHP version'),
|
||||
'upload' => $this->l('Configure your server to allow the upload file'),
|
||||
'system' => $this->l('Configure your server to allow the creation of directories and write to files'),
|
||||
'upload' => $this->l('Configure your server to allow file uploads'),
|
||||
'system' => $this->l('Configure your server to allow the creation of directories and files with write permissions'),
|
||||
'gd' => $this->l('Enable the GD library on your server'),
|
||||
'mysql_support' => $this->l('Enable the MySQL support on your server'),
|
||||
'config_dir' => $this->l('Set write permissions for config folder'),
|
||||
'cache_dir' => $this->l('Set write permissions for cache folder'),
|
||||
'sitemap' => $this->l('Set write permissions for sitemap.xml file'),
|
||||
'img_dir' => $this->l('Set write permissions for img folder and subfolders/recursively'),
|
||||
'mails_dir' => $this->l('Set write permissions for mails folder and subfolders/recursively'),
|
||||
'module_dir' => $this->l('Set write permissions for modules folder and subfolders/recursively'),
|
||||
'theme_lang_dir' => $this->l('Set write permissions for themes/')._THEME_NAME_.$this->l('/lang/ folder and subfolders/recursively'),
|
||||
'translations_dir' => $this->l('Set write permissions for translations folder and subfolders/recursively'),
|
||||
'customizable_products_dir' => $this->l('Set write permissions for upload folder and subfolders/recursively'),
|
||||
'virtual_products_dir' => $this->l('Set write permissions for download folder and subfolders/recursively'),
|
||||
'fopen' => $this->l('Enable fopen on your server'),
|
||||
'register_globals' => $this->l('Set PHP register global option to off'),
|
||||
'config_dir' => $this->l('Set write permissions for \\"config\\" folder'),
|
||||
'cache_dir' => $this->l('Set write permissions for \\"cache\\" folder'),
|
||||
'sitemap' => $this->l('Set write permissions for \\"sitemap.xml\\" file'),
|
||||
'img_dir' => $this->l('Set write permissions for \\"img\\" folder and subfolders, recursively'),
|
||||
'mails_dir' => $this->l('Set write permissions for \\"mails\\" folder and subfolders, recursively'),
|
||||
'module_dir' => $this->l('Set write permissions for \\"modules\\" folder and subfolders, recursively'),
|
||||
'theme_lang_dir' => $this->l('Set write permissions for \\"themes/')._THEME_NAME_.$this->l('/lang/\\" folder and subfolders, recursively'),
|
||||
'translations_dir' => $this->l('Set write permissions for \\"translations\\" folder and subfolders, recursively'),
|
||||
'customizable_products_dir' => $this->l('Set write permissions for \\"upload\\" folder and subfolders, recursively'),
|
||||
'virtual_products_dir' => $this->l('Set write permissions for \\"download\\" folder and subfolders, recursively'),
|
||||
'fopen' => $this->l('Allow the PHP fopen() function on your server'),
|
||||
'register_globals' => $this->l('Set PHP \\"register_global\\" option to \\"Off\\"'),
|
||||
'gz' => $this->l('Enable GZIP compression on your server')
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user