<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
/**
* ZH-Revision: 26.Apr.2013
*/
return array(
// Zend_Captcha_ReCaptcha
"Missing captcha fields" => "請輸入驗證碼",
"Failed to validate captcha" => "驗證碼校驗失敗",
"Captcha value is wrong: %value%" => "驗證碼不匹配: %value%",
// Zend_Captcha_Word
"Empty captcha value" => "請輸入驗證碼",
"Captcha ID field is missing" => "沒有找到驗證碼區域",
"Captcha value is wrong" => "驗證碼不匹配",
);
# |
Change |
User |
Description |
Committed |
|
#1
|
18334 |
Liz Lam |
initial add of jambox |
|
|