diff options
author | Gerry Weißbach <gerry.w@gammaproduction.de> | 2014-08-29 11:59:15 +0200 |
---|---|---|
committer | Gerry Weißbach <gerry.w@gammaproduction.de> | 2014-08-29 11:59:15 +0200 |
commit | 5e7f4d50cbbc788c9c0483a0a2ff1b536e4ffe8c (patch) | |
tree | f21a22e5c1ef7f9a8ecd78370cb94472c7407279 /lib/plugins/authad | |
parent | 04585e6c37e0352a5bc568fc8c938aeafa1c160e (diff) | |
parent | 12e60eea4f8a0a84213b972847203e57e590c59b (diff) | |
download | rpg-5e7f4d50cbbc788c9c0483a0a2ff1b536e4ffe8c.tar.gz rpg-5e7f4d50cbbc788c9c0483a0a2ff1b536e4ffe8c.tar.bz2 |
Merge branch 'master' of https://github.com/splitbrain/dokuwiki
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r-- | lib/plugins/authad/lang/fa/lang.php | 8 | ||||
-rw-r--r-- | lib/plugins/authad/lang/pt-br/lang.php | 8 | ||||
-rw-r--r-- | lib/plugins/authad/plugin.info.txt | 2 |
3 files changed, 17 insertions, 1 deletions
diff --git a/lib/plugins/authad/lang/fa/lang.php b/lib/plugins/authad/lang/fa/lang.php new file mode 100644 index 000000000..1ea73cfdb --- /dev/null +++ b/lib/plugins/authad/lang/fa/lang.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Hamid <zarrabi@sharif.edu> + */ +$lang['domain'] = 'دامنهی ورود'; diff --git a/lib/plugins/authad/lang/pt-br/lang.php b/lib/plugins/authad/lang/pt-br/lang.php new file mode 100644 index 000000000..5fa963d4e --- /dev/null +++ b/lib/plugins/authad/lang/pt-br/lang.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Felipe Castro <fefcas@gmail.com> + */ +$lang['domain'] = 'Domínio de "Logon"'; diff --git a/lib/plugins/authad/plugin.info.txt b/lib/plugins/authad/plugin.info.txt index 8774fcf3c..dc0629189 100644 --- a/lib/plugins/authad/plugin.info.txt +++ b/lib/plugins/authad/plugin.info.txt @@ -1,7 +1,7 @@ base authad author Andreas Gohr email andi@splitbrain.org -date 2014-02-14 +date 2014-04-03 name Active Directory Auth Plugin desc Provides user authentication against a Microsoft Active Directory url http://www.dokuwiki.org/plugin:authad |