diff --git a/ChangeLog b/ChangeLog index c3652f1d0..5ead97c13 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-05-25 Alexander M. Turek + * lang/italian.inc.php3: Updates, thanks again to + Pietro Danesi . + 2002-05-24 Alexander M. Turek * header.inc.php3, images/bkg.gif: Tried to "fix" bug (?) #558155. * Documentation.*: The Mozilla textarea bug also appears in Mozilla 1.0-RC3. diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index d3a67b9cd..1d58e0dd0 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -69,6 +69,7 @@ $strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!'; $strCardinality = 'Cardinalità'; $strCarriage = 'Ritorno carrello: \\r'; $strChange = 'Modifica'; +$strChangeDisplay = 'Scegli il campo da mostrare'; $strChangePassword = 'Cambia password'; $strCheckAll = 'Seleziona tutti'; $strCheckDbPriv = 'Controlla i privilegi del database'; @@ -124,6 +125,7 @@ $strEmptyResultSet = 'MySQL ha restituito un insieme vuoto (i.e. zero righe).'; $strEnd = 'Fine'; $strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese'; $strError = 'Errore'; +$strExplain = 'Spiega il codice SQL'; $strExport = 'Esporta'; $strExportToXML = 'Esporta in formato XML'; $strExtendedInserts = 'Inserimenti estesi'; @@ -214,6 +216,7 @@ $strNoIndexPartsDefined = 'Nessuna parte di indice definita!'; $strNoModification = 'Nessun cambiamento'; $strNone = 'Nessuno'; $strNoPassword = 'Nessuna Password'; +$strNoPhp = 'senza codice PHP'; $strNoPrivileges = 'Nessun Privilegio'; $strNoQuery = 'Nessuna query SQL!'; $strNoRights = 'Non hai i permessi per effettuare questa operazione!'; @@ -222,6 +225,8 @@ $strNotNumber = 'Questo non $strNotValidNumber = ' non è una riga valida!'; $strNoUsersFound = 'Nessun utente trovato.'; $strNull = 'Null'; +$strNumSearchResultsInTable = '%s corrisponde/ono nella tabella %s'; +$strNumSearchResultsTotal = 'Totale: %s corrispondenza/e'; $strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi char e varchar devono essere delimitati dal carattere indicato.'; $strOperations = 'Operazioni'; @@ -239,6 +244,7 @@ $strPasswordEmpty = 'La password $strPasswordNotSame = 'La password non coincide!'; $strPdfInvalidPageNum = 'Pagina del PDF non definita!'; $strPdfInvalidTblName = 'La tabella "%s" non esiste!'; +$strPhp = 'Crea il codice PHP'; $strPHPVersion = 'Versione PHP'; $strPmaDocumentation = 'Documentazione di phpMyAdmin'; $strPmaUriError = 'La direttiva $cfg[\'PmaAbsoluteUri\'] DEVE essere impostata nel file di configurazione!'; @@ -290,6 +296,16 @@ $strRunSQLQuery = 'Esegui la/e query SQL sul database %s'; $strSave = 'Salva'; $strScaleFactorSmall = 'Il fattore di scala è troppo piccolo per riempire lo schema nella pagina'; +$strSearch = 'Cerca'; +$strSearchFormTitle = 'Cerca nel database'; +$strSearchInTables = 'Nella/e tabella/e:'; +$strSearchNeedle = 'parola/e o valore/i da cercare (carattere jolly: "%"):'; +$strSearchOption1 = 'almeno una delle parole'; +$strSearchOption2 = 'tutte le parole'; +$strSearchOption3 = 'la frase esatta'; +$strSearchOption4 = 'come espressione regolare'; +$strSearchResultsFor = 'Cerca i risultati per "%s" %s:'; +$strSearchType = 'Trova:'; $strSelect = 'Seleziona'; $strSelectADb = 'Prego, selezionare un database'; $strSelectAll = 'Seleziona Tutto'; @@ -313,6 +329,7 @@ $strSingly = '(singolarmente)'; $strSize = 'Dimensione'; $strSort = 'Ordinamento'; $strSpaceUsage = 'Spazio utilizzato'; +$strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").'; $strSQL = 'SQL'; $strSQLQuery = 'query SQL'; $strStatement = 'Istruzioni'; @@ -321,6 +338,7 @@ $strStrucData = 'Struttura e dati'; $strStrucDrop = 'Aggiungi \'drop table\''; $strStrucExcelCSV = 'CSV per dati Ms Excel'; $strStrucOnly = 'Solo struttura'; +$strStructPropose = 'Proponi la struttura della tabella'; $strStructure = 'Struttura'; $strSubmit = 'Invia'; $strSuccess = 'La query è stata eseguita con successo'; @@ -371,22 +389,4 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; // To translate -$strChangeDisplay = 'Choose Field to display'; //to translate -$strNumSearchResultsInTable = '%s match(es) inside table %s';//to translate -$strNumSearchResultsTotal = 'Total: %s match(es)';//to translate -$strSearch = 'Search';//to translate -$strSearchFormTitle = 'Search in database';//to translate -$strSearchInTables = 'Inside table(s):';//to translate -$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate -$strSearchOption1 = 'at least one of the words';//to translate -$strSearchOption2 = 'all words';//to translate -$strSearchOption3 = 'the exact phrase';//to translate -$strSearchOption4 = 'as regular expression';//to translate -$strSearchResultsFor = 'Search results for "%s" %s:';//to translate -$strSearchType = 'Find:';//to translate -$strSplitWordsWithSpace = 'Words are splitted by a space character (" ").';//to translate -$strStructPropose = 'Propose table structure'; //to translate -$strExplain = 'Explain SQL Code'; //to translate -$strPhp = 'Create PHP Code'; //to translate -$strNoPhp = 'without PHP Code'; //to translate -?> +?> \ No newline at end of file