diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-02 11:10:37 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-02 11:10:37 +0200 |
commit | da624c8c15b984399797b0e5d25b03ffdf35388d (patch) | |
tree | 27fc05d3ca750a2db778525d21a1f1250275df41 /lib/plugins/authad/lang/no/lang.php | |
parent | 421c22ae13e8de7f63d1fe6ed683ee4b8a48a8ee (diff) | |
parent | d49d4260ee0fed5eabc3773440fc1073a87c56dd (diff) | |
download | rpg-da624c8c15b984399797b0e5d25b03ffdf35388d.tar.gz rpg-da624c8c15b984399797b0e5d25b03ffdf35388d.tar.bz2 |
Merge branch 'languagecleanup' of git://github.com/ptbrown/dokuwiki into pull-request-1105
* 'languagecleanup' of git://github.com/ptbrown/dokuwiki:
Remove no longer needed language string
Delete unused div (Fixes #1098)
Remove unused language strings
Move language string to authad plugin
Diffstat (limited to 'lib/plugins/authad/lang/no/lang.php')
-rw-r--r-- | lib/plugins/authad/lang/no/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/no/lang.php b/lib/plugins/authad/lang/no/lang.php index a1c9c7e8a..f8dbb0b08 100644 --- a/lib/plugins/authad/lang/no/lang.php +++ b/lib/plugins/authad/lang/no/lang.php @@ -4,5 +4,7 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * * @author Patrick <spill.p@hotmail.com> + * @author Thomas Juberg <Thomas.Juberg@Gmail.com> */ $lang['domain'] = 'Loggpå-domene'; +$lang['authpwdexpire'] = 'Ditt passord går ut om %d dager, du bør endre det snarest.'; |