From patchwork Sat Nov 25 06:39:34 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 1566 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 40A7560971 for ; Fri, 24 Nov 2017 20:39:45 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id D0A0C1B01; Fri, 24 Nov 2017 20:39:44 +0100 (CET) Received: from mx.link38.eu (mx.link38.eu [IPv6:2a03:4000:17:39a::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.link38.eu", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 6133D1942 for ; Fri, 24 Nov 2017 20:39:41 +0100 (CET) X-Virus-Scanned: ClamAV at mx.link38.eu Received: from mx-fra.brokers.link38.eu (mx-fra.brokers.link38.eu [10.141.75.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx.link38.eu (Postfix) with ESMTPS id A29CB40123 for ; Fri, 24 Nov 2017 20:39:35 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx-fra.brokers.link38.eu (Postfix) with ESMTPSA id D42719F392 for ; Fri, 24 Nov 2017 20:39:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=link38.eu; s=201711; t=1511552375; x=1574624375; bh=oz7zEKQ8Dz36ep2cjHHg9om6ZmtzhXOMVxclDf3OsAU=; h=Date:From:To:Subject:Message-ID:Content-Type:From:To:Subject:Date: Cc; b=mopcSSlZbPhil7xSOtV1nROh9Kpq9ex/hNqOTznAYKfDzC4OCwSvT74SbQBCf3f/P Iwgm0StHNZRk15UyRdy0FSv7ojVM+3FKXYMY6HY5VG9PrQ2jeTODDknuYIiUATxELA /FMpI6Vfg+RWsx4U+2T3k1DyKGEFjxL2nxo8AZgkx3nDz6F74tb5blJC8qhTkhnmtS xa6Bsia7jDxDsFcaTuNtqUAmZ0zD88QVMhmB9/5C/LazE8GNxt07vj7ulD85ilAaaa GhjmC1P6u5QY0diZEKDPiYEfflzpZUoE007Y0OtyURJ3F1ucgOnhwVOp/DxAJ5OIL4 1aYetqSZPBEyg== Date: Fri, 24 Nov 2017 20:39:34 +0100 From: Peter =?utf-8?q?M=C3=BCller?= To: "development@lists.ipfire.org" Subject: [PATCH] translate 'firewall hits' at netother.cgi Message-ID: <20171124203934.38bebfdb.peter.mueller@link38.eu> Organization: Link38 MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Also translate 'firewall hits' at the network status (other) page in WebUI. Signed-off-by: Peter Müller --- html/cgi-bin/netother.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/netother.cgi b/html/cgi-bin/netother.cgi index 1809abfda..dde1b603a 100644 --- a/html/cgi-bin/netother.cgi +++ b/html/cgi-bin/netother.cgi @@ -67,7 +67,7 @@ if ( $querry[0] =~ "fwhits"){ &Header::closebox(); } - &Header::openbox('100%', 'center', "Firewall Hits $Lang::tr{'graph'}"); + &Header::openbox('100%', 'center', "$Lang::tr{'firewallhits'} $Lang::tr{'graph'}"); &Graphs::makegraphbox("netother.cgi","fwhits","day"); &Header::closebox();