From e7b3717614621f14695ab6ca6dda6dd17ba3d65c Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 28 Jul 2011 20:27:23 +0000 Subject: added new easygiant library --- .../Application/Strings/Lang/It/ValCondStrings.php | 27 +++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'h-source/Application/Strings/Lang/It/ValCondStrings.php') diff --git a/h-source/Application/Strings/Lang/It/ValCondStrings.php b/h-source/Application/Strings/Lang/It/ValCondStrings.php index a54c650..2857182 100644 --- a/h-source/Application/Strings/Lang/It/ValCondStrings.php +++ b/h-source/Application/Strings/Lang/It/ValCondStrings.php @@ -1,11 +1,26 @@ . if (!defined('EG')) die('Direct access not allowed!'); -class Lang_It_ValCondStrings extends Lang_Eng_ValCondStrings { +class Lang_It_ValCondStrings extends Lang_En_ValCondStrings { //if the element is not defined public function getNotDefinedResultString($element) @@ -66,4 +81,10 @@ class Lang_It_ValCondStrings extends Lang_Eng_ValCondStrings { { return "
".$element." deve assumere uno dei seguenti valori: $stringList
\n"; } + + //if the element is not one of the strings indicated by $stringList (a comma-separated list of strings) + public function getDoesntMatchResultString($element,$regExp) + { + return "
".$element." deve soddisfare la seguente espressione regolare: $regExp
\n"; + } } -- cgit v1.2.3