// Small fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17267 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -2551,8 +2551,7 @@ class AdminImportControllerCore extends AdminController
|
||||
switch ($_FILES['file']['error'])
|
||||
{
|
||||
case UPLOAD_ERR_INI_SIZE:
|
||||
$this->errors[] = Tools::displayError('The uploaded file exceeds the upload_max_filesize directive in php.ini.
|
||||
If your server configuration allows it, you may add a directive in your .htaccess, for example:')
|
||||
$this->errors[] = Tools::displayError('The uploaded file exceeds the upload_max_filesize directive in php.ini. If your server configuration allows it, you may add a directive in your .htaccess, for example:')
|
||||
.'<br/><a href="'.$this->context->link->getAdminLink('AdminMeta').'" >
|
||||
<code>php_value upload_max_filesize 20M</code> '.
|
||||
Tools::displayError('(click to open "Generators" tab)').'</a>';
|
||||
|
||||
@@ -1869,6 +1869,7 @@ $_LANGADM['AdminModules7b4d2812164df0dceca0b53bb650e52d'] = 'Installé et non in
|
||||
$_LANGADM['AdminModules7d4eb04d5b71acb455329b4d6e228388'] = 'Fonctionnalités front-office';
|
||||
$_LANGADM['AdminModules7e4a9cd054588a95b0394d92a2030e72'] = 'Vue normale';
|
||||
$_LANGADM['AdminModules83218ac34c1834c26781fe4bde918ee4'] = 'Bienvenue';
|
||||
$_LANGADM['AdminModules853ae90f0351324bd73ea615e6487517'] = ' :';
|
||||
$_LANGADM['AdminModules85687c63fd82afbc21632f288e53a6e4'] = 'Cette action supprime définitivement le module sur votre serveur. Êtes-vous vraiment sûr ?';
|
||||
$_LANGADM['AdminModules8634e049945e0e8562673698a1abb485'] = 'Mettre ce module en ligne';
|
||||
$_LANGADM['AdminModules87a3a6caeffcd74b07ad451f7695dda7'] = 'Prix & Promotions';
|
||||
|
||||
@@ -315,7 +315,6 @@ $_ERRORS['6fd4e04d113190d915a36b101ac92489'] = 'Cette commande a déjà cet éta
|
||||
$_ERRORS['700c53d8cec1b1e9cf6c247944126166'] = 'Une erreur est survenue durant la mise à jour de votre panier.';
|
||||
$_ERRORS['708d2bfb476ba46221602d549f0e7a4d'] = 'Identifiant de catégorie manquant';
|
||||
$_ERRORS['71754079aaeefc5c6e745ddd59f8a35f'] = 'Commande gratuite';
|
||||
$_ERRORS['71f4f008985ea6abc73e89a668e15197'] = 'Cet attribut existe déjà.';
|
||||
$_ERRORS['73fe0bd9b8402c2328fbf6dcb8e090f1'] = 'La liaison avec la base de données ne peut pas être établie : %s';
|
||||
$_ERRORS['74d93d946c302d8decb44dec33f4b3e6'] = 'La date de début n\'est pas valable (AAAA-MM-JJ)';
|
||||
$_ERRORS['74efb694173710062ae76c1e9949817e'] = 'Prix/réduction non valable';
|
||||
|
||||
Reference in New Issue
Block a user