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

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

[extensions] - captcha - add zh_CN thanks to Winson

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 331 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
11?>
Note: See TracBrowser for help on using the repository browser.