Skip to content

Commit

Permalink
Merge branch 'hotfix/5453'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 11, 2013
2 parents 8041147 + ea76a7f commit 88b80e0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/languages/ja/Zend_Captcha.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* EN-Revision: 30.Jul.2011
*/
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" => "キャプチャIDフィールドが足りません",
"Captcha value is wrong" => "キャプチャの値が間違っています",
);

0 comments on commit 88b80e0

Please sign in to comment.