diff --git a/languages/ca/Zend_Captcha.php b/languages/ca/Zend_Captcha.php index 3260a7d..a439374 100644 --- a/languages/ca/Zend_Captcha.php +++ b/languages/ca/Zend_Captcha.php @@ -20,12 +20,12 @@ * EN-Revision: 30.Jul.2011 */ return array( - // Zend_Captcha_ReCaptcha + // Zend\Captcha\ReCaptcha "Missing captcha fields" => "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 + // 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 index 0384c41..1207238 100644 --- a/languages/ca/Zend_Validate.php +++ b/languages/ca/Zend_Validate.php @@ -17,78 +17,76 @@ */ /** - * EN-Revision: 09.Sept.2012 + * EN-Revision: 04.Apr.2013 */ return array( - // Zend_I18n_Validator_Alnum + // Zend\I18n\Validator\Alnum "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 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 + // 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 + // 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 + // 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 + // 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 + // 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 + // 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 + // 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 + // 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", + "The input seems to be an invalid credit card 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 + // 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 + // 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", + // Zend\Validator\DateStep "The input is not a valid step" => "L'entrada no és un pas vàlid", - // Zend_Validator_Db_AbstractDb + // 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 + // 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 + // 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", @@ -99,81 +97,81 @@ "'%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\Explode + "Invalid type given" => "Tipus no vàlid donat", - // Zend_Validator_File_Count + // 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\Crc32 + "File does not match the given crc32 hashes" => "L'arxiu 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 is not readable or does not exist" => "L'arxiu no és pot llegir 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\ExcludeExtension + "File has an incorrect extension" => "L'arxiu té una extensió falsa", + "File is not readable or does not exist" => "L'arxiu no és pot llegir o no existeix", - // Zend_Validator_File_Exists - "File '%value%' does not exist" => "L'arxiu '%value%' no existeix", + // Zend\Validator\File\Exists + "File does not exist" => "L'arxiu 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\Extension + "File has an incorrect extension" => "L'arxiu té una extensió falsa", + "File is not readable or does not exist" => "L'arxiu no és pot llegir o no existeix", - // Zend_Validator_File_FilesSize + // 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", + // Zend\Validator\File\Hash + "File does not match the given hashes" => "L'arxiu 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", + "File is not readable or does not exist" => "L'arxiu no és pot llegir o no existeix", + + // Zend\Validator\File\ImageSize + "Maximum allowed width for image should be '%maxwidth%' but '%width%' detected" => "L'amplada màxima permesa per a la imatge hauria de ser '%maxwidth%' però s'ha detectat '%width%'", + "Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "L'amplada mínima permesa per a la imatge hauria de ser '%maxwidth%' però s'ha detectat '%width%'", + "Maximum allowed height for image should be '%maxheight%' but '%height%' detected" => "L'alçada màxima permesa per a la imatge hauria de ser '%maxwidth%' però s'ha detectat '%width%'", + "Minimum expected height for image should be '%minheight%' but '%height%' detected" => "L'amplada mínima permesa per a la imatge hauria de ser '%maxwidth%' però s'ha detectat '%width%'", + "The size of image could not be detected" => "La mida de la imatge no s'ha pogut detectar", + "File is not readable or does not exist" => "L'arxiu no és pot llegir o no existeix", + + // Zend\Validator\File\IsCompressed + "File is not compressed, '%type%' detected" => "L'arxiu no està comprimit, s'ha detectat '%type%' ", + "The mimetype could not be detected from the file" => "El mimetype de l'arxiu no s'ha pogut detectar", + "File is not readable or does not exist" => "L'arxiu no és pot llegir o no existeix", + + // Zend\Validator\File\IsImage + "File is no image, '%type%' detected" => "L'arxiu no és una imatge, s'ha detectat '%type%'", + "The mimetype could not be detected from the file" => "El mimetype de l'arxiu no s'ha pogut detectar", + "File is not readable or does not exist" => "L'arxiu no és pot llegir o no existeix", + + // Zend\Validator\File\Md5 + "File does not match the given md5 hashes" => "L'arxiu no coindideix amb el hash md5 donat", + "An md5 hash could not be evaluated for the given file" => "El hash md5 no es va poder avaluar per l'arxiu donat", + "File is not readable or does not exist" => "L'arxiu no és pot llegir o no existeix", + + // Zend\Validator\File\MimeType + "File has an incorrect mimetype of '%type%'" => "L'arxiu té un mimetype incorrecte del tipus '%type%'", + "The mimetype could not be detected from the file" => "El mimetype de l'arxiu no s'ha pogut detectar", + "File is not readable or does not exist" => "L'arxiu no és pot llegir o no existeix", + + // Zend\Validator\File\NotExists + "File exists" => "L'arxiu existeix", + + // Zend\Validator\File\Sha1 + "File does not match the given sha1 hashes" => "L'arxiu 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", + "File is not readable or does not exist" => "L'arxiu no és pot llegir 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\Size + "Maximum allowed size for file is '%max%' but '%size%' detected" => "La mida màxima permesa per a l'arxiu és '%max%' però s'ha detectat '%size%'", + "Minimum expected size for file is '%min%' but '%size%' detected" => "La mida mínima permesa per a l'arxiu és '%max%' però s'ha detectat '%size%'", + "File is not readable or does not exist" => "L'arxiu no és pot llegir o no existeix", - // Zend_Validator_File_Upload + // 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", @@ -185,7 +183,7 @@ "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 + // 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", @@ -197,20 +195,20 @@ "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%'", + // Zend\Validator\File\WordCount + "Too many words, maximum '%max%' are allowed but '%count%' were counted" => "Excés de paraules, màxim '%max%' es permeten però s'han comptat '%count%'", "Too few 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", + "File is not readable or does not exist" => "L'arxiu no és pot llegir o no existeix", - // Zend_Validator_GreaterThan + // 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 + // 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 + // 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", @@ -223,66 +221,69 @@ "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 + // 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 + // 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 + // Zend\Validator\InArray "The input was not found in the haystack" => "L'entrada no s'ha trobat", - // Zend_Validator_Ip + // 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 + // Zend\Validator\IsInstanceOf + "The input is not an instance of '%className%'" => "L'entrada no és una instància de '%className%'", + + // 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 + // 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 + // 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 + // 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 + // 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 + // 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 + // 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 + // 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 + // 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 + // 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 + // 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", );