diff options
-rw-r--r-- | inc/lang/no/lang.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/inc/lang/no/lang.php b/inc/lang/no/lang.php index 06710bce2..d879dada7 100644 --- a/inc/lang/no/lang.php +++ b/inc/lang/no/lang.php @@ -124,4 +124,11 @@ $lang['acl_perm4'] = 'Lage'; $lang['acl_perm8'] = 'Laste Opp'; $lang['acl_new'] = 'Legg til Oppføring'; +$lang['spell_start'] = 'Sjekk stavelse'; +$lang['spell_stop'] = 'Tilbake til redigering'; +$lang['spell_wait'] = 'Vennligst vent..'; +$lang['spell_noerr'] = 'Ingen feil funnet'; +$lang['spell_nosug'] = 'Ingen forslag'; +$lang['spell_change']= 'Endre'; + //Setup VIM: ex: et ts=2 enc=utf-8 : |