summaryrefslogtreecommitdiff
path: root/lib/plugins/authad/lang/en/lang.php
diff options
context:
space:
mode:
authorGerry Weißbach <gerry.w@gammaproduction.de>2015-05-07 11:32:29 +0200
committerGerry Weißbach <gerry.w@gammaproduction.de>2015-05-07 11:32:29 +0200
commitd2d5fb4254e659561b6bae97cfd9ed2bdad73aa6 (patch)
treed6b1ec7d36c8861e716554533c2fd59156b94c09 /lib/plugins/authad/lang/en/lang.php
parentc594265e447bf705dae05f5e59560ea4c3afea0b (diff)
parent9234bce90e1297ac66acc321827cb0f832864fe4 (diff)
downloadrpg-d2d5fb4254e659561b6bae97cfd9ed2bdad73aa6.tar.gz
rpg-d2d5fb4254e659561b6bae97cfd9ed2bdad73aa6.tar.bz2
Merge commit '9234bce90e1297ac66acc321827cb0f832864fe4' into extension_manager
Diffstat (limited to 'lib/plugins/authad/lang/en/lang.php')
-rw-r--r--lib/plugins/authad/lang/en/lang.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/plugins/authad/lang/en/lang.php b/lib/plugins/authad/lang/en/lang.php
index 4f96a71fd..751aa9f47 100644
--- a/lib/plugins/authad/lang/en/lang.php
+++ b/lib/plugins/authad/lang/en/lang.php
@@ -6,7 +6,9 @@
* @author Andreas Gohr <gohr@cosmocode.de>
*/
-$lang['domain'] = 'Logon Domain';
-$lang['authpwdexpire'] = 'Your password will expire in %d days, you should change it soon.';
+$lang['domain'] = 'Logon Domain';
+$lang['authpwdexpire'] = 'Your password will expire in %d days, you should change it soon.';
+$lang['passchangefail'] = 'Failed to change the password. Maybe the password policy was not met?';
+$lang['connectfail'] = 'Failed to connect to Active Directory server.';
//Setup VIM: ex: et ts=4 :