Italian translation updated, thanks to Pietro Danesi

This commit is contained in:
Loïc Chapeaux
2002-05-07 20:23:04 +00:00
parent cbf6a9693d
commit e51e84f294
2 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2002-05-07 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_relation.php3; libraries/display_tbl.lib.php3: added backquotes and
slashed some values.
* lang/italian.inc.php3: updated, thanks to Pietro Danesi.
2002-05-06 Marc Delisle <lem9@users.sourceforge.net>
* lang/romanian.inc.php3 updates thanks to Valics Lehel

View File

@@ -181,6 +181,7 @@ $strLimitNumRows = 'record per pagina';
$strLineFeed = 'Fine riga: \\n';
$strLines = 'Record';
$strLinesTerminatedBy = 'Linee terminate da';
$strLinkNotFound = 'Link non trovato';
$strLinksTo = 'Collegamenti a';
$strLocationTextfile = 'Percorso del file';
$strLogin = 'Connetti';
@@ -303,6 +304,7 @@ $strSingly = '(singolarmente)';
$strSize = 'Dimensione';
$strSort = 'Ordinamento';
$strSpaceUsage = 'Spazio utilizzato';
$strSQL = 'SQL';
$strSQLQuery = 'query SQL';
$strStatement = 'Istruzioni';
$strStrucCSV = 'dati CSV';
@@ -360,6 +362,4 @@ $strYes = ' Si ';
$strZip = '"compresso con zip"';
// To translate
$strSQL = 'SQL'; //to translate
$strLinkNotFound = 'Link not found'; //to translate
?>