From 63796a556e9dcf3b44fb92fb8eea25a8dd88d0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Mon, 24 Sep 2001 19:49:57 +0000 Subject: [PATCH] * Feature request #463164 (Add ability to move -rename- across db's) * updated thanks to Pietro Danesi --- lang/italian.inc.php3 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index d82c456c1..ae58a4aef 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -141,7 +141,7 @@ $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).'; $strIndex = 'Indice'; -$strIndexHasBeenDropped = 'L'indice %s è stato eliminato'; +$strIndexHasBeenDropped = 'L\'indice %s è stato eliminato'; $strIndexes = 'Indici'; $strInsert = 'Inserisci'; $strInsertAsNewRow = 'Inserisci come nuova riga'; @@ -184,6 +184,7 @@ $strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.'; $strNoModification = 'Nessun cambiamento'; $strNoPassword = 'Nessuna Password'; $strNoPrivileges = 'Nessun Privilegio'; +$strNoQuery = 'Nessuna query SQL!'; $strNoRights = 'Non hai i permessi per effettuare questa operazione!'; $strNoTablesFound = 'Non ci sono tabelle nel database.'; $strNotNumber = 'Questo non è un numero!'; @@ -324,5 +325,7 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; // To translate -$strNoQuery = 'No SQL query!'; //to translate +$strCopyTable = 'Copy table to (database.table):'; +$strMoveTable = 'Move table to (database.table):'; +$strMoveTableOK = 'Table %s has been moved to %s.'; ?>