ExtraHD page is now multilingual.

This commit is contained in:
Jan Paul Tuecking
2009-11-27 07:48:26 +01:00
parent 29a909498d
commit 388ba7bcb0

4
html/cgi-bin/extrahd.cgi Normal file → Executable file
View File

@@ -126,7 +126,7 @@ if ($errormessage) {
############################################################################################################################
############################################################################################################################
&Header::openbox('100%', 'center', 'ExtraHD');
&Header::openbox('100%', 'center', $Lang::tr{'extrahd'});
open( FILE, "< $devicefile" ) or die "Unable to read $devicefile";
@devices = <FILE>;
close FILE;
@@ -164,7 +164,7 @@ END
&Header::closebox();
&Header::openbox('100%', 'center', 'Gefundene Laufwerke');
&Header::openbox('100%', 'center', $Lang::tr{'extrahd founded drives'});
print <<END
<table border='0' width='600' cellspacing="0">
END