1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Ressource
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @version $Id:$
*/
/**
* EN-Revision: 22668
*/
return array(
// Zend_Validate_Alnum
"Invalid type given. String, integer or float expected" => "Invalid type given. String, integer or float expected",
"'%value%' contains characters which are non alphabetic and no digits" => "'%value%' contains characters which are non alphabetic and no digits",
"'%value%' is an empty string" => "'%value%' is an empty string",
// Zend_Validate_Alpha
"Invalid type given. String expected" => "Invalid type given. String expected",
"'%value%' contains non alphabetic characters" => "'%value%' contains non alphabetic characters",
"'%value%' is an empty string" => "'%value%' is an empty string",
// Zend_Validate_Barcode
"'%value%' failed checksum validation" => "'%value%' failed checksum validation",
"'%value%' contains invalid characters" => "'%value%' contains invalid characters",
"'%value%' should have a length of %length% characters" => "'%value%' should have a length of %length% characters",
"Invalid type given. String expected" => "Invalid type given. String expected",
// Zend_Validate_Between
"'%value%' is not between '%min%' and '%max%', inclusively" => "'%value%' is not between '%min%' and '%max%', inclusively",
"'%value%' is not strictly between '%min%' and '%max%'" => "'%value%' is not strictly between '%min%' and '%max%'",
// Zend_Validate_Callback
"'%value%' is not valid" => "'%value%' is not valid",
"An exception has been raised within the callback" => "An exception has been raised within the callback",
// Zend_Validate_Ccnum
"'%value%' must contain between 13 and 19 digits" => "'%value%' must contain between 13 and 19 digits",
"Luhn algorithm (mod-10 checksum) failed on '%value%'" => "Luhn algorithm (mod-10 checksum) failed on '%value%'",
// Zend_Validate_CreditCard
"'%value%' seems to contain an invalid checksum" => "'%value%' seems to contain an invalid checksum",
"'%value%' must contain only digits" => "'%value%' must contain only digits",
"Invalid type given. String expected" => "Invalid type given. String expected",
"'%value%' contains an invalid amount of digits" => "'%value%' contains an invalid amount of digits",
"'%value%' is not from an allowed institute" => "'%value%' is not from an allowed institute",
"'%value%' seems to be an invalid creditcard number" => "'%value%' seems to be an invalid creditcard number",
"An exception has been raised while validating '%value%'" => "An exception has been raised while validating '%value%'",
// Zend_Validate_Date
"Invalid type given. String, integer, array or Zend_Date expected" => "Invalid type given. String, integer, array or Zend_Date expected",
"'%value%' does not appear to be a valid date" => "'%value%' does not appear to be a valid date",
"'%value%' does not fit the date format '%format%'" => "'%value%' does not fit the date format '%format%'",
// Zend_Validate_Db_Abstract
"No record matching '%value%' was found" => "No record matching '%value%' was found",
"A record matching '%value%' was found" => "A record matching '%value%' was found",
// Zend_Validate_Digits
"Invalid type given. String, integer or float expected" => "Invalid type given. String, integer or float expected",
"'%value%' must contain only digits" => "'%value%' must contain only digits",
"'%value%' is an empty string" => "'%value%' is an empty string",
// Zend_Validate_EmailAddress
"Invalid type given. String expected" => "Invalid type given. String expected",
"'%value%' is not a valid email address in the basic format local-part@hostname" => "'%value%' is not a valid email address in the basic format local-part@hostname",
"'%hostname%' is not a valid hostname for email address '%value%'" => "'%hostname%' is not a valid hostname for email address '%value%'",
"'%hostname%' does not appear to have a valid MX record for the email address '%value%'" => "'%hostname%' does not appear to have a valid MX record for the email address '%value%'",
"'%hostname%' is not in a routable network segment. The email address '%value%' should not be resolved from public network" => "'%hostname%' is not in a routable network segment. The email address '%value%' should not be resolved from public network",
"'%localPart%' can not be matched against dot-atom format" => "'%localPart%' can not be matched against dot-atom format",
"'%localPart%' can not be matched against quoted-string format" => "'%localPart%' can not be matched against quoted-string format",
"'%localPart%' is not a valid local part for email address '%value%'" => "'%localPart%' is not a valid local part for email address '%value%'",
"'%value%' exceeds the allowed length" => "'%value%' exceeds the allowed length",
// Zend_Validate_File_Count
"Too many files, maximum '%max%' are allowed but '%count%' are given" => "Too many files, maximum '%max%' are allowed but '%count%' are given",
"Too few files, minimum '%min%' are expected but '%count%' are given" => "Too few files, minimum '%min%' are expected but '%count%' are given",
// Zend_Validate_File_Crc32
"File '%value%' does not match the given crc32 hashes" => "File '%value%' does not match the given crc32 hashes",
"A crc32 hash could not be evaluated for the given file" => "A crc32 hash could not be evaluated for the given file",
"File '%value%' is not readable or does not exist" => "File '%value%' is not readable or does not exist",
// Zend_Validate_File_ExcludeExtension
"File '%value%' has a false extension" => "File '%value%' has a false extension",
"File '%value%' is not readable or does not exist" => "File '%value%' is not readable or does not exist",
// Zend_Validate_File_ExcludeMimeType
"File '%value%' has a false mimetype of '%type%'" => "File '%value%' has a false mimetype of '%type%'",
"The mimetype of file '%value%' could not be detected" => "The mimetype of file '%value%' could not be detected",
"File '%value%' is not readable or does not exist" => "File '%value%' is not readable or does not exist",
// Zend_Validate_File_Exists
"File '%value%' does not exist" => "File '%value%' does not exist",
// Zend_Validate_File_Extension
"File '%value%' has a false extension" => "File '%value%' has a false extension",
"File '%value%' is not readable or does not exist" => "File '%value%' is not readable or does not exist",
// Zend_Validate_File_FilesSize
"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",
"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",
"One or more files can not be read" => "One or more files can not be read",
// Zend_Validate_File_Hash
"File '%value%' does not match the given hashes" => "File '%value%' does not match the given hashes",
"A hash could not be evaluated for the given file" => "A hash could not be evaluated for the given file",
"File '%value%' is not readable or does not exist" => "File '%value%' is not readable or does not exist",
// Zend_Validate_File_ImageSize
"Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected",
"Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected",
"Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected",
"Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected" => "Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected",
"The size of image '%value%' could not be detected" => "The size of image '%value%' could not be detected",
"File '%value%' is not readable or does not exist" => "File '%value%' is not readable or does not exist",
// Zend_Validate_File_IsCompressed
"File '%value%' is not compressed, '%type%' detected" => "File '%value%' is not compressed, '%type%' detected",
"The mimetype of file '%value%' could not be detected" => "The mimetype of file '%value%' could not be detected",
"File '%value%' is not readable or does not exist" => "File '%value%' is not readable or does not exist",
// Zend_Validate_File_IsImage
"File '%value%' is no image, '%type%' detected" => "File '%value%' is no image, '%type%' detected",
"The mimetype of file '%value%' could not be detected" => "The mimetype of file '%value%' could not be detected",
"File '%value%' is not readable or does not exist" => "File '%value%' is not readable or does not exist",
// Zend_Validate_File_Md5
"File '%value%' does not match the given md5 hashes" => "File '%value%' does not match the given md5 hashes",
"A md5 hash could not be evaluated for the given file" => "A md5 hash could not be evaluated for the given file",
"File '%value%' is not readable or does not exist" => "File '%value%' is not readable or does not exist",
// Zend_Validate_File_MimeType
"File '%value%' has a false mimetype of '%type%'" => "File '%value%' has a false mimetype of '%type%'",
"The mimetype of file '%value%' could not be detected" => "The mimetype of file '%value%' could not be detected",
"File '%value%' is not readable or does not exist" => "File '%value%' is not readable or does not exist",
// Zend_Validate_File_NotExists
"File '%value%' exists" => "File '%value%' exists",
// Zend_Validate_File_Sha1
"File '%value%' does not match the given sha1 hashes" => "File '%value%' does not match the given sha1 hashes",
"A sha1 hash could not be evaluated for the given file" => "A sha1 hash could not be evaluated for the given file",
"File '%value%' is not readable or does not exist" => "File '%value%' is not readable or does not exist",
// Zend_Validate_File_Size
"Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "Maximum allowed size for file '%value%' is '%max%' but '%size%' detected",
"Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "Minimum expected size for file '%value%' is '%min%' but '%size%' detected",
"File '%value%' is not readable or does not exist" => "File '%value%' is not readable or does not exist",
// Zend_Validate_File_Upload
"File '%value%' exceeds the defined ini size" => "File '%value%' exceeds the defined ini size",
"File '%value%' exceeds the defined form size" => "File '%value%' exceeds the defined form size",
"File '%value%' was only partially uploaded" => "File '%value%' was only partially uploaded",
"File '%value%' was not uploaded" => "File '%value%' was not uploaded",
"No temporary directory was found for file '%value%'" => "No temporary directory was found for file '%value%'",
"File '%value%' can't be written" => "File '%value%' can't be written",
"A PHP extension returned an error while uploading the file '%value%'" => "A PHP extension returned an error while uploading the file '%value%'",
"File '%value%' was illegally uploaded. This could be a possible attack" => "File '%value%' was illegally uploaded. This could be a possible attack",
"File '%value%' was not found" => "File '%value%' was not found",
"Unknown error while uploading file '%value%'" => "Unknown error while uploading file '%value%'",
// Zend_Validate_File_WordCount
"Too much words, maximum '%max%' are allowed but '%count%' were counted" => "Too much words, maximum '%max%' are allowed but '%count%' were counted",
"Too less words, minimum '%min%' are expected but '%count%' were counted" => "Too less words, minimum '%min%' are expected but '%count%' were counted",
"File '%value%' is not readable or does not exist" => "File '%value%' is not readable or does not exist",
// Zend_Validate_Float
"Invalid type given. String, integer or float expected" => "Invalid type given. String, integer or float expected",
"'%value%' does not appear to be a float" => "'%value%' does not appear to be a float",
// Zend_Validate_GreaterThan
"'%value%' is not greater than '%min%'" => "'%value%' is not greater than '%min%'",
// Zend_Validate_Hex
"Invalid type given. String expected" => "Invalid type given. String expected",
"'%value%' has not only hexadecimal digit characters" => "'%value%' has not only hexadecimal digit characters",
// Zend_Validate_Hostname
"Invalid type given. String expected" => "Invalid type given. String expected",
"'%value%' appears to be an IP address, but IP addresses are not allowed" => "'%value%' appears to be an IP address, but IP addresses are not allowed",
"'%value%' appears to be a DNS hostname but cannot match TLD against known list" => "'%value%' appears to be a DNS hostname but cannot match TLD against known list",
"'%value%' appears to be a DNS hostname but contains a dash in an invalid position" => "'%value%' appears to be a DNS hostname but contains a dash in an invalid position",
"'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'",
"'%value%' appears to be a DNS hostname but cannot extract TLD part" => "'%value%' appears to be a DNS hostname but cannot extract TLD part",
"'%value%' does not match the expected structure for a DNS hostname" => "'%value%' does not match the expected structure for a DNS hostname",
"'%value%' does not appear to be a valid local network name" => "'%value%' does not appear to be a valid local network name",
"'%value%' appears to be a local network name but local network names are not allowed" => "'%value%' appears to be a local network name but local network names are not allowed",
"'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded" => "'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded",
// Zend_Validate_Iban
"Unknown country within the IBAN '%value%'" => "Unknown country within the IBAN '%value%'",
"'%value%' has a false IBAN format" => "'%value%' has a false IBAN format",
"'%value%' has failed the IBAN check" => "'%value%' has failed the IBAN check",
// Zend_Validate_Identical
"The two given tokens do not match" => "The two given tokens do not match",
"No token was provided to match against" => "No token was provided to match against",
// Zend_Validate_InArray
"'%value%' was not found in the haystack" => "'%value%' was not found in the haystack",
// Zend_Validate_Int
"Invalid type given. String or integer expected" => "Invalid type given. String or integer expected",
"'%value%' does not appear to be an integer" => "'%value%' does not appear to be an integer",
// Zend_Validate_Ip
"Invalid type given. String expected" => "Invalid type given. String expected",
"'%value%' does not appear to be a valid IP address" => "'%value%' does not appear to be a valid IP address",
// Zend_Validate_Isbn
"Invalid type given. String or integer expected" => "Invalid type given. String or integer expected",
"'%value%' is not a valid ISBN number" => "'%value%' is not a valid ISBN number",
// Zend_Validate_LessThan
"'%value%' is not less than '%max%'" => "'%value%' is not less than '%max%'",
// Zend_Validate_NotEmpty
"Invalid type given. String, integer, float, boolean or array expected" => "Invalid type given. String, integer, float, boolean or array expected",
"Value is required and can't be empty" => "Value is required and can't be empty",
// Zend_Validate_PostCode
"Invalid type given. String or integer expected" => "Invalid type given. String or integer expected",
"'%value%' does not appear to be a postal code" => "'%value%' does not appear to be a postal code",
// Zend_Validate_Regex
"Invalid type given. String, integer or float expected" => "Invalid type given. String, integer or float expected",
"'%value%' does not match against pattern '%pattern%'" => "'%value%' does not match against pattern '%pattern%'",
"There was an internal error while using the pattern '%pattern%'" => "There was an internal error while using the pattern '%pattern%'",
// Zend_Validate_Sitemap_Changefreq
"'%value%' is not a valid sitemap changefreq" => "'%value%' is not a valid sitemap changefreq",
"Invalid type given. String expected" => "Invalid type given. String expected",
// Zend_Validate_Sitemap_Lastmod
"'%value%' is not a valid sitemap lastmod" => "'%value%' is not a valid sitemap lastmod",
"Invalid type given. String expected" => "Invalid type given. String expected",
// Zend_Validate_Sitemap_Loc
"'%value%' is not a valid sitemap location" => "'%value%' is not a valid sitemap location",
"Invalid type given. String expected" => "Invalid type given. String expected",
// Zend_Validate_Sitemap_Priority
"'%value%' is not a valid sitemap priority" => "'%value%' is not a valid sitemap priority",
"Invalid type given. Numeric string, integer or float expected" => "Invalid type given. Numeric string, integer or float expected",
// Zend_Validate_StringLength
"Invalid type given. String expected" => "Invalid type given. String expected",
"'%value%' is less than %min% characters long" => "'%value%' is less than %min% characters long",
"'%value%' is more than %max% characters long" => "'%value%' is more than %max% characters long",
);