diff options
author | riopwg <riopwg@piwigo.org> | 2010-04-04 22:15:48 +0000 |
---|---|---|
committer | riopwg <riopwg@piwigo.org> | 2010-04-04 22:15:48 +0000 |
commit | 38bd3e6de4d883284e1c5fc456840c477a02e631 (patch) | |
tree | 5eb8528b4f884d5cdfb5b28b62df2f25abd4604e | |
parent | 7424433a54b5a099b3c702a5bada67da661ec4e5 (diff) |
Update language tool
git-svn-id: http://piwigo.org/svn/trunk@5651 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | tools/language/translation_validated.inc.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/language/translation_validated.inc.php b/tools/language/translation_validated.inc.php index 5dd303c38..9290d6a8e 100644 --- a/tools/language/translation_validated.inc.php +++ b/tools/language/translation_validated.inc.php @@ -208,7 +208,34 @@ $validated_keys = array( ), 'it_IT' => array( + 'N/A', 'No', + 'Webmaster', + 'Password', + 'Home', + 'Menu', + 'Logout', + 'Host', + 'IP', + 'IP: %s', + 'Email', + 'Email: %s', + 'Links', + 'Permalink', + 'Permalinks', + 'Plugins', + 'Plugin', + 'Tag', + 'Tags', + '%d tag', + '%d tags', + 'Directory', + 'File', + 'high', + 'pixels', + 'Downloads', + 'Download', + 'Piwigo Uploader', '', ), |