Translated german header in packfire.cgi

This commit is contained in:
Jan Paul Tuecking
2010-08-16 12:02:25 +02:00
parent 9f3e557b55
commit 40228ef46f
5 changed files with 6 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ if ($pakfiresettings{'ACTION'} eq 'install'){
system("$command");
system("/bin/sleep 1");
} else {
&Header::openbox("100%", "center", "Abfrage");
&Header::openbox("100%", "center", $Lang::tr{'request'});
my @output = `/usr/local/bin/pakfire resolvedeps --no-colors $pakfiresettings{'INSPAKS'}`;
print <<END;
<table><tr><td colspan='2'>$Lang::tr{'pakfire install package'}.$pakfiresettings{'INSPAKS'}.$Lang::tr{'pakfire possible dependency'}
@@ -104,7 +104,7 @@ END
system("$command");
system("/bin/sleep 1");
} else {
&Header::openbox("100%", "center", "Abfrage");
&Header::openbox("100%", "center", $Lang::tr{'request'});
my @output = `/usr/local/bin/pakfire resolvedeps --no-colors $pakfiresettings{'DELPAKS'}`;
print <<END;
<table><tr><td colspan='2'>$Lang::tr{'pakfire uninstall package'}.$pakfiresettings{'DELPAKS'}.$Lang::tr{'pakfire possible dependency'}