adds recaptcha translations

This commit is contained in:
rgarcia
2015-07-22 20:44:20 +02:00
committed by Juanjo Bazán
parent cbef22606e
commit 382028b7b6
2 changed files with 9 additions and 2 deletions

View File

@@ -20,4 +20,7 @@
# available at http://guides.rubyonrails.org/i18n.html.
en:
hello: "Hello world"
recaptcha:
errors:
verification_failed: "Incorrect Captcha"
recaptcha_unreachable: "Internet connecion error. Could not load Captcha"

View File

@@ -195,4 +195,8 @@ es:
default: "%A, %d de %B de %Y %H:%M:%S %z"
long: "%d de %B de %Y %H:%M"
short: "%d de %b %H:%M"
pm: pm
pm: pm
recaptcha:
errors:
verification_failed: "El Captcha no es correcto"
recaptcha_unreachable: "Fallo de conexión a Internet. No se ha podido cargar el Captcha"