Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
[hotfix/ZF-10642] Zend_Validator_Db
Browse files Browse the repository at this point in the history
- merge r23355 to ZF2
- fixed "invalid bind-variable name"
  • Loading branch information
thomasweidner committed Jul 10, 2011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions languages/it/Zend_Validate.php
Expand Up @@ -67,8 +67,8 @@
"'%value%' does not fit the date format '%format%'" => "'%value%' non corrisponde al formato data '%format%'",

// Zend_Validate_Db_Abstract
"No record matching %value% was found" => "Non è stato trovato un record con valore %value%",
"A record matching %value% was found" => "E' stato trovato un record con valore %value%",
"No record matching '%value%' was found" => "Non è stato trovata nessuna riga con valore '%value%'",
"A record matching '%value%' was found" => "E' già stata trovata una riga con valore '%value%'",

// Zend_Validate_Digits
"Invalid type given. String, integer or float expected" => "Tipo di dato non valido. Era atteso un dato di tipo string, float o integer",
Expand Down

0 comments on commit 34eee47

Please sign in to comment.