mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 20:27:40 +02:00
Chinese Language
This commit is contained in:
9
plugins/captcha/languages/zh-cn.lang.php
Normal file
9
plugins/captcha/languages/zh-cn.lang.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'captcha' => array(
|
||||
'Captcha' => '验证码',
|
||||
'Captcha plugin for Monstra' => 'Monstra 验证码插件',
|
||||
'Captcha code is wrong' => '验证码错误',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user