From 40aa3b9ceefd7ee50889ebb15adfb86d6ccd7e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 20 Apr 2002 08:46:06 +0000 Subject: [PATCH] Italian translation updated thanks to "DPhantom" --- ChangeLog | 2 ++ lang/italian.inc.php3 | 16 ++++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41a925818..e1afc8a49 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ $Source$ 2002-04-20 Loïc Chapeaux * header.inc.php3; left.php3; libraries/left.js: CSS fixes. + * lang/italian.inc.php3: updated thanks to + "DPhantom" . 2002-04-19 Marc Delisle * Documentation.html "how can I make a backup?", diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index aeec0013d..3b3473855 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -1,6 +1,10 @@ 07.09.2001 */ + +/** + * Translated by: Pietro Danesi 2002-03-29 + * Revised by: "DPhantom" 2002-04-16 + */ $charset = 'iso-8859-1'; $text_dir = 'ltr'; @@ -166,7 +170,7 @@ $strInvalidName = '"%s" è una parola riservata; non è possibile ut $strKeepPass = 'Non cambiare la password'; $strKeyname = 'Nome chiave'; -$strKill = 'Uccidi'; +$strKill = 'Rimuovi'; $strLength = 'Lunghezza'; $strLengthSet = 'Lunghezza/Set*'; @@ -198,7 +202,7 @@ $strNext = 'Prossimo'; $strNo = ' No '; $strNoDatabases = 'Nessun database'; $strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.'; -$strNoFrames = 'phpMyAdmin è più amichevole con un browser che supporta i frames'; +$strNoFrames = 'phpMyAdmin funziona meglio con browser che supportano frames'; $strNoIndex = 'Nessun indice definito!'; $strNoIndexPartsDefined = 'Nessuna parte di indice definita!'; $strNoModification = 'Nessun cambiamento'; @@ -217,7 +221,7 @@ $strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica ch $strOptimizeTable = 'Ottimizza tabella'; $strOptionalControls = 'Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.'; $strOptionally = 'OPZIONALE'; -$strOr = 'O'; +$strOr = 'Oppure'; $strOverhead = 'In eccesso'; $strPartialText = 'Testo parziale'; @@ -232,8 +236,8 @@ $strPrevious = 'Precedente'; $strPrimary = 'Primaria'; $strPrimaryKey = 'Chiave primaria'; $strPrimaryKeyHasBeenDropped = 'La chiave primaria è stata eliminata'; -$strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARIO!'; -$strPrimaryKeyWarning = '("PRIMARIO" deve essere il nome di, e solo di, una chiave primaria!)'; +$strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!'; +$strPrimaryKeyWarning = '("PRIMARY" deve essere il nome di, e solo di, una chiave primaria!)'; $strPrintView = 'Visualizza per stampa'; $strPrivileges = 'Privilegi'; $strProperties = 'Proprietà';