diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-12-29 22:14:31 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-12-29 22:14:31 +0000 |
commit | db543c2d9181034e49b4e926e91aecc4b46f6b1b (patch) | |
tree | 7722418e08e976fb3fec9592f7206b103e5a8211 /tools | |
parent | b2a3c2c9a75bcdce126df76b9ccdc84b9d72d70a (diff) |
[extensions] - add no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/branches/2.1@8384 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools')
-rw-r--r-- | tools/language/translation_validated.inc.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/language/translation_validated.inc.php b/tools/language/translation_validated.inc.php index f50d74dde..926890c78 100644 --- a/tools/language/translation_validated.inc.php +++ b/tools/language/translation_validated.inc.php @@ -373,6 +373,23 @@ $validated_keys = array( 'Download,', ), + 'no_NO' => array( + 'IP: %s', + 'Browser: %s', + 'Email: %s', + 'Admin: %s', + 'Pause of slideshow', + 'Album', + 'Filter', + 'N/A', + 'Webmaster', + '%d Kb', + 'representative', + 'slideshow', + 'Album: %s', + 'Album results for', + ), + 'pl_PL' => array( '%d Kb', 'RSS feed', |