composer package updates
[openemr.git] / vendor / zendframework / zend-i18n-resources / languages / zh_TW / Zend_Captcha.php
blobcd6341f2e489507f0ae6f0c070bb3420072bf223
1 <?php
2 /**
3 * Zend Framework (http://framework.zend.com/)
5 * @link http://github.com/zendframework/zf2 for the canonical source repository
6 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7 * @license http://framework.zend.com/license/new-bsd New BSD License
8 */
10 /**
11 * ZH-Revision: 26.Apr.2013
13 return [
14 // Zend_Captcha_ReCaptcha
15 "Missing captcha fields" => "請輸入驗證碼",
16 "Failed to validate captcha" => "驗證碼校驗失敗",
17 "Captcha value is wrong: %value%" => "驗證碼不匹配: %value%",
19 // Zend_Captcha_Word
20 "Empty captcha value" => "請輸入驗證碼",
21 "Captcha ID field is missing" => "沒有找到驗證碼區域",
22 "Captcha value is wrong" => "驗證碼不匹配",