mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
10 lines
341 B
PHP
10 lines
341 B
PHP
<?php
|
|
/**
|
|
* Traditional Chinese language file
|
|
*
|
|
* @author Danny Lin <danny0838@pchome.com.tw>
|
|
*/
|
|
|
|
$lang['testfailed'] = "很抱歉,您沒有輸入正確的 CAPTCHA 驗證碼。";
|
|
$lang['fillcaptcha'] = "請將字母填入方框。";
|
|
$lang['soundlink'] = "如果您無法閱讀圖片中的字母,請下載收聽這個 WAV 檔。";
|