From e51e84f2941e38c1ceeaefdee24d011d557af596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Tue, 7 May 2002 20:23:04 +0000 Subject: [PATCH] Italian translation updated, thanks to Pietro Danesi --- ChangeLog | 1 + lang/italian.inc.php3 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95a60f53c..37fc1254e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2002-05-07 Loïc Chapeaux * 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 * lang/romanian.inc.php3 updates thanks to Valics Lehel diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 3a81336cd..d67b73a23 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -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 ?>