From 909860c4d97b50a4ee1658a5d970cdc099a53f25 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 3 Oct 2016 13:06:36 +0200 Subject: [PATCH] translation update --- inc/lang/fr/lang.php | 3 ++- lib/plugins/acl/lang/fr/lang.php | 2 +- lib/plugins/authad/lang/fr/lang.php | 2 +- lib/plugins/authad/lang/fr/settings.php | 2 +- lib/plugins/authldap/lang/fr/lang.php | 2 +- lib/plugins/authldap/lang/fr/settings.php | 2 +- lib/plugins/authmysql/lang/fr/lang.php | 2 +- lib/plugins/authmysql/lang/fr/settings.php | 2 +- lib/plugins/authpgsql/lang/fr/settings.php | 2 +- lib/plugins/authplain/lang/fr/lang.php | 2 +- lib/plugins/config/lang/fr/lang.php | 3 ++- lib/plugins/extension/lang/fr/lang.php | 2 +- lib/plugins/popularity/lang/fr/lang.php | 2 +- lib/plugins/revert/lang/fr/lang.php | 2 +- lib/plugins/styling/lang/fr/lang.php | 2 +- lib/plugins/usermanager/lang/fr/lang.php | 5 +++-- lib/tpl/dokuwiki/lang/fr/lang.php | 2 +- 17 files changed, 21 insertions(+), 18 deletions(-) diff --git a/inc/lang/fr/lang.php b/inc/lang/fr/lang.php index 701a384f20..c988c94ad7 100644 --- a/inc/lang/fr/lang.php +++ b/inc/lang/fr/lang.php @@ -38,6 +38,7 @@ * @author james * @author Pietroni * @author Floriang + * @author Eric */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; @@ -369,5 +370,5 @@ $lang['wikimarkup'] = 'Wiki balise'; $lang['page_nonexist_rev'] = 'La page n\'existait pas le %s. Elle a été créée le %s.'; $lang['unable_to_parse_date'] = 'Ne peut analyser le paramètre date "%s".'; -$lang['email_signature_text'] = 'Ce courriel a été généré par DokuWiki depuis +$lang['email_signature_text'] = 'Ce courriel a été généré par DokuWiki depuis @DOKUWIKIURL@'; diff --git a/lib/plugins/acl/lang/fr/lang.php b/lib/plugins/acl/lang/fr/lang.php index 9539c5be52..483b8b5c68 100644 --- a/lib/plugins/acl/lang/fr/lang.php +++ b/lib/plugins/acl/lang/fr/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Sébastien Bauer * @author Antoine Fixary * @author cumulus diff --git a/lib/plugins/authad/lang/fr/lang.php b/lib/plugins/authad/lang/fr/lang.php index 1ab523ff14..ba512353b6 100644 --- a/lib/plugins/authad/lang/fr/lang.php +++ b/lib/plugins/authad/lang/fr/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author ggallon * @author Yannick Aure * @author Pietroni diff --git a/lib/plugins/authad/lang/fr/settings.php b/lib/plugins/authad/lang/fr/settings.php index d52e305fe4..f747c08ae8 100644 --- a/lib/plugins/authad/lang/fr/settings.php +++ b/lib/plugins/authad/lang/fr/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Bruno Veilleux * @author Momo50 * @author Schplurtz le Déboulonné diff --git a/lib/plugins/authldap/lang/fr/lang.php b/lib/plugins/authldap/lang/fr/lang.php index 5797bda428..ce26e86886 100644 --- a/lib/plugins/authldap/lang/fr/lang.php +++ b/lib/plugins/authldap/lang/fr/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Pietroni */ $lang['connectfail'] = 'LDAP ne peux se connecter : %s'; diff --git a/lib/plugins/authldap/lang/fr/settings.php b/lib/plugins/authldap/lang/fr/settings.php index 619aee3d32..49279f47f9 100644 --- a/lib/plugins/authldap/lang/fr/settings.php +++ b/lib/plugins/authldap/lang/fr/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Bruno Veilleux * @author schplurtz * @author Schplurtz le Déboulonné diff --git a/lib/plugins/authmysql/lang/fr/lang.php b/lib/plugins/authmysql/lang/fr/lang.php index d5a1e1209d..5e9fb6987d 100644 --- a/lib/plugins/authmysql/lang/fr/lang.php +++ b/lib/plugins/authmysql/lang/fr/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Pietroni */ $lang['connectfail'] = 'Impossible de se connecter à la base de données.'; diff --git a/lib/plugins/authmysql/lang/fr/settings.php b/lib/plugins/authmysql/lang/fr/settings.php index d69c8d41c2..a88b3256cd 100644 --- a/lib/plugins/authmysql/lang/fr/settings.php +++ b/lib/plugins/authmysql/lang/fr/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Bruno Veilleux */ $lang['server'] = 'Votre serveur MySQL'; diff --git a/lib/plugins/authpgsql/lang/fr/settings.php b/lib/plugins/authpgsql/lang/fr/settings.php index 9e471075ad..8cd9c6a7b2 100644 --- a/lib/plugins/authpgsql/lang/fr/settings.php +++ b/lib/plugins/authpgsql/lang/fr/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Bruno Veilleux */ $lang['server'] = 'Votre serveur PostgreSQL'; diff --git a/lib/plugins/authplain/lang/fr/lang.php b/lib/plugins/authplain/lang/fr/lang.php index fb7617207c..b675455e7b 100644 --- a/lib/plugins/authplain/lang/fr/lang.php +++ b/lib/plugins/authplain/lang/fr/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Carbain Frédéric * @author Nicolas Friedli * @author Schplurtz le Déboulonné diff --git a/lib/plugins/config/lang/fr/lang.php b/lib/plugins/config/lang/fr/lang.php index e7e7ff869a..fc8d02ef4f 100644 --- a/lib/plugins/config/lang/fr/lang.php +++ b/lib/plugins/config/lang/fr/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Guy Brand * @author Delassaux Julien * @author Maurice A. LeBlanc @@ -25,6 +25,7 @@ * @author Floriang * @author Schplurtz le Déboulonné * @author Simon DELAGE + * @author Eric */ $lang['menu'] = 'Paramètres de configuration'; $lang['error'] = 'Paramètres non modifiés en raison d\'une valeur invalide, vérifiez vos réglages puis réessayez.
Les valeurs erronées sont entourées d\'une bordure rouge.'; diff --git a/lib/plugins/extension/lang/fr/lang.php b/lib/plugins/extension/lang/fr/lang.php index e3dff49120..c408d4c38d 100644 --- a/lib/plugins/extension/lang/fr/lang.php +++ b/lib/plugins/extension/lang/fr/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Schplurtz le Déboulonné * @author Yves Grandvalet * @author Carbain Frédéric diff --git a/lib/plugins/popularity/lang/fr/lang.php b/lib/plugins/popularity/lang/fr/lang.php index 7603b2a086..059bec74cb 100644 --- a/lib/plugins/popularity/lang/fr/lang.php +++ b/lib/plugins/popularity/lang/fr/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Guy Brand * @author stephane.gully@gmail.com * @author Guillaume Turri diff --git a/lib/plugins/revert/lang/fr/lang.php b/lib/plugins/revert/lang/fr/lang.php index 4ba6c19a7e..7f604d68ac 100644 --- a/lib/plugins/revert/lang/fr/lang.php +++ b/lib/plugins/revert/lang/fr/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Delassaux Julien * @author Maurice A. LeBlanc * @author Guy Brand diff --git a/lib/plugins/styling/lang/fr/lang.php b/lib/plugins/styling/lang/fr/lang.php index 92b8c3d741..b3f0116462 100644 --- a/lib/plugins/styling/lang/fr/lang.php +++ b/lib/plugins/styling/lang/fr/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Carbain Frédéric * @author Nicolas Friedli */ diff --git a/lib/plugins/usermanager/lang/fr/lang.php b/lib/plugins/usermanager/lang/fr/lang.php index eef81c6c5b..d1db76c234 100644 --- a/lib/plugins/usermanager/lang/fr/lang.php +++ b/lib/plugins/usermanager/lang/fr/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Guy Brand * @author Delassaux Julien * @author Maurice A. LeBlanc @@ -24,6 +24,7 @@ * @author Jérôme Brandt * @author Schplurtz le Déboulonné * @author Olivier Humbert + * @author Eric */ $lang['menu'] = 'Gestion des utilisateurs'; $lang['noauth'] = '(authentification de l\'utilisateur non disponible)'; @@ -89,6 +90,6 @@ $lang['addUser_error_modPass_disabled'] = 'La modification des mots de passe est actuellement désactivée.'; $lang['addUser_error_name_missing'] = 'Veuillez saisir un nom pour le nouvel utilisateur.'; $lang['addUser_error_modName_disabled'] = 'La modification des noms est actuellement désactivée.'; -$lang['addUser_error_mail_missing'] = 'Veuillez saisir une adressse de courriel pour le nouvel utilisateur.'; +$lang['addUser_error_mail_missing'] = 'Veuillez saisir une adresse de courriel pour le nouvel utilisateur.'; $lang['addUser_error_modMail_disabled'] = 'La modification des adresses de courriel est actuellement désactivée.'; $lang['addUser_error_create_event_failed'] = 'Un greffon a empêché l\'ajout du nouvel utilisateur. Examinez les autres messages potentiels pour obtenir de plus amples informations.'; diff --git a/lib/tpl/dokuwiki/lang/fr/lang.php b/lib/tpl/dokuwiki/lang/fr/lang.php index ae74ca83e7..350b5a5faa 100644 --- a/lib/tpl/dokuwiki/lang/fr/lang.php +++ b/lib/tpl/dokuwiki/lang/fr/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Nicolas Friedli */ $lang['__background_site__'] = 'Couleur du fond (derrière la boîte de contenu)';