rhymix/addons/captcha/lang/zh-TW.lang.php
royallin 16271673e0 修改captcha的zh-TW語言
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5794 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-03-07 14:51:07 +00:00

21 lines
631 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 captcha正體中文語言
**/
$lang->about_captcha = "用於防止機器人程式之垃圾留言,請選擇一個符合下列詞語的圖像。";
$lang->target_captcha = array(
"airplane" => "飛機",
"apple" => "蘋果",
"book" => "書本",
"camera" => "照相機",
"dog" => "小狗",
"earth" => "地球",
"flag" => "國旗",
"mobile" => "手機",
"note" => "音符",
"skeleton" => "骷髏",
);
?>