Italian translation updated thanks to Pietro Danesi

This commit is contained in:
Loïc Chapeaux
2001-10-30 21:33:27 +00:00
parent 7207ec9c1f
commit 7aa7b1737f
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ $Source$
2001-10-28 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* 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<4C>c Chapeaux <lolo@phpheaven.net>
* main.php3:

View File

@@ -50,6 +50,7 @@ $strAttr = 'Attributi';
$strBack = 'Indietro';
$strBinary = 'Binario';
$strBinaryDoNotEdit = 'Tipo di dato Binario - non modificare';
$strBookmarkDeleted = 'Il bookmark <20> 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.';
?>