|
Revision 8054, 441 bytes
(checked in by patdenice, 3 years ago)
|
|
Check if reCaptcha API is responding before activate.
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $lang['Captcha Configuration'] = 'Captcha Configuration'; |
|---|
| 4 | $lang['Public Key'] = 'Public Key'; |
|---|
| 5 | $lang['Private Key'] = 'Private Key'; |
|---|
| 6 | $lang['Signup for personal usage keys'] = 'Signup for personal usage keys'; |
|---|
| 7 | |
|---|
| 8 | $lang['Invalid Captcha'] = 'Invalid Captcha'; |
|---|
| 9 | $lang['You need to define Captcha keys'] = 'You need to define Captcha keys'; |
|---|
| 10 | $lang['Piwigo can\'t connect to reCaptcha server'] = 'Piwigo can\'t connect to reCaptcha server'; |
|---|
| 11 | |
|---|
| 12 | ?> |
|---|