Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://git.zendframework.com/zf
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 18 changed files with 146 additions and 45 deletions.
35 changes: 35 additions & 0 deletions languages/cs/Zend_Captcha.php
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",
);
2 changes: 1 addition & 1 deletion languages/cs/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @package Zend_Translator
* @subpackage Ressource
* @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
Expand Down
35 changes: 35 additions & 0 deletions languages/de/Zend_Captcha.php
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" => "Die Captcha Felder fehlen",
"Failed to validate captcha" => "Die Prüfung des Captcha ist fehlgeschlagen",
"Captcha value is wrong: %value%" => "Der Captcha Wert %value% ist falsch",

// Zend_Captcha_Word
"Empty captcha value" => "Der Captcha Wert ist leer",
"Captcha ID field is missing" => "Das Captcha ID Feld fehlt",
"Captcha value is wrong" => "Der Captcha Wert ist falsch",
);
4 changes: 2 additions & 2 deletions languages/de/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
*/
Expand Down
35 changes: 35 additions & 0 deletions languages/en/Zend_Captcha.php
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" => "Missing captcha fields",
"Failed to validate captcha" => "Failed to validate captcha",
"Captcha value is wrong: %value%" => "Captcha value is wrong: %value%",

// Zend_Captcha_Word
"Empty captcha value" => "Empty captcha value",
"Captcha ID field is missing" => "Captcha ID field is missing",
"Captcha value is wrong" => "Captcha value is wrong",
);
4 changes: 2 additions & 2 deletions languages/en/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
*/
Expand Down
5 changes: 2 additions & 3 deletions languages/es/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
* @version $Id:$
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions languages/fi/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions languages/fr/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
*/
Expand Down
5 changes: 2 additions & 3 deletions languages/hr/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
* @version $Id:$
*/

/**
Expand Down
7 changes: 3 additions & 4 deletions languages/it/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
* @version $Id:$
*/

/**
Expand Down Expand Up @@ -262,4 +261,4 @@
"Invalid type given. String expected" => "Tipo di dato non valido. Era attesto un dato di tipo string",
"'%value%' is less than %min% characters long" => "'%value%' è meno lungo di %min% caratteri",
"'%value%' is more than %max% characters long" => "'%value%' è più lungo di %max% caratteri",
);
);
4 changes: 2 additions & 2 deletions languages/ja/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions languages/nl/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
*/
Expand Down
25 changes: 12 additions & 13 deletions languages/pl/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
* @version $Id:$
*/

/**
* EN-Revision: 21759
* EN-Revision: 25.Jul.2011
*/
return array(
// Zend_Validate_Alnum
Expand Down Expand Up @@ -77,13 +76,13 @@

// Zend_Validate_EmailAddress
"Invalid type given. String expected" => "Podana wartość nie jest ciągiem znaków",
"'%value%' is no valid email address in the basic format local-part@hostname" => "'%value%' nie jest poprawnym adresem email w formacie nazwa@serwer",
"'%hostname%' is no valid hostname for email address '%value%'" => "Email '%value%' zawiera niepoprawną nazwę serwera '%hostname%'",
"'%value%' is not a valid email address in the basic format local-part@hostname" => "'%value%' nie jest poprawnym adresem email w formacie nazwa@serwer",
"'%hostname%' is not a valid hostname for email address '%value%'" => "Email '%value%' zawiera niepoprawną nazwę serwera '%hostname%'",
"'%hostname%' does not appear to have a valid MX record for the email address '%value%'" => "Serwer '%hostname%' nie posiada poprawnie zdefiniowanego rekordu MX dla adresu '%value%'",
"'%hostname%' is not in a routable network segment. The email address '%value%' should not be resolved from public network" => "'%hostname%' nie rutowalnym segmentem sieci. Email '%value%' nie powinien być wykrywany z sieci publiczej",
"'%localPart%' can not be matched against dot-atom format" => "Nazwa '%localPart%' nie jest w formacie dot-atom",
"'%localPart%' can not be matched against quoted-string format" => "'%localPart%' nie jest w formacie quoted-string",
"'%localPart%' is no valid local part for email address '%value%'" => "'%localPart%' nie jest poprawną nazwą",
"'%localPart%' is not a valid local part for email address '%value%'" => "'%localPart%' nie jest poprawną nazwą",
"'%value%' exceeds the allowed length" => "Wartość '%value%' przekroczyła dozwoloną długość",

// Zend_Validate_File_Count
Expand Down Expand Up @@ -224,7 +223,7 @@

// Zend_Validate_Isbn
"Invalid type given. String or integer expected" => "Podana wartość powinna być ciągiem znaków lub liczbą całkowitą",
"'%value%' is no valid ISBN number" => "'%value%' nie jest poprawnym ISBN",
"'%value%' is not a valid ISBN number" => "'%value%' nie jest poprawnym ISBN",

// Zend_Validate_LessThan
"'%value%' is not less than '%max%'" => "'%value%' nie jest mniejsze niż '%max%'",
Expand All @@ -243,23 +242,23 @@
"There was an internal error while using the pattern '%pattern%'" => "Wystąpił błąd podczas dopasowania wyrażenia '%pattern%'",

// Zend_Validate_Sitemap_Changefreq
"'%value%' is no valid sitemap changefreq" => "'%value%' nie jest poprawną wartością changefreq",
"'%value%' is not a valid sitemap changefreq" => "'%value%' nie jest poprawną wartością changefreq",
"Invalid type given. String expected" => "Podana wartość nie jest ciągiem znaków",

// Zend_Validate_Sitemap_Lastmod
"'%value%' is no valid sitemap lastmod" => "'%value%' nie jest poprawną wartością lastmod",
"'%value%' is not a valid sitemap lastmod" => "'%value%' nie jest poprawną wartością lastmod",
"Invalid type given. String expected" => "Podana wartość nie jest ciągiem znaków",

// Zend_Validate_Sitemap_Loc
"'%value%' is no valid sitemap location" => "'%value%' nie jest poprawną lokalizacją mapy strony",
"'%value%' is not a valid sitemap location" => "'%value%' nie jest poprawną lokalizacją mapy strony",
"Invalid type given. String expected" => "Podana wartość nie jest ciągiem znaków",

// Zend_Validate_Sitemap_Priority
"'%value%' is no valid sitemap priority" => "'%value%' nie jest poprawną wartością priorytetu",
"'%value%' is not a valid sitemap priority" => "'%value%' nie jest poprawną wartością priorytetu",
"Invalid type given. Numeric string, integer or float expected" => "Podana wartość powinna być ciągiem znaków, liczbą całkowitą lub liczbą zmiennoprzecinkową",

// Zend_Validate_StringLength
"Invalid type given. String expected" => "Podana wartość nie jest ciągiem znaków",
"'%value%' is less than %min% characters long" => "'%value%' zawiera mniej niż %min% znaków",
"'%value%' is more than %max% characters long" => "'%value%' zawiera więcej niż %max% znaków",
);
);
4 changes: 2 additions & 2 deletions languages/pt_BR/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
*/
Expand Down
4 changes: 2 additions & 2 deletions languages/ru/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
*/
Expand Down
6 changes: 3 additions & 3 deletions languages/sr/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
*/
Expand Down Expand Up @@ -262,4 +262,4 @@
"Invalid type given, value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",
"'%value%' is less than %min% characters long" => "'%value%' ima manje od %min% karaktera",
"'%value%' is more than %max% characters long" => "'%value%' ima više od %max% karaktera",
);
);
4 changes: 2 additions & 2 deletions languages/uk/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @package Zend_Translator
* @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
*/
Expand Down

0 comments on commit adb0888

Please sign in to comment.