diff options
Diffstat (limited to 'mod/captcha/languages/es.php')
-rw-r--r-- | mod/captcha/languages/es.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mod/captcha/languages/es.php b/mod/captcha/languages/es.php new file mode 100644 index 000000000..34257e908 --- /dev/null +++ b/mod/captcha/languages/es.php @@ -0,0 +1,13 @@ +<?php +/** + * Elgg captcha language pack. + * + * @package ElggCaptcha + */ + +$spanish = array( + 'captcha:entercaptcha' => 'Introduce el texto de la imagen', + 'captcha:captchafail' => 'Perdona, el texto que has introducido no corresponde con el texto de la imagen.', +); + +add_translation("es", $spanish); |