diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-12-29 22:28:00 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-12-29 22:28:00 +0000 |
commit | 8b5b9dd5ed1e3cfcc4770f7d07d94b9202e9c666 (patch) | |
tree | 79da552a7e31b45deb5c9167917079e0757e8af8 /tools/language | |
parent | 63eebc1c123edbf93dc9eaa8380e3b476e982567 (diff) |
[trunk] - add no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8385 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools/language')
-rw-r--r-- | tools/language/translation_validated.inc.php | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/tools/language/translation_validated.inc.php b/tools/language/translation_validated.inc.php index 5fa65e000..31a4dd311 100644 --- a/tools/language/translation_validated.inc.php +++ b/tools/language/translation_validated.inc.php @@ -337,7 +337,6 @@ $validated_keys = array( 'Representant', 'Site manager', 'Status', - '', 'email', 'Parameter', 'Parameters', @@ -365,7 +364,24 @@ $validated_keys = array( 'Piwigo Uploader', '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', |