Last change
on this file since 8054 was
8054,
checked in by patdenice, 14 years ago
|
Check if reCaptcha API is responding before activate.
|
File size:
566 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | $lang['Captcha Configuration'] = 'Настройка Captcha'; |
---|
4 | $lang['Public Key'] = 'Публичный ключ (Public Key)'; |
---|
5 | $lang['Private Key'] = 'Приватный ключ (Private Key)'; |
---|
6 | $lang['Signup for personal usage keys'] = 'Получить ключи здесь'; |
---|
7 | |
---|
8 | $lang['Invalid Captcha'] = 'Некорректный ввод Captcha'; |
---|
9 | $lang['You need to define Captcha keys'] = 'Вам нужно ввести ключи Captcha'; |
---|
10 | /*TODO*/$lang['Piwigo can\'t connect to reCaptcha server'] = 'Piwigo can\'t connect to reCaptcha server'; |
---|
11 | |
---|
12 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.