diff options
author | Henry Pan <git@phy25.com> | 2021-03-18 16:42:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 16:42:37 -0400 |
commit | 9dcf627417bc9975e5a7bcdcb273f504dc9dbe71 (patch) | |
tree | 4e31e593dd1f6430335e707dd47d021d2fb8496a | |
parent | f5e5ade5a72449472716a779d1943623359774f5 (diff) | |
parent | a1ef69039375764127cf9110fb2b65788a57cc7a (diff) | |
download | dokuwiki-9dcf627417bc9975e5a7bcdcb273f504dc9dbe71.tar.gz dokuwiki-9dcf627417bc9975e5a7bcdcb273f504dc9dbe71.zip |
Merge pull request #3439 from dokuwiki-translate/lang_update_275_1616098692
Translation update (fr)
-rw-r--r-- | inc/lang/fr/lang.php | 3 | ||||
-rw-r--r-- | lib/plugins/config/lang/fr/lang.php | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/inc/lang/fr/lang.php b/inc/lang/fr/lang.php index bf456383b..5784dc14d 100644 --- a/inc/lang/fr/lang.php +++ b/inc/lang/fr/lang.php @@ -3,9 +3,9 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author Nicolas Friedli <nicolas@theologique.ch> * @author Schplurtz le Déboulonné <Schplurtz@laposte.net> * @author Pierre Henriot <pierre.henriot@gmail.com> - * @author Nicolas Friedli <nicolas@theologique.ch> * @author PaliPalo <palipalo@hotmail.fr> * @author Laurent Ponthieu <contact@coopindus.fr> * @author Damien Regad <dregad@mantisbt.org> @@ -148,6 +148,7 @@ $lang['js']['media_done_btn'] = 'Terminé'; $lang['js']['media_drop'] = 'Déposez des fichiers ici pour les envoyer'; $lang['js']['media_cancel'] = 'supprimer'; $lang['js']['media_overwrt'] = 'Écraser les fichiers existants'; +$lang['js']['data_insecure'] = 'ATTENTION: Votre répertoire de données ne semble pas correctement sécurisé. Merci de lire <a href="https://www.dokuwiki.org/fr:security#securite_de_l_acces_web">Sécurité de l\'accès web</a> ou <a href="https://www.dokuwiki.org/security#web_access_security">Web Access Security in DokuWiki</a>.'; $lang['search_exact_match'] = 'Correspondance exacte'; $lang['search_starts_with'] = 'Commence par'; $lang['search_ends_with'] = 'Se termine par'; diff --git a/lib/plugins/config/lang/fr/lang.php b/lib/plugins/config/lang/fr/lang.php index 9ee0881ab..183be2d2c 100644 --- a/lib/plugins/config/lang/fr/lang.php +++ b/lib/plugins/config/lang/fr/lang.php @@ -3,9 +3,9 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author Nicolas Friedli <nicolas@theologique.ch> * @author Schplurtz le Déboulonné <Schplurtz@laposte.net> * @author Pierre Henriot <pierre.henriot@gmail.com> - * @author Nicolas Friedli <nicolas@theologique.ch> * @author PaliPalo <palipalo@hotmail.fr> * @author Laurent Ponthieu <contact@coopindus.fr> * @author Damien Regad <dregad@mantisbt.org> |