Skip to content

Commit

Permalink
Release of both variants compatible with OpenCart 3.0.3.8
Browse files Browse the repository at this point in the history
Review of changes since previous version in #120
  • Loading branch information
gizmecano authored May 30, 2023
2 parents dc38ce3 + c1e34f9 commit 37a8148
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/compatibility.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Release,Opencart,Free pack,Full pack
2021-08-25,3.0.3.8,4.0.1,4.0.1
2021-02-21,3.0.3.7,4.0.0,4.0.0
2020-07-19,3.0.3.6,3.0.0,3.0.0
2020-07-16,3.0.3.5,2.1.1,2.2.0
Expand Down
1 change: 1 addition & 0 deletions upload/admin/language/fr-FR/design/seo_url.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@
$_['error_query'] = 'Attention : la requête doit contenir entre 3 et 64 caractères !';
$_['error_keyword'] = 'Attention : le mot-clef doit contenir entre 3 et 64 caractères !';
$_['error_exists'] = 'Attention : le mot-clef est déjà utilisé !';
$_['error_query_exists'] = 'Attention : la requête est déjà utilisée !';
1 change: 1 addition & 0 deletions upload/admin/language/fr-FR/extension/extension/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
// Error
$_['error_permission'] = 'Attention : vous n’avez pas l’autorisation de modifier les modules !';
$_['error_name'] = 'Attention : le nom du module doit contenir entre 3 et 64 caractères !';
$_['error_code_name'] = 'Attention : le nom de code du module doit contenir entre 3 et 32 caractères !';
$_['error_code'] = 'Attention : une extension est requise !';
1 change: 0 additions & 1 deletion upload/admin/language/fr-FR/extension/report/marketing.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
// Entry
$_['entry_date_start'] = 'Date de début';
$_['entry_date_end'] = 'Date de fin';
$_['entry_status'] = 'Statut de la commande';
$_['entry_status'] = 'Statut';
$_['entry_sort_order'] = 'Classement';
// Error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
$_['entry_date_start'] = 'Date de début';
$_['entry_date_end'] = 'Date de fin';
$_['entry_group'] = 'Regroupé par';
$_['entry_status'] = 'Statut de la commande';
$_['entry_status'] = 'Statut';
$_['entry_sort_order'] = 'Classement';
// Error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
$_['entry_date_start'] = 'Date de début';
$_['entry_date_end'] = 'Date de fin';
$_['entry_group'] = 'Regroupé par';
$_['entry_status'] = 'Statut des retours';
$_['entry_status'] = 'Statut';
$_['entry_sort_order'] = 'Classement';
// Error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
$_['entry_date_start'] = 'Date de début';
$_['entry_date_end'] = 'Date de fin';
$_['entry_group'] = 'Regroupé par';
$_['entry_status'] = 'Statut de la commande';
$_['entry_status'] = 'Statut';
$_['entry_sort_order'] = 'Classement';
// Error
Expand Down
1 change: 0 additions & 1 deletion upload/admin/language/fr-FR/extension/report/sale_tax.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
$_['entry_date_start'] = 'Date de début';
$_['entry_date_end'] = 'Date de fin';
$_['entry_group'] = 'Regroupé par';
$_['entry_status'] = 'Statut de la commande';
$_['entry_status'] = 'Statut';
$_['entry_sort_order'] = 'Classement';
// Error
Expand Down
1 change: 1 addition & 0 deletions upload/catalog/language/fr-FR/product/product.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@
$_['error_name'] = 'Attention : le nom de l’évaluation doit être compris entre 3 et 25 caractères !';
$_['error_text'] = 'Attention : le texte de l’évaluation doit être compris entre 25 et 1000 caractères !';
$_['error_rating'] = 'Attention : veuillez sélectionner une note !';
$_['error_product'] = 'Attention : un produit est requis pour ajouter une évaluation !';

0 comments on commit 37a8148

Please sign in to comment.