Italian translation updated thanks to Pietro Danesi

This commit is contained in:
Loïc Chapeaux
2002-05-17 13:01:07 +00:00
parent 940768d485
commit 0fd40bb47a
2 changed files with 8 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ $Source$
* libraries/display_tbl.lib.php3, line 1006: if a binary record contains
some html tags, display was broken. Thanks to
SailorMax <max at elcor.lv>.
* lang/italian.inc.php3: updated, thanks to Pietro Danesi.
2002-05-16 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* db_details_structure.php3; Documentation.html: coding standards.

View File

@@ -76,6 +76,7 @@ $strCheckTable = 'Controlla tabella';
$strColumn = 'Colonna';
$strColumnNames = 'Nomi delle colonne';
$strCompleteInserts = 'Inserimenti completi';
$strConfigureTableCoord = 'Prego, configurare le coordinate per la tabella %s';
$strConfirm = 'Sicuro di volerlo fare?';
$strCookiesRequired = 'Da questo punto in poi, i cookies devono essere abilitati.';
$strCopyTable = 'Copia la tabella nel (database<b>.</b>tabella):';
@@ -104,6 +105,7 @@ $strDelPassMessage = 'Hai cancellato la password per';
$strDescending = 'Decrescente';
$strDisplay = 'Visualizza';
$strDisplayOrder = 'Ordine di visualizzazione:';
$strDisplayPDF = 'Mostra lo schema del PDF';
$strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")';
$strDocu = 'Documentazione';
$strDoYouReally = 'Confermi: ';
@@ -230,6 +232,7 @@ $strOptions = 'Opzioni';
$strOr = 'Oppure';
$strOverhead = 'In eccesso';
$strPageNumber = 'Numero pagina:';
$strPartialText = 'Testo parziale';
$strPassword = 'Password';
$strPasswordEmpty = 'La password <20> vuota!';
@@ -284,6 +287,7 @@ $strRunQuery = 'Invia Query';
$strRunSQLQuery = 'Esegui la/e query SQL sul database %s';
$strSave = 'Salva';
$strScaleFactorSmall = 'Il fattore di scala &egrave; troppo piccolo per riempire lo schema nella pagina';
$strSelect = 'Seleziona';
$strSelectADb = 'Prego, selezionare un database';
$strSelectAll = 'Seleziona Tutto';
@@ -295,9 +299,12 @@ $strServerVersion = 'Versione MySQL';
$strSetEnumVal = 'Se il tipo di campo <20> "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...<br />Se comunque dovete mettere dei backslashes ("\") o dei single quote ("\'") davanti a questi valori, backslashateli (per esempio \'\\\\xyz\' o \'a\\\'b\').';
$strShow = 'Mostra';
$strShowAll = 'Mostra tutti';
$strShowColor = 'Mostra il colore';
$strShowCols = 'Mostra le colonne';
$strShowGrid = 'Mostra la griglia';
$strShowingRecords = 'Visualizzazione record ';
$strShowPHPInfo = 'Mostra le info sul PHP';
$strShowTableDimension = 'Mostra la dimensione delle tabelle';
$strShowTables = 'Mostra le tabelle';
$strShowThisQuery = 'Mostra questa query di nuovo';
$strSingly = '(singolarmente)';
@@ -362,11 +369,4 @@ $strYes = ' Si ';
$strZip = '"compresso con zip"';
// To translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strPageNumber = 'Page number:'; //to translate
$strShowGrid = 'Show grid'; //to translate
$strShowColor = 'Show color'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
?>