diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2011-11-07 14:49:29 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2011-11-07 14:53:08 +0100 |
commit | b2117c6969fc31aa958f6019fd1e4e258f555db7 (patch) | |
tree | 5e67dd9b85b451699e7378d43b77126b4625a220 /inc/lang/en/lang.php | |
parent | 9565908d97917c579e2ecb44a0b44a133df598fe (diff) | |
download | rpg-b2117c6969fc31aa958f6019fd1e4e258f555db7.tar.gz rpg-b2117c6969fc31aa958f6019fd1e4e258f555db7.tar.bz2 |
translatable AD expiry warning and link to update profile page
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 89a7c4d40..9250d119a 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -275,6 +275,7 @@ $lang['subscr_style_list'] = 'list of changed pages since last email (e /* auth.class language support */ $lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.'; $lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; +$lang['authpwdexpire'] = 'Your password will expire in %d days. You should <a href="?do=profile">change it</a>.'; /* installer strings */ $lang['i_chooselang'] = 'Choose your language'; |