From patchwork Wed May 13 15:08:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3085 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49MdNc0W64z3xQp for ; Wed, 13 May 2020 15:08:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49MdNZ3q3dz1kv; Wed, 13 May 2020 15:08:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49MdNW3pJNz2xrB; Wed, 13 May 2020 15:08:43 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49MdNT06tNz2xrB for ; Wed, 13 May 2020 15:08:41 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49MdNR5KF4zXh for ; Wed, 13 May 2020 15:08:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1589382519; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=g6w/SV4AYPgGmvtl5d/6IhzY35CwGnMwS7vAXOTSMa8=; b=DmQ9midNGiWgJhogGWkQPTqlvGUCGdJKfHW6y+C4cZh3zBUZLY8DgbM4frfPpb6PX1fT0p 1XiiATuH2SYueuDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1589382519; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=g6w/SV4AYPgGmvtl5d/6IhzY35CwGnMwS7vAXOTSMa8=; b=gbb7S2geNfWVZtjqa3WtaibxqlGC/t7RTd5goJafjjYZVmJBWlarkHA0KYTEa08uz4UIF9 lDAYIQNA01fyYfaB9h0bgKEZ+LzdSc5nt1i73eGYmQ4CZP04SBmfoTKULGOI4xBU8x4pTK 8HR56wUeUWb0FkzX5AX3tULUI0+gcgMAP87NpzfDfVccaDipLuEw/Y4RBvcJPekdsNBrat vCnPLwNf9yJeYCQzr9Fw2FVIBlMdscFqRTbqhJXTTarlaG3m3eOKXoA1lNOcGWmRTw2bVH Owd12L1Xb6prdXQli2lgCqpbgX0LLavfBHL5wkNw+S6EnRT7UFEBjwdBbfjPiA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] media.cgi: Added missing translation Date: Wed, 13 May 2020 17:08:34 +0200 Message-Id: <20200513150834.31160-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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" Signed-off-by: Matthias Fischer --- html/cgi-bin/media.cgi | 2 +- langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/html/cgi-bin/media.cgi b/html/cgi-bin/media.cgi index a33d69313..7ef6905bd 100644 --- a/html/cgi-bin/media.cgi +++ b/html/cgi-bin/media.cgi @@ -147,7 +147,7 @@ END my @iostat1 = qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print \$1}'); my @iostat2 = qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print \$5}'); my @iostat3 = qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print \$6}'); - print " \n

Transfers

"; + print " \n

$Lang::tr{'transfers}

"; my $i=0; for(my $i = 1; $i <= $#iostat1; $i++){ diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 0efb512cb..caa3d711e 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -2442,6 +2442,7 @@ 'trafficsum' => 'Total', 'trafficto' => 'Nach', 'transfer limits' => 'Transferbeschränkungen', +'transfers' => 'Datenübertragungen', 'transparent on' => 'Transparent auf', 'transport mode does not support vti' => 'VTI wird im Transport-Modus nicht unterstützt', 'tripwire' => 'Tripwire', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index c1b26b3ff..29c90de5d 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2475,6 +2475,7 @@ 'transfer limits' => 'Transfer limits', 'transparent on' => 'Transparent on', 'transport mode does not support vti' => 'VTI is not support in transport mode', +'transfers' => 'Data transfers', 'tripwire' => 'Tripwire', 'tripwire cronjob' => 'tripwire cronjob', 'tripwire functions' => 'tripwire functions',