From patchwork Wed Nov 8 21:59:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1524 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 85341612C2 for ; Wed, 8 Nov 2017 12:02:13 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 898D83550; Wed, 8 Nov 2017 12:02:12 +0100 (CET) Received: from Devel.localdomain (p5B0A3944.dip0.t-ipconnect.de [91.10.57.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45A4E3532 for ; Wed, 8 Nov 2017 11:59:57 +0100 (CET) From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] captive: added missing german localisation string Date: Wed, 8 Nov 2017 11:59:52 +0100 Message-Id: <20171108105952.32121-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.15.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" Signed-off-by: Matthias Fischer --- langs/de/cgi-bin/de.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 6dff5d781..2e5385d28 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -2332,6 +2332,7 @@ 'unix password sync' => 'Unix Password Sync', 'unix shell' => 'UNIX-Shell', 'unknown' => 'Unbekannt', +'unlimited' => 'Unbegrenzt', 'unnamed' => 'Unbenannt', 'update' => 'Aktualisieren', 'update accelerator' => 'Update-Accelerator',