add language strings for configfiles
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -2060,11 +2060,9 @@ $lng['2fa']['2fa_ga_desc'] = 'Your account is set up to use time-based one-time
|
||||
$lng['admin']['logviewenabled'] = 'Enable access to access/error-logs';
|
||||
$lng['panel']['viewlogs'] = 'View logfiles';
|
||||
$lng['panel']['not_configured'] = 'System not configured yet. Click here to go to configurations.';
|
||||
$lng['panel']['done_configuring'] = 'When you are done configuring all required / desired services,<br>click the link below';
|
||||
$lng['panel']['ihave_configured'] = 'I have configured the services';
|
||||
$lng['panel']['system_is_configured'] = 'System is already set as configured';
|
||||
$lng['panel']['system_is_configured'] = '<i class="fa-solid fa-circle-exclamation me-1"></i>System is already set as configured';
|
||||
$lng['panel']['settings_before_configuration'] = 'Please be sure you adjusted the settings prior to configuring the services here';
|
||||
$lng['panel']['alternative_cmdline_config'] = 'Alternatively, just run the following command as root-user in your shell to configure the services automatically';
|
||||
$lng['tasks']['DELETE_DOMAIN_PDNS'] = 'Delete domain %domain% from PowerDNS database';
|
||||
$lng['tasks']['DELETE_DOMAIN_SSL'] = 'Delete ssl files of domain %domain%';
|
||||
$lng['admin']['novhostcontainer'] = '<br><br><small class="text-danger">None of the IPs and ports has the "' . $lng['admin']['ipsandports']['create_vhostcontainer'] . '" option enabled, many settings here will not be available</small>';
|
||||
@@ -2148,3 +2146,8 @@ $lng['ssl_certificates']['valid_from'] = 'Valid from';
|
||||
$lng['ssl_certificates']['valid_until'] = 'Valid until';
|
||||
$lng['ssl_certificates']['issuer'] = 'Issuer';
|
||||
$lng['panel']['listing_empty'] = 'No entries found';
|
||||
$lng['admin']['configfiles']['finishnote'] = 'Parameter file generated successfully. Now run the following command as root:';
|
||||
$lng['admin']['configfiles']['description'] = 'Configure the system services';
|
||||
$lng['admin']['configfiles']['skipconfig'] = 'Don\'t (re)configure';
|
||||
$lng['admin']['configfiles']['recommendednote'] = 'Recommended/required services based on current system settings';
|
||||
$lng['admin']['configfiles']['selectrecommended'] = 'Select recommended';
|
||||
|
||||
@@ -1706,11 +1706,9 @@ $lng['2fa']['2fa_ga_desc'] = 'Das Konto ist eingerichtet, um zeitbasierte Einmal
|
||||
$lng['admin']['logviewenabled'] = 'Zugriff auf access/error-Logdateien';
|
||||
$lng['panel']['viewlogs'] = 'Logdateien einsehen';
|
||||
$lng['panel']['not_configured'] = 'Das System wurde noch nicht konfiguriert. Klicke auf den Button um die Installation zu starten.';
|
||||
$lng['panel']['done_configuring'] = 'Nach Abschluss der Konfiguration der Dienste,<br>untenstehenden Link klicken';
|
||||
$lng['panel']['ihave_configured'] = 'Ich habe die Dienste konfiguriert';
|
||||
$lng['panel']['system_is_configured'] = 'Das System ist bereits konfiguriert';
|
||||
$lng['panel']['system_is_configured'] = '<i class="fa-solid fa-circle-exclamation me-1"></i>Das System ist bereits konfiguriert';
|
||||
$lng['panel']['settings_before_configuration'] = 'Stelle sicher, dass die Einstellungen angepasst wurden bevor die Dienste konfiguriert werden.';
|
||||
$lng['panel']['alternative_cmdline_config'] = 'Alternativ, führe den folgenden Befehl als root-Benutzer auf der Shell aus, um die Dienste automatisch zu konfigurieren.';
|
||||
$lng['tasks']['DELETE_DOMAIN_PDNS'] = 'Lösche Domain %domain% von PowerDNS Datenbank';
|
||||
$lng['tasks']['DELETE_DOMAIN_SSL'] = 'Lösche SSL Dateien von Domain %domain%';
|
||||
$lng['admin']['novhostcontainer'] = '<br><br><small class="text-danger">Keine der IPs und Ports hat die Option "' . $lng['admin']['ipsandports']['create_vhostcontainer'] . '" aktiviert, einige Einstellungen sind daher nicht verfügbar.</small>';
|
||||
@@ -1790,3 +1788,8 @@ $lng['serversettings']['acmeshpath']['description'] = 'Installationspfad zu acme
|
||||
$lng['panel']['usage_statistics'] = 'Resourcen-Verbrauch';
|
||||
$lng['panel']['security_question'] = 'Sicherheitsabfrage';
|
||||
$lng['panel']['listing_empty'] = 'Keine Einträge gefunden';
|
||||
$lng['admin']['configfiles']['finishnote'] = 'Parameter Datei erfolgreich erstellt. Folgende Befehle müssen als root ausgeführt werden:';
|
||||
$lng['admin']['configfiles']['description'] = 'System-Dienste konfigurieren';
|
||||
$lng['admin']['configfiles']['skipconfig'] = 'Nicht (erneut) konfigurieren';
|
||||
$lng['admin']['configfiles']['recommendednote'] = 'Empfohlene/benötigte Dienste ahand der aktuellen Systemeinstellungen';
|
||||
$lng['admin']['configfiles']['selectrecommended'] = 'Empfohlene wählen';
|
||||
|
||||
Reference in New Issue
Block a user