diff options
author | Olivier Humbert <trebmuh@tuxfamily.org> | 2021-03-18 21:31:12 +0100 |
---|---|---|
committer | DokuWiki Translation Interface <translate@dokuwiki.org> | 2021-03-18 21:31:12 +0100 |
commit | 72a969d4088c5961d537b98111a8957b9abfe1aa (patch) | |
tree | 5acb9f1e554c5fedda98a8504df0f116fefbd8b1 /lib/plugins/acl | |
parent | f5e5ade5a72449472716a779d1943623359774f5 (diff) | |
download | dokuwiki-72a969d4088c5961d537b98111a8957b9abfe1aa.tar.gz dokuwiki-72a969d4088c5961d537b98111a8957b9abfe1aa.zip |
translation update
Diffstat (limited to 'lib/plugins/acl')
-rw-r--r-- | lib/plugins/acl/lang/fr/lang.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/plugins/acl/lang/fr/lang.php b/lib/plugins/acl/lang/fr/lang.php index 90759418f..76082c05d 100644 --- a/lib/plugins/acl/lang/fr/lang.php +++ b/lib/plugins/acl/lang/fr/lang.php @@ -3,6 +3,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author Olivier Humbert <trebmuh@tuxfamily.org> * @author Schplurtz le Déboulonné <Schplurtz@laposte.net> * @author Sébastien Bauer <sebastien.bauer@advalvas.be> * @author Antoine Fixary <antoine.fixary@freesbee.fr> @@ -26,8 +27,8 @@ * @author Bruno Veilleux <bruno.vey@gmail.com> */ $lang['admin_acl'] = 'Gestion de la liste des contrôles d\'accès (ACL)'; -$lang['acl_group'] = 'Groupe:'; -$lang['acl_user'] = 'Utilisateur:'; +$lang['acl_group'] = 'Groupe :'; +$lang['acl_user'] = 'Utilisateur :'; $lang['acl_perms'] = 'Autorisations pour'; $lang['page'] = 'Page'; $lang['namespace'] = 'Catégorie'; |