updated thanks to Pietro Danesi

This commit is contained in:
Loïc Chapeaux
2001-09-17 17:51:37 +00:00
parent 3a0410b2a8
commit 8bb824eeac

View File

@@ -255,8 +255,10 @@ $strServerVersion = 'Versione MySQL';
$strSetEnumVal = 'Se il tipo di campo <20> "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...<br />Se comunque dovete mettere dei backslashes ("\") o dei single quote ("\'") davanti a questi valori, backslashateli (per esempio \'\\\\xyz\' o \'a\\\'b\').';
$strShow = 'Mostra';
$strShowAll = 'Mostra tutti';
$strShowCols = 'Mostra le colonne';
$strShowingRecords = 'Visualizzazione record ';
$strShowPHPInfo = 'Mostra le info sul PHP';
$strShowTables = 'Mostra le tabelle';
$strShowThisQuery = 'Mostra questa query di nuovo';
$strSingly = '(singolarmente)';
$strSize = 'Dimensione';
@@ -313,6 +315,4 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.';
$strYes = ' Si ';
// To translate
$strShowCols = 'Show columns';
$strShowTables = 'Show tables';
?>