diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-03-24 14:18:13 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-03-24 14:18:13 +0100 |
commit | 928ee6cad16d259bb07e619a32f7eb04751af09d (patch) | |
tree | 2df039996f6ff870db45a43f9d6b96cd9cd3a14f /lib/plugins | |
parent | 4e54d7b336d15235b61c1e669a74a74e06c89ee4 (diff) | |
parent | f7f4c3a286d4822aeeb2537e0c19c9c3f8f103d0 (diff) | |
download | rpg-928ee6cad16d259bb07e619a32f7eb04751af09d.tar.gz rpg-928ee6cad16d259bb07e619a32f7eb04751af09d.tar.bz2 |
Merge pull request #633 from dokuwiki-translate/lang_update_193
Translation update (fr)
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/authad/lang/fr/lang.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/fr/lang.php b/lib/plugins/authad/lang/fr/lang.php new file mode 100644 index 000000000..2de362e41 --- /dev/null +++ b/lib/plugins/authad/lang/fr/lang.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author ggallon <gwenael.gallon@mac.com> + */ +$lang['domain'] = 'Domaine de connexion'; |