Skip to content

Commit

Permalink
Added translations for Zend_Validator_File_UploadFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Feb 5, 2013
1 parent 8dcaa6c commit 41ed592
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/languages/en/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions resources/languages/it/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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%'",
Expand Down

0 comments on commit 41ed592

Please sign in to comment.