From dfbac9019bc286175504e761f82716637cedf6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Schplurtz=20le=20D=C3=A9boulonn=C3=A9?= <schplurtz@laposte.net> Date: Thu, 18 Oct 2018 05:06:16 +0200 Subject: [PATCH] translation update --- inc/lang/fr/lang.php | 2 +- lib/plugins/authpdo/lang/fr/lang.php | 2 +- lib/plugins/config/lang/fr/lang.php | 2 +- lib/plugins/extension/lang/fr/lang.php | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/inc/lang/fr/lang.php b/inc/lang/fr/lang.php index 8cf396c00..ee6902744 100644 --- a/inc/lang/fr/lang.php +++ b/inc/lang/fr/lang.php @@ -3,8 +3,8 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author Schplurtz le Déboulonné <schplurtz@laposte.net> * @author Damien Regad <dregad@mantisbt.org> - * @author Schplurtz le Déboulonné <Schplurtz@laposte.net> * @author Michael Bohn <mjbohn@gmail.com> * @author Sébastien Bauer <sebastien.bauer@advalvas.be> * @author Antoine Fixary <antoine.fixary@freesbee.fr> diff --git a/lib/plugins/authpdo/lang/fr/lang.php b/lib/plugins/authpdo/lang/fr/lang.php index ee87b0d52..5473aa71c 100644 --- a/lib/plugins/authpdo/lang/fr/lang.php +++ b/lib/plugins/authpdo/lang/fr/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Pietroni <pietroni@informatique.univ-paris-diderot.fr> */ $lang['connectfail'] = 'Impossible de se connecter à la base de données.'; diff --git a/lib/plugins/config/lang/fr/lang.php b/lib/plugins/config/lang/fr/lang.php index c2ad4e925..488000833 100644 --- a/lib/plugins/config/lang/fr/lang.php +++ b/lib/plugins/config/lang/fr/lang.php @@ -3,8 +3,8 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author Schplurtz le Déboulonné <schplurtz@laposte.net> * @author Damien Regad <dregad@mantisbt.org> - * @author Schplurtz le Déboulonné <Schplurtz@laposte.net> * @author Michael Bohn <mjbohn@gmail.com> * @author Guy Brand <gb@unistra.fr> * @author Delassaux Julien <julien@delassaux.fr> diff --git a/lib/plugins/extension/lang/fr/lang.php b/lib/plugins/extension/lang/fr/lang.php index 9a578516a..755e2d228 100644 --- a/lib/plugins/extension/lang/fr/lang.php +++ b/lib/plugins/extension/lang/fr/lang.php @@ -3,8 +3,8 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * - * @author Damien Regad <dregad@mantisbt.org> * @author Schplurtz le Déboulonné <schplurtz@laposte.net> + * @author Damien Regad <dregad@mantisbt.org> * @author Yves Grandvalet <Yves.Grandvalet@laposte.net> * @author Carbain Frédéric <fcarbain@yahoo.fr> * @author Nicolas Friedli <nicolas@theologique.ch> @@ -43,11 +43,11 @@ $lang['bugs_features'] = 'Bogues'; $lang['tags'] = 'Étiquettes :'; $lang['author_hint'] = 'Chercher les extensions de cet auteur'; $lang['installed'] = 'Installés :'; -$lang['downloadurl'] = 'URL de téléchargement :'; +$lang['downloadurl'] = 'Téléchargement :'; $lang['repository'] = 'Dépôt : '; $lang['unknown'] = '<em>inconnu</em>'; $lang['installed_version'] = 'Version installée :'; -$lang['install_date'] = 'Votre dernière mise à jour :'; +$lang['install_date'] = 'Dernière mise à jour :'; $lang['available_version'] = 'Version disponible :'; $lang['compatible'] = 'Compatible avec :'; $lang['depends'] = 'Dépend de :'; -- GitLab