From 19663dad33d58f543e02782385b40fc9ee7d389a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sat, 10 Nov 2001 09:36:51 +0000 Subject: [PATCH] Updated italian thanks to Pietro Danesi --- ChangeLog | 3 +++ lang/italian.inc.php3 | 29 ++++++++++++++--------------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd762049b..ec4d56c8d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-11-10 Loïc Chapeaux + * lang/italian.inc.php3: updated thanks to Pietro Danesi. + 2001-11-09 Marc Delisle * Documentation.html: small additions, FAQ sub-sections diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index ca9baa2bf..9320e9fa9 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -24,6 +24,7 @@ $strAddNewField = 'Aggiungi un nuovo campo'; $strAddPriv = 'Aggiungi un nuovo privilegio'; $strAddPrivMessage = 'Hai aggiunto un nuovo privilegio.'; $strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):'; +$strAddToIndex = 'Aggiungi all\'indice  %s colonna/e'; $strAddUser = 'Aggiungi un nuovo utente'; $strAddUserMessage = 'Hai aggiunto un nuovo utente.'; $strAffectedRows = 'Righe affette:'; @@ -59,6 +60,8 @@ $strBrowse = 'Mostra'; $strBzip = '"compresso con bzip2"'; $strCantLoadMySQL = 'impossibile caricare l\'estensione MySQL,
controlla la configurazione di PHP.'; +$strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!'; +$strCardinality = 'Cardinalità'; $strCarriage = 'Ritorno carrello: \\r'; $strChange = 'Modifica'; $strCheckAll = 'Seleziona tutti'; @@ -71,6 +74,8 @@ $strConfirm = 'Sicuro di volerlo fare?'; $strCopyTable = 'Copia la tabella nel (database.tabella):'; $strCopyTableOK = 'La tabella %s è stata copiata su %s.'; $strCreate = 'Crea'; +$strCreateIndex = 'Crea un indice su  %s columns'; +$strCreateIndexTopic = 'Crea un nuovo indice'; $strCreateNewDatabase = 'Crea un nuovo database'; $strCreateNewTable = 'Crea una nuova tabella nel database '; $strCriteria = 'Criterio'; @@ -140,9 +145,12 @@ $strHostEmpty = 'Il nome di host $strIdxFulltext = 'Testo completo'; $strIfYouWish = 'Per caricare i dati solo per alcune colonne della tabella, specificare la lista dei campi (separati da virgole).'; +$strIgnore = 'Ignora'; $strIndex = 'Indice'; $strIndexHasBeenDropped = 'L\'indice %s è stato eliminato'; $strIndexes = 'Indici'; +$strIndexName = 'Nome dell\'indice :'; +$strIndexType = 'Tipo di indice :'; $strInsert = 'Inserisci'; $strInsertAsNewRow = 'Inserisci come nuova riga'; $strInsertedRows = 'Righe inserite:'; @@ -168,6 +176,7 @@ $strLogout = 'Disconnetti'; $strModifications = 'Le modifiche sono state salvate'; $strModify = 'Modifica'; +$strModifyIndexTopic = 'Modifica un indice'; $strMoveTable = 'Sposta la tabella nel (database.tabella):'; $strMoveTableOK = 'La tabella %s è stata spostata in %s.'; $strMySQLReloaded = 'MySQL riavviato.'; @@ -183,7 +192,10 @@ $strNo = ' No '; $strNoDatabases = 'Nessun database'; $strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.'; $strNoFrames = 'phpMyAdmin è più amichevole con un browser che supporta i frames'; +$strNoIndex = 'Nessun indice definito!'; +$strNoIndexPartsDefined = 'Nessuna parte di indice definita!'; $strNoModification = 'Nessun cambiamento'; +$strNone = 'Nessuno'; $strNoPassword = 'Nessuna Password'; $strNoPrivileges = 'Nessun Privilegio'; $strNoQuery = 'Nessuna query SQL!'; @@ -213,6 +225,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!)'; $strPrintView = 'Visualizza per stampa'; $strPrivileges = 'Privilegi'; $strProperties = 'Proprietà'; @@ -324,19 +338,4 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; // To translate -// Indexes -$strAddToIndex = 'Add to index  %s column(s)'; -$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!'; -$strCardinality = 'Cardinality'; -$strCreateIndex = 'Create an index on %s columns'; -$strCreateIndexTopic = 'Create a new index'; -$strIgnore = 'Ignore'; -$strIndexName = 'Index name :'; -$strIndexType = 'Index type :'; -$strModifyIndexTopic = 'Modify an index'; -$strNone = 'None'; -$strNoIndexPartsDefined = 'No index parts defined!'; -$strNoIndex = 'No index defined!'; -$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; -$strPrimaryKeyWarning = '("PRIMARY" must be the name of and only of a primary key!)'; ?>