diff --git a/admin-dev/themes/template/products/accounting.tpl b/admin-dev/themes/template/products/accounting.tpl index 594325385..75dda471b 100644 --- a/admin-dev/themes/template/products/accounting.tpl +++ b/admin-dev/themes/template/products/accounting.tpl @@ -57,7 +57,7 @@ {/foreach}
- {l s='Theses fields are used for the accounting export'} + {l s='These fields are used for the accounting export'}
diff --git a/classes/Language.php b/classes/Language.php index fae299508..3ca8fe35d 100644 --- a/classes/Language.php +++ b/classes/Language.php @@ -218,7 +218,7 @@ class LanguageCore extends ObjectModel /** * This functions checks if every files exists for the language $iso_code. - * Concerned files are theses located in translations/$iso_code/ + * Concerned files are those located in translations/$iso_code/ * and translations/mails/$iso_code . * * @param mixed $iso_code diff --git a/controllers/admin/AdminEmployeesController.php b/controllers/admin/AdminEmployeesController.php index 8f280eca9..8addeeed0 100644 --- a/controllers/admin/AdminEmployeesController.php +++ b/controllers/admin/AdminEmployeesController.php @@ -57,11 +57,11 @@ class AdminEmployeesControllerCore extends AdminController $this->fieldsDisplay = array( 'id_employee' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25), - 'lastname' => array('title' => $this->l('Last name'), 'width' => 130), + 'lastname' => array('title' => $this->l('Last name'), 'width' => 'auto'), 'firstname' => array('title' => $this->l('First name'), 'width' => 130), 'email' => array('title' => $this->l('E-mail address'), 'width' => 180), 'profile' => array('title' => $this->l('Profile'), 'width' => 90, 'type' => 'select', 'list' => $this->profiles_array, 'filter_key' => 'pl!name'), - 'active' => array('title' => $this->l('Can log in'), 'align' => 'center', 'active' => 'status', 'type' => 'bool'), + 'active' => array('title' => $this->l('Can log in'), 'align' => 'center', 'active' => 'status', 'type' => 'bool', 'width' => 30), ); $this->options = array( diff --git a/controllers/admin/AdminLoginController.php b/controllers/admin/AdminLoginController.php index 05541c43d..4ad7f1c54 100755 --- a/controllers/admin/AdminLoginController.php +++ b/controllers/admin/AdminLoginController.php @@ -52,7 +52,7 @@ class AdminLoginControllerCore extends AdminController { if ((empty($_SERVER['HTTPS']) OR strtolower($_SERVER['HTTPS']) == 'off') AND Configuration::get('PS_SSL_ENABLED')) { - // You can uncomment theses lines if you want to force https even from localhost and automatically redirect + // You can uncomment these lines if you want to force https even from localhost and automatically redirect // header('HTTP/1.1 301 Moved Permanently'); // header('Location: '.Tools::getShopDomainSsl(true).$_SERVER['REQUEST_URI']); // exit(); diff --git a/controllers/admin/AdminTranslationsController.php b/controllers/admin/AdminTranslationsController.php index f6db168c7..190126a71 100644 --- a/controllers/admin/AdminTranslationsController.php +++ b/controllers/admin/AdminTranslationsController.php @@ -1047,7 +1047,7 @@ class AdminTranslationsControllerCore extends AdminController ); // Add js variables needed for autotranslate - $this->tpl_view_vars = array_merge($this->tpl_view_vars, $this->initAutoTranslate()); + //$this->tpl_view_vars = array_merge($this->tpl_view_vars, $this->initAutoTranslate()); $this->initToolbar(); $this->base_tpl_view = 'translation_form.tpl'; diff --git a/install-dev/classes/Language.php b/install-dev/classes/Language.php index a29cb9e4b..9b46d326f 100644 --- a/install-dev/classes/Language.php +++ b/install-dev/classes/Language.php @@ -134,7 +134,7 @@ class Language extends ObjectModel /** * This functions checks if every files exists for the language $iso_code. - * Concerned files are theses located in translations/$iso_code/ + * Concerned files are those located in translations/$iso_code/ * and translations/mails/$iso_code . * * @param mixed $iso_code diff --git a/install-new/upgrade/classes/ToolsInstall.php b/install-new/upgrade/classes/ToolsInstall.php index a46753a3a..4d3588c24 100644 --- a/install-new/upgrade/classes/ToolsInstall.php +++ b/install-new/upgrade/classes/ToolsInstall.php @@ -38,7 +38,7 @@ class ToolsInstall */ public static function checkDB ($srv, $login, $password, $name, $posted = true) { - // Don't include theses files if classes are already defined + // Don't include these files if classes are already defined if (!class_exists('Validate', false)) { include_once(INSTALL_PATH.'/../classes/Validate.php'); diff --git a/themes/prestashop/js/product.js b/themes/prestashop/js/product.js index 19d67ceae..755980ebf 100644 --- a/themes/prestashop/js/product.js +++ b/themes/prestashop/js/product.js @@ -218,7 +218,7 @@ function updateDisplay() if (!allowBuyWhenOutOfStock) $('#quantity_wanted_p:visible').hide('slow'); - //display that the product is unavailable with theses attributes + //display that the product is unavailable with these attributes if (!selectedCombination['unavailable']) $('#availability_value').text(doesntExistNoMore + (globalQuantity > 0 ? ' ' + doesntExistNoMoreBut : '')).addClass('warning_inline'); else diff --git a/translations/fr/admin.php b/translations/fr/admin.php index 273c127b5..f490d7cbc 100644 --- a/translations/fr/admin.php +++ b/translations/fr/admin.php @@ -3308,6 +3308,9 @@ $_LANGADM['AdminProducts06d43815fa42336629ff54da5630143c'] = 'le fichier'; $_LANGADM['AdminProducts6844aa7b2ea9577a34cea194362d5509'] = 'dépasse le poids autorisé par le serveur, cette limite est fixée a'; $_LANGADM['AdminProducts6dd757cbdd852a16f222a7d1a07eab3e'] = 'Mo'; $_LANGADM['AdminProductsaed293e1b355a3bbdd23d011703b57d9'] = 'Pièce jointe ajoutée avec succès'; +$_LANGADM['AdminProducts709fe99f038d9eb3e1b4f3691115b782'] = 'Prix spécifique supprimé avec succès'; +$_LANGADM['AdminProductse115ca39a2ff60b8081ddd22a05f0893'] = 'Règle de prix mise à jour avec succès'; +$_LANGADM['AdminProductsc75c4c22b0c7689ffc1299a9399d92aa'] = 'Priorités de prix mises à jour avec succès'; $_LANGADM['AdminProducts1dc171c83c2ba64a6a311a8a011339ee'] = 'Impossible de supprimer l\'attribut'; $_LANGADM['AdminProducts03596501a6ce61f5a66dc0146fbab03e'] = 'Vous n\'avez pas la permission de supprimer ici.'; $_LANGADM['AdminProducts2194e5264b4e11db918b9d1d428ab68f'] = 'Ne peut pas être l\'attribut par défaut'; @@ -3402,6 +3405,8 @@ $_LANGADM['AdminProducts10cbdb4839f838ce30409739435a6070'] = 'Catalogue :'; $_LANGADM['AdminProductsb61bd19699eab41bbcdabc42f83af268'] = 'Pensez à changer la catégorie par défaut.'; $_LANGADM['AdminProducts74645ed4e5e25461a664d5f68ff19098'] = 'Cocher dans quelle(s) catégorie(s) le produit doit apparaître'; $_LANGADM['AdminProducts0f26e4f64d58beb4d924627c707e43ad'] = 'Numéro de compte'; +$_LANGADM['AdminProducts20d8e3c9ba72de629652dc849c2a326a'] = 'Configurez le numéro de compte pour les produits de chaque zone. Si le champ est vide, le numéro par défaut de la boutique défini dans l\'onglet Comptabilité est utilisé'; +$_LANGADM['AdminProducts6e0fbf5e58083d923245509df03586a0'] = 'Ces champs sont utilisés pour l\'export de comptabilité'; $_LANGADM['AdminProducts3faccbfcb5f35451302dcaff3af6cd3f'] = 'Merci de cocher une catégorie afin de sélectionner la catégorie par défaut.'; $_LANGADM['AdminProductsce2530ff1fb8dc66d6c940c5ce32508d'] = 'Catégories associées :'; $_LANGADM['AdminProductsf16b5952df8d25ea30b25ff95ee8fedf'] = 'Boutiques associées :'; @@ -3507,6 +3512,7 @@ $_LANGADM['AdminProductsd3d2e617335f08df83599665eef8a418'] = 'Fermer'; $_LANGADM['AdminProducts6b75fa7115dc07a315c0d9eb30f065e1'] = '(ou \"Esc\")'; $_LANGADM['AdminProductsdd9644efbcf9d41c5be6daed03514dd8'] = 'Suivant >'; $_LANGADM['AdminProducts1330988644c6dfe038e00e6384ac845a'] = '< Précédent'; +$_LANGADM['AdminProducts6da21bac8f8377ccf0292305e649f61f'] = 'Ce produit est actif dans cette boutique mais il n\'appartient à aucune catégorie active de la boutique.'; $_LANGADM['AdminProductsda092b198ff6befe7f8a2e68767b8a08'] = 'chargement en cours ...'; $_LANGADM['AdminProductsfee1ad396cfeab246802224002123f39'] = 'Editer cette image de produit'; $_LANGADM['AdminProducts8bf615c78d82dede20bca75a5c73615c'] = 'Ajouter une nouvelle image pour ce produit'; @@ -3563,6 +3569,8 @@ $_LANGADM['AdminProducts3b263477a8ad622d76979befafd0119d'] = 'Tapez les premièr $_LANGADM['AdminProductsf8d2c739f71b8771be444dcb6af04314'] = 'Ajouter ce produit dans le pack'; $_LANGADM['AdminProducts0d521f7724416d12a25c833829c6810b'] = 'List des produits de ce pack :'; $_LANGADM['AdminProducts2811dedc85918c3e3ed0becd87cbb336'] = 'Vous ne pouvez pas ajouter de produits téléchargeables à un pack.'; +$_LANGADM['AdminProducts961f2247a2070bedff9f9cd8d64e2650'] = 'Choisissez'; +$_LANGADM['AdminProductsafdbd71037839ec5a581febacab7bad7'] = 'Aucun client trouvé'; $_LANGADM['AdminProducts290b7c47045d269e2ccfa69e6477acfe'] = 'Prix du produit'; $_LANGADM['AdminProducts2aa2ef9d99efe99c01d0c1fb2a3838e5'] = 'Prix d\'achat HT :'; $_LANGADM['AdminProducts8a1c241e92c26b92eaae87afa337eaa3'] = 'Le prix d\'achat auquel vous avez eu le produit'; @@ -3587,6 +3595,8 @@ $_LANGADM['AdminProducts5b14ab8904d8a735edd6ea4cff8f7b7c'] = 'Prix spécifiques' $_LANGADM['AdminProducts146aed434d7f1d22ee1dd69663122b16'] = 'Vous pouvez définir des prix spécifiques pour des clients appartenant à différents groupes, différents pays...'; $_LANGADM['AdminProductsc1649abdccba825a27f5820f126c8454'] = 'Ajouter un nouveau prix spécifique'; $_LANGADM['AdminProductsf98188b975d57e9dfc3137c7c9f9a5da'] = 'Pour :'; +$_LANGADM['AdminProducts5eea367ea73b909880393bd1ae79fc67'] = 'Client:'; +$_LANGADM['AdminProducts8524de963f07201e5c086830d370797f'] = 'Chargement...'; $_LANGADM['AdminProducts8ed07686e8486f87c4e0d491b0949904'] = 'Déclinaison :'; $_LANGADM['AdminProductsc77b86cdeed7ed9197db5858fa3b5fd0'] = 'Appliquer à toutes les déclinaisons'; $_LANGADM['AdminProducts06444363878572ed1fd5c9342cd5884f'] = 'Disponible à partir de :'; @@ -3602,6 +3612,7 @@ $_LANGADM['AdminProducts37be07209f53a5d636d5c904ca9ae64c'] = 'Pourcentage'; $_LANGADM['AdminProducts61946eb3e50f01d7ea339f202a2942f8'] = '(s\'il est réglé sur \"Montant\", la taxe est incluse)'; $_LANGADM['AdminProductsab7a485ebe75b6dd7243ad719f23c7de'] = 'Règle'; $_LANGADM['AdminProducts47ac923d219501859fb68fed8c8db77b'] = 'Déclinaison'; +$_LANGADM['AdminProductsce26601dac0dea138b7295f02b7620a7'] = 'Client'; $_LANGADM['AdminProducts3601146c4e948c32b6424d2c0a7f0118'] = 'Prix'; $_LANGADM['AdminProducts7f5f43f70aaffba55924eaa4b51d9eb3'] = '(HT)'; $_LANGADM['AdminProducts1901606ea069a83dc7beea17881ef95a'] = 'Période';