mediawiki-extensions-Confir.../ReCaptchaNoCaptcha/i18n/qqq.json
Florianschmidtwelzow 36abbc6288 Implement support for Google reCAPTCHA 2.0 ("No captcha")
This change adds a new Captcha type (ReCaptchaNoCaptcha) that uses
Google reCAPTCHA 2.0.

See more:
- https://www.google.com/recaptcha/intro/
- https://developers.google.com/recaptcha/docs/display
- https://developers.google.com/recaptcha/docs/faq
- http://googleonlinesecurity.blogspot.com/2014/12/are-you-robot-introducing-no-captcha.html

Bug: T84918
Change-Id: I5908fd2716786237adb01a403d5bd1e22d95c563
2015-06-27 03:00:11 +02:00

11 lines
630 B
JSON

{
"@metadata": {
"authors": []
},
"renoCAPTCHA-edit": "Message above the CAPTCHA for edit action.",
"renoCAPTCHA-addurl": "Message above the CAPTCHA for addurl (user added new external links to the page) action.",
"renoCAPTCHA-badlogin": "Message above the CAPTCHA for badlogin action.",
"renoCAPTCHA-createaccount": "Message above the CAPTCHA for createaccount (user creates a new account) action.",
"renoCAPTCHA-createaccount-fail": "Error message, when the CAPTCHA isn't solved correctly.",
"renoCAPTCHA-create": "Message above the CAPTCHA for create (user creates a new page) action."
}