From a2795fc04cf8448f2c6e1dd18827c37b10f87d37 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 18 Mar 2002 14:27:59 +0000 Subject: [PATCH] strPmaUriError --- lang/italian.inc.php3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 2d734b7fb..138f8c25b 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -226,6 +226,7 @@ $strPasswordEmpty = 'La password $strPasswordNotSame = 'La password non coincide!'; $strPHPVersion = 'Versione PHP'; $strPmaDocumentation = 'Documentazione di phpMyAdmin'; +$strPmaUriError = 'La direttiva $cfgPmaAbsoluteUri DEVE essere impostata nel file di configurazione!'; $strPos1 = 'Inizio'; $strPrevious = 'Precedente'; $strPrimary = 'Primaria'; @@ -350,5 +351,5 @@ $strZip = '"compresso con zip"'; // To translate -$strPmaUriError = 'The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!'; + ?>