tbl_qbe.php3: added language support (stripped all static text) (Feat.req.: #443959)

This commit is contained in:
Geert Lund
2001-07-24 05:09:46 +00:00
parent 12db7ed4a7
commit ec19d46d55
21 changed files with 211 additions and 211 deletions

View File

@@ -11,8 +11,8 @@ $byteUnits = array("Bytes", "KB", "MB", "GB");
$strAccessDenied = "Accesso negato";
$strAction = "Azione";
$strAddDeleteColumn = ""; //to translate, but its not in use ...
$strAddDeleteRow = ""; //to translate, but its not in use ...
$strAddDeleteColumn = "Add/Delete Field Columns"; //to translate (tbl_qbe.php3)
$strAddDeleteRow = "Add/Delete Criteria Row"; //to translate (tbl_qbe.php3)
$strAddNewField = "Aggiungi un nuovo campo";
$strAddPriv = "Aggiungi un nuovo privilegio";
$strAddPrivMessage = "Hai aggiunto un nuovo privilegio.";
@@ -23,7 +23,7 @@ $strAfter = "Dopo";
$strAll = "Tutti";
$strAlterOrderBy = "Altera tabella ordinata per";
$strAnalyzeTable = "Analizza tabella";
$strAnd = ""; //to translate, but its not in use ...
$strAnd = "And"; //to translate (tbl_qbe.php3)
$strAnIndex = "E' stato aggiunto un indice per ";
$strAny = "Qualsiasi";
$strAnyColumn = "Qualsiasi colonna";
@@ -32,7 +32,7 @@ $strAnyHost = "Qualsiasi host";
$strAnyTable = "Qualsiasi tabella";
$strAnyUser = "Qualsiasi utente";
$strAPrimaryKey = "E' stata creata una chiave primaria per ";
$strAscending = ""; //to translate, but its not in use ...
$strAscending = "Ascending"; //to translate (tbl_qbe.php3)
$strAtBeginningOfTable = "All'inizio della tabella";
$strAtEndOfTable = "Alla fine della tabella";
$strAttr = "Attributi";
@@ -60,7 +60,7 @@ $strCopyTableOK = "La tabella \$table
$strCreate = "Crea";
$strCreateNewDatabase = "Crea un nuovo database";
$strCreateNewTable = "Crea una nuova tabella nel database ";
$strCriteria = ""; //to translate, but its not in use ...
$strCriteria = "Criteria"; //to translate (tbl_qbe.php3)
$strData = "Dati";
$strDatabase = "Database ";
@@ -74,7 +74,7 @@ $strDeleteFailed = "Cancellazione fallita!";
$strDeletePassword = "Cancella Password";
$strDeleteUserMessage = "Hai cancellato l'utente";
$strDelPassMessage = "Hai cancellato la password per";
$strDescending = ""; //to translate, but its not in use ...
$strDescending = "Desending"; //to translate (tbl_qbe.php3)
$strDisableMagicQuotes = "<b>Attenzione:</b> Hai l'opzione 'magic_quotes_gpc' abilitata nel file di configurazione di PHP. Questa versione di PhpMyAdmin non funziona correttamente con essa. Fai riferimento alla sezione relativa alla configurazione del manuale PHP per informazioni su come disabilitarla.";
$strDisplay = "Visualizza";
$strDoAQuery = "Esegui \"query da esempio\" (carattere jolly: \"%\")";
@@ -140,7 +140,7 @@ $strLogin = ""; //to translate, but its not in use ...
$strLogout = "Disconnetti";
$strModifications = "Le modifiche sono state salvate";
$strModify = ""; //to translate, but its not in use ...
$strModify = "Modify"; //to translate (tbl_qbe.php3)
$strMySQLReloaded = "MySQL riavviato.";
$strMySQLSaid = "Messaggio di MySQL: ";
$strMySQLShowProcess = "Visualizza processi in esecuzione";
@@ -162,7 +162,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 = "O";
$strOverhead = "Overhead"; //to translate
$strPassword = "Password";
@@ -205,7 +205,7 @@ $strRows = "Righe";
$strRowsFrom = "righe a partire da";
$strRowsStatistic = "Statistiche righe";
$strRunning = "in esecuzione su ";
$strRunQuery = ""; //to translate, but its not in use ...
$strRunQuery = "Submit Query"; //to translate (tbl_qbe.php3)
$strRunSQLQuery = "Esegui una/pi<70> query SQL sul database ";
$strSave = "Salva";
@@ -219,7 +219,7 @@ $strShow = "Mostra";
$strShowingRecords = "Visualizzazione record ";
$strSingly = "(singolarmente)";
$strSize = "Dimensione";
$strSort = ""; //to translate, but its not in use ...
$strSort = "Sort"; //to translate (tbl_qbe.php3)
$strSpaceUsage = "Spazio utilizzato";
$strSQLQuery = "query SQL";
$strStatement = "Istruzioni";
@@ -250,13 +250,13 @@ $strUnique = "Unica";
$strUpdatePassMessage = "Hai aggiornato la password per";
$strUpdatePassword = "Aggiorna Password";
$strUpdatePrivMessage = "Hai aggiornato i permessi per";
$strUpdateQuery = ""; //to translate, but its not in use ...
$strUpdateQuery = "Update Query"; //to translate (tbl_qbe.php3)
$strUsage = "Utilizzo";
$strUser = "Utente";
$strUserEmpty = "Il nome utente <20> vuoto!";
$strUserName = "Nome utente";
$strUsers = "Utenti";
$strUseTables = ""; //to translate, but its not in use ...
$strUseTables = "Use Tables"; //to translate (tbl_qbe.php3)
$strValue = "Valore";
$strViewDump = "Visualizza dump (schema) della tabella";