From da50574c69dc88d2fd5180083c63f1996a7a5bb9 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Fri, 22 Apr 2005 04:37:26 +0000 Subject: added English language selector back in --- web/lib/aur.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'web') diff --git a/web/lib/aur.inc b/web/lib/aur.inc index d3f609c1..d12a94f7 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -13,9 +13,10 @@ include_once("aur_po.inc"); $LOGIN_TIMEOUT = 1800; # number of idle seconds before timeout $SUPPORTED_LANGS = array( # what languages we have translations for "en" => "English", - "es" => "Español", - "de" => "Deutsch", - "fr" => "Français", + # Eventually we will comment these in, when they are ready - PJM - 4/2005 + # "es" => "Español", + # "de" => "Deutsch", + # "fr" => "Français", ); # debugging variables @@ -386,7 +387,7 @@ function html_header() { # XXX CSS help - a:link, a:visited, etc are defined, but I don't want to # use the defaults. Is this the way to override them? # - #print "English "; + print "English "; #print "Español "; #print "Deutsch "; #print "Français"; -- cgit v1.2.3-24-g4f1b