From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] captive: added missing german localisation string Date: Wed, 08 Nov 2017 11:59:52 +0100 Message-ID: <20171108105952.32121-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5565019743761261417==" List-Id: --===============5565019743761261417== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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', -- 2.15.0 --===============5565019743761261417==--