diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-03-18 14:04:46 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-03-18 14:04:46 +0100 |
commit | 5bd7baebf302fad3f3448efc52c569bfaf8c9b22 (patch) | |
tree | b07b092a137dea9a2a4e5cb5925f6c8fbae372d2 /lib/plugins/authad | |
parent | 494cd513a6a384395f63bcdae7343254acc36e16 (diff) | |
parent | 2549a25a3e31bbf5b00c04831062e05640d7b8c0 (diff) | |
download | rpg-5bd7baebf302fad3f3448efc52c569bfaf8c9b22.tar.gz rpg-5bd7baebf302fad3f3448efc52c569bfaf8c9b22.tar.bz2 |
Merge pull request #623 from dokuwiki-translate/lang_update_154
Translation update (no)
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r-- | lib/plugins/authad/lang/no/settings.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/no/settings.php b/lib/plugins/authad/lang/no/settings.php new file mode 100644 index 000000000..bab5ce67d --- /dev/null +++ b/lib/plugins/authad/lang/no/settings.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Christopher Schive <chschive@frisurf.no> + */ +$lang['admin_password'] = 'Passordet til brukeren over.'; +$lang['expirywarn'] = 'Antall dager på forhånd brukeren varsles om at passordet utgår. 0 for å deaktivere.'; |