|
Revision 8054, 459 bytes
(checked in by patdenice, 2 years ago)
|
|
Check if reCaptcha API is responding before activate.
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $lang['Captcha Configuration'] = 'Configurar el Captcha'; |
|---|
| 4 | $lang['Public Key'] = 'Llave publica'; |
|---|
| 5 | $lang['Private Key'] = 'Llave privada'; |
|---|
| 6 | $lang['Signup for personal usage keys'] = 'Guardar sus llaves personales'; |
|---|
| 7 | |
|---|
| 8 | $lang['Invalid Captcha'] = 'Captcha no valido'; |
|---|
| 9 | $lang['You need to define Captcha keys'] = 'Necesita definir sus llaces Captcha'; |
|---|
| 10 | /*TODO*/$lang['Piwigo can\'t connect to reCaptcha server'] = 'Piwigo can\'t connect to reCaptcha server'; |
|---|
| 11 | |
|---|
| 12 | ?> |
|---|