mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5794 201d5d3c-b55e-5fd7-737f-ddc643e51545
21 lines
631 B
PHP
21 lines
631 B
PHP
<?php
|
||
/**
|
||
* @file addons/captcha/lang/zh-TW.lang.php
|
||
* @author zero (zero@nzeo.com) 翻譯:royallin
|
||
* @brief captcha正體中文語言
|
||
**/
|
||
|
||
$lang->about_captcha = "用於防止機器人程式之垃圾留言,請選擇一個符合下列詞語的圖像。";
|
||
$lang->target_captcha = array(
|
||
"airplane" => "飛機",
|
||
"apple" => "蘋果",
|
||
"book" => "書本",
|
||
"camera" => "照相機",
|
||
"dog" => "小狗",
|
||
"earth" => "地球",
|
||
"flag" => "國旗",
|
||
"mobile" => "手機",
|
||
"note" => "音符",
|
||
"skeleton" => "骷髏",
|
||
);
|
||
?>
|