mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
ExtraHD page is now multilingual.
This commit is contained in:
4
html/cgi-bin/extrahd.cgi
Normal file → Executable file
4
html/cgi-bin/extrahd.cgi
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user