Revert "Merge pull request #318 from Churro/froxlorMerge_33ab67a"
This reverts commit4f2ee129fd, reversing changes made tof284d67843.
This commit is contained in:
@@ -1971,22 +1971,4 @@ $lng['domains']['termination_date'] = 'Date of termination';
|
||||
$lng['domains']['termination_date_overview'] = 'canceled until ';
|
||||
|
||||
$lng['panel']['set'] = 'Apply';
|
||||
|
||||
// Added for Vhost templates
|
||||
$lng['menue']['vhostsettings']['maintitle'] = 'VHost Configurations';
|
||||
$lng['admin']['vhostsettings']['title'] = 'VHost Configuration';
|
||||
$lng['admin']['vhostsettings']['addnew'] = 'Add new configuration';
|
||||
$lng['admin']['vhostsettings']['addsettings'] = 'Create a VHost configuration';
|
||||
$lng['admin']['vhostsettings']['editsettings'] = 'Edit a VHost configuration';
|
||||
$lng['admin']['vhostsettings']['vhostsettings'] = 'Predefined VHost configuration';
|
||||
$lng['admin']['vhostsettings']['novhostsettings'] = 'No predefined VHost configuration';
|
||||
$lng['admin']['vhostconfig']['socket_dir'] = 'Will be replaced with the corresponding Unix socket path, e.g. /var/run/domain-php-fpm.socket.';
|
||||
$lng['admin']['vhostconfig']['docroot'] = 'Will be replaced with the DocumentRoot.';
|
||||
$lng['admin']['vhostconfig']['ip'] = 'Will be replaced with the IP address of the Vhost.';
|
||||
$lng['admin']['vhostconfig']['port'] = 'Will be replaced with the port number of the Vhost.';
|
||||
$lng['admin']['vhostconfig']['scheme'] = 'Will be set to <strong>http</strong> or <strong>https</strong> in case SSL / TLS is activated for the Vhost.';
|
||||
$lng['admin']['vhostconfig']['vhost_usedefaultlocation']['title'] = 'Use the standard Vhost location directives';
|
||||
$lng['admin']['vhostconfig']['vhost_usedefaultlocation']['desc'] = 'If deactivated, the standard Vhost location directives, such as <br>location / { ... }<br> location @rewrites { ... }<br> location ~ ^(.+?\.php)(/.*)?$ { ... }<br> are excluded from the Vhost configuration file.';
|
||||
$lng['question']['vhostsetting_reallydelete'] = 'Do you really want to delete the Vhost template?';
|
||||
|
||||
$lng['admin']['server_templates'] = 'Templates';
|
||||
|
||||
@@ -1611,22 +1611,4 @@ $lng['domains']['termination_date'] = 'Kündigungsdatum';
|
||||
$lng['domains']['termination_date_overview'] = 'gekündigt zum ';
|
||||
|
||||
$lng['panel']['set'] = 'Setzen';
|
||||
|
||||
// Added for Vhost templates
|
||||
$lng['menue']['vhostsettings']['maintitle'] = 'VHost-Konfigurationen';
|
||||
$lng['admin']['vhostsettings']['title'] = 'VHost-Konfiguration';
|
||||
$lng['admin']['vhostsettings']['addnew'] = 'Neue Konfiguration erstellen';
|
||||
$lng['admin']['vhostsettings']['addsettings'] = 'VHost-Konfiguration erstellen';
|
||||
$lng['admin']['vhostsettings']['editsettings'] = 'VHost-Konfiguration bearbeiten';
|
||||
$lng['admin']['vhostsettings']['vhostsettings'] = 'Vordefinierte VHost-Konfiguration';
|
||||
$lng['admin']['vhostsettings']['novhostsettings'] = 'Keine VHost-Konfiguration';
|
||||
$lng['admin']['vhostconfig']['socket_dir'] = 'Wird mit dem jeweiligen Unix Socket Pfad ersetzt (z.B. /var/run/domain-php-fpm.socket).';
|
||||
$lng['admin']['vhostconfig']['docroot'] = 'Wird mit dem DocumentRoot ersetzt.';
|
||||
$lng['admin']['vhostconfig']['ip'] = 'Wird mit der IP-Adresse des Vhosts ersetzt.';
|
||||
$lng['admin']['vhostconfig']['port'] = 'Wird mit dem Port des Vhosts ersetzt.';
|
||||
$lng['admin']['vhostconfig']['scheme'] = 'Wird mit <strong>http</strong> bzw. mit <strong>https</strong> ersetzt, sofern der Vhost SSL/TLS aktiviert hat.';
|
||||
$lng['admin']['vhostconfig']['vhost_usedefaultlocation']['title'] = 'Standard VHost location-Direktiven verwenden';
|
||||
$lng['admin']['vhostconfig']['vhost_usedefaultlocation']['desc'] = 'Wenn deaktiviert, werden Standard VHost-Direktiven wie <br>location / { ... }<br> location @rewrites { ... }<br> location ~ ^(.+?\.php)(/.*)?$ { ... }<br> nicht in die Konfigurationsdatei geschrieben.';
|
||||
$lng['question']['vhostsetting_reallydelete'] = 'Wollen Sie diese VHost-Vorlage wirklich löschen?';
|
||||
|
||||
$lng['admin']['server_templates'] = 'Vorlagen';
|
||||
|
||||
Reference in New Issue
Block a user