fix missing language-strings

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-11-21 12:52:33 +01:00
parent 777991e0e3
commit 4b7ae46fd7
5 changed files with 14 additions and 6 deletions

View File

@@ -176,6 +176,8 @@ return [
'DOMAINNAME' => 'Replaces the customers standard-subdomain (can be empty if none is generated)',
],
'webserver' => 'Webserver',
'createzonefile' => 'Create dns zone for domain',
'custombindzone' => 'Custom / unmanaged zone file',
'bindzonewarning' => 'empty for defaults<br /><strong class="text-danger">ATTENTION:</strong> If you use a zonefile you will have to manage all required records for all sub-zones manually as well.',
'ipsandports' => [
'ipsandports' => 'IPs and Ports',
@@ -705,6 +707,8 @@ return [
'docroot' => 'Path from field above',
'homedir' => 'Home directory',
'docparent' => 'Parent-directory of path from field above',
'ssl_certificate_placeholder' => '---- BEGIN CERTIFICATE---' . PHP_EOL . '[...]' . PHP_EOL . '----END CERTIFICATE----',
'ssl_key_placeholder' => '---- BEGIN RSA PRIVATE KEY-----' . PHP_EOL . '[...]' . PHP_EOL . '-----END RSA PRIVATE KEY-----',
],
'domains' => [
'description' => 'Here you can create (sub-)domains and change their paths.<br />The system will need some time to apply the new settings after every change.',