1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 12:17:42 +02:00

Chinese Language

This commit is contained in:
Awilum
2014-03-14 20:09:09 +04:00
parent 56562942cd
commit efb026013e
15 changed files with 468 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
return array(
'captcha' => array(
'Captcha' => '验证码',
'Captcha plugin for Monstra' => 'Monstra 验证码插件',
'Captcha code is wrong' => '验证码错误',
)
);