(it) Updates

This commit is contained in:
Alexander M. Turek
2002-11-29 14:13:15 +00:00
parent 2277454f1e
commit 7011771f66
3 changed files with 7 additions and 8 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2002-11-29 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/italian.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2002-11-29 Marc Delisle <lem9@users.sourceforge.net> 2002-11-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php3, tbl_select.php3, tbl_properties_operations.php3: * tbl_change.php3, tbl_select.php3, tbl_properties_operations.php3:
bug 645173 wrong back link for inserts bug 645173 wrong back link for inserts

View File

@@ -259,6 +259,7 @@ $strNotValidNumber = ' non
$strNull = 'Null'; $strNull = 'Null';
$strNumSearchResultsInTable = '%s corrisponde/ono nella tabella <i>%s</i>'; $strNumSearchResultsInTable = '%s corrisponde/ono nella tabella <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totale:</b> <i>%s</i> corrispondenza/e'; $strNumSearchResultsTotal = '<b>Totale:</b> <i>%s</i> corrispondenza/e';
$strNumTables = 'Tabelle';
$strOK = 'OK'; $strOK = 'OK';
$strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi <I>char</I> e <I>varchar</I> devono essere delimitati dal carattere indicato.'; $strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi <I>char</I> e <I>varchar</I> devono essere delimitati dal carattere indicato.';
@@ -406,6 +407,7 @@ $strTheContent = 'Il contenuto del file
$strTheContents = 'Il contenuto del file sostituisce le righe della tabella con la stessa chiave primaria o chiave unica.'; $strTheContents = 'Il contenuto del file sostituisce le righe della tabella con la stessa chiave primaria o chiave unica.';
$strTheTerminator = 'Il carattere terminatore dei campi.'; $strTheTerminator = 'Il carattere terminatore dei campi.';
$strTotal = 'Totali'; $strTotal = 'Totali';
$strTotalUC = 'Totale';
$strType = 'Tipo'; $strType = 'Tipo';
$strUncheckAll = 'Deseleziona tutti'; $strUncheckAll = 'Deseleziona tutti';
@@ -439,8 +441,4 @@ $strYes = ' Si ';
$strZip = '"compresso con zip"'; $strZip = '"compresso con zip"';
// To translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
?> ?>

View File

@@ -260,6 +260,7 @@ $strNotValidNumber = ' non è una riga valida!';
$strNull = 'Null'; $strNull = 'Null';
$strNumSearchResultsInTable = '%s corrisponde/ono nella tabella <i>%s</i>'; $strNumSearchResultsInTable = '%s corrisponde/ono nella tabella <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totale:</b> <i>%s</i> corrispondenza/e'; $strNumSearchResultsTotal = '<b>Totale:</b> <i>%s</i> corrispondenza/e';
$strNumTables = 'Tabelle';
$strOK = 'OK'; $strOK = 'OK';
$strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi <I>char</I> e <I>varchar</I> devono essere delimitati dal carattere indicato.'; $strOftenQuotation = 'In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi <I>char</I> e <I>varchar</I> devono essere delimitati dal carattere indicato.';
@@ -407,6 +408,7 @@ $strTheContent = 'Il contenuto del file è stato inserito.';
$strTheContents = 'Il contenuto del file sostituisce le righe della tabella con la stessa chiave primaria o chiave unica.'; $strTheContents = 'Il contenuto del file sostituisce le righe della tabella con la stessa chiave primaria o chiave unica.';
$strTheTerminator = 'Il carattere terminatore dei campi.'; $strTheTerminator = 'Il carattere terminatore dei campi.';
$strTotal = 'Totali'; $strTotal = 'Totali';
$strTotalUC = 'Totale';
$strType = 'Tipo'; $strType = 'Tipo';
$strUncheckAll = 'Deseleziona tutti'; $strUncheckAll = 'Deseleziona tutti';
@@ -440,8 +442,4 @@ $strYes = ' Si ';
$strZip = '"compresso con zip"'; $strZip = '"compresso con zip"';
// To translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
?> ?>