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
mikaelkael committed Jul 22, 2010
5 parents 2e788ed + f29296b + 0a07be8 + b08f0db + c6ffcad commit 5fa8668
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions languages/sr/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"'%value%' has failed the IBAN check" => "'%value%' ne prolazi IBAN proveru",

// Zend_Validate_Identical
"The token '%token%' does not match the given token '%value%'" => "Token '%token%' se ne poklapa sa '%value%'",
"The two given tokens do not match" => "Tokeni se ne poklapaju",
"No token was provided to match against" => "Token za proveru nije prosleđen",

// Zend_Validate_InArray
Expand All @@ -224,34 +224,40 @@
"'%value%' does not appear to be a valid IP address" => "'%value%' nije validna IP adresa",

// Zend_Validate_Isbn
"Invalid type given, value should be string or integer" => "Nevalidan tip, vrednost treba da bude tekst ili ceo broj",
"'%value%' is no valid ISBN number" => "'%value%' nije validan ISBN broj",

// Zend_Validate_LessThan
"'%value%' is not less than '%max%'" => "'%value%' je manje od '%max%'",

// Zend_Validate_NotEmpty
"Invalid type given, value should be float, string, array, boolean or integer" => "Nevalidan tip, vrednost treba da bude tekst, broj ili logička vrednost",
"Value is required and can't be empty" => "Vrednost je obaezna i ne sme biti prazna",
"Value is required and can't be empty" => "Vrednost je obavezna i ne sme biti prazna",

// Zend_Validate_PostCode
"Invalid type given, value should be string or integer" => "Nevalidan tip, vrednost treba da bude tekst ili ceo broj",
"'%value%' does not appear to be an postal code" => "'%value%' nije poštanski broj",
"Invalid type given. The value should be a string or a integer" => "Nevalidan tip. Vrednost treba da bude tekst ili ceo broj",
"'%value%' does not appear to be a postal code" => "'%value%' nije poštanski broj",

// Zend_Validate_Regex
"Invalid type given, value should be string, integer or float" => "Nevalidan tip, vrednost treba da bude tekst ili broj",
"'%value%' does not match against pattern '%pattern%'" => "'%value%' se ne poklapa sa formatom '%pattern%'",
"There was an internal error while using the pattern '%pattern%'" => "Dogodila se greška pri korišćenju formata '%pattern%'",

// Zend_Validate_Sitemap_Changefreq
"'%value%' is no valid sitemap changefreq" => "'%value%' nije validna frekvencija promene mape sajta",
"Invalid type given, the value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",

// Zend_Validate_Sitemap_Lastmod
"'%value%' is no valid sitemap lastmod" => "'%value%' nije validan datum izmene mape sajta",
"Invalid type given, the value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",

// Zend_Validate_Sitemap_Loc
"'%value%' is no valid sitemap location" => "'%value%' nije validna lokacija mape sajta",
"Invalid type given, the value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",

// Zend_Validate_Sitemap_Priority
"'%value%' is no valid sitemap priority" => "'%value%' nije validan prioritet mape sajta",
"Invalid type given, the value should be a integer, a float or a numeric string" => "Nevalidan tip, vrednost treba da bude broj ili numerički niz",

// Zend_Validate_StringLength
"Invalid type given, value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",
Expand Down

0 comments on commit 5fa8668

Please sign in to comment.