From patchwork Tue Nov 3 14:30:04 2020 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: 3633 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4CQXHj3Z4Tz3why for ; Tue, 3 Nov 2020 14:30:09 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4CQXHj0sFFz1kl; Tue, 3 Nov 2020 14:30:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4CQXHh4Jx4z2yXQ; Tue, 3 Nov 2020 14:30:08 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4CQXHg06pGz2xd0 for ; Tue, 3 Nov 2020 14:30:07 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4CQXHf1DZnz1k1 for ; Tue, 3 Nov 2020 14:30:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1604413806; 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: in-reply-to:in-reply-to:references:references; bh=7QiNdl6C7Cjp6VnxMVGqU37IpZ6c9hB0rXt7Rmex4Q4=; b=GcLWHgL0wP9obFqF9U2m841d3PSzBgCucazns6QOtKJzqEui1vFBizFtD53lgRNc85VtRL O8wWSR1J1xkTmhCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1604413806; 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: in-reply-to:in-reply-to:references:references; bh=7QiNdl6C7Cjp6VnxMVGqU37IpZ6c9hB0rXt7Rmex4Q4=; b=Y9JQOszpK2dqWmcgDpq74SG4eZ3sGsBu9Tu8nnkHR9CANrnVrbvW+8miXqu34uCXQgTonF hRcLU7cuUS6lsrQBXmk6iXFqRpI3Ic6wFROfvXXdcMtiQLU/Gi95S2bbDrEx5NMpV5MPRc qATRgSkRlGue6AoN9BquR5uyeDKK43MqzdW+Y8Vq1shxE004zfiRf2S4FIi99f2TUqGHJy guQfguV2tP5LEcl7sF6n3S/g22in0oLLXfTtfbRmTmG5NS0m5kWDCoxSmubF6jY+HAajQD wXufUaad3VK4FaiWTH3z0YcxUel0GuBdsA/rEerZSuR8vuaHxh9ktjVt8b/y3Q== Subject: [PATCH 4/4] langs: Hrmpf, add forgotten string To: development@lists.ipfire.org References: <8cce16a8-5a92-acbb-28e7-68df2a95d887@ipfire.org> <1a62c4f6-61f7-0090-0875-76d203001a80@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: <2f6c117c-9d96-b83e-f3f1-1175b1947b0f@ipfire.org> Date: Tue, 3 Nov 2020 15:30:04 +0100 MIME-Version: 1.0 In-Reply-To: <1a62c4f6-61f7-0090-0875-76d203001a80@ipfire.org> Content-Language: en-US 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: Peter Müller --- html/cgi-bin/ipinfo.cgi | 1 - langs/de/cgi-bin/de.pl | 1 + langs/en/cgi-bin/en.pl | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/html/cgi-bin/ipinfo.cgi b/html/cgi-bin/ipinfo.cgi index 1b56e08f9..4d0e1f63a 100644 --- a/html/cgi-bin/ipinfo.cgi +++ b/html/cgi-bin/ipinfo.cgi @@ -152,7 +152,6 @@ END } } - print " \n"; print " \n"; diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 63b2844ec..c2c527851 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -1506,6 +1506,7 @@ 'ip alias added' => 'Externer IP-Alias hinzugefügt', 'ip alias changed' => 'Externer IP-Alias geändert', 'ip alias removed' => 'Externer IP-Alias entfernt', +'ip basic info' => 'Grundlegende IP-Informationen', 'ip info' => 'IP-Informationen', 'ip info for' => 'IP-Informationen für', 'ipfire has now rebooted' => 'IPFire wird neu gestartet.', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 1cdfe2bfd..29a72a377 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -1533,6 +1533,7 @@ 'ip alias added' => 'External IP alias added', 'ip alias changed' => 'External IP alias changed', 'ip alias removed' => 'External IP alias removed', +'ip basic info' => 'Basic IP information', 'ip info' => 'IP information', 'ip info' => 'IP information for', 'ipfire has now rebooted' => 'IPFire is rebooting now.',