diff options
author | Erik Pedersen <erik.pedersen@shaw.ca> | 2009-11-15 13:14:41 +0100 |
---|---|---|
committer | Erik Pedersen <erik.pedersen@shaw.ca> | 2009-11-15 13:14:41 +0100 |
commit | d4caa43b1b7b6d8cead392e391bdfadd08b24c11 (patch) | |
tree | b32cfbf3f9eaed0161d372935dc5f8f81a01d9e0 /lib/plugins/plugin | |
parent | 10f8a4bf26b969e6347d78749bc170ea3f097482 (diff) | |
download | rpg-d4caa43b1b7b6d8cead392e391bdfadd08b24c11.tar.gz rpg-d4caa43b1b7b6d8cead392e391bdfadd08b24c11.tar.bz2 |
Norwegian language update
Ignore-this: 769ee24569bccddcc109742412d8cfa9
darcs-hash:20091115121441-e81ea-d92ad5bc41144b9aad73939ab1522a2077583660.gz
Diffstat (limited to 'lib/plugins/plugin')
-rw-r--r-- | lib/plugins/plugin/lang/no/lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/plugin/lang/no/lang.php b/lib/plugins/plugin/lang/no/lang.php index 0555fdfcf..72d9c19ba 100644 --- a/lib/plugins/plugin/lang/no/lang.php +++ b/lib/plugins/plugin/lang/no/lang.php @@ -11,6 +11,7 @@ * @author Knut Staring <knutst@gmail.com> * @author Lisa Ditlefsen <lisa@vervesearch.com> * @author Erik Pedersen <erik.pedersen@shaw.ca> + * @author Erik Bjørn Pedersen <erik.pedersen@shaw.ca> */ $lang['menu'] = 'Behandle tillegg'; $lang['download'] = 'Last ned og installer et tillegg'; @@ -38,7 +39,7 @@ $lang['downloads'] = 'De følgende tilleggene ble installert'; $lang['download_none'] = 'Ingen tillegg funnet, eller det har vært et ukjent problem under nedlasting og installering.'; $lang['plugin'] = 'Tillegg:'; $lang['components'] = 'Komponenter'; -$lang['noinfo'] = 'Dette tillegget ga ikke noe informasjon. Det kan være ugyldig.'; +$lang['noinfo'] = 'Tillegget ga ikke noe informasjon. Det kan være ugyldig.'; $lang['name'] = 'Navn:'; $lang['date'] = 'Dato:'; $lang['type'] = 'Type:'; |