Italian translation updated thanks to "DPhantom"

This commit is contained in:
Loïc Chapeaux
2002-04-20 08:46:06 +00:00
parent 4e6366b743
commit 40aa3b9cee
2 changed files with 12 additions and 6 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2002-04-20 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2002-04-20 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* header.inc.php3; left.php3; libraries/left.js: CSS fixes. * header.inc.php3; left.php3; libraries/left.js: CSS fixes.
* lang/italian.inc.php3: updated thanks to
"DPhantom" <dphantom at users.sourceforge.net>.
2002-04-19 Marc Delisle <lem9@users.sourceforge.net> 2002-04-19 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html "how can I make a backup?", * Documentation.html "how can I make a backup?",

View File

@@ -1,6 +1,10 @@
<?php <?php
/* $Id$ */ /* $Id$ */
/* Pietro Danesi <danone@aruba.it> 07.09.2001 */
/**
* Translated by: Pietro Danesi <danone@aruba.it> 2002-03-29
* Revised by: "DPhantom" <dphantom at users.sourceforge.net> 2002-04-16
*/
$charset = 'iso-8859-1'; $charset = 'iso-8859-1';
$text_dir = 'ltr'; $text_dir = 'ltr';
@@ -166,7 +170,7 @@ $strInvalidName = '"%s" &egrave; una parola riservata; non &egrave; possibile ut
$strKeepPass = 'Non cambiare la password'; $strKeepPass = 'Non cambiare la password';
$strKeyname = 'Nome chiave'; $strKeyname = 'Nome chiave';
$strKill = 'Uccidi'; $strKill = 'Rimuovi';
$strLength = 'Lunghezza'; $strLength = 'Lunghezza';
$strLengthSet = 'Lunghezza/Set*'; $strLengthSet = 'Lunghezza/Set*';
@@ -198,7 +202,7 @@ $strNext = 'Prossimo';
$strNo = ' No '; $strNo = ' No ';
$strNoDatabases = 'Nessun database'; $strNoDatabases = 'Nessun database';
$strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.'; $strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.';
$strNoFrames = 'phpMyAdmin <EFBFBD> pi<70> amichevole con un browser che supporta i frames'; $strNoFrames = 'phpMyAdmin funziona meglio con browser che supportano frames';
$strNoIndex = 'Nessun indice definito!'; $strNoIndex = 'Nessun indice definito!';
$strNoIndexPartsDefined = 'Nessuna parte di indice definita!'; $strNoIndexPartsDefined = 'Nessuna parte di indice definita!';
$strNoModification = 'Nessun cambiamento'; $strNoModification = 'Nessun cambiamento';
@@ -217,7 +221,7 @@ $strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica ch
$strOptimizeTable = 'Ottimizza tabella'; $strOptimizeTable = 'Ottimizza tabella';
$strOptionalControls = 'Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.'; $strOptionalControls = 'Opzionale. Questo carattere controlla come scrivere o leggere i caratteri speciali.';
$strOptionally = 'OPZIONALE'; $strOptionally = 'OPZIONALE';
$strOr = 'O'; $strOr = 'Oppure';
$strOverhead = 'In eccesso'; $strOverhead = 'In eccesso';
$strPartialText = 'Testo parziale'; $strPartialText = 'Testo parziale';
@@ -232,8 +236,8 @@ $strPrevious = 'Precedente';
$strPrimary = 'Primaria'; $strPrimary = 'Primaria';
$strPrimaryKey = 'Chiave primaria'; $strPrimaryKey = 'Chiave primaria';
$strPrimaryKeyHasBeenDropped = 'La chiave primaria <20> stata eliminata'; $strPrimaryKeyHasBeenDropped = 'La chiave primaria <20> stata eliminata';
$strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARIO!'; $strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARIO" <b>deve</b> essere il nome di, e <b>solo di</b>, una chiave primaria!)'; $strPrimaryKeyWarning = '("PRIMARY" <b>deve</b> essere il nome di, e <b>solo di</b>, una chiave primaria!)';
$strPrintView = 'Visualizza per stampa'; $strPrintView = 'Visualizza per stampa';
$strPrivileges = 'Privilegi'; $strPrivileges = 'Privilegi';
$strProperties = 'Propriet<65>'; $strProperties = 'Propriet<65>';