From 1033f502b1b7307b216187a50838760427e819be Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Thu, 19 Jan 2017 14:09:51 +0100 Subject: [PATCH] add missing language strings, fixes #1705 Signed-off-by: Michael Kaufmann (d00p) --- lng/english.lng.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lng/english.lng.php b/lng/english.lng.php index e3b96eda..c8c7313f 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -2065,3 +2065,5 @@ $lng['admin']['domain_hsts_preload']['description'] = 'If you would like this do $lng['serversettings']['nginx_http2_support']['title'] = 'Nginx HTTP2 Support'; $lng['serversettings']['nginx_http2_support']['description'] = 'enable http2 support for ssl. ENABLE ONLY IF YOUR Nginx SUPPORT THIS FEATURE. (version 1.9.5+)'; + +$lng['error']['noipportgiven'] = 'No IP/port given';