committed giovanni's 20060807 italian patch

This commit is contained in:
pjmattal 2006-08-08 01:01:51 +00:00
parent c3a90420e2
commit 13a58b287c
7 changed files with 40 additions and 18 deletions

View file

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