diff --git a/languages/ca/Zend_Captcha.php b/languages/ca/Zend_Captcha.php new file mode 100644 index 0000000..3260a7d --- /dev/null +++ b/languages/ca/Zend_Captcha.php @@ -0,0 +1,32 @@ + "Falten camps del captcha", + "Failed to validate captcha" => "No s'ha pogut validar el captcha", + "Captcha value is wrong: %value%" => "El valor del captcha és incorrecte: %value%", + + // Zend_Captcha_Word + "Empty captcha value" => "Valor buit del captcha", + "Captcha ID field is missing" => "Falta el camp ID del captcha", + "Captcha value is wrong" => "El valor del captcha és incorrecte", +); diff --git a/languages/ca/Zend_Validate.php b/languages/ca/Zend_Validate.php new file mode 100644 index 0000000..6ff5bae --- /dev/null +++ b/languages/ca/Zend_Validate.php @@ -0,0 +1,288 @@ + "Tipus no vàlid donat. S'espera una cadena de text, un enter o un nombre de precisió simple", + "The input contains characters which are non alphabetic and no digits" => "L'entrada conté caràcters que no són alfabètics ni dígits", + "The input is an empty string" => "L'entrada és una cadena buida", + + // Zend_I18n_Validator_Alpha + "Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text", + "The input contains non alphabetic characters" => "L'entrada conté caràcters no alfabètics", + "The input is an empty string" => "L'entrada és una cadena buida", + + // Zend_I18n_Validator_Float + "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 appear to be a float" => "L'entrada no sembla ser un nombre de precisió simple", + + // Zend_I18n_Validator_Int + "Invalid type given. String or integer expected" => "Tipus no vàlid donat. S'espera una cadena de text o un enter", + "The input does not appear to be an integer" => "L'entrada no sembla ser un nombre enter", + + // Zend_I18n_Validator_PostCode + "Invalid type given. String or integer expected" => "Tipus no vàlid donat. S'espera una cadena de text o un enter", + "The input does not appear to be a postal code" => "L'entrada no sembla ser un codi postal", + "An exception has been raised while validating the input" => "S'ha llançat una excepció en validar l'entrada", + + // Zend_Validator_Barcode + "The input failed checksum validation" => "L'entrada ha fallat la validació de la suma de comprovació", + "The input contains invalid characters" => "L'entrada conté caràcters no vàlids", + "The input should have a length of %length% characters" => "L'entrada ha de tenir una longitud de %length% caràcters", + "Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text", + + // Zend_Validator_Between + "The input is not between '%min%' and '%max%', inclusively" => "L'entrada no és entre '% min%' i '% max%', inclusivament", + "The input is not strictly between '%min%' and '%max%'" => "L'entrada no és estrictament entre '% min%' i '%% max'", + + // Zend_Validator_Callback + "The input is not valid" => "L'entrada no és vàlida", + "An exception has been raised within the callback" => "S'ha llançat una excepció en el callback", + + // Zend_Validator_CreditCard + "The input seems to contain an invalid checksum" => "L'entrada sembla contenir una suma de comprovació no vàlida", + "The input must contain only digits" => "L'entrada ha de contenir només dígits", + "Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text", + "The input contains an invalid amount of digits" => "L'entrada conté una quantitat no vàlida de dígits", + "The input is not from an allowed institute" => "L'entrada no és d'una institució permesa", + "The input seems to be an invalid creditcard number" => "L'entrada sembla ser un número de targeta de crèdit no vàlid", + "An exception has been raised while validating the input" => "S'ha llançat una excepció validant l'entrada", + + // Zend_Validator_Csrf + "The form submitted did not originate from the expected site" => "El formulari presentat no es va originar en el lloc esperat", + + // Zend_Validator_Date + "Invalid type given. String, integer, array or DateTime expected" => "Tipus no vàlid donat. S'espera una cadena de text, un enter, un array o DateTime", + "The input does not appear to be a valid date" => "L'entrada no sembla ser una data vàlida", + "The input does not fit the date format '%format%'" => "L'entrada no s'ajusta al format de la data '%format%'", + + // Zend_Validator_DateStep + "Invalid type given. String, integer, array or DateTime expected" => "Tipus no vàlid donat. S'espera una cadena de text, un enter, un array o DateTime", + "The input does not appear to be a valid date" => "L'entrada no sembla ser una data vàlida", + "The input is not a valid step" => "L'entrada no és un pas vàlid", + + // Zend_Validator_Db_AbstractDb + "No record matching the input was found" => "No hi ha cap registre que coincideixi amb l'entrada", + "A record matching the input was found" => "Es va trobar un registre coincident l'entrada", + + // Zend_Validator_Digits + "The input must contain only digits" => "L'entrada només ha de contenir dígits", + "The input is an empty string" => "L'entrada és una cadena buida", + "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", + + // Zend_Validator_EmailAddress + "Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text", + "The input is not a valid email address. Use the basic format local-part@hostname" => "L'entrada no és una adreça vàlida de correu electrònic. Utilitzeu el format bàsic local-part@hostname", + "'%hostname%' is not a valid hostname for the email address" => "'%hostname%' no és un nom de host vàlid per a la direcció de correu electrònic", + "'%hostname%' does not appear to have any valid MX or A records for the email address" => "'%hostname%' no sembla tenir cap registres MX o A vàlids per l'adreça de correu electrònic", + "'%hostname%' is not in a routable network segment. The email address should not be resolved from public network" => "'%hostname%' no està en un segment de xarxa encaminador. La direcció de correu electrònic no ha de ser resolts des d'una xarxa pública", + "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' no pot ser comparada amb el format dot-atom", + "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' no pot ser comparada amb el format quoted-string", + "'%localPart%' is not a valid local part for the email address" => "'%localPart%' no és una part local vàlida per a la direcció de correu electrònic", + "The input exceeds the allowed length" => "L'entrada supera la longitud permesa", + + // Zend_Validator_Explode + "Invalid type given. String expected" => "Tipus no vàlid donat. S'espera una cadena de text", + + // Zend_Validator_File_Count + "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Massa arxius, estan permesos màxim '%max%' però s'han donat '%count%'", + "Too few files, minimum '%min%' are expected but '%count%' are given" => "Falten arxius, s'espera mínim '%min%' però s'han donat '%count%'", + + // Zend_Validator_File_Crc32 + "File '%value%' does not match the given crc32 hashes" => "L'arxiu '%value%' no coindideix amb el hash crc32 donat", + "A crc32 hash could not be evaluated for the given file" => "El hash CRC32 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_ExcludeExtension + "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_Exists + "File '%value%' does not exist" => "L'arxiu '%value%' no existeix", + + // 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", +);