diff options
Diffstat (limited to 'lib/plugins/popularity/lang/no/lang.php')
-rw-r--r-- | lib/plugins/popularity/lang/no/lang.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/plugins/popularity/lang/no/lang.php b/lib/plugins/popularity/lang/no/lang.php index 0f7c140ff..e283fc371 100644 --- a/lib/plugins/popularity/lang/no/lang.php +++ b/lib/plugins/popularity/lang/no/lang.php @@ -9,6 +9,14 @@ * @author Lisa Ditlefsen <lisa@vervesearch.com> * @author Erik Pedersen <erik.pedersen@shaw.ca> * @author Erik Bjørn Pedersen <erik.pedersen@shaw.ca> + * @author Rune Rasmussen syntaxerror.no@gmail.com + * @author Thomas Nygreen <nygreen@gmail.com> + * @author Jon Bøe <jonmagneboe@hotmail.com> */ $lang['name'] = 'Popularitetsfeedback (kan ta litt tid å laste)'; $lang['submit'] = 'Send data'; +$lang['autosubmit'] = 'Send data automatisk en gang i måneden'; +$lang['submissionFailed'] = 'Kunne ikke sende dataene på grunn av følgende feil:'; +$lang['submitDirectly'] = 'Du kan sende dataene manuelt ved å sende inn dette skjemaet.'; +$lang['autosubmitError'] = 'Den siste automatiske innsendinga feilet på grunn av følgende feil:'; +$lang['lastSent'] = 'Dataene er sendt'; |