diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-09-01 17:50:53 +0200 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-09-01 17:50:53 +0200 |
commit | 4ee26d168041bbef46b545d95808572b3f831043 (patch) | |
tree | 94f4c798d891b5ae6efe60151d3376384bedac30 /lib/plugins/authad | |
parent | 65833968962f86342542bf9d52f9cdcb7f595379 (diff) | |
parent | 12e60eea4f8a0a84213b972847203e57e590c59b (diff) | |
download | rpg-4ee26d168041bbef46b545d95808572b3f831043.tar.gz rpg-4ee26d168041bbef46b545d95808572b3f831043.tar.bz2 |
Merge remote-tracking branch 'origin/master'
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 |