composer package updates
[openemr.git] / vendor / zendframework / zend-i18n-resources / languages / sr / Zend_Validate.php
blobeff986fa88c9adfa989bf6976a09c68224189a20
1 <?php
2 /**
3 * Zend Framework (http://framework.zend.com/)
5 * @link http://github.com/zendframework/zf2 for the canonical source repository
6 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7 * @license http://framework.zend.com/license/new-bsd New BSD License
8 */
10 /**
11 * EN-Revision: 21135
13 return [
14 // Zend_Validate_Alnum
15 "Invalid type given, value should be float, string, or integer" => "Nevalidan tip, vrednost treba da bude tekst ili broj",
16 "'%value%' contains characters which are non alphabetic and no digits" => "'%value%' sadrži karaktere koji nisu slova niti cifre",
17 "'%value%' is an empty string" => "'%value%' je prazan tekst",
19 // Zend_Validate_Alpha
20 "Invalid type given, value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",
21 "'%value%' contains non alphabetic characters" => "'%value%' sadrži karaktere koji nisu slova",
22 "'%value%' is an empty string" => "'%value%' je prazan tekst",
24 // Zend_Validate_Barcode
25 "'%value%' failed checksum validation" => "'%value%' greška u checksum validaciji",
26 "'%value%' contains invalid characters" => "'%value%' sadrži nevalidne karaktere",
27 "'%value%' should have a length of %length% characters" => "'%value%' treba da bude dužine %length%",
28 "Invalid type given, value should be string" => "Nevalidan tip, vrednost treba da bude tekst",
30 // Zend_Validate_Between
31 "'%value%' is not between '%min%' and '%max%', inclusively" => "'%value%' nije između '%min%' i '%max%', uključivo",
32 "'%value%' is not strictly between '%min%' and '%max%'" => "'%value%' nije strogo između '%min%' i '%max%'",
34 // Zend_Validate_Callback
35 "'%value%' is not valid" => "'%value%' nije validno",
36 "Failure within the callback, exception returned" => "Greška u pozivu",
38 // Zend_Validate_Ccnum
39 "'%value%' must contain between 13 and 19 digits" => "'%value%' treba da sadrži između 13 i 19 cifara",
40 "Luhn algorithm (mod-10 checksum) failed on '%value%'" => "Luhn algoritam ne prolazi na '%value%'",
42 // Zend_Validate_CreditCard
43 "Luhn algorithm (mod-10 checksum) failed on '%value%'" => "Luhn algoritam ne prolazi na '%value%'",
44 "'%value%' must contain only digits" => "'%value%' treba da sadrži samo cifre",
45 "Invalid type given, value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",
46 "'%value%' contains an invalid amount of digits" => "'%value%' sadrži nevalidu količinu cifara",
47 "'%value%' is not from an allowed institute" => "'%value%' nije iz dozvoljene institucije",
48 "Validation of '%value%' has been failed by the service" => "Validacija '%value%' nije uspela od strane servisa",
49 "The service returned a failure while validating '%value%'" => "Servis je vratio grešku pri validaciji '%value%'",
51 // Zend_Validate_Date
52 "Invalid type given, value should be string, integer, array or Zend_Date" => "Nevalidan tip, vrednost treba da bude tekst, ceo broj, niz ili Zend_Date",
53 "'%value%' does not appear to be a valid date" => "'%value%' nije validan datum",
54 "'%value%' does not fit the date format '%format%'" => "'%value%' nije u formatu datuma '%format%'",
56 // Zend_Validate_Db_Abstract
57 "No record matching %value% was found" => "Zapis koji se poklapa sa %value% nije pronađen",
58 "A record matching %value% was found" => "Zapis koji se poklapa sa %value% je pronađen",
60 // Zend_Validate_Digits
61 "Invalid type given, value should be string, integer or float" => "Nevalidan tip, vrednost treba da bude tekst ili broj",
62 "'%value%' contains characters which are not digits; but only digits are allowed" => "'%value%' sadrži karaktere koji nisu cifre, a samo cifre su dozvoljene",
63 "'%value%' contains not only digit characters" => "'%value%' ne sadrži samo cifre",
64 "'%value%' is an empty string" => "'%value%' je prazan tekst",
66 // Zend_Validate_EmailAddress
67 "Invalid type given, value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",
68 "'%value%' is not a valid email address in the basic format local-part@hostname" => "'%value%' nije validna adresa elektronske pošte u formatu adresa@imehosta",
69 "'%hostname%' is not a valid hostname for email address '%value%'" => "'%hostname%' nije validno ime hosta za adresu elektronske pošte '%value%'",
70 "'%hostname%' does not appear to have a valid MX record for the email address '%value%'" => "'%hostname%' nema validan MX zapis za adresu elektronske pošte '%value%'",
71 "'%hostname%' is not in a routable network segment. The email address '%value%' should not be resolved from public network." => "'%hostname%' nije rutabilan mrežni segment. Adresa elektronske pošte '%value%' ne treba da bude razrešena sa javne mreže",
72 "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' se ne poklapa sa dot-atom formatom",
73 "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' se ne poklapa sa quoted-string formatom",
74 "'%localPart%' is not a valid local part for email address '%value%'" => "'%localPart%' nije validan deo adrese elektronske pošte '%value%'",
75 "'%value%' exceeds the allowed length" => "'%value%' prelazi dozvoljenu dužinu",
77 // Zend_Validate_File_Count
78 "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Preveliki broj fajlova, maksimalno '%max%' je dozvoljeno, a '%count%' je prosleđeno",
79 "Too few files, minimum '%min%' are expected but '%count%' are given" => "Premali broj fajlova, minimalno '%min%' je očekivano, a '%count%' je prosleđeno",
81 // Zend_Validate_File_Crc32
82 "File '%value%' does not match the given crc32 hashes" => "Fajl '%value%' ne prolazi crc32 proveru",
83 "A crc32 hash could not be evaluated for the given file" => "Nema crc32 kodova za dati fajl",
84 "File '%value%' could not be found" => "Fajl '%value%' ne može biti pronađen",
86 // Zend_Validate_File_ExcludeExtension
87 "File '%value%' has a false extension" => "Fajl '%value%' ima nevalidnu ekstenziju",
88 "File '%value%' could not be found" => "Fajl '%value%' ne može biti pronađen",
90 // Zend_Validate_File_ExcludeMimeType
91 "File '%value%' has a false mimetype of '%type%'" => "Fajl '%value%' ima nevalidan mime-tip '%type%'",
92 "The mimetype of file '%value%' could not be detected" => "Mime-tip fajla '%value%' ne može biti detektovan",
93 "File '%value%' can not be read" => "Fajl '%value%' ne može biti pročitan",
95 // Zend_Validate_File_Exists
96 "File '%value%' does not exist" => "Fajl '%value%' ne postoji",
98 // Zend_Validate_File_Extension
99 "File '%value%' has a false extension" => "Fajl '%value%' ima nevalidnu ekstenziju",
100 "File '%value%' could not be found" => "Fajl '%value%' ne može biti pronađen",
102 // Zend_Validate_File_FilesSize
103 "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "Svi fajlovi u zbiru treba da imaju maksimalnu veličinu '%max%', veličina poslatih fajlova je '%size%'",
104 "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "Svi fajlovi u zbiru treba da imaju minimalnu veličinu '%min%', veličina poslatih fajlova je '%size%'",
105 "One or more files can not be read" => "Jedan ili više fajlova ne može biti pročitan",
107 // Zend_Validate_File_Hash
108 "File '%value%' does not match the given hashes" => "Fajl '%value%' je nepravilno kodiran",
109 "A hash could not be evaluated for the given file" => "Heševi nisu pronađeni za dati fajl",
110 "File '%value%' could not be found" => "Fajl '%value%' ne može biti pronađen",
112 // Zend_Validate_File_ImageSize
113 "Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "Maksimalna dozvoljena širina slike '%value%' je '%maxwidth%', data slika ima širinu '%width%'",
114 "Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "Minimalna očekivana širina slike '%value%' je '%minwidth%', data slika ima širinu '%width%'",
115 "Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "Maksimalna dozvoljena visina slike '%value%' je '%maxheight%', data slika ima visinu '%height%'",
116 "Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected" => "Minimalna očekivana visina slike '%value%' je '%minheight%', data slika ima visinu '%height%'",
117 "The size of image '%value%' could not be detected" => "Veličina slike '%value%' ne može biti određena",
118 "File '%value%' can not be read" => "Fajl '%value%' ne može biti pročitan",
120 // Zend_Validate_File_IsCompressed
121 "File '%value%' is not compressed, '%type%' detected" => "Fajl '%value%' nije kompresovan, '%type%' detektovan",
122 "The mimetype of file '%value%' could not be detected" => "Mime-tip fajla '%value%' ne može biti detektovan",
123 "File '%value%' can not be read" => "Fajl '%value%' ne može biti pročitan",
125 // Zend_Validate_File_IsImage
126 "File '%value%' is no image, '%type%' detected" => "Fajl '%value%' nije slika, '%type%' detektovan",
127 "The mimetype of file '%value%' could not be detected" => "Mime-tip fajla '%value%' ne može biti detektovan",
128 "File '%value%' can not be read" => "Fajl '%value%' ne može biti pročitan",
130 // Zend_Validate_File_Md5
131 "File '%value%' does not match the given md5 hashes" => "Fajl '%value%' ne prolazi md5 proveru",
132 "A md5 hash could not be evaluated for the given file" => "Nema md5 heševa za dati fajl",
133 "File '%value%' could not be found" => "Fajl '%value%' ne može biti pronađen",
135 // Zend_Validate_File_MimeType
136 "File '%value%' has a false mimetype of '%type%'" => "Fajl '%value%' ima nevalidan mime-tip '%type%'",
137 "The mimetype of file '%value%' could not be detected" => "Mime-tip fajla '%value%' ne može biti detektovan",
138 "File '%value%' can not be read" => "Fajl '%value%' ne može biti pročitan",
140 // Zend_Validate_File_NotExists
141 "File '%value%' exists" => "Fajl '%value%' postoji",
143 // Zend_Validate_File_Sha1
144 "File '%value%' does not match the given sha1 hashes" => "Fajl '%value%' ne prolazi sha1 proveru",
145 "A sha1 hash could not be evaluated for the given file" => "Nema sha1 heševa za dati fajl",
146 "File '%value%' could not be found" => "Fajl '%value%' ne može biti pronađen",
148 // Zend_Validate_File_Size
149 "Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "Maksimalna dozvoljena veličina fajla '%value%' je '%max%', data veličina je '%size%'",
150 "Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "Minimalna očekivana veličina fajla '%value%' je '%min%', data veličina je '%size%'",
151 "File '%value%' could not be found" => "Fajl '%value%' ne može biti pronađen",
153 // Zend_Validate_File_Upload
154 "File '%value%' exceeds the defined ini size" => "Fajl '%value%' prevazilazi maksimalnu dozvoljenu veličinu",
155 "File '%value%' exceeds the defined form size" => "Fajl '%value%' prevazilazi maksimalnu dozvoljenu veličinu",
156 "File '%value%' was only partially uploaded" => "Fajl '%value%' je samo parcijalno uploadovan",
157 "File '%value%' was not uploaded" => "Fajl '%value%' nije uploadovan",
158 "No temporary directory was found for file '%value%'" => "Privremeni direktorijum nije pronađen za fajl '%value%'",
159 "File '%value%' can't be written" => "Fajl '%value%' ne može biti izmenjen",
160 "A PHP extension returned an error while uploading the file '%value%'" => "Ekstenzija je vratila grešku tokom uploada fajla '%value%'",
161 "File '%value%' was illegally uploaded. This could be a possible attack" => "Fajl '%value%' je ilegalno uploadovan, moguć napad",
162 "File '%value%' was not found" => "Fajl '%value%' nije pronađen",
163 "Unknown error while uploading file '%value%'" => "Nepoznata greška pri uploadu fajla '%value%'",
165 // Zend_Validate_File_WordCount
166 "Too much words, maximum '%max%' are allowed but '%count%' were counted" => "Previše reči, maksimalno '%max%' je dozvoljeno, '%count%' je izbrojano",
167 "Too few words, minimum '%min%' are expected but '%count%' were counted" => "Premalo reči, minimalno '%min%' je očekivano, '%count%' je izbrojano",
168 "File '%value%' could not be found" => "Fajl '%value%' ne može biti pronađen",
170 // Zend_Validate_Float
171 "Invalid type given, value should be float, string, or integer" => "Nevalidan tip, vrednost treba da bude tekst ili broj",
172 "'%value%' does not appear to be a float" => "'%value%' nije razlomljeni broj",
174 // Zend_Validate_GreaterThan
175 "'%value%' is not greater than '%min%'" => "'%value%' nije veće od '%min%'",
177 // Zend_Validate_Hex
178 "Invalid type given, value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",
179 "'%value%' has not only hexadecimal digit characters" => "'%value%' se ne sastoji samo od heksadecimalnih karaktera",
181 // Zend_Validate_Hostname
182 "Invalid type given, value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",
183 "'%value%' appears to be an IP address, but IP addresses are not allowed" => "'%value%' je IP adresa, IP adrese nisu dozvoljene",
184 "'%value%' appears to be a DNS hostname but cannot match TLD against known list" => "'%value%' je DNS ime hosta, ali TLD nije u listi poznatih",
185 "'%value%' appears to be a DNS hostname but contains a dash in an invalid position" => "'%value%' je DNS ime hosta, ali sadrži srednju crtu (-) na nedozvoljenoj poziciji",
186 "'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "'%value%' je DNS ime hosta, ali se ne poklapa sa šemom za '%tld%' TLD",
187 "'%value%' appears to be a DNS hostname but cannot extract TLD part" => "'%value%' je DNS ime hosta, ali ne može da se ekstraktuje TLD deo '%tld%'",
188 "'%value%' does not match the expected structure for a DNS hostname" => "'%value%' se ne poklapa sa očekivanom strukturom DNS imena hosta",
189 "'%value%' does not appear to be a valid local network name" => "'%value%' nije validno ime lokalne mreže",
190 "'%value%' appears to be a local network name but local network names are not allowed" => "'%value%' je ime lokalne mreže, lokalna imena mreža nisu dozvoljena",
191 "'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded" => "'%value%' je DNS ime hosta, ali data punikod notacija ne može biti dekodirana",
193 // Zend_Validate_Iban
194 "Unknown country within the IBAN '%value%'" => "Nepoznata zemlja u IBAN '%value%'",
195 "'%value%' has a false IBAN format" => "'%value%' nije u validnom IBAN formatu",
196 "'%value%' has failed the IBAN check" => "'%value%' ne prolazi IBAN proveru",
198 // Zend_Validate_Identical
199 "The two given tokens do not match" => "Tokeni se ne poklapaju",
200 "No token was provided to match against" => "Token za proveru nije prosleđen",
202 // Zend_Validate_InArray
203 "'%value%' was not found in the haystack" => "'%value%' nije pronađeno u gomili",
205 // Zend_Validate_Int
206 "Invalid type given, value should be string or integer" => "Nevalidan tip, vrednost treba da bude tekst ili ceo broj",
207 "'%value%' does not appear to be an integer" => "'%value%' nije ceo broj",
209 // Zend_Validate_Ip
210 "Invalid type given, value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",
211 "'%value%' does not appear to be a valid IP address" => "'%value%' nije validna IP adresa",
213 // Zend_Validate_Isbn
214 "Invalid type given, value should be string or integer" => "Nevalidan tip, vrednost treba da bude tekst ili ceo broj",
215 "'%value%' is not a valid ISBN number" => "'%value%' nije validan ISBN broj",
217 // Zend_Validate_LessThan
218 "'%value%' is not less than '%max%'" => "'%value%' je manje od '%max%'",
220 // Zend_Validate_NotEmpty
221 "Invalid type given, value should be float, string, array, boolean or integer" => "Nevalidan tip, vrednost treba da bude tekst, broj ili logička vrednost",
222 "Value is required and can't be empty" => "Vrednost je obavezna i ne sme biti prazna",
224 // Zend_Validate_PostCode
225 "Invalid type given. The value should be a string or an integer" => "Nevalidan tip. Vrednost treba da bude tekst ili ceo broj",
226 "'%value%' does not appear to be a postal code" => "'%value%' nije poštanski broj",
228 // Zend_Validate_Regex
229 "Invalid type given, value should be string, integer or float" => "Nevalidan tip, vrednost treba da bude tekst ili broj",
230 "'%value%' does not match against pattern '%pattern%'" => "'%value%' se ne poklapa sa formatom '%pattern%'",
231 "There was an internal error while using the pattern '%pattern%'" => "Dogodila se greška pri korišćenju formata '%pattern%'",
233 // Zend_Validate_Sitemap_Changefreq
234 "'%value%' is not a valid sitemap changefreq" => "'%value%' nije validna frekvencija promene mape sajta",
235 "Invalid type given, the value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",
237 // Zend_Validate_Sitemap_Lastmod
238 "'%value%' is not a valid sitemap lastmod" => "'%value%' nije validan datum izmene mape sajta",
239 "Invalid type given, the value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",
241 // Zend_Validate_Sitemap_Loc
242 "'%value%' is not a valid sitemap location" => "'%value%' nije validna lokacija mape sajta",
243 "Invalid type given, the value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",
245 // Zend_Validate_Sitemap_Priority
246 "'%value%' is not a valid sitemap priority" => "'%value%' nije validan prioritet mape sajta",
247 "Invalid type given, the value should be an integer, a float or a numeric string" => "Nevalidan tip, vrednost treba da bude broj ili numerički niz",
249 // Zend_Validate_StringLength
250 "Invalid type given, value should be a string" => "Nevalidan tip, vrednost treba da bude tekst",
251 "'%value%' is less than %min% characters long" => "'%value%' ima manje od %min% karaktera",
252 "'%value%' is more than %max% characters long" => "'%value%' ima više od %max% karaktera",