From 63d00cd4530babb224362ac1061b2be7b27dfa31 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sat, 31 Oct 2020 15:48:01 +0100 Subject: [PATCH] forgot to add the language strings to the commit for avoid deletion of (super)admin Signed-off-by: Michael Kaufmann --- lng/english.lng.php | 1 + lng/german.lng.php | 1 + 2 files changed, 2 insertions(+) diff --git a/lng/english.lng.php b/lng/english.lng.php index 4629a53b..64e4e04c 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -2098,3 +2098,4 @@ $lng['serversettings']['phpfpm_settings']['custom_config']['description'] = 'Add $lng['serversettings']['awstats']['logformat']['title'] = 'LogFormat setting'; $lng['serversettings']['awstats']['logformat']['description'] = 'If you use customized logformat for your webserver, you need change the awstats LogFormat too.
Default is 1. For more information check documentation here.'; +$lng['error']['cannotdeletesuperadmin'] = 'The first admin cannot be deleted.'; diff --git a/lng/german.lng.php b/lng/german.lng.php index c7287d0e..350cde08 100644 --- a/lng/german.lng.php +++ b/lng/german.lng.php @@ -1745,3 +1745,4 @@ $lng['serversettings']['phpfpm_settings']['custom_config']['description'] = 'Fü $lng['serversettings']['awstats']['logformat']['title'] = 'LogFormat Einstellung'; $lng['serversettings']['awstats']['logformat']['description'] = 'Wenn ein benutzerdefiniertes LogFormat beim Webserver verwendet wird, muss LogFormat von awstats ebenso angepasst werden.
Standard ist 1. Für weitere Informationen siehe Dokumentation unter hier.'; +$lng['error']['cannotdeletesuperadmin'] = 'Der erste Administrator kann nicht gelöscht werden.';