ix",

    // Zend_Validator_File_Extension
    "File '%value%' has a false extension" => "L'arxiu '%value%' té una extensió falsa",
    "File '%value%' is not readable or does not exist" => "L'arxiu '%value%' no és llegible o no existeix",

    // Zend_Validator_File_FilesSize
    "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "Tots els arxius en la suma haurien de tenir una mida màxima de '%max%' però s'ha detectat la mida '%size%'",
    "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "Tots els arxius en la suma haurien de tenir una mida màxima de '%max%' però s'ha detectat la mida '%size%'",
    "One or more files can not be read" => "Un o més fitxers no es poden llegir",

    // Zend_Validator_File_Hash
    "File '%value%' does not match the given hashes" => "L'arxiu '% value%' no coincideix amb els valors hash donats",
    "A hash could not be evaluated for the given file" => "El hash no es va poder avaluar per l'arxiu donat",
    "File '%value%' is not readable or does not exist" => "L'arxiu '%value%' no és llegible o no existeix",

    // Zend_Validator_File_ImageSize
    "Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "L'amplada màxima permesa per a la imatge '%value%' hauria de ser '%maxwidth%' però s'ha detectat '%width%'",
    "Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "L'amplada mínima permesa per a la imatge '%value%' hauria de ser '%maxwidth%' però s'ha detectat '%width%'",
    "Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "L'alçada màxima permesa per a la imatge '%value%' hauria de ser '%maxwidth%' però s'ha detectat '%width%'",
    "Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected" => "L'amplada mínima permesa per a la imatge '%value%' hauria de ser '%maxwidth%' però s'ha detectat '%width%'",
    "The size of image '%value%' could not be detected" => "La mida de la imatge '% value%' no s'ha pogut detectar",
    "File '%value%' is not readable or does not exist" => "L'arxiu '%value%' no és llegible o no existeix",

    // Zend_Validator_File_IsCompressed
    "File '%value%' is not compressed, '%type%' detected" => "L'arxiu '%value%' no està comprimit, s'ha detectat '%type%' ",
    "The mimetype of file '%value%' could not be detected" => "El mimetype de l'arxiu '%value%' no s'ha pogut detectar",
    "File '%value%' is not readable or does not exist" => "L'arxiu '%value%' no és llegible o no existeix",

    // Zend_Validator_File_IsImage
    "File '%value%' is no image, '%type%' detected" => "L'arixu '%value%' no és una imatge, s'ha detectat '%type%'",
    "The mimetype of file '%value%' could not be detected" => "El mimetype de l'arxiu '%value%' no s'ha pogut detectar",
    "File '%value%' is not readable or does not exist" => "L'arxiu '%value%' no és llegible o no existeix",

    // Zend_Validator_File_Md5
    "File '%value%' does not match the given md5 hashes" => "L'arxiu '%value%' no coindideix amb el hash md5 donat",
    "A md5 hash could not be evaluated for the given file" => "El hash md5 no es va poder avaluar per l'arxiu donat",
    "File '%value%' is not readable or does not exist" => "L'arxiu '%value%' no és llegible o no existeix",

    // Zend_Validator_File_MimeType
    "File '%value%' has a false mimetype of '%type%'" => "L'arxiu '%value%' té un mimetype fals del tipus '%type%'",
    "The mimetype of file '%value%' could not be detected" => "El mimetype de l'arxiu '%value%' no s'ha pogut detectar",
    "File '%value%' is not readable or does not exist" => "L'arxiu '%value%' no és llegible o no existeix",

    // Zend_Validator_File_NotExists
    "File '%value%' exists" => "L'arxiu '%value%' existeix",

    // Zend_Validator_File_Sha1
    "File '%value%' does not match the given sha1 hashes" => "L'arxiu '%value%' no coindideix amb el hash sha1 donat",
    "A sha1 hash could not be evaluated for the given file" => "El hash sha1 no es va poder avaluar per l'arxiu donat",
    "File '%value%' is not readable or does not exist" => "L'arxiu '%value%' no és llegible o no existeix",

    // Zend_Validator_File_Size
    "Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "La mida màxima permesa per a l'arxiu '%value%' és '%max%' però s'ha detectat '%size%'",
    "Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "La mida mínima permesa per a l'arxiu '%value%' és '%max%' però s'ha detectat '%size%'",
    "File '%value%' is not readable or does not exist" => "L'arxiu '%value%' no és llegible o no existeix",

    // Zend_Validator_File_Upload
    "File '%value%' exceeds the defined ini size" => "L'arxiu '%value%' supera la mida definida inicialment",
    "File '%value%' exceeds the defined form size" => "L'arxiu '%value%' supera la mida definida en el formulari",
    "File '%value%' was only partially uploaded" => "L'arxiu '%value%' s'ha carregat parcialment",
    "File '%value%' was not uploaded" => "L'arxiu '%value%' no s'ha carregat",
    "No temporary directory was found for file '%value%'" => "No s'ha trobat cap directory temporal per al fitxer '%value%'",
    "File '%value%' can't be written" => "L'arxiu '%value%' no és pot escriure",
    "A PHP extension returned an error while uploading the file '%value%'" => "Una extensió PHP ha retornat un error al pujar l'arxiu '%value%'",
    "File '%value%' was illegally uploaded. This could be a possible attack" => "L'arxiu '%value%' s'ha carregat il·legalment. Això podria ser un possible atac",
    "File '%value%' was not found" => "L'arxiu '%value%' no s'ha trobat",
    "Unknown error while uploading file '%value%'" => "Error desconegut en pujar l'arxiu '%value%'",

    // Zend_Validator_File_UploadFile
    "File exceeds the defined ini size" => "L'arxiu supera la mida definida inicialment",
    "File exceeds the defined form size" => "L'arxiu supera la mida definida en el formulari",
    "File was only partially uploaded" => "L'arxiu s'ha carregat parcialment",
    "File was not uploaded" => "L'arxiu no s'ha carregat",
    "No temporary directory was found for file" => "No s'ha trobat cap directory temporal per al fitxer",
    "File can't be written" => "L'arxiu no és pot escriure",
    "A PHP extension returned an error while uploading the file" => "Una extensió PHP ha retornat un error al pujar l'arxiu ",
    "File was illegally uploaded. This could be a possible attack" => "L'arxiu s'ha carregat il·legalment. Això podria ser un possible atac",
    "File was not found" => "L'arxiu no s'ha trobat",
    "Unknown error while uploading file" => "Error desconegut en pujar l'arxiu",

    // Zend_Validator_File_WordCount
    "Too much words, maximum '%max%' are allowed but '%count%' were counted" => "Excés de paraules, màxim '%max%' es permeten però s'han comptat '%count%'",
    "Too less words, minimum '%min%' are expected but '%count%' were counted" => "Falten paraules, mínim '%min%' es permeten però s'han comptat '%count%'",
    "File '%value%' is not readable or does not exist" => "L'arxiu '%value%' no és llegible o no existeix",

    // Zend_Validator_GreaterThan
    "The input is not greater than '%min%'" => "L'entrada no és més gran que '%min%'",
    "The input is not greater or equal than '%min%'" => "L'entrada no és més gran o igual que '%min%'",

    // Zend_Validator_Hex
    "Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text",
    "The input contains non-hexadecimal characters" => "L'entrada conté caràcters no hexadecimals",

    // Zend_Validator_Hostname
    "The input appears to be a DNS hostname but the given punycode notation cannot be decoded" => "L'entrada sembla ser un nom d'amfitrió DNS però la notació punycode donada no pot ser descodificada",
    "Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text",
    "The input appears to be a DNS hostname but contains a dash in an invalid position" => "L'entrada sembla ser un nom de host DNS, però conté un guió en una posició no vàlida",
    "The input does not match the expected structure for a DNS hostname" => "L'entrada no conicideix amb l'estructura esperada per a un nom de host DNS",
    "The input appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "L'entrada sembla ser un nom de host DNS però no coincideix amb l'esquema de nom de host pel TLD '%tld%'",
    "The input does not appear to be a valid local network name" => "L'entrada no sembla ser un nom de xarxa local vàlid",
    "The input does not appear to be a valid URI hostname" => "L'entrada no sembla ser un nom de host URI vàlid",
    "The input appears to be an IP address, but IP addresses are not allowed" => "L'entrada sembla ser una adreça IP, però les adreçes OP no estàn permeses",
    "The input appears to be a local network name but local network names are not allowed" => "L'entrada sembla un nom de xarxa local, però els noms de xarxa local no es permeten",
    "The input appears to be a DNS hostname but cannot extract TLD part" => "L'entrada sembla ser un nom de host DNS però no pot extreure la part TLD",
    "The input appears to be a DNS hostname but cannot match TLD against known list" => "L'entrada sembla ser un nom de host DNS però no s'ha trobat una coincidència del TLD amb la llista coneguda",

    // Zend_Validator_Iban
    "Unknown country within the IBAN" => "País desconegut dins l'IBAN",
    "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "Els països no pertanyents a la zona única de pagaments (SEPA) no són compatibles",
    "The input has a false IBAN format" => "L'entrada té un fals format IBAN",
    "The input has failed the IBAN check" => "L'entrada no ha passat la verificació IBAN",

    // Zend_Validator_Identical
    "The two given tokens do not match" => "Els dos tokens donats no coincideixen",
    "No token was provided to match against" => "No s'ha proporcionat cap token per fer la comprovació",

    // Zend_Validator_InArray
    "The input was not found in the haystack" => "L'entrada no s'ha trobat",

    // Zend_Validator_Ip
    "Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text",
    "The input does not appear to be a valid IP address" => "L'entrada no sembla ser una adreça IP vàlida",

    // Zend_Validator_Isbn
    "Invalid type given. String or integer expected" => "Tipus no vàlid donat. S'espera una cadena de text o un enter",
    "The input is not a valid ISBN number" => "L'entrada no és un ISBN vàlid",

    // Zend_Validator_LessThan
    "The input is not less than '%max%'" => "L'entrada no és inferior a '%max%'",
    "The input is not less or equal than '%max%'" => "L'entrada no és menor o igual que '%max%'",

    // Zend_Validator_NotEmpty
    "Value is required and can't be empty" => "El valor és obligatori i no pot estar buit",
    "Invalid type given. String, integer, float, boolean or array expected" => "Tipus no vàlid donat. S'espera una cadena de text, un enter, un nombre de precisió simple, un booleà o un array",

    // Zend_Validator_Regex
    "Invalid type given. String, integer or float expected" => "Tipus no vàlid donat. S'espera una cadena de text, un enter o un nombre de precisió simple",
    "The input does not match against pattern '%pattern%'" => "L'entrada no coincideix amb el patró '%pattern%'",
    "There was an internal error while using the pattern '%pattern%'" => "S'ha produït un error intern al utilitzar el patró '%pattern%'",

    // Zend_Validator_Sitemap_Changefreq
    "The input is not a valid sitemap changefreq" => "L'entrada no és un mapa de lloc changefreq vàlid",
    "Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text",

    // Zend_Validator_Sitemap_Lastmod
    "The input is not a valid sitemap lastmod" => "L'entrada no és un mapa de lloc lastmod vàlid",
    "Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text",

    // Zend_Validator_Sitemap_Loc
    "The input is not a valid sitemap location" => "L'entrada no és una ubicació del mapa de lloc vàlida",
    "Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text",

    // Zend_Validator_Sitemap_Priority
    "The input is not a valid sitemap priority" => "L'entrada no és una prioritat del mapa de lloc vàlida",
    "Invalid type given. Numeric string, integer or float expected" => "Tipus no vàlid donat. S'espera una cadena de text numèrica, un enter o nombre de precisió simple",

    // Zend_Validator_Step
    "Invalid value given. Scalar expected" => "Valor incorrecte donat. S'espera un escalar",
    "The input is not a valid step" => "L'entrada no és un pas vàlid",

    // Zend_Validator_StringLength
    "Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text",
    "The input is less than %min% characters long" => "L'entrada és menor que %min% caràcters",
    "The input is more than %max% characters long" => "L'entrada és més que %max% caràcters",

    // Zend_Validator_Uri
    "Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text",
    "The input does not appear to be a valid Uri" => "L'entrada no sembla ser un URI vàlid",
);