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 ssh://git.zendframework.com:21652/zf
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Schindler committed Aug 25, 2011
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions languages/pl/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

/**
* EN-Revision: 21759
* EN-Revision: 25.Jul.2011
*/
return array(
// Zend_Validate_Alnum
Expand Down Expand Up @@ -77,13 +77,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 +224,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,19 +243,19 @@
"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
Expand Down

0 comments on commit 0f06888

Please sign in to comment.