From 41ed592485bbde861e5cf08cb272c3e2850a4193 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Tue, 5 Feb 2013 17:23:19 +0100 Subject: [PATCH] Added translations for Zend_Validator_File_UploadFile --- resources/languages/en/Zend_Validate.php | 12 ++++++++++++ resources/languages/it/Zend_Validate.php | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/resources/languages/en/Zend_Validate.php b/resources/languages/en/Zend_Validate.php index 0f4292ffbd6..fcd5bbc40ea 100644 --- a/resources/languages/en/Zend_Validate.php +++ b/resources/languages/en/Zend_Validate.php @@ -188,6 +188,18 @@ "File '%value%' was not found" => "File '%value%' was not found", "Unknown error while uploading file '%value%'" => "Unknown error while uploading file '%value%'", + // Zend_Validator_File_UploadFile + "File exceeds the defined ini size" => "File exceeds the defined ini size", + "File exceeds the defined form size" => "File exceeds the defined form size", + "File was only partially uploaded" => "File was only partially uploaded", + "File was not uploaded" => "File was not uploaded", + "No temporary directory was found for file" => "No temporary directory was found for file", + "File can't be written" => "File can't be written", + "A PHP extension returned an error while uploading the file" => "A PHP extension returned an error while uploading the file", + "File was illegally uploaded. This could be a possible attack" => "File was illegally uploaded. This could be a possible attack", + "File was not found" => "File was not found", + "Unknown error while uploading file" => "Unknown error while uploading file", + // Zend_Validator_File_WordCount "Too much words, maximum '%max%' are allowed but '%count%' were counted" => "Too much words, maximum '%max%' are allowed but '%count%' were counted", "Too less words, minimum '%min%' are expected but '%count%' were counted" => "Too less words, minimum '%min%' are expected but '%count%' were counted", diff --git a/resources/languages/it/Zend_Validate.php b/resources/languages/it/Zend_Validate.php index bfc7b73c607..1d14119ce0e 100644 --- a/resources/languages/it/Zend_Validate.php +++ b/resources/languages/it/Zend_Validate.php @@ -188,6 +188,18 @@ "File '%value%' was not found" => "Il file '%value%' non è stato trovato", "Unknown error while uploading file '%value%'" => "Errore sconosciuto durante il caricamento del file '%value%'", + // Zend_Validator_File_UploadFile + "File exceeds the defined ini size" => "Il file eccede la dimensione definita nell'ini", + "File exceeds the defined form size" => "Il file eccede la dimensione definita nella form", + "File was only partially uploaded" => "Il file è stato caricato solo parzialmente", + "File was not uploaded" => "Il file non è stato caricato", + "No temporary directory was found for file" => "Non è stata trovata una directory temporanea per il file", + "File can't be written" => "Il file non può essere scritto", + "A PHP extension returned an error while uploading the file" => "Un'estensione di PHP ha generato un errore durante il caricamento del file", + "File was illegally uploaded. This could be a possible attack" => "Il file è stato caricato irregolarmente. Potrebbe trattarsi di un attacco", + "File was not found" => "Il file non è stato trovato", + "Unknown error while uploading file" => "Errore sconosciuto durante il caricamento del file", + // Zend_Validator_File_WordCount "Too much words, maximum '%max%' are allowed but '%count%' were counted" => "Il file contiene troppe parole, ne sono consentite massimo '%max%' ma ne sono state contate '%count%'", "Too less words, minimum '%min%' are expected but '%count%' were counted" => "Il file contiene troppe poche parole, ne sono consentite minimo '%min%' ma ne sono state contate '%count%'",