From f5533f5a1b1d86a0973696a69ca59d839ad2224e Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 11 Jun 2002 15:56:29 +0000 Subject: [PATCH] italian --- ChangeLog | 2 ++ lang/italian.inc.php3 | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 615da57ef..622d76fe1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ $Source$ Richard Hornsby . * Documentation.html: Fixed a typo. * lang/german.inc.php3: Updates. + * lang/italian.inc.php3: Updates, thanks again to + Pietro Danesi . 2002-06-11 Marc Delisle * pdf_pages.php3, lang/*, Documentation.html: new message with doc diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 69e13d41d..f2e5770c7 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -78,6 +78,7 @@ $strChoosePage = 'Prego scegliere una Page da modificare'; $strColumn = 'Colonna'; $strColumnNames = 'Nomi delle colonne'; $strCompleteInserts = 'Inserimenti completi'; +$strConfigFileError = 'phpMyAdmin non riesce a leggere il file di configurazione!
Questo puņ accadere se il php trova un parse error in esso oppure il php non trova il file.
Richiamate il file di configurazione direttamente utilizzando il link sotto e leggete il/i messaggio/i di errore del php che ricevete. Nella maggior parte dei casi ci sono un apostrofo o una virgoletta mancanti.
Se ricevete una pagina bianca, allora è tutto a posto.'; $strConfigureTableCoord = 'Prego, configurare le coordinate per la tabella %s'; $strConfirm = 'Sicuro di volerlo fare?'; $strCookiesRequired = 'Da questo punto in poi, i cookies devono essere abilitati.'; @@ -397,7 +398,5 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; // To translate -$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
If you recieve a blank page, everything is fine.'; //to translate - $strNotSet = '%s table not found or not set in config.inc.php(3)'; //to translate ?>