mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
langs: add changed strings to German and English translations
Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
4dc8de6f22
commit
358e42ffbf
@@ -625,7 +625,7 @@ END
|
||||
$rdns = gethostbyaddr($iaddr, AF_INET);
|
||||
}
|
||||
|
||||
if (!$rdns) { $rdns = $Lang::tr{'lookup failed'}; }
|
||||
if (!$rdns) { $rdns = $Lang::tr{'ptr lookup failed'}; }
|
||||
|
||||
# Mark ISP name servers as disabled
|
||||
if ($id <= 2 && $enabled eq "disabled") {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2019 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2020 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -293,7 +293,7 @@ sub printactivelogins()
|
||||
# get rDNS...
|
||||
my $iaddr = inet_aton($remoteip);
|
||||
my $rdns = gethostbyaddr($iaddr, AF_INET);
|
||||
if (!$rdns) { $rdns = $Lang::tr{'lookup failed'}; };
|
||||
if (!$rdns) { $rdns = $Lang::tr{'ptr lookup failed'}; };
|
||||
|
||||
my $table_colour = ($id++ % 2) ? $color{'color22'} : $color{'color20'};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user