rhymix/addons/captcha/lang/zh-TW.lang.php
royallin caf26ad740 Modified traditional Chinese
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6139 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-04-18 06:23:32 +00:00

21 lines
636 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file addons/captcha/lang/zh-TW.lang.php
* @author zero (zero@nzeo.com) 翻譯royallin
* @brief 圖形驗證正體中文語言
**/
$lang->about_captcha = "用於防止機器人程式之垃圾留言,請選擇一個符合下列詞語的圖像。";
$lang->target_captcha = array(
"airplane" => "飛機",
"apple" => "蘋果",
"book" => "書本",
"camera" => "照相機",
"dog" => "小狗",
"earth" => "地球",
"flag" => "國旗",
"mobile" => "手機",
"note" => "音符",
"skeleton" => "骷髏",
);
?>