diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-11-24 16:17:23 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-11-24 16:17:23 +0100 |
commit | ce53c4b8ba0a6a0d8bee99d95365481ad35ee515 (patch) | |
tree | 8c7dd0bc398eae8de1fd9e05c4a64ff65edccc3e /lib/plugins/authad | |
parent | c7e44b3db3b7429ab16b0225fdd68ab6895cf368 (diff) | |
parent | 2ec6a92c13ed276111bbe099aadab33a885397cb (diff) | |
download | rpg-ce53c4b8ba0a6a0d8bee99d95365481ad35ee515.tar.gz rpg-ce53c4b8ba0a6a0d8bee99d95365481ad35ee515.tar.bz2 |
Merge pull request #933 from dokuwiki-translate/lang_update_31
Translation update (no)
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r-- | lib/plugins/authad/lang/no/lang.php | 8 | ||||
-rw-r--r-- | lib/plugins/authad/lang/no/settings.php | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/no/lang.php b/lib/plugins/authad/lang/no/lang.php new file mode 100644 index 000000000..a1c9c7e8a --- /dev/null +++ b/lib/plugins/authad/lang/no/lang.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Patrick <spill.p@hotmail.com> + */ +$lang['domain'] = 'Loggpå-domene'; diff --git a/lib/plugins/authad/lang/no/settings.php b/lib/plugins/authad/lang/no/settings.php index bab5ce67d..f309ead50 100644 --- a/lib/plugins/authad/lang/no/settings.php +++ b/lib/plugins/authad/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['account_suffix'] = 'Ditt konto-suffiks F. Eks. <code>@my.domain.org</code>'; $lang['admin_password'] = 'Passordet til brukeren over.'; $lang['expirywarn'] = 'Antall dager på forhånd brukeren varsles om at passordet utgår. 0 for å deaktivere.'; |