diff --git a/README-fr.md b/README-fr.md index e962f10..c573738 100644 --- a/README-fr.md +++ b/README-fr.md @@ -4,7 +4,7 @@ ## Introduction -OpenCart-2-fr est un pack de langue française pour la plateforme de commerce en ligne [OpenCart](http://www.opencart.com/) (version 2.0.x). Initié dans le cadre du projet (non-officiel) libre et gratuit [OpenCart Translation v.2](https://crowdin.com/project/opencart-translation-v2) (cf. [ce fichier](readme.txt) pour plus d'information), il rassemble des propositions de traduction pour une localisation française complète de l'interface d'administration (_backend_) ainsi que de la boutique en ligne (_frontend_). +OpenCart-2-fr est un pack de langue française pour la plateforme de commerce en ligne [OpenCart](http://www.opencart.com/) (version 2.x). Initié dans le cadre du projet (non-officiel) libre et gratuit [OpenCart Translation v.2](https://crowdin.com/project/opencart-translation-v2) (cf. [ce fichier](readme.txt) pour plus d'information), il rassemble des propositions de traduction pour une localisation française complète de l'interface d'administration (_backend_) ainsi que de la boutique en ligne (_frontend_). ## Installation @@ -32,18 +32,18 @@ Ensuite, il convient d'afficher le panneau de configuration d'OpenCart et de sui OpenCart version | Language pack version ---------------- | ---------------------------- -2.0.2.0 | [1.1.0](/releases/tag/1.1.0) -2.0.1.1 | [1.0.1](/releases/tag/1.0.1) +2.0.2.0 | [1.1.1](https://github.com/gizmecano/opencart-2-fr/releases/tag/1.1.1) +2.0.1.1 | [1.0.1](https://github.com/gizmecano/opencart-2-fr/releases/tag/1.0.1) ## Contribution La réalisation de ce pack doit bien entendu beaucoup aux [travaux des différents contributeurs](https://crowdin.com/project/opencart-translation-v2/fr/activity) du projet OpenCart Translation v.2. -Toutes suggestions ou propositions (traduction, optimisation, etc.) peuvent être considérées en ouvrant [un ticket](/issues) dans ce dépôt. +Toutes suggestions ou propositions (traduction, optimisation, etc.) peuvent être considérées en ouvrant [un ticket](https://github.com/gizmecano/opencart-2-fr/issues) dans ce dépôt. ## Licence -OpenCart-2-fr : pack de langue française pour la plateforme de commerce en ligne OpenCart (version 2.0.x) +OpenCart-2-fr : pack de langue française pour la plateforme de commerce en ligne OpenCart (version 2.x) -------------------------------------------------------------------------------- diff --git a/README.md b/README.md index b5d5eba..ef3fd8e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ English | [Français](README-fr.md) ## Introduction -OpenCart-2-fr is a French language pack for the ecommerce platform [OpenCart](http://www.opencart.com/) (version 2.0.x). Started within the context of the (unofficial) open and free project [OpenCart Translation v.2](https://crowdin.com/project/opencart-translation-v2) (cf. [this file](readme.txt) for further details), it brings together translation proposals for a complete French localization of the administration interface (_backend_) as well as the online store (_frontend_). +OpenCart-2-fr is a French language pack for the ecommerce platform [OpenCart](http://www.opencart.com/) (version 2.x). Started within the context of the (unofficial) open and free project [OpenCart Translation v.2](https://crowdin.com/project/opencart-translation-v2) (cf. [this file](readme.txt) for further details), it brings together translation proposals for a complete French localization of the administration interface (_backend_) as well as the online store (_frontend_). ## Installation @@ -32,18 +32,18 @@ After that, open your OpenCart backend and follow these steps: OpenCart version | Language pack version ---------------- | ---------------------------- -2.0.2.0 | [1.1.0](/releases/tag/1.1.0) -2.0.1.1 | [1.0.1](/releases/tag/1.0.1) +2.0.2.0 | [1.1.1](https://github.com/gizmecano/opencart-2-fr/releases/tag/1.1.1) +2.0.1.1 | [1.0.1](https://github.com/gizmecano/opencart-2-fr/releases/tag/1.0.1) ## Contribution The achievement of this pack owes much, of course, to [works made by various contributors](https://crowdin.com/project/opencart-translation-v2/fr/activity) from the OpenCart Translation v.2 project. -Any suggestions or submissions (translation, optimisation, etc.) might be considered by opening [an issue](/issues) into this repository. +Any suggestions or submissions (translation, optimisation, etc.) might be considered by opening [an issue](https://github.com/gizmecano/opencart-2-fr/issues) into this repository. ## Licence -OpenCart-2-fr: a French language pack for the ecommerce platform OpenCart (version 2.0.x) +OpenCart-2-fr: a French language pack for the ecommerce platform OpenCart (version 2.x) -------------------------------------------------------------------------------- diff --git a/admin/language/fr-FR/common/footer.php b/admin/language/fr-FR/common/footer.php index 4edf313..1be6a88 100644 --- a/admin/language/fr-FR/common/footer.php +++ b/admin/language/fr-FR/common/footer.php @@ -14,6 +14,6 @@ */ // Text -$_['text_footer'] = 'OpenCart © 2009-2015 Tous droits réservés.
Localisation française OpenCart-2-fr'; +$_['text_footer'] = 'OpenCart © 2009-2015 Tous droits réservés.
Localisation française OpenCart-2-fr'; $_['text_version'] = 'Version %s'; ?> diff --git a/catalog/language/fr-FR/account/logout.php b/catalog/language/fr-FR/account/logout.php index 86f6e94..c21965d 100644 --- a/catalog/language/fr-FR/account/logout.php +++ b/catalog/language/fr-FR/account/logout.php @@ -16,6 +16,6 @@ // Heading $_['heading_title'] = 'Déconnexion du compte'; // Text -$_['text_message'] = 'Vous avez été déconnecté de votre compte. Quitter votre ordinateur est désormais sûre. Votre panier a été enregistré, les produits qui s’y trouvent pourront être retrouvés lorsque vous vous connecterez à nouveau à votre compte.'; +$_['text_message'] = 'Vous avez été déconnecté de votre compte. Quitter votre ordinateur est désormais sûr. Votre panier a été enregistré, les produits qui s’y trouvent pourront être retrouvés lorsque vous vous connecterez à nouveau à votre compte.'; $_['text_account'] = 'Compte'; $_['text_logout'] = 'Se déconnecter';