diff options
-rw-r--r-- | language/no_NO/common.lang.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/language/no_NO/common.lang.php b/language/no_NO/common.lang.php index 5a7e989d8..d44334c34 100644 --- a/language/no_NO/common.lang.php +++ b/language/no_NO/common.lang.php @@ -404,4 +404,11 @@ $lang['Rating score, low → high'] = 'Karakter, lav → høy'; $lang['Visits, high → low'] = 'Besøk, høy → lav'; $lang['Visits, low → high'] = 'Besøk, lav → høy'; $lang['%d rate'] = '%d vurder'; +$lang['Bad request'] = 'Feil forespørsel'; +$lang['Forbidden'] = 'Ingen tilgang'; +$lang['Page not found'] = 'Siden ikke funnet'; +$lang['Permalink for album not found'] = 'Permalink for album ikke funnet'; +$lang['Piwigo encountered a non recoverable error'] = 'Piwigo støtte på et problem som ikke kan gjenopprettes'; +$lang['Requested album does not exist'] = 'Forespurt album finnes ikke'; +$lang['Requested tag does not exist'] = 'Forespurt tag finnes ikke'; ?>
\ No newline at end of file |