diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-05-29 15:52:48 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-05-29 15:52:48 +0000 |
commit | 62f94b1f0ac85ab1e1ee09f56feb4ca2dbe50666 (patch) | |
tree | 92b09d9471458911c394b4c9038fe351d67e633a | |
parent | 410986eaedef3238eabcb07f493f2c590fc01ae2 (diff) |
[trunk_public] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@15411 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 |