This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
Conflicts: library/Zend/Form/Decorator/File.php library/Zend/View/Helper/Navigation/Sitemap.php
- Loading branch information
31 parents
a3b5a44
+
49aa6e1
+
785d144
+
6cb9145
+
98ba294
+
1a26005
+
6a37670
+
53069e2
+
cdc28f8
+
7ed9b6d
+
6aa8b3f
+
b08f0db
+
c6ffcad
+
2e788ed
+
5fa8668
+
331098b
+
11a5300
+
d15662e
+
a652577
+
113da58
+
ac8c434
+
51dd55f
+
b8f65f9
+
5ab3ccd
+
3c9d616
+
34eee47
+
1fc6a29
+
0f06888
+
781c1e1
+
9ff4ea7
+
9dcc02b
commit bfb1248
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?php | ||
/** | ||
* Zend Framework | ||
* | ||
* LICENSE | ||
* | ||
* This source file is subject to the new BSD license that is bundled | ||
* with this package in the file LICENSE.txt. | ||
* It is also available through the world-wide-web at this URL: | ||
* http://framework.zend.com/license/new-bsd | ||
* If you did not receive a copy of the license and are unable to | ||
* obtain it through the world-wide-web, please send an email | ||
* to license@zend.com so we can send you a copy immediately. | ||
* | ||
* @category Zend | ||
* @package Zend_Translate | ||
* @subpackage Resource | ||
* @copyright Copyright (c) 2005-2011 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" => "Chybí captcha pole", | ||
"Failed to validate captcha" => "Captchu se nepodařilo ověřit", | ||
"Captcha value is wrong: %value%" => "Hodnota captchy není správná: %value%", | ||
|
||
// Zend_Captcha_Word | ||
"Empty captcha value" => "Hodnota captcha nebyla zadána", | ||
"Captcha ID field is missing" => "Chybí pole captcha ID", | ||
"Captcha value is wrong" => "Chybná hodnota catpcha", | ||
); |