composer package updates
[openemr.git] / vendor / zendframework / zend-i18n-resources / languages / sr_RS / Zend_Validate.php
blob3213435a9d54065dab8e539c02ffe2282baf3554
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 * sr_RS-Revision: 28.October.2015
13 return array(
14 // Zend\Authentication\Validator\Authentication
15 "Invalid identity" => "Погрешан идентитет",
16 "Identity is ambiguous" => "Идентитет је двосмислен",
17 "Invalid password" => "Погрешна лозинка",
18 "Authentication failed" => "Неуспела аутентификација",
20 // Zend\I18n\Validator\Alnum
21 "Invalid type given. String, integer or float expected" => "Унет је погрешан тип. Очекиван је String, integer или float",
22 "The input contains characters which are non alphabetic and no digits" => "Унос садржи карактере који нису алфабетски и нису бројеви",
23 "The input is an empty string" => "Унет је празан string",
25 // Zend\I18n\Validator\Alpha
26 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
27 "The input contains non alphabetic characters" => "Унос садржи не-алфабетске карактере",
28 "The input is an empty string" => "Унет је празан string",
30 // Zend\I18n\Validator\DateTime
31 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
32 "The input does not appear to be a valid datetime" => "Унет је неисправан datetime",
34 // Zend\I18n\Validator\IsFloat
35 "Invalid type given. String, integer or float expected" => "Унет је погрешан тип. Очекиван је String, integer или float",
36 "The input does not appear to be a float" => "Унос није стварни број",
38 // Zend\I18n\Validator\IsInt
39 "Invalid type given. String or integer expected" => "Унет је погрешан тип. Очекиван је String или integer",
40 "The input does not appear to be an integer" => "Унос није цео број",
42 // Zend\I18n\Validator\PhoneNumber
43 "The input does not match a phone number format" => "Унос не одговара формату телефонског броја",
44 "The country provided is currently unsupported" => "Одабрана земља тренутно није подржана",
45 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
47 // Zend\I18n\Validator\PostCode
48 "Invalid type given. String or integer expected" => "Унет је погрешан тип. Очекиван је String или integer",
49 "The input does not appear to be a postal code" => "Унос није поштански број",
50 "An exception has been raised while validating the input" => "Дошло је до грешке приликом провере уноса",
52 // Zend\Validator\Barcode
53 "The input failed checksum validation" => "Унос није прошао проверу вредности",
54 "The input contains invalid characters" => "Унос садржи неисправне карактере",
55 "The input should have a length of %length% characters" => "Дозвољени број карактера је %length%",
56 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
58 // Zend\Validator\Between
59 "The input is not between '%min%' and '%max%', inclusively" => "Унос није искључиво између '%min%' и '%max%",
60 "The input is not strictly between '%min%' and '%max%'" => "Унос није стриктно између '%min%' и '%max%'",
62 // Zend\Validator\Bitwise
63 "The input has no common bit set with '%control%'" => "Унос нема подразумевани бит подешен са '%control%'",
64 "The input doesn't have the same bits set as '%control%'" => "Унос нема исте бите подешене као '%control%'",
65 "The input has common bit set with '%control%'" => "Унос има подразумевани бит подешен са '%control%'",
67 // Zend\Validator\Callback
68 "The input is not valid" => "Унос је неисправан",
69 "An exception has been raised within the callback" => "Дошло је до грешке приликом извршавања 'callback' функције",
71 // Zend\Validator\CreditCard
72 "The input seems to contain an invalid checksum" => "Унос садржи неисправну вредност",
73 "The input must contain only digits" => "Унос мора да садржи само бројеве",
74 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
75 "The input contains an invalid amount of digits" => "Унос садржи недозвољен број цифара",
76 "The input is not from an allowed institute" => "Унос није од овлашћеног института",
77 "The input seems to be an invalid credit card number" => "Унет је неисправан број кредитне картице",
78 "An exception has been raised while validating the input" => "Дошло је до грешке приликом провере уноса",
80 // Zend\Validator\Csrf
81 "The form submitted did not originate from the expected site" => "Послати подаци не потичу са очекиваног сајта",
83 // Zend\Validator\Date
84 "Invalid type given. String, integer, array or DateTime expected" => "Унет је погрешан тип. Очекиван је String, integer, array или DateTime",
85 "The input does not appear to be a valid date" => "Унет је неисправан датум",
86 "The input does not fit the date format '%format%'" => "Унос не одговара формату датума '%format%'",
88 // Zend\Validator\DateStep
89 "Invalid type given. String, integer, array or DateTime expected" => "Унет је погрешан тип. Очекиван је String, integer, array или DateTime",
90 "The input does not appear to be a valid date" => "Унет је неисправан датум",
91 "The input does not fit the date format '%format%'" => "Унос не одговара формату датума '%format%'",
92 "The input is not a valid step" => "Унос није исправан корак",
94 // Zend\Validator\Db\AbstractDb
95 "No record matching the input was found" => "Није пронађен запис који одговара уносу",
96 "A record matching the input was found" => "Пронађен је запис који одговара уносу",
98 // Zend\Validator\Digits
99 "The input must contain only digits" => "Унос мора да садржи само бројеве",
100 "The input is an empty string" => "Унет је празан string",
101 "Invalid type given. String, integer or float expected" => "Унет је погрешан тип. Очекиван је String, integer или float",
103 // Zend\Validator\EmailAddress
104 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
105 "The input is not a valid email address. Use the basic format local-part@hostname" => "Унета је неисправна адреса е-поште. Користите основни формат local-part@hostname",
106 "'%hostname%' is not a valid hostname for the email address" => "'%hostname%' није исправан hostname за адресу е-поште",
107 "'%hostname%' does not appear to have any valid MX or A records for the email address" => "'%hostname%' нема исправних MX или A записа за адресу е-поште",
108 "'%hostname%' is not in a routable network segment. The email address should not be resolved from public network" => "'%hostname%' није у рутабилном мрежном сегменту. Адреса е-поште не би требало да се одређује са јавне мреже",
109 "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' се не може упарити у dot-atom формату",
110 "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' се не може упарити у quoted-string формату",
111 "'%localPart%' is not a valid local part for the email address" => "'%localPart%' није исправан локални део за адресу е-поште",
112 "The input exceeds the allowed length" => "Унос превазилази дозвољену дужину",
114 // Zend\Validator\Explode
115 "Invalid type given" => "Унет је погрешан тип",
117 // Zend\Validator\File\Count
118 "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Превише фајлова, дозвољени максимум је '%max%' а унет је '%count%'",
119 "Too few files, minimum '%min%' are expected but '%count%' are given" => "Премало фајлова, очекивани минимум је '%min%' а унет је '%count%'",
121 // Zend\Validator\File\Crc32
122 "File does not match the given crc32 hashes" => "Фајл не одговара датим crc32 вредностима",
123 "A crc32 hash could not be evaluated for the given file" => "crc32 вредност се не може одредити за дати фајл",
124 "File is not readable or does not exist" => "Фајл не може бити прочитан или не постоји",
126 // Zend\Validator\File\ExcludeExtension
127 "File has an incorrect extension" => "Фајл има неисправну екстензију",
128 "File is not readable or does not exist" => "Фајл не може бити прочитан или не постоји",
130 // Zend\Validator\File\Exists
131 "File does not exist" => "Фајл не постоји",
133 // Zend\Validator\File\Extension
134 "File has an incorrect extension" => "Фајл има неисправну екстензију",
135 "File is not readable or does not exist" => "Фајл не може бити прочитан или не постоји",
137 // Zend\Validator\File\FilesSize
138 "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "Сви фајлови збирно треба да имају максималну величину од '%max%' а детектована величина је '%size%'",
139 "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "Сви фајлови збирно треба да имају минималну величину од '%min%' а детектована величина је '%size%'",
140 "One or more files can not be read" => "Један или више фајлова су нечитљиви",
142 // Zend\Validator\File\Hash
143 "File does not match the given hashes" => "Фајл не одговара датим hash вредностима",
144 "A hash could not be evaluated for the given file" => "Hash вредност се не може одредити за дати фајл",
145 "File is not readable or does not exist" => "Фајл не може бити прочитан или не постоји",
147 // Zend\Validator\File\ImageSize
148 "Maximum allowed width for image should be '%maxwidth%' but '%width%' detected" => "Максимално дозвољена ширина слике треба да буде '%maxwidth%' али детектована је '%width%'",
149 "Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "Минимално очекивана ширина слике треба да буде '%minwidth%' али детектована је '%width%'",
150 "Maximum allowed height for image should be '%maxheight%' but '%height%' detected" => "Максимално дозвољена висина слике треба да буде '%maxheight%' али детектована је '%height%'",
151 "Minimum expected height for image should be '%minheight%' but '%height%' detected" => "Минимално очекивана висина слике треба да буде '%minheight%' али детектована је '%height%'",
152 "The size of image could not be detected" => "Величина слике не може бити детектована",
153 "File is not readable or does not exist" => "Фајл не може бити прочитан или не постоји",
155 // Zend\Validator\File\IsCompressed
156 "File is not compressed, '%type%' detected" => "Фајл није компресован, '%type%' детектован",
157 "The mimetype could not be detected from the file" => "Мimеtype фајла не може бити детектован",
158 "File is not readable or does not exist" => "Фајл не може бити прочитан или не постоји",
160 // Zend\Validator\File\IsImage
161 "File is no image, '%type%' detected" => "Фајл није слика, '%type%' детектован",
162 "The mimetype could not be detected from the file" => "Мimеtype фајла не може бити детектован",
163 "File is not readable or does not exist" => "Фајл не може бити прочитан или не постоји",
165 // Zend\Validator\File\Md5
166 "File does not match the given md5 hashes" => "Фајл не одговара датим md5 вредностима",
167 "An md5 hash could not be evaluated for the given file" => "md5 вредност се не може одредити за дати фајл",
168 "File is not readable or does not exist" => "Фајл не може бити прочитан или не постоји",
170 // Zend\Validator\File\MimeType
171 "File has an incorrect mimetype of '%type%'" => "Фајл има нетачан mimetype '%type%'",
172 "The mimetype could not be detected from the file" => "Мimеtype фајла не може бити детектован",
173 "File is not readable or does not exist" => "Фајл не може бити прочитан или не постоји",
175 // Zend\Validator\File\NotExists
176 "File exists" => "Фајл постоји",
178 // Zend\Validator\File\Sha1
179 "File does not match the given sha1 hashes" => "Фајл не одговара датим sha1 вредностима",
180 "A sha1 hash could not be evaluated for the given file" => "sha1 вредност се не може одредити за дати фајл",
181 "File is not readable or does not exist" => "Фајл не може бити прочитан или не постоји",
183 // Zend\Validator\File\Size
184 "Maximum allowed size for file is '%max%' but '%size%' detected" => "Максимално дозвољена величина фајла је '%max%' а детектована је '%size%'",
185 "Minimum expected size for file is '%min%' but '%size%' detected" => "Минимално очекивана величина фајла је '%min%' а детектована је '%size%'",
186 "File is not readable or does not exist" => "Фајл не може бити прочитан или не постоји",
188 // Zend\Validator\File\Upload
189 "File '%value%' exceeds the defined ini size" => "Фајл '%value%' превазилази дефинисану ini величину",
190 "File '%value%' exceeds the defined form size" => "Фајл '%value%' превазилази дефинисану form величину",
191 "File '%value%' was only partially uploaded" => "Фајл '%value%' је само делимично учитан",
192 "File '%value%' was not uploaded" => "Фајл '%value%' није учитан",
193 "No temporary directory was found for file '%value%'" => "Није пронађен привремени директоријум за фајл '%value%'",
194 "File '%value%' can't be written" => "Фајл '%value%' не може бити написан",
195 "A PHP extension returned an error while uploading the file '%value%'" => "PHP екстензија је дала грешку приликом учитавања фајла '%value%'",
196 "File '%value%' was illegally uploaded. This could be a possible attack" => "Фајл '%value%' је илегално учитан. Ово је могући напад",
197 "File '%value%' was not found" => "Фајл '%value%' није пронађен",
198 "Unknown error while uploading file '%value%'" => "Непозната грешка приликом учитавања фајла '%value%'",
200 // Zend\Validator\File\UploadFile
201 "File exceeds the defined ini size" => "Фајл превазилази дефинисану ini величину",
202 "File exceeds the defined form size" => "Фајл превазилази дефинисану form величину",
203 "File was only partially uploaded" => "Фајл је само делимично учитан",
204 "File was not uploaded" => "Фајл није учитан",
205 "No temporary directory was found for file" => "Није пронађен привремени директоријум за фајл",
206 "File can't be written" => "Фајл не може бити написан",
207 "A PHP extension returned an error while uploading the file" => "PHP екстензија је дала грешку приликом учитавања фајла",
208 "File was illegally uploaded. This could be a possible attack" => "Фајл је илегално учитан. Ово је могући напад",
209 "File was not found" => "Фајл није пронађен",
210 "Unknown error while uploading file" => "Непозната грешка приликом учитавања фајла",
212 // Zend\Validator\File\WordCount
213 "Too many words, maximum '%max%' are allowed but '%count%' were counted" => "Превише речи, максимално дозвољено је '%max%' а избројано је '%count%'",
214 "Too few words, minimum '%min%' are expected but '%count%' were counted" => "Премало речи, минимално очекивано је '%min%' а избројано је '%count%'",
215 "File is not readable or does not exist" => "Фајл не може бити прочитан или не постоји",
217 // Zend\Validator\GreaterThan
218 "The input is not greater than '%min%'" => "Унос је већи од '%min%'",
219 "The input is not greater or equal than '%min%'" => "Унос није већи или једнак од '%min%'",
221 // Zend\Validator\Hex
222 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
223 "The input contains non-hexadecimal characters" => "Унос садржи не-хексадецималне карактере",
225 // Zend\Validator\Hostname
226 "The input appears to be a DNS hostname but the given punycode notation cannot be decoded" => "Унос је DNS hostname али дату punycode нотацију је немогуће декодирати",
227 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
228 "The input appears to be a DNS hostname but contains a dash in an invalid position" => "Унос је DNS hostname али садржи цртицу на погрешној позицији",
229 "The input does not match the expected structure for a DNS hostname" => "Унос не одговара очекиваној структури за DNS hostname",
230 "The input appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "Унос је DNS hostname али не одговара шеми за TLD '%tld%'",
231 "The input does not appear to be a valid local network name" => "Унет је неисправан назив локалне мреже",
232 "The input does not appear to be a valid URI hostname" => "Унет је неисправан URI hostname",
233 "The input appears to be an IP address, but IP addresses are not allowed" => "Унос је IP адреса, али IP адресе нису дозвољене",
234 "The input appears to be a local network name but local network names are not allowed" => "Унос је назив локалне мреже али називи локалних мрежа нису дозвољени",
235 "The input appears to be a DNS hostname but cannot extract TLD part" => "Унос је DNS hostname али није могуће одвојити TLD део",
236 "The input appears to be a DNS hostname but cannot match TLD against known list" => "Унос је DNS hostname али не одговара познатој TLD листи",
238 // Zend\Validator\Iban
239 "Unknown country within the IBAN" => "Непозната земља унутар IBAN-а",
240 "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "Земље изван јединственог подручја плаћања у еврима (SEPA) нису подржане",
241 "The input has a false IBAN format" => "Унос има погрешан IBAN формат",
242 "The input has failed the IBAN check" => "Унос није прошао IBAN проверу",
244 // Zend\Validator\Identical
245 "The two given tokens do not match" => "Два унета токена се не поклапају",
246 "No token was provided to match against" => "Токен за проверу није унет",
248 // Zend\Validator\InArray
249 "The input was not found in the haystack" => "Унос није пронађен у захтеваном низу вредности",
251 // Zend\Validator\Ip
252 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
253 "The input does not appear to be a valid IP address" => "Унета је неисправна IP адреса",
255 // Zend\Validator\IsInstanceOf
256 "The input is not an instance of '%className%'" => "Унос није инстанца класе '%className%'",
258 // Zend\Validator\Isbn
259 "Invalid type given. String or integer expected" => "Унет је погрешан тип. Очекиван је String или integer",
260 "The input is not a valid ISBN number" => "Унет је неисправан ISBN број",
262 // Zend\Validator\LessThan
263 "The input is not less than '%max%'" => "Унос није мањи од '%max%'",
264 "The input is not less or equal than '%max%'" => "Унос није мањи или једнак од '%max%'",
266 // Zend\Validator\NotEmpty
267 "Value is required and can't be empty" => "Вредност је обавезна и не може бити празна",
268 "Invalid type given. String, integer, float, boolean or array expected" => "Унет је погрешан тип. Очекиван је String, integer, float, boolean или array",
270 // Zend\Validator\Regex
271 "Invalid type given. String, integer or float expected" => "Унет је погрешан тип. Очекиван је String, integer или float",
272 "The input does not match against pattern '%pattern%'" => "Унос не одговара шаблону '%pattern%'",
273 "There was an internal error while using the pattern '%pattern%'" => "Дошло је до интерне грешке употребом шаблона '%pattern%'",
275 // Zend\Validator\Sitemap\Changefreq
276 "The input is not a valid sitemap changefreq" => "Унет је неисправан sitemap changefreq",
277 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
279 // Zend\Validator\Sitemap\Lastmod
280 "The input is not a valid sitemap lastmod" => "Унет је неисправан sitemap lastmod",
281 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
283 // Zend\Validator\Sitemap\Loc
284 "The input is not a valid sitemap location" => "Унет је неисправан sitemap location",
285 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
287 // Zend\Validator\Sitemap\Priority
288 "The input is not a valid sitemap priority" => "Унет је неисправан sitemap priority",
289 "Invalid type given. Numeric string, integer or float expected" => "Унет је погрешан тип. Очекиван је нумерички, цео број или стварни број",
291 // Zend\Validator\Step
292 "Invalid value given. Scalar expected" => "Погрешна вредност унета. Очекивана је скаларна",
293 "The input is not a valid step" => "Унос није исправан корак",
295 // Zend\Validator\StringLength
296 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
297 "The input is less than %min% characters long" => "Унос је мањи од %min% карактера",
298 "The input is more than %max% characters long" => "Унос је већи од %max% карактера",
300 // Zend\Validator\Timezone
301 "Invalid timezone given." => "Унета је неисправна временска зона.",
302 "Invalid timezone location given." => "Унета је неисправна локација временске зоне.",
303 "Invalid timezone abbreviation given." => "Унета је неисправна скраћеница временске зоне.",
305 // Zend\Validator\Uri
306 "Invalid type given. String expected" => "Унет је погрешан тип. Очекиван је String",
307 "The input does not appear to be a valid Uri" => "Унет је неисправан Uri",