중국어 - 추가분 번역.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5866 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
guny 2009-03-12 14:58:58 +00:00
parent 23ed660c1e
commit 6482144a8a

View 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" => "骷髅",
);
?>