Traducción al español del módulo image captcha 6.x-2.0-beta2

Se ha traducido los textos de inglés a español.

Instrucciones:
Sustituir el image_captcha.module por el que se adjunta.

==================

Translation to the Spanish of the module image captcha 6.x-2.0-beta2

It has been translated texts of English to Spanish.

Instructions:
Replace image_captcha.module by which it is enclosed.

CommentFileSizeAuthor
image_captcha.zip2.45 KBviviab35

Comments

soxofaan’s picture

Title: image_captcha.module (spanish) » Spanish translation
Status: Fixed » Needs work

Thank you for your work, but changing strings inside php code is not the proper way to provide translations for modules.
Drupal uses a more advanced translation (internationalization/localization) system.
You'll find pointers about it at
http://drupal.org/contribute/translations
http://drupal.org/node/11396
http://drupal.org/node/314231

in short: you should take the file captcha-module.pot in the translations subdirectory of the CAPTCHA module, save it as es.po and translate the strings in that file.
You can see an example translation to Dutch at http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/captcha/tra...

pitxels’s picture

I am not able to translate "This question is for testing whether you are a human visitor and to prevent automated spam submissions." even using the translation module... weird.. translating the other strings was straightforward...

soxofaan’s picture

what do you mean with

I am not able to translate

?

You translated it in your es.po file, but it does not show up on a CAPTCHA instance?
This is expected, as the string that is showed on a CAPTCHA instance does not directly come from the es.po translations, but from a setting on the general CAPTCHA administration page (CAPTCHA description for Spanish). Now, the value of this setting comes from es.po only the first time you visit (submit actually) the CAPTCHA administration page. Once you've submitted that form, it does not look it up in es.po anymore. This weird behavior is addressed in (part of) #476288: Showing CAPTCHA description: control by an explicit checkbox instead of by unobvious string emptiness .

But in your case you can fix it by putting the translated string in the Spanish CAPTCHA description text field on the general CAPTCHA administration page.

pitxels’s picture

Yeah, I was using the translate interface option... anyway the description text field on the general CAPTCHA administration page did the trick.

Thanks.

wundo’s picture

Issue summary: View changes
Status: Needs work » Closed (won't fix)