mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
新增/修改zh-TW語言
- captcha & mobile git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5791 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9d094c6aed
commit
cc1b877c6f
4 changed files with 40 additions and 5 deletions
21
addons/captcha/lang/zh-TW.lang.php
Normal file
21
addons/captcha/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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" => "骷髏",
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue