This commit is contained in:
Marc Delisle
2001-12-23 23:23:50 +00:00
parent 70548ddc11
commit efe2116dba
2 changed files with 7 additions and 4 deletions

View File

@@ -6,7 +6,8 @@ $Id$
$Source$
2001-12-23 Marc Delisle <lem9@users.sourceforge.net>
* links to new short doc pages are now completed
* links to new short doc pages are now completed
* updates to lang/italian.inc.php3, thanks to Pietro Danesi
2001-12-23 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_select.php3, lines 202-206: fixed bug #472728 - Many fields / IE 5.5

View File

@@ -260,6 +260,9 @@ $strRevokePriv = 'Revoca privilegi';
$strRowLength = 'Lunghezza riga';
$strRows = 'Righe';
$strRowsFrom = 'righe a partire da';
$strRowsModeHorizontal=" orizzontale "; //to translate
$strRowsModeOptions=" in modalit<69> %s e ripeti gli headers dopo %s celle "; //to translate
$strRowsModeVertical=" verticale "; //to translate
$strRowSize = 'Dimensione riga';
$strRowsStatistic = 'Statistiche righe';
$strRunning = 'in esecuzione su %s';
@@ -343,7 +346,6 @@ $strZip = '"compresso con zip"';
// To translate
$strRowsModeVertical=" vertical "; //to translate
$strRowsModeHorizontal=" horizontal "; //to translate
$strRowsModeOptions=" in %s mode and repeat headers after %s cells "; //to translate
?>