From cac788476a1a62f16d80e7242e88b25665a1e993 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Fri, 13 May 2005 14:38:04 +0000 Subject: added polish translation this still needs some more debugging before it goes live but it's turned on in this version --- 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 d12a94f7..d0b26d80 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -13,6 +13,7 @@ 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", + "pl" => "Polski", # Eventually we will comment these in, when they are ready - PJM - 4/2005 # "es" => "Español", # "de" => "Deutsch", @@ -388,6 +389,7 @@ function html_header() { # use the defaults. Is this the way to override them? # print "English "; + print "Polski "; #print "Español "; #print "Deutsch "; #print "Français"; -- cgit v1.2.3-24-g4f1b