From 8f25d155b3b24b3d170278798048473c48206c2f Mon Sep 17 00:00:00 2001 From: swiergot Date: Fri, 2 Sep 2005 14:51:49 +0000 Subject: added Italian translation from voidnull --- web/lib/aur.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/lib') diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 49f40e06..09119a89 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -15,6 +15,7 @@ $LOGIN_TIMEOUT = 1800; # number of idle seconds before timeout $SUPPORTED_LANGS = array( # what languages we have translations for "en" => "English", "pl" => "Polski", + "it" => "Italiano", # Eventually we will comment these in, when they are ready - PJM - 4/2005 # "es" => "Español", # "de" => "Deutsch", @@ -392,6 +393,7 @@ function html_header() { # print "English "; print "Polski "; + print "Italiano "; #print "Español "; #print "Deutsch "; #print "Français"; -- cgit v1.2.3-24-g4f1b