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