Closed (won't fix)
Project:
CAPTCHA
Version:
6.x-2.0-beta2
Component:
Translation
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
7 May 2009 at 15:10 UTC
Updated:
22 Sep 2014 at 14:32 UTC
Jump to comment: Most recent
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.
| Comment | File | Size | Author |
|---|---|---|---|
| image_captcha.zip | 2.45 KB | viviab35 |
Comments
Comment #1
soxofaan commentedThank 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.poand 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...
Comment #2
pitxels commentedI 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...
Comment #3
soxofaan commentedwhat do you mean with
?
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.
Comment #4
pitxels commentedYeah, I was using the translate interface option... anyway the description text field on the general CAPTCHA administration page did the trick.
Thanks.
Comment #5
wundo commented