diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-01-10 00:04:54 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-01-10 00:04:54 +0000 |
commit | 56e0d7472abb17acd100f8ca814cc35d85ba678a (patch) | |
tree | f242dd3495805331b2766e94e216bde29f7b945d /tools/translation_validated.inc.php | |
parent | 2ed479744e3fc48f722970bba88d06ead5300fc0 (diff) |
[branche2] [Tools] update translation_validated.inc.php ES
git-svn-id: http://piwigo.org/svn/branches/2.0@4648 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools/translation_validated.inc.php')
-rw-r--r-- | tools/translation_validated.inc.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/translation_validated.inc.php b/tools/translation_validated.inc.php index 70ab58186..fb9b1f30e 100644 --- a/tools/translation_validated.inc.php +++ b/tools/translation_validated.inc.php @@ -54,5 +54,25 @@ $validated_keys = array( 'Installation', 'step1_host_info', ), + 'es_ES' => array( + 'Tag', + 'Tags', + 'IP: %s', + 'Email: %s', + 'No', + '%d tag', + '%d tags', + 'Plugins', + 'is_high_disabled', + 'nbm_content_goto_2', + 'nbm_content_hello_2', + 'site_local', + 'update_simulation_title', + 'IP', + 'Level 8', + 'DEMO', + 'BUGS', + 'step1_host_info', + ), ); ?>
\ No newline at end of file |