From 42bb30bf76adc38e1c7784e5a58d207d46495753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Thu, 13 Dec 2001 11:09:07 +0000 Subject: [PATCH] * strQueryOnDb\n* updated thanks to Pietro Danesi --- lang/italian.inc.php3 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 4a13a09b1..5811ed4e9 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -72,6 +72,7 @@ $strColumn = 'Colonna'; $strColumnNames = 'Nomi delle colonne'; $strCompleteInserts = 'Inserimenti completi'; $strConfirm = 'Sicuro di volerlo fare?'; +$strCookiesRequired = 'Da questo punto in poi, i cookies devono essere abilitati.'; $strCopyTable = 'Copia la tabella nel (database.tabella):'; $strCopyTableOK = 'La tabella %s è stata copiata su %s.'; $strCreate = 'Crea'; @@ -172,7 +173,10 @@ $strLineFeed = 'Fine riga: \\n'; $strLines = 'Record'; $strLinesTerminatedBy = 'Linee terminate da'; $strLocationTextfile = 'Percorso del file'; +$strLogin = 'Connetti'; $strLogout = 'Disconnetti'; +$strLogPassword = 'Password:'; +$strLogUsername = 'Nome utente:'; $strModifications = 'Le modifiche sono state salvate'; $strModify = 'Modifica'; @@ -235,7 +239,7 @@ $strProperties = 'Propriet $strQBE = 'Query da esempio'; $strQBEDel = 'Cancella'; $strQBEIns = 'Aggiungi'; -$strQueryOnDb = 'SQL-query sul database '; +$strQueryOnDb = 'SQL-query sul database %s:'; $strRecords = 'Record'; $strReloadFailed = 'Riavvio di MySQL fallito.'; @@ -338,8 +342,5 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; // To translate -$strCookiesRequired = 'Cookies must be enabled past this point.'; -$strLogin = 'Login'; -$strLogPassword = 'Password:'; -$strLogUsername = 'Username:'; + ?>