Added/Updated Taiwanese

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7668 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
royallin 2010-08-28 14:12:31 +00:00
parent e761d9958e
commit c436aad6b0
14 changed files with 48 additions and 25 deletions

View file

@ -32,7 +32,7 @@
This addon applies only to not-logged-in users.
</description>
<description xml:lang="zh-TW">
此元件可防止機器人程式的垃圾留言,非註冊用戶在討論板/問題追蹤發表主題或評論時,必須要先選對畫面中所顯示的圖案才能發表。
可防止機器人程式的垃圾留言,非用戶要發表主題或回覆時,必須要輸入正確圖片中所顯示的文字才能發表。
</description>
<version>1.0</version>
<date>2010-08-19</date>

View file

@ -1,6 +1,6 @@
<?php
$lang->about_captcha = "위 영어 알파벳을 순서대로 입력해 주세요. 대소문자는 구분하지 않습니다.";
$lang->captcha_reload = '이미지 새로고침';
$lang->captcha_play = '음성으로 듣기';
$lang->captcha_denied = '잘못 입력하셨습니다';
$lang->about_captcha = "請依序輸入圖片中的文字,不分大小寫。";
$lang->captcha_reload = '更換';
$lang->captcha_play = '播放';
$lang->captcha_denied = '輸入錯誤';
?>