* Feature request #463164 (Add ability to move -rename- across db's)
* updated thanks to Pietro Danesi
This commit is contained in:
@@ -141,7 +141,7 @@ $strHostEmpty = 'Il nome di host
|
|||||||
$strIdxFulltext = 'Testo completo';
|
$strIdxFulltext = 'Testo completo';
|
||||||
$strIfYouWish = 'Per caricare i dati solo per alcune colonne della tabella, specificare la lista dei campi (separati da virgole).';
|
$strIfYouWish = 'Per caricare i dati solo per alcune colonne della tabella, specificare la lista dei campi (separati da virgole).';
|
||||||
$strIndex = 'Indice';
|
$strIndex = 'Indice';
|
||||||
$strIndexHasBeenDropped = 'L'indice %s <EFBFBD> stato eliminato';
|
$strIndexHasBeenDropped = 'L\'indice %s <20> stato eliminato';
|
||||||
$strIndexes = 'Indici';
|
$strIndexes = 'Indici';
|
||||||
$strInsert = 'Inserisci';
|
$strInsert = 'Inserisci';
|
||||||
$strInsertAsNewRow = 'Inserisci come nuova riga';
|
$strInsertAsNewRow = 'Inserisci come nuova riga';
|
||||||
@@ -184,6 +184,7 @@ $strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.';
|
|||||||
$strNoModification = 'Nessun cambiamento';
|
$strNoModification = 'Nessun cambiamento';
|
||||||
$strNoPassword = 'Nessuna Password';
|
$strNoPassword = 'Nessuna Password';
|
||||||
$strNoPrivileges = 'Nessun Privilegio';
|
$strNoPrivileges = 'Nessun Privilegio';
|
||||||
|
$strNoQuery = 'Nessuna query SQL!';
|
||||||
$strNoRights = 'Non hai i permessi per effettuare questa operazione!';
|
$strNoRights = 'Non hai i permessi per effettuare questa operazione!';
|
||||||
$strNoTablesFound = 'Non ci sono tabelle nel database.';
|
$strNoTablesFound = 'Non ci sono tabelle nel database.';
|
||||||
$strNotNumber = 'Questo non <20> un numero!';
|
$strNotNumber = 'Questo non <20> un numero!';
|
||||||
@@ -324,5 +325,7 @@ $strYes = ' Si ';
|
|||||||
$strZip = '"compresso con zip"';
|
$strZip = '"compresso con zip"';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strNoQuery = 'No SQL query!'; //to translate
|
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||||
|
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||||
|
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user