diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-12-03 00:10:07 +0100 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-12-03 00:10:07 +0100 |
commit | 4766c1f0aaafeb23d5026904b802078cf82ebbe1 (patch) | |
tree | 01c45a10dddd42c02804ff71c7d236c8fa775e7e /lib/plugins/authldap | |
parent | cded11250d495f6039a20f1036c64ea7b230ceb2 (diff) | |
parent | b30dd803e3c33cfc9508b0516744b0bb95be4d09 (diff) | |
download | rpg-4766c1f0aaafeb23d5026904b802078cf82ebbe1.tar.gz rpg-4766c1f0aaafeb23d5026904b802078cf82ebbe1.tar.bz2 |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/fa/settings.php | 8 | ||||
-rw-r--r-- | lib/plugins/authldap/lang/no/settings.php | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/fa/settings.php b/lib/plugins/authldap/lang/fa/settings.php new file mode 100644 index 000000000..1b48da7f5 --- /dev/null +++ b/lib/plugins/authldap/lang/fa/settings.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Mohammad Sadegh <msdn2013@gmail.com> + */ +$lang['bindpw'] = 'رمزعبور کاربر بالا'; diff --git a/lib/plugins/authldap/lang/no/settings.php b/lib/plugins/authldap/lang/no/settings.php index 6bedb2991..61671ed46 100644 --- a/lib/plugins/authldap/lang/no/settings.php +++ b/lib/plugins/authldap/lang/no/settings.php @@ -4,6 +4,8 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * * @author Christopher Schive <chschive@frisurf.no> + * @author Patrick <spill.p@hotmail.com> */ $lang['port'] = 'LDAP serverport dersom ingen full URL var gitt over.'; $lang['starttls'] = 'Bruke TLS-forbindelser?'; +$lang['bindpw'] = 'Passord til brukeren over'; |