mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5866 201d5d3c-b55e-5fd7-737f-ddc643e51545
21 lines
562 B
PHP
21 lines
562 B
PHP
<?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" => "骷髅",
|
||
);
|
||
?>
|