Added Italian language patch 20070921 from Giovanni Scafora

This commit is contained in:
Paul Mattal 2007-09-22 08:06:20 -04:00
parent 988ecc442c
commit 8d11961ee7
7 changed files with 43 additions and 43 deletions

View file

@ -5,8 +5,8 @@
include_once("translator.inc");
global $_t;
$_t["it"]["Click on the Home link above to log in."] = "Fare clic su Inizio per autenticarsi.";
$_t["it"]["Click on the Home link above to log in."] = "Clicca su Inizio per autenticarti.";
$_t["it"]["Your session has timed out. You must log in again."] = "La sessione è scaduta. Autenticarsi di nuovo.";
$_t["it"]["Your session has timed out. You must log in again."] = "La sessione è scaduta, autenticati di nuovo.";
?>