source: extensions/captcha/language/zh_CN/plugin.lang.php @ 10657

Last change on this file since 10657 was 10657, checked in by ddtddt, 13 years ago

[extensions] - captcha - update ES/LV/RU/SK/CN Thanks to jpr928/Aivars Baldone/kiddy-admin/dodo/winson

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 430 bytes
Line 
1<?php
2
3$lang['Captcha Configuration'] = '验证码配置';
4$lang['Public Key'] = '公共密钥';
5$lang['Private Key'] = '私有密钥';
6$lang['Signup for personal usage keys'] = '注册私人密钥';
7
8$lang['Invalid Captcha'] = '无效的验证码';
9$lang['You need to define Captcha keys'] = '你需要定义验证码密钥 ';
10$lang['Piwigo can\'t connect to reCaptcha server'] = 'Piwigo 无法连接到 reCaptcha 服务器';
11
12?>
Note: See TracBrowser for help on using the repository browser.