diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-01-01 19:39:26 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-01-01 19:39:26 +0000 |
commit | e6ceb20ede7476b48ca1163e95d3c7b70376618b (patch) | |
tree | cde4201f7c626388fbb66200057701dbcb238316 | |
parent | 7379bc2b67dd95453f923a16fc11a00fdbd55590 (diff) |
[branches 2.1] - update no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/branches/2.1@8429 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/no_NO/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/no_NO/common.lang.php b/language/no_NO/common.lang.php index 659fa8b43..2fbabe42c 100644 --- a/language/no_NO/common.lang.php +++ b/language/no_NO/common.lang.php @@ -292,8 +292,8 @@ $lang['Random pictures'] = 'Tilfeldige bilder'; $lang['display a set of random pictures'] = 'viser en gruppe tilfeldige bilder'; $lang['Recent categories'] = 'Siste album'; $lang['display recently updated categories'] = 'viser nylig oppdaterte album'; -$lang['Recent period'] = 'Siste period'; -$lang['Recent pictures'] = 'Siste pictures'; +$lang['Recent period'] = 'Siste periode'; +$lang['Recent pictures'] = 'Siste bilder'; $lang['display most recent pictures'] = 'Viser de sist sette bilder'; $lang['Redirection...'] = 'Videresender...'; $lang['Please, enter a login'] = 'Vennligst logg inn'; |