diff options
author | swiergot <swiergot> | 2006-06-09 10:37:34 +0200 |
---|---|---|
committer | swiergot <swiergot> | 2006-06-09 10:37:34 +0200 |
commit | 83e054c3013c1c1e8ff38646eb6149f58b69fc40 (patch) | |
tree | 944a3d3e2d06932c83bb6689e4db4163f314fc80 /web/lib | |
parent | a9e3864817ad30f754ce43f34869392a15ae4325 (diff) | |
download | aur-83e054c3013c1c1e8ff38646eb6149f58b69fc40.tar.gz aur-83e054c3013c1c1e8ff38646eb6149f58b69fc40.tar.xz |
Forgot to enable the German translation.
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/aur.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 81e5a458..1461a6ad 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -20,7 +20,7 @@ $SUPPORTED_LANGS = array( # what languages we have translations for "pt" => "Português", # Eventually we will comment these in, when they are ready - PJM - 4/2005 "es" => "Español", - # "de" => "Deutsch", + "de" => "Deutsch", # "fr" => "Français", ); @@ -399,7 +399,7 @@ function html_header() { print "<a href='".$_SERVER["PHP_SELF"]."?setlang=ca'><span class='sideBarSmallHeader'>Català</span></a> "; print "<a href='".$_SERVER["PHP_SELF"]."?setlang=pt'><span class='sideBarSmallHeader'>Português</span></a> "; print "<a href='".$_SERVER["PHP_SELF"]."?setlang=es'><span class='sideBarSmallHeader'>Español</span></a> "; - #print "<a href='".$_SERVER["PHP_SELF"]."?setlang=de'><span class='sideBarSmallHeader'>Deutsch</span></a> "; + print "<a href='".$_SERVER["PHP_SELF"]."?setlang=de'><span class='sideBarSmallHeader'>Deutsch</span></a> "; #print "<a href='".$_SERVER["PHP_SELF"]."?setlang=fr'><span class='sideBarSmallHeader'>Français</span></a>"; print " </td>\n"; print " </tr>\n"; |