strPmaUriError

This commit is contained in:
Marc Delisle
2002-03-18 14:27:59 +00:00
parent 46ca3d17bf
commit a2795fc04c

View File

@@ -226,6 +226,7 @@ $strPasswordEmpty = 'La password
$strPasswordNotSame = 'La password non coincide!'; $strPasswordNotSame = 'La password non coincide!';
$strPHPVersion = 'Versione PHP'; $strPHPVersion = 'Versione PHP';
$strPmaDocumentation = 'Documentazione di phpMyAdmin'; $strPmaDocumentation = 'Documentazione di phpMyAdmin';
$strPmaUriError = 'La direttiva <tt>$cfgPmaAbsoluteUri</tt> DEVE essere impostata nel file di configurazione!';
$strPos1 = 'Inizio'; $strPos1 = 'Inizio';
$strPrevious = 'Precedente'; $strPrevious = 'Precedente';
$strPrimary = 'Primaria'; $strPrimary = 'Primaria';
@@ -350,5 +351,5 @@ $strZip = '"compresso con zip"';
// To translate // To translate
$strPmaUriError = 'The <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
?> ?>