diff --git a/languages/cs/Zend_Captcha.php b/languages/cs/Zend_Captcha.php index 7dbed9b..b967e4b 100644 --- a/languages/cs/Zend_Captcha.php +++ b/languages/cs/Zend_Captcha.php @@ -8,16 +8,16 @@ */ /** - * CS-Revision: 28.Mar.2013 + * CS-Revision: 4.Nov.2013 */ return array( - // Zend_Captcha_AbstractWord - "Empty captcha value" => "Hodnota captcha nebyla zadána", - "Captcha ID field is missing" => "Chybí pole captcha ID", - "Captcha value is wrong" => "Chybná hodnota captcha", - - // Zend_Captcha_ReCaptcha - "Missing captcha fields" => "Chybí captcha pole", + // Zend\Captcha\ReCaptcha + "Missing captcha fields" => "Chybí pole captcha", "Failed to validate captcha" => "Captchu se nepodařilo ověřit", "Captcha value is wrong: %value%" => "Hodnota captchy není správná: %value%", + + // Zend\Captcha\Word + "Empty captcha value" => "Hodnota captcha nebyla zadána", + "Captcha ID field is missing" => "Chybí pole captcha ID", + "Captcha value is wrong" => "Hodnota captchy není správná", ); diff --git a/languages/cs/Zend_Validate.php b/languages/cs/Zend_Validate.php index fedaa39..689d08d 100644 --- a/languages/cs/Zend_Validate.php +++ b/languages/cs/Zend_Validate.php @@ -8,76 +8,85 @@ */ /** - * CS-Revision: 28.Mar.2013 + * CS-Revision: 4.Nov.2013 */ return array( - // Zend_I18n_Validator_Alnum + // Zend\I18n\Validator\Alnum "Invalid type given. String, integer or float expected" => "Chybný typ. Byl očekáván řetězec, celé nebo desetinné číslo", "The input contains characters which are non alphabetic and no digits" => "Hodnota obsahuje i jiné znaky než písmena a číslice", "The input is an empty string" => "Hodnota je prázdný řetězec", - // Zend_I18n_Validator_Alpha + // Zend\I18n\Validator\Alpha "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", "The input contains non alphabetic characters" => "Hodnota obsahuje i jiné znaky než písmena", "The input is an empty string" => "Hodnota je prázdný řetězec", - // Zend_I18n_Validator_Float + // Zend\I18n\Validator\DateTime + "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", + "The input does not appear to be a valid datetime" => "Hodnota nevypadá jako platný datum a čas", + + // Zend\I18n\Validator\Float "Invalid type given. String, integer or float expected" => "Chybný typ. Byl očekáván řetězec, celé nebo desetinné číslo", "The input does not appear to be a float" => "Hodnota nevypadá jako desetinné číslo", - // Zend_I18n_Validator_Int + // Zend\I18n\Validator\Int "Invalid type given. String or integer expected" => "Chybný typ. Byl očekáván řetězec nebo celé číslo", "The input does not appear to be an integer" => "Hodnota nevypadá jako celé číslo", - // Zend_I18n_Validator_PostCode + // Zend\I18n\Validator\PhoneNumber + "The input does not match a phone number format" => "Hodnota neodpovídá formátu telefonního čísla", + "The country provided is currently unsupported" => "Země je v současné době nepodporována", + "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", + + // Zend\I18n\Validator\PostCode "Invalid type given. String or integer expected" => "Chybný typ. Byl očekáván řetězec nebo celé číslo", "The input does not appear to be a postal code" => "Hodnota nevypadá jako PSČ", "An exception has been raised while validating the input" => "Během kontroly hodnoty byla vyvolána výjimka", - // Zend_Validator_Barcode + // Zend\Validator\Barcode "The input failed checksum validation" => "Hodnota má chybný kontrolní součet", "The input contains invalid characters" => "Hodnota obsahuje neplatné znaky", "The input should have a length of %length% characters" => "Hodnota by měla mít délku %length% znaků", "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", - // Zend_Validator_Between + // Zend\Validator\Between "The input is not between '%min%' and '%max%', inclusively" => "Hodnota není mezi '%min%' a '%max%', včetně", "The input is not strictly between '%min%' and '%max%'" => "Hodnota není přesně mezi '%min%' a '%max%'", - // Zend_Validator_Callback + // Zend\Validator\Callback "The input is not valid" => "Hodnota není platná", "An exception has been raised within the callback" => "Během volání byla vyvolána výjimka", - // Zend_Validator_CreditCard + // Zend\Validator\CreditCard "The input seems to contain an invalid checksum" => "Hodnota obsahuje neplatný kontrolní součet", "The input must contain only digits" => "Hodnota musí obsahovat pouze číslice", "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", "The input contains an invalid amount of digits" => "Hodnota obsahuje neplatný počet číslic", "The input is not from an allowed institute" => "Hodnota není od povolené společnosti", - "The input seems to be an invalid creditcard number" => "Hodnota není platné číslo kreditní karty", + "The input seems to be an invalid credit card number" => "Hodnota není platné číslo kreditní karty", "An exception has been raised while validating the input" => "Během validace byla vyvolána výjimka", - // Zend_Validator_Csrf + // Zend\Validator\Csrf "The form submitted did not originate from the expected site" => "Odeslaný formulář nepochází z předpokládané internetové stránky", - // Zend_Validator_Date + // Zend\Validator\Date "Invalid type given. String, integer, array or DateTime expected" => "Chybný typ. Byl očekáván řetězec, číslo, pole nebo objekt DateTime", "The input does not appear to be a valid date" => "Hodnota nevypadá jako platné datum", "The input does not fit the date format '%format%'" => "Hodnota neodpovídá formátu data '%format%'", - // Zend_Validator_DateStep + // Zend\Validator\DateStep "The input is not a valid step" => "Hodnota není platný krok", - // Zend_Validator_Db_Abstract + // Zend\Validator\Db\AbstractDb "No record matching the input was found" => "Nebyl nalezen žádný záznam odpovídající hodnotě", "A record matching the input was found" => "Byl nalezen záznam odpovídající hodnotě", - // Zend_Validator_Digits + // Zend\Validator\Digits "The input must contain only digits" => "Hodnota musí obsahovat pouze číslice", "The input is an empty string" => "Hodnota je prázdný řetězec", "Invalid type given. String, integer or float expected" => "Chybný typ. Byl očekáván řetězec, celé nebo desetinné číslo", - // Zend_Validator_EmailAddress + // Zend\Validator\EmailAddress "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", "The input is not a valid email address. Use the basic format local-part@hostname" => "Hodnota není platná emailová adresa ve formátu local-part@hostname", "'%hostname%' is not a valid hostname for the email address" => "'%hostname%' není platné hostname pro emailovou adresu", @@ -88,40 +97,40 @@ "'%localPart%' is not a valid local part for the email address" => "'%localPart%' není platná 'local part' pro emailovou adresu", "The input exceeds the allowed length" => "Hodnota překročila povolenou délku", - // Zend_Validator_Explode - "Invalid type given." => "Chybný typ.", + // Zend\Validator\Explode + "Invalid type given" => "Chybný typ", - // Zend_Validator_File_Count + // Zend\Validator\File\Count "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Příliš mnoho souborů. Maximum je '%max%', ale bylo zadáno '%count%'", "Too few files, minimum '%min%' are expected but '%count%' are given" => "Příliš málo souborů. Minimum je '%min%', ale byl zadáno jen '%count%'", - // Zend_Validator_File_Crc32 + // Zend\Validator\File\Crc32 "File does not match the given crc32 hashes" => "Soubor neodpovídá zadanému crc32 hashi", "A crc32 hash could not be evaluated for the given file" => "Pro zadaný soubor nemohl být vypočítán crc32 hash", "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje", - // Zend_Validator_File_ExcludeExtension + // Zend\Validator\File\ExcludeExtension "File has an incorrect extension" => "Soubor má nesprávnou příponu", "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje", - // Zend_Validator_File_Exists + // Zend\Validator\File\Exists "File does not exist" => "Soubor neexistuje", - // Zend_Validator_File_Extension + // Zend\Validator\File\Extension "File has an incorrect extension" => "Soubor má nesprávnou příponu", "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje", - // Zend_Validator_File_FilesSize + // Zend\Validator\File\FilesSize "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "Součet velikostí všech souborů by měl být maximálně '%max%', ale je '%size%'", "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "Součet velikostí všech souborů by měl být nejméně '%min%', ale je '%size%'", "One or more files can not be read" => "Jeden nebo více souborů není možné načíst", - // Zend_Validator_File_Hash + // Zend\Validator\File\Hash "File does not match the given hashes" => "Soubor neodpovídané danému hashi", "A hash could not be evaluated for the given file" => "Hash nemohl být pro daný soubor vypočítán", "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje", - // Zend_Validator_File_ImageSize + // Zend\Validator\File\ImageSize "Maximum allowed width for image should be '%maxwidth%' but '%width%' detected" => "Maximální šířka obrázku by měla být '%maxwidth%', ale je '%width%'", "Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "Minimální šířka obrázku by měla být '%minwidth%', ale je '%width%'", "Maximum allowed height for image should be '%maxheight%' but '%height%' detected" => "Maximální výška obrázku by měla být '%maxheight%', ale je '%height%'", @@ -129,40 +138,40 @@ "The size of image could not be detected" => "Rozměry obrázku nebylo možné zjistit", "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje", - // Zend_Validator_File_IsCompressed + // Zend\Validator\File\IsCompressed "File is not compressed, '%type%' detected" => "Soubor není komprimovaný, ale '%type%'", "The mimetype could not be detected from the file" => "Mimetyp souboru nebylo možné zjistit", "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje", - // Zend_Validator_File_IsImage + // Zend\Validator\File\IsImage "File is no image, '%type%' detected" => "Soubor není obrázek, ale '%type%'", "The mimetype could not be detected from the file" => "Mimetyp souboru nebylo možné zjistit", "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje", - // Zend_Validator_File_Md5 + // Zend\Validator\File\Md5 "File does not match the given md5 hashes" => "Soubor neodpovídá danému md5 hashi", "An md5 hash could not be evaluated for the given file" => "md5 hash nemohl být pro daný soubor vypočítán", "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje", - // Zend_Validator_File_MimeType + // Zend\Validator\File\MimeType "File has an incorrect mimetype of '%type%'" => "Soubor má neplatný mimetyp '%type%'", "The mimetype could not be detected from the file" => "Mimetyp souboru nebylo možné zjistit", "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje", - // Zend_Validator_File_NotExists + // Zend\Validator\File\NotExists "File exists" => "Soubor již existuje", - // Zend_Validator_File_Sha1 + // Zend\Validator\File\Sha1 "File does not match the given sha1 hashes" => "Soubor neodpovídá danému sha1 hashi", "A sha1 hash could not be evaluated for the given file" => "sha1 hash nemohl být pro daný soubor vypočítán", "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje", - // Zend_Validator_File_Size + // Zend\Validator\File\Size "Maximum allowed size for file is '%max%' but '%size%' detected" => "Maximální velikost souboru by měla být '%max%', ale je '%size%'", "Minimum expected size for file is '%min%' but '%size%' detected" => "Minimální velikost souboru by měla být '%min%', ale je '%size%'", "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje", - // Zend_Validator_File_Upload + // Zend\Validator\File\Upload "File '%value%' exceeds the defined ini size" => "Soubor '%value%' překročil velikost definovanou v ini souboru", "File '%value%' exceeds the defined form size" => "Soubor '%value%' překročil velikost definovanou ve formuláři", "File '%value%' was only partially uploaded" => "Soubor '%value%' byl nahrán jen částečně", @@ -174,7 +183,7 @@ "File '%value%' was not found" => "Soubor '%value%' nebyl nalezen", "Unknown error while uploading file '%value%'" => "Během nahrávání souboru '%value%' došlo k neznámé chybě", - // Zend_Validator_File_UploadFile + // Zend\Validator\File\UploadFile "File exceeds the defined ini size" => "Soubor překročil velikost definovanou v ini souboru", "File exceeds the defined form size" => "Soubor překročil velikost definovanou ve formuláře", "File was only partially uploaded" => "Soubor byl nahrán jen částečně", @@ -186,20 +195,20 @@ "File was not found" => "Soubor nebyl nalezen", "Unknown error while uploading file" => "Během nahrávání souboru došlo k neznámé chybě", - // Zend_Validator_File_WordCount - "Too much words, maximum '%max%' are allowed but '%count%' were counted" => "Příliš mnoho slov. Je jich dovoleno maximálně '%max%', ale bylo zadáno '%count%'", + // Zend\Validator\File\WordCount + "Too many words, maximum '%max%' are allowed but '%count%' were counted" => "Příliš mnoho slov. Je jich dovoleno maximálně '%max%', ale bylo zadáno '%count%'", "Too few words, minimum '%min%' are expected but '%count%' were counted" => "Příliš málo slov. Musí jich být alespoň '%min%', ale bylo zadáno jen '%count%'", "File is not readable or does not exist" => "Soubor není čitelný nebo neexistuje", - // Zend_Validator_GreaterThan + // Zend\Validator\GreaterThan "The input is not greater than '%min%'" => "Hodnota není větší než '%min%'", "The input is not greater or equal than '%min%'" => "Hodnota není větší nebo rovna '%min%'", - // Zend_Validator_Hex + // Zend\Validator\Hex "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", "The input contains non-hexadecimal characters" => "Hodnota neobsahuje jen znaky hexadecimálních čísel", - // Zend_Validator_Hostname + // Zend\Validator\Hostname "The input appears to be a DNS hostname but the given punycode notation cannot be decoded" => "Hodnota vypadá jako DNS hostname ale zadanou punycode notaci není možné dekódovat", "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", "The input appears to be a DNS hostname but contains a dash in an invalid position" => "Hodnota vypadá jako hostname, ale obsahuje pomlčku na nedovoleném místě", @@ -212,69 +221,69 @@ "The input appears to be a DNS hostname but cannot extract TLD part" => "Hodnota sice vypadá jako hostname, ale nemohu určit TLD", "The input appears to be a DNS hostname but cannot match TLD against known list" => "Hodnota vypadá jako hostname, ale nemohl být ověřen proti známým TLD", - // Zend_Validator_Iban + // Zend\Validator\Iban "Unknown country within the IBAN" => "Neznámý stát v IBAN", "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "Státy mimo jednotný evropský platební prostor nejsou podporovány", "The input has a false IBAN format" => "Hodnota není platný formát IBAN", "The input has failed the IBAN check" => "Hodnota neprošlo kontrolou IBAN", - // Zend_Validator_Identical - "The two given tokens do not match" => "Zadané položky nejsou shodné", - "No token was provided to match against" => "Nebyla zadána položka pro porovnání", + // Zend\Validator\Identical + "The two given tokens do not match" => "Zadané hodnoty nejsou shodné", + "No token was provided to match against" => "Nebyla zadána hodnota pro porovnání", - // Zend_Validator_InArray + // Zend\Validator\InArray "The input was not found in the haystack" => "Hodnota nebyla nalezena v seznamu", - // Zend_Validator_Ip + // Zend\Validator\Ip "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", "The input does not appear to be a valid IP address" => "Hodnota nevypadá jako platná IP adresa", - // Zend_Validator_Isbn + // Zend\Validator\IsInstanceOf + "The input is not an instance of '%className%'" => "Hodnota není instancí třídy '%className%'", + + // Zend\Validator\Isbn "Invalid type given. String or integer expected" => "Chybný typ. Byl očekáván řetězec nebo celé číslo", "The input is not a valid ISBN number" => "Hodnota není platné ISBN", - // Zend_Validator_IsInstanceOf - "The input is not an instance of '%className%'" => "Hodnota není instancí třídy '%className%'", - - // Zend_Validator_LessThan + // Zend\Validator\LessThan "The input is not less than '%max%'" => "Hodnota není menší než '%max%'", "The input is not less or equal than '%max%'" => "Hodnota není menší nebo rovna '%max%'", - // Zend_Validator_NotEmpty + // Zend\Validator\NotEmpty "Value is required and can't be empty" => "Položka je povinná a nesmí být prázdná", "Invalid type given. String, integer, float, boolean or array expected" => "Chybný typ. Byl očekáván řetězec, celé nebo desetinné číslo, boolean nebo pole", - // Zend_Validator_Regex + // Zend\Validator\Regex "Invalid type given. String, integer or float expected" => "Chybný typ. Byl očekáván řetězec, celé nebo desetinné číslo", "The input does not match against pattern '%pattern%'" => "Hodnota neodpovídá šabloně '%pattern%'", "There was an internal error while using the pattern '%pattern%'" => "Během zpracování šablony '%pattern%' došlo k interní chybě", - // Zend_Validator_Sitemap_Changefreq + // Zend\Validator\Sitemap\Changefreq "The input is not a valid sitemap changefreq" => "Hodnota není platné 'changefreq' pro sitemapu", "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", - // Zend_Validator_Sitemap_Lastmod + // Zend\Validator\Sitemap\Lastmod "The input is not a valid sitemap lastmod" => "Hodnota není platné 'lastmod' pro sitemapu", "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", - // Zend_Validator_Sitemap_Loc + // Zend\Validator\Sitemap\Loc "The input is not a valid sitemap location" => "Hodnota není platná 'location' pro sitemapu", "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", - // Zend_Validator_Sitemap_Priority + // Zend\Validator\Sitemap\Priority "The input is not a valid sitemap priority" => "Hodnota není platná 'priority' pro sitemapu", "Invalid type given. Numeric string, integer or float expected" => "Chybný typ. Byl očekáván číselný řetězec, celé nebo desetinné číslo", - // Zend_Validator_Step + // Zend\Validator\Step "Invalid value given. Scalar expected" => "Chybná hodnota. Byla očekávána skalární hodnota", "The input is not a valid step" => "Hodnota není platný krok", - // Zend_Validator_StringLength + // Zend\Validator\StringLength "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", "The input is less than %min% characters long" => "Hodnota je kratší než %min% znaků", "The input is more than %max% characters long" => "Hodnota je delší než %max% znaků", - // Zend_Validator_Uri + // Zend\Validator\Uri "Invalid type given. String expected" => "Chybný typ. Byl očekáván řetězec", "The input does not appear to be a valid Uri" => "Hodnota nevypadá jako platná URI", ); diff --git a/languages/ja/Zend_Captcha.php b/languages/ja/Zend_Captcha.php new file mode 100644 index 0000000..1e734a7 --- /dev/null +++ b/languages/ja/Zend_Captcha.php @@ -0,0 +1,23 @@ + "キャプチャフィールドが足りません", + "Failed to validate captcha" => "キャプチャの検証に失敗しました", + "Captcha value is wrong: %value%" => "キャプチャの値が間違っています: %value%", + + // Zend\Captcha\Word + "Empty captcha value" => "キャプチャの値が空です", + "Captcha ID field is missing" => "キャプチャIDフィールドが足りません", + "Captcha value is wrong" => "キャプチャの値が間違っています", +); diff --git a/languages/ja/Zend_Validate.php b/languages/ja/Zend_Validate.php index 9f063d2..ec81783 100644 --- a/languages/ja/Zend_Validate.php +++ b/languages/ja/Zend_Validate.php @@ -8,78 +8,85 @@ */ /** - * EN-Revision: 09.Sept.2012 + * EN-Revision: 16.Jul.2013 */ return array( - // Zend_I18n_Validator_Alnum + // Zend\I18n\Validator\Alnum "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数、もしくは小数が期待されています", "The input contains characters which are non alphabetic and no digits" => "入力値にアルファベットと数字以外の文字が含まれています", "The input is an empty string" => "入力値は空の文字列です", - // Zend_I18n_Validator_Alpha + // Zend\I18n\Validator\Alpha "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", "The input contains non alphabetic characters" => "入力値にアルファベット以外の文字が含まれています", "The input is an empty string" => "入力値は空の文字列です", - // Zend_I18n_Validator_Float + // Zend\I18n\Validator\DateTime + "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", + "The input does not appear to be a valid datetime" => "入力値は正しい日時ではないようです", + + // Zend\I18n\Validator\Float "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数、もしくは小数が期待されています", "The input does not appear to be a float" => " 入力値は小数ではないようです", - // Zend_I18n_Validator_Int + // Zend\I18n\Validator\Int "Invalid type given. String or integer expected" => "不正な形式です。文字列もしくは整数が期待されています", "The input does not appear to be an integer" => " 入力値は整数ではないようです", - // Zend_I18n_Validator_PostCode + // Zend\I18n\Validator\PhoneNumber + "The input does not match a phone number format" => "入力値は電話番号形式に一致しません", + "The country provided is currently unsupported" => "条件の国は現在サポートされていません", + "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", + + // Zend\I18n\Validator\PostCode "Invalid type given. String or integer expected" => "不正な形式です。文字列もしくは整数が期待されています", "The input does not appear to be a postal code" => " 入力値は郵便番号でないようです", "An exception has been raised while validating the input" => "入力値を検証中に例外が発生しました", - // Zend_Validator_Barcode + // Zend\Validator\Barcode "The input failed checksum validation" => "入力値はチェックサムが一致していません", "The input contains invalid characters" => "入力値は不正な文字を含んでいます", "The input should have a length of %length% characters" => "入力値は %length% 文字である必要があります", "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - // Zend_Validator_Between + // Zend\Validator\Between "The input is not between '%min%' and '%max%', inclusively" => "入力値は '%min%' 以上 '%max%' 以下ではありません", "The input is not strictly between '%min%' and '%max%'" => "入力値は '%min%' 以下か '%max%' 以上です", - // Zend_Validator_Callback + // Zend\Validator\Callback "The input is not valid" => "入力値は正しくありません", "An exception has been raised within the callback" => "コールバック内で例外が発生しました", - // Zend_Validator_CreditCard + // Zend\Validator\CreditCard "The input seems to contain an invalid checksum" => "入力値は無効なチェックサムを含んでいるようです", "The input must contain only digits" => "入力値は数値だけで構成される必要があります", "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", "The input contains an invalid amount of digits" => "入力値は不正な桁数です", "The input is not from an allowed institute" => "入力値は認可機関から許可されていません", - "The input seems to be an invalid creditcard number" => "入力値は無効なクレジットカード番号のようです", + "The input seems to be an invalid credit card number" => "入力値は不正なクレジットカード番号のようです", "An exception has been raised while validating the input" => "入力値を検証中に例外が発生しました", - // Zend_Validator_Csrf + // Zend\Validator\Csrf "The form submitted did not originate from the expected site" => "期待されるサイトからフォーム送信がなされていません", - // Zend_Validator_Date + // Zend\Validator\Date "Invalid type given. String, integer, array or DateTime expected" => "無効な型が与えられています。文字列、数値型、配列もしくはDateTimeが期待されます", - "The input does not appear to be a valid date" => "入力値は正しい日付ではないようです", + "The input does not appear to be a valid date" => "入力値は有効な日付ではないようです", "The input does not fit the date format '%format%'" => "入力値は '%format%' フォーマットに一致していません", - // Zend_Validator_DateStep - "Invalid type given. String, integer, array or DateTime expected" => "無効な型が与えられています。文字列、数値型、配列もしくはDateTimeが期待されます", + // Zend\Validator\DateStep "The input is not a valid step" => "入力値は有効な間隔ではありません", - "The input does not appear to be a valid date" => "入力値は有効な日付ではないようです", - // Zend_Validator_Db_AbstractDb + // Zend\Validator\Db\AbstractDb "No record matching the input was found" => "入力値に一致するレコードが見つかりませんでした", "A record matching the input was found" => "入力値に一致するレコードが見つかりました", - // Zend_Validator_Digits + // Zend\Validator\Digits "The input must contain only digits" => "入力値は数値だけで構成される必要があります", "The input is an empty string" => "入力値は空の文字列です", "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数、もしくは小数が期待されています", - // Zend_Validator_EmailAddress + // Zend\Validator\EmailAddress "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", "The input is not a valid email address. Use the basic format local-part@hostname" => "入力値は有効なEmailアドレスではありません。 基本的なフォーマット local-part@hostname を使ってください", "'%hostname%' is not a valid hostname for the email address" => "Emailアドレスの '%hostname%' は有効なホスト名ではありません", @@ -90,106 +97,118 @@ "'%localPart%' is not a valid local part for the email address" => "Emailアドレスの '%localPart%' は有効なローカルパートではありません", "The input exceeds the allowed length" => "入力値は許された長さを超えています", - // Zend_Validator_Explode - "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", + // Zend\Validator\Explode + "Invalid type given" => "Invalid type given", - // Zend_Validator_File_Count + // Zend\Validator\File\Count "Too many files, maximum '%max%' are allowed but '%count%' are given" => "ファイル数が多すぎます。最大 '%max%' まで許されていますが、 '%count%' 個指定ました", "Too few files, minimum '%min%' are expected but '%count%' are given" => "ファイル数が少なすぎます。最小 '%min%' 以上の必要がありますが、 '%count%' 個指定されていません", - // Zend_Validator_File_Crc32 - "File '%value%' does not match the given crc32 hashes" => "ファイル '%value%' は crc32 ハッシュ値と一致しませんでした", + // Zend\Validator\File\Crc32 + "File does not match the given crc32 hashes" => "ファイルは crc32 ハッシュ値と一致しませんでした", "A crc32 hash could not be evaluated for the given file" => "ファイルに crc32 ハッシュ値が見つかりませんでした", - "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", + "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません", - // Zend_Validator_File_ExcludeExtension - "File '%value%' has a false extension" => "ファイル '%value%' は誤った拡張子です", - "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", + // Zend\Validator\File\ExcludeExtension + "File has an incorrect extension" => "ファイルの拡張子が正しくありません", + "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません", - // Zend_Validator_File_Exists - "File '%value%' does not exist" => "ファイル '%value%' は存在しません", + // Zend\Validator\File\Exists + "File does not exist" => "ファイルは存在しません", - // Zend_Validator_File_Extension - "File '%value%' has a false extension" => "ファイル '%value%' は誤った拡張子です", - "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", + // Zend\Validator\File\Extension + "File has an incorrect extension" => "ファイルの拡張子が正しくありません", + "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません", - // Zend_Validator_File_FilesSize + // Zend\Validator\File\FilesSize "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "全てのファイルの合計は最大 '%max%' より小さい必要があります。しかしファイルサイズは '%size%' でした", "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "全てのファイルの合計は最小 '%min%' より大きい必要があります。しかしファイルサイズは '%size%' でした", "One or more files can not be read" => "ファイルを読み込めませんでした", - // Zend_Validator_File_Hash - "File '%value%' does not match the given hashes" => "ファイル '%value%' は設定されたハッシュ値と一致しませんでした", + // Zend\Validator\File\Hash + "File does not match the given hashes" => "ファイルは設定されたハッシュ値と一致しませんでした", "A hash could not be evaluated for the given file" => "渡されたファイルのハッシュ値を評価できませんでした", - "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - - // Zend_Validator_File_ImageSize - "Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "画像 '%value%' の横幅は '%width%' でした。横幅は最大 '%maxwidth%' まで許されています", - "Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "画像 '%value%' の横幅は '%width%' でした。横幅は最小 '%minwidth%' 以上である必要があります", - "Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "画像 '%value%' の高さは '%height%' でした。高さは最大 '%maxheight%' まで許されています", - "Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected" => "画像 '%value%' の高さは '%height%' でした。高さは最小 '%minheight%' 以上である必要があります", - "The size of image '%value%' could not be detected" => "画像 '%value%' の大きさを取得できませんでした", - "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - - // Zend_Validator_File_IsCompressed - "File '%value%' is not compressed, '%type%' detected" => " '%type%' が見つかりました。ファイル '%value%' は圧縮されていません", - "The mimetype of file '%value%' could not be detected" => "ファイル '%value%' の Mimetype は見つかりませんでした", - "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - - // Zend_Validator_File_IsImage - "File '%value%' is no image, '%type%' detected" => "ファイル '%value%' は画像ではありません。 '%type%' です", - "The mimetype of file '%value%' could not be detected" => "ファイル '%value%' の Mimetype は見つかりませんでした", - "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - - // Zend_Validator_File_Md5 - "File '%value%' does not match the given md5 hashes" => "ファイル '%value%' は md5 ハッシュ値と一致していません", - "A md5 hash could not be evaluated for the given file" => "渡されたファイルの md5 ハッシュ値を評価できませんでした", - "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - - // Zend_Validator_File_MimeType - "File '%value%' has a false mimetype of '%type%'" => "ファイル '%value%' は誤った MimeType '%type%' です", - "The mimetype of file '%value%' could not be detected" => "ファイル '%value%' の Mimetype は見つかりませんでした", - "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - - // Zend_Validator_File_NotExists - "File '%value%' exists" => "ファイル '%value%' は存在しています", - - // Zend_Validator_File_Sha1 - "File '%value%' does not match the given sha1 hashes" => "ファイル '%value%' は sha1 ハッシュ値と一致していません", + "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません", + + // Zend\Validator\File\ImageSize + "Maximum allowed width for image should be '%maxwidth%' but '%width%' detected" => "画像の横幅は '%width%' でした。横幅は最大 '%maxwidth%' まで許されています", + "Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "画像の横幅は '%width%' でした。横幅は最小 '%minwidth%' 以上である必要があります", + "Maximum allowed height for image should be '%maxheight%' but '%height%' detected" => "画像の高さは '%height%' でした。高さは最大 '%maxheight%' まで許されています", + "Minimum expected height for image should be '%minheight%' but '%height%' detected" => "画像の高さは '%height%' でした。高さは最小 '%minheight%' 以上である必要があります", + "The size of image could not be detected" => "画像の大きさを取得できませんでした", + "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません", + + // Zend\Validator\File\IsCompressed + "File is not compressed, '%type%' detected" => " '%type%' が見つかりました。ファイルは圧縮されていません", + "The mimetype could not be detected from the file" => "ファイルからMimeTypeが検出できませんでした", + "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません", + + // Zend\Validator\File\IsImage + "File is no image, '%type%' detected" => "ファイルは画像ではありません。 '%type%' です", + "The mimetype could not be detected from the file" => "ファイルからMimeTypeが検出できませんでした", + "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません", + + // Zend\Validator\File\Md5 + "File does not match the given md5 hashes" => "ファイルは md5 ハッシュ値と一致していません", + "An md5 hash could not be evaluated for the given file" => "与えられたファイルからはmd5 hash値が求めることができませんでした", + "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません", + + // Zend\Validator\File\MimeType + "File has an incorrect mimetype of '%type%'" => "ファイルは不正な mimetype 形式の '%type%' を含んでいます", + "The mimetype could not be detected from the file" => "ファイルからMimeTypeが検出できませんでした", + "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません", + + // Zend\Validator\File\NotExists + "File exists" => "ファイルは存在しています", + + // Zend\Validator\File\Sha1 + "File does not match the given sha1 hashes" => "ファイルは sha1 ハッシュ値と一致していません", "A sha1 hash could not be evaluated for the given file" => "渡されたファイルの sha1 ハッシュ値を評価できませんでした", - "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - - // Zend_Validator_File_Size - "Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "ファイルサイズは '%size%' です。ファイル '%value%' のサイズは最大 '%max%' まで許されています", - "Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "ファイルサイズは '%size%' です。ファイル '%value%' のサイズは最小 '%min%' 以上必要です", - "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - - // Zend_Validator_File_Upload - "File '%value%' exceeds the defined ini size" => "ファイル '%value%' は ini で定義されたサイズを超えています", - "File '%value%' exceeds the defined form size" => "ファイル '%value%' はフォームで定義されたサイズを超えています", - "File '%value%' was only partially uploaded" => "ファイル '%value%' は一部のみしかアップロードされていません", - "File '%value%' was not uploaded" => "ファイル '%value%' はアップロードされませんでした", - "No temporary directory was found for file '%value%'" => "ファイル '%value%' をアップロードする一時ディレクトリが見つかりませんでした", - "File '%value%' can't be written" => "ファイル '%value%' は書き込めませんでした", - "A PHP extension returned an error while uploading the file '%value%'" => "ファイル '%value%' をアップロード中に拡張モジュールがエラーを応答しました", - "File '%value%' was illegally uploaded. This could be a possible attack" => "ファイル '%value%' は不正なアップロードでした。攻撃の可能性があります", + "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません", + + // Zend\Validator\File\Size + "Maximum allowed size for file is '%max%' but '%size%' detected" => "ファイルサイズは '%size%' です。ファイルのサイズは最大 '%max%' まで許されています", + "Minimum expected size for file is '%min%' but '%size%' detected" => "ファイルサイズは '%size%' です。ファイルのサイズは最小 '%min%' 以上必要です", + "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません", + + // Zend\Validator\File\Upload + "File '%value%' exceeds the defined ini size" => "ファイル '%value%' は定義されたiniサイズを越えています", + "File '%value%' exceeds the defined form size" => "ファイル '%value%' は定義されたフォームサイズを越えています", + "File '%value%' was only partially uploaded" => "ファイル '%value%' は一部のみアップロードされました", + "File '%value%' was not uploaded" => "ファイル '%value%' がアップロードされていません", + "No temporary directory was found for file '%value%'" => "ファイル '%value%' 用の一時ディレクトリが見つかりませんでした", + "File '%value%' can't be written" => "ファイル '%value%' に書き込めませんでした", + "A PHP extension returned an error while uploading the file '%value%'" => "ファイル '%value%' をアップロード中にPHPの拡張がモジュールがエラーを返しました", + "File '%value%' was illegally uploaded. This could be a possible attack" => "ファイル '%value%' は不当にアップロードされました。攻撃の可能性があります", "File '%value%' was not found" => "ファイル '%value%' は見つかりませんでした", - "Unknown error while uploading file '%value%'" => "ファイル '%value%' をアップロード中に未知のエラーが発生しました", - - // Zend_Validator_File_WordCount - "Too much words, maximum '%max%' are allowed but '%count%' were counted" => "単語数 '%count%' が多過ぎます。最大で '%max%' 個が許されます", + "Unknown error while uploading file '%value%'" => "ファイル '%value%' をアップロード中に不明なエラーです", + + // Zend\Validator\File\UploadFile + "File exceeds the defined ini size" => "ファイルは ini で定義されたサイズを超えています", + "File exceeds the defined form size" => "ファイルはフォームで定義されたサイズを超えています", + "File was only partially uploaded" => "ファイルは一部のみしかアップロードされていません", + "File was not uploaded" => "ファイルはアップロードされませんでした", + "No temporary directory was found for file" => "ファイルをアップロードする一時ディレクトリが見つかりませんでした", + "File can't be written" => "ファイルは書き込めませんでした", + "A PHP extension returned an error while uploading the file" => "ファイルをアップロード中に拡張モジュールがエラーを応答しました", + "File was illegally uploaded. This could be a possible attack" => "ファイルは不正なアップロードでした。攻撃の可能性があります", + "File was not found" => "ファイルは見つかりませんでした", + "Unknown error while uploading file" => "ファイルをアップロード中に未知のエラーが発生しました", + + // Zend\Validator\File\WordCount + "Too many words, maximum '%max%' are allowed but '%count%' were counted" => "単語数が多すぎます。最大で '%max%' までですが '%count%' 個カウントされました", "Too few words, minimum '%min%' are expected but '%count%' were counted" => "単語数 '%count%' が少な過ぎます。少なくとも '%min%' 個必要です", - "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", + "File is not readable or does not exist" => "ファイルは読み込めないかもしくは存在しません", - // Zend_Validator_GreaterThan + // Zend\Validator\GreaterThan "The input is not greater than '%min%'" => " 入力値は '%min%' より大きくありません", "The input is not greater or equal than '%min%'" => "入力値は '%min%' 以上ではありません", - // Zend_Validator_Hex + // Zend\Validator\Hex "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", "The input contains non-hexadecimal characters" => "入力値は16進数ではない文字を含んでいます", - // Zend_Validator_Hostname + // Zend\Validator\Hostname "The input appears to be a DNS hostname but the given punycode notation cannot be decoded" => " 入力値は DNS ホスト名のようですが、 punycode 変換ができませんでした", "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", "The input appears to be a DNS hostname but contains a dash in an invalid position" => " 入力値は DNS ホスト名のようですが不正な位置にダッシュがあります", @@ -202,66 +221,69 @@ "The input appears to be a DNS hostname but cannot extract TLD part" => " 入力値は DNS ホスト名のようですが TLD 部を展開できません", "The input appears to be a DNS hostname but cannot match TLD against known list" => " 入力値は DNS ホスト名のようですが、 TLD が一覧に見つかりません", - // Zend_Validator_Iban + // Zend\Validator\Iban "Unknown country within the IBAN" => "IBAN 内の既知の国ではありません", "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "Single Euro Payments Area (SEPA) 外の国々はサポート外です", "The input has a false IBAN format" => " 入力値は誤った IBAN 書式です", "The input has failed the IBAN check" => " 入力値は IBAN コードチェックに失敗しました", - // Zend_Validator_Identical + // Zend\Validator\Identical "The two given tokens do not match" => "2 つのトークンは一致しませんでした", "No token was provided to match against" => "チェックを行うためのトークンがありませんでした", - // Zend_Validator_InArray + // Zend\Validator\InArray "The input was not found in the haystack" => " 入力値が haystack の中に見つかりませんでした", - // Zend_Validator_Ip + // Zend\Validator\Ip "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", "The input does not appear to be a valid IP address" => " 入力値は IP アドレスではないようです", - // Zend_Validator_Isbn + // Zend\Validator\IsInstanceOf + "The input is not an instance of '%className%'" => "入力は '%className%' のインスタンスではありません", + + // Zend\Validator\Isbn "Invalid type given. String or integer expected" => "不正な形式です。文字列もしくは整数が期待されています", "The input is not a valid ISBN number" => " 入力値は ISBN 番号ではありません", - // Zend_Validator_LessThan + // Zend\Validator\LessThan "The input is not less than '%max%'" => " 入力値は '%max%' 未満ではありません", "The input is not less or equal than '%max%'" => "入力値は '%max%' 以下ではありません", - // Zend_Validator_NotEmpty + // Zend\Validator\NotEmpty "Value is required and can't be empty" => "値は必須です。空値は許可されていません", "Invalid type given. String, integer, float, boolean or array expected" => "不正な形式です。文字列、整数、小数、真偽値もしくは配列が期待されています", - // Zend_Validator_Regex + // Zend\Validator\Regex "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数、もしくは小数が期待されています", "The input does not match against pattern '%pattern%'" => " 入力値はパターン '%pattern%' と一致していません", "There was an internal error while using the pattern '%pattern%'" => "正規表現パターン '%pattern%' を使用中に内部エラーが発生しました。", - // Zend_Validator_Sitemap_Changefreq + // Zend\Validator\Sitemap\Changefreq "The input is not a valid sitemap changefreq" => " 入力値は正しいサイトマップの更新頻度ではありません", "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - // Zend_Validator_Sitemap_Lastmod + // Zend\Validator\Sitemap\Lastmod "The input is not a valid sitemap lastmod" => " 入力値は正しいサイトマップの最終更新日ではありません", "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - // Zend_Validator_Sitemap_Loc + // Zend\Validator\Sitemap\Loc "The input is not a valid sitemap location" => " 入力値は正しいサイトマップの位置ではありません", "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - // Zend_Validator_Sitemap_Priority + // Zend\Validator\Sitemap\Priority "The input is not a valid sitemap priority" => " 入力値は正しいサイトマップの優先度ではありません", "Invalid type given. Numeric string, integer or float expected" => "不正な形式です。数字、整数もしくは小数が期待されています", - // Zend_Validator_Step + // Zend\Validator\Step "Invalid value given. Scalar expected" => "無効な値が与えられています。スカラーが期待されます", "The input is not a valid step" => "入力値は有効な間隔ではありません", - // Zend_Validator_StringLength + // Zend\Validator\StringLength "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", "The input is less than %min% characters long" => " 入力値は %min% 文字より短いです", "The input is more than %max% characters long" => " 入力値は %max% 文字より長いです", - // Zend_Validator_Uri + // Zend\Validator\Uri "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", "The input does not appear to be a valid Uri" => "入力値は有効なUriではないようです", );