mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
중국어 - 추가분 번역.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5866 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
23ed660c1e
commit
6482144a8a
1 changed files with 21 additions and 0 deletions
21
addons/captcha/lang/zh-CN.lang.php
Normal file
21
addons/captcha/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* @file zh-CN.lang.php
|
||||
* @author zero (zero@nzeo.com) 翻译:guny
|
||||
* @brief 验证码简体中文语言包
|
||||
**/
|
||||
|
||||
$lang->about_captcha = "请选择与显示名称相一致的图片。";
|
||||
$lang->target_captcha = array(
|
||||
"airplane" => "飞机",
|
||||
"apple" => "苹果",
|
||||
"book" => "书",
|
||||
"camera" => "摄像机",
|
||||
"dog" => "狗",
|
||||
"earth" => "地球",
|
||||
"flag" => "旗帜",
|
||||
"mobile" => "手机",
|
||||
"note" => "音符",
|
||||
"skeleton" => "骷髅",
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue