diff --git a/ChangeLog b/ChangeLog index 2b742bafe..699801729 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ $Source$ 2001-10-28 Loïc Chapeaux * main.php3: removed an other display of the socket used and the port used if the 'verbose' setting exists for a server. + * lang/italian.inc.php3: updated thanks to Pietro Danesi. 2001-10-28 Loïc Chapeaux * main.php3: diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 9f7de072f..b97f06c48 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -50,6 +50,7 @@ $strAttr = 'Attributi'; $strBack = 'Indietro'; $strBinary = 'Binario'; $strBinaryDoNotEdit = 'Tipo di dato Binario - non modificare'; +$strBookmarkDeleted = 'Il bookmark è stato cancellato.'; $strBookmarkLabel = 'Etichetta'; $strBookmarkQuery = 'Query SQL aggiunte ai preferiti'; $strBookmarkThis = 'Aggiungi ai preferiti questa query SQL'; @@ -323,5 +324,5 @@ $strYes = ' Si '; $strZip = '"compresso con zip"'; // To translate -$strBookmarkDeleted = 'The bookmark has been deleted.'; + ?>