This commit is contained in:
Alexander M. Turek
2002-06-11 19:13:42 +00:00
parent 3f9d6581c2
commit 5c4919ab9d

View File

@@ -228,6 +228,7 @@ $strNoQuery = 'Nessuna query SQL!';
$strNoRights = 'Non hai i permessi per effettuare questa operazione!'; $strNoRights = 'Non hai i permessi per effettuare questa operazione!';
$strNoTablesFound = 'Non ci sono tabelle nel database.'; $strNoTablesFound = 'Non ci sono tabelle nel database.';
$strNotNumber = 'Questo non <20> un numero!'; $strNotNumber = 'Questo non <20> un numero!';
$strNotSet = '<b>%s</b> tabella non trovata o non settata in %s';
$strNotValidNumber = ' non <20> una riga valida!'; $strNotValidNumber = ' non <20> una riga valida!';
$strNoUsersFound = 'Nessun utente trovato.'; $strNoUsersFound = 'Nessun utente trovato.';
$strNull = 'Null'; $strNull = 'Null';
@@ -398,5 +399,4 @@ $strYes = ' Si ';
$strZip = '"compresso con zip"'; $strZip = '"compresso con zip"';
// To translate // To translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
?> ?>