diff options
-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 |