Merge remote-tracking branch 'origin/2.1.x'
This commit is contained in:
@@ -456,10 +456,6 @@ return [
|
||||
'directory_browsing' => 'Procházení obsahu adresáře',
|
||||
'pathoptions_edit' => 'Upravit možnosti cesty',
|
||||
'execute_perl' => 'Spustit perl/CGI',
|
||||
'backup' => 'Vytvořit zálohu',
|
||||
'backup_web' => 'Zálohovat web-data',
|
||||
'backup_mail' => 'Zálohovat mail-data',
|
||||
'backup_dbs' => 'Zálohovat databáze',
|
||||
],
|
||||
'ftp' => [
|
||||
'description' => 'Zde můžeš tvořit a upravovat tvé FTP-účty.<br />Změny jsou uskutečněny okamžitě a účty mohou být použity ihned.',
|
||||
@@ -549,7 +545,6 @@ return [
|
||||
'extras' => 'Extra',
|
||||
'directoryprotection' => 'Ochrana adresáře',
|
||||
'pathoptions' => 'Možnosti cesty',
|
||||
'backup' => 'Záloha',
|
||||
],
|
||||
'traffic' => [
|
||||
'traffic' => 'Provoz',
|
||||
@@ -815,9 +810,6 @@ return [
|
||||
'caa_entry' => [
|
||||
'title' => 'Generovat CAA DNS záznamy',
|
||||
],
|
||||
'backupenabled' => [
|
||||
'title' => 'Povolit zálohy pro zákazníky',
|
||||
],
|
||||
'mail_smtp_passwd' => 'SMTP heslo',
|
||||
],
|
||||
'success' => [
|
||||
|
||||
@@ -46,6 +46,8 @@ return [
|
||||
'2fa_overview_desc' => 'Hier kann für das Konto eine Zwei-Faktor-Authentisierung aktiviert werden.<br><br>Es kann entweder eine Authenticator-App (time-based one-time password / TOTP) genutzt werden oder ein Einmalpasswort, welches nach erfolgreichem Login an die hinterlegte E-Mail Adresse gesendet wird.',
|
||||
'2fa_email_desc' => 'Das Konto ist eingerichtet, um Einmalpasswörter per E-Mail zu erhalten. Zum Deaktivieren, klicke auf "2FA deaktivieren"',
|
||||
'2fa_ga_desc' => 'Das Konto ist eingerichtet, um zeitbasierte Einmalpasswörter via Authenticator-App zu erhalten. Um die gewünschte Authenticator-App einzurichten, scanne bitte den untenstehenden QR-Code. Zum Deaktivieren, klicke auf "2FA deaktivieren"',
|
||||
'2fa_not_activated' => 'Zwei-Faktor Authentifizierung ist nicht aktiviert',
|
||||
'2fa_not_activated_for_user' => 'Zwei-Faktor Authentifizierung ist für den aktuellen Benutzer nicht aktiviert',
|
||||
],
|
||||
'admin' => [
|
||||
'overview' => 'Übersicht',
|
||||
@@ -489,6 +491,8 @@ return [
|
||||
'adminguide' => 'Admin Guide',
|
||||
'userguide' => 'User Guide',
|
||||
'apiguide' => 'API Guide',
|
||||
'domain_duplicate' => 'Domain duplizieren',
|
||||
'domain_duplicate_named' => '%s duplizieren',
|
||||
],
|
||||
'apikeys' => [
|
||||
'no_api_keys' => 'Keine API Keys gefunden',
|
||||
@@ -525,7 +529,8 @@ return [
|
||||
'cron_usage_report' => 'Webspace- und Trafficreport',
|
||||
'cron_mailboxsize' => 'Berechnung der Mailbox-Größen',
|
||||
'cron_letsencrypt' => 'Aktualisierung der Let\'s Encrypt Zertifikate',
|
||||
'cron_backup' => 'Ausstehende Sicherungen erstellen',
|
||||
'cron_export' => 'Ausstehende Datenexporte erstellen',
|
||||
'cron_backup' => 'System- und Kunden-Sicherungen erstellen',
|
||||
],
|
||||
'cronjob' => [
|
||||
'cronjobsettings' => 'Cronjob-Einstellungen',
|
||||
@@ -642,6 +647,7 @@ return [
|
||||
],
|
||||
'domain' => [
|
||||
'openbasedirpath' => 'OpenBasedir-Pfad',
|
||||
'inherited' => 'Gleich wie Elterndomain',
|
||||
'docroot' => 'Oben angegebener Pfad',
|
||||
'homedir' => 'Heimverzeichnis',
|
||||
'docparent' => 'Elternverzeichnis des oben angegebenen Pfads',
|
||||
@@ -665,9 +671,6 @@ return [
|
||||
'aliasdomains' => 'Aliasdomains',
|
||||
'redirectifpathisurl' => 'Redirect-Code (Standard: leer)',
|
||||
'redirectifpathisurlinfo' => 'Der Redirect-Code kann gewählt werden, wenn der eingegebene Pfad eine URL ist.<br/><strong class="text-danger">HINWEIS:</strong> Änderungen werden nur wirksam wenn der Pfad eine URL ist.',
|
||||
'issubof' => 'Diese Domain ist eine Subdomain von der Domain',
|
||||
'issubofinfo' => 'Diese Einstellung muss gesetzt werden, wenn Sie eine Subdomain einer Hauptdomain als Hauptdomain anlegen (z. B. soll "www.domain.tld" hinzugefügt werden, somit muss hier "domain.tld" ausgewählt werden).',
|
||||
'nosubtomaindomain' => 'Keine Subdomain einer Hauptdomain',
|
||||
'ipandport_multi' => [
|
||||
'title' => 'IP-Adresse(n)',
|
||||
'description' => 'Definieren Sie eine oder mehrere IP-Adresse(n) für diese Domain.<br /><br /><div class="text-danger">Hinweis: Die IP-Adressen können nicht geändert werden, sollte die Domain als <strong>Alias-Domain</strong> für eine andere Domain konfiguriert worden sein.</div>',
|
||||
@@ -700,6 +703,7 @@ return [
|
||||
'openbasedirenabled' => 'Openbasedir Einschränkung',
|
||||
'hsts' => 'HSTS aktiviert',
|
||||
'aliasdomainid' => 'ID der Alias-Domain',
|
||||
'nodomainsassignedbyadmin' => 'Diesem Account wurde noch keine (aktive) Domain zugewiesen. Bitte kontaktiere deinen Administrator, wenn du der Meinung bist, das ist nicht korrekt.',
|
||||
],
|
||||
'emails' => [
|
||||
'description' => 'Hier können Sie Ihre E-Mail-Adressen einrichten.<br />Ein Konto ist wie Ihr Briefkasten vor der Haustür. Wenn jemand eine E-Mail an Sie schreibt, wird diese in dieses Konto gelegt.<br /><br />Die Zugangsdaten lauten wie folgt: (Die Angaben in <i>kursiver</i> Schrift sind durch die jeweiligen Einträge zu ersetzen)<br /><br />Hostname: <b><i>Domainname</i></b><br />Benutzername: <b><i>Kontoname / E-Mail-Adresse</i></b><br />Passwort: <b><i>das gewählte Passwort</i></b>',
|
||||
@@ -770,11 +774,12 @@ return [
|
||||
'domainisaliasorothercustomer' => 'Die ausgewählte Aliasdomain ist entweder selbst eine Aliasdomain, hat nicht die gleiche IP/Port-Kombination oder gehört einem anderen Kunden.',
|
||||
'emailexistalready' => 'Die E-Mail-Adresse "%s" existiert bereits.',
|
||||
'maindomainnonexist' => 'Die Hauptdomain "%s" existiert nicht.',
|
||||
'maindomaindeactivated' => 'Die Hauptdomain "%s" ist deaktiviert.',
|
||||
'destinationnonexist' => 'Bitte geben Sie Ihre Weiterleitungsadresse im Feld \'Nach\' ein.',
|
||||
'destinationalreadyexistasmail' => 'Die Weiterleitung zu "%s" existiert bereits als aktive E-Mail-Adresse.',
|
||||
'destinationalreadyexist' => 'Es existiert bereits eine Weiterleitung nach "%s".',
|
||||
'destinationiswrong' => 'Die Weiterleitungsadresse "%s" enthält ungültige Zeichen oder ist nicht vollständig.',
|
||||
'backupfoldercannotbedocroot' => 'Der Ordner für Backups darf nicht das Heimatverzeichnis sein, wählen Sie einen Ordner unterhalb des Heimatverzeichnisses, z.B. /backups',
|
||||
'dumpfoldercannotbedocroot' => 'Der Ordner für Daten-Export darf nicht das Heimatverzeichnis sein, wählen Sie einen Ordner unterhalb des Heimatverzeichnisses, z.B. /dumps',
|
||||
'templatelanguagecombodefined' => 'Die gewählte Kombination aus Sprache und Vorlage ist bereits definiert.',
|
||||
'templatelanguageinvalid' => 'Die gewählte Sprache existiert nicht',
|
||||
'ipstillhasdomains' => 'Die IP/Port-Kombination, die Sie löschen wollen, ist noch bei einer oder mehreren Domains eingetragen. Bitte ändern Sie die Domains vorher auf eine andere IP/Port-Kombination, um diese löschen zu können.',
|
||||
@@ -877,6 +882,9 @@ return [
|
||||
'moveofcustomerfailed' => 'Das Verschieben des Kunden ist fehlgeschlagen. Alle übrigen Änderungen wurden durchgeführt und gespeichert.<br><br>Fehlermeldung: %s',
|
||||
'domain_import_error' => 'Der folgende Fehler trat beim Importieren der Domains auf: %s',
|
||||
'fcgidandphpfpmnogoodtogether' => 'FCGID und PHP-FPM können nicht gleichzeitig aktiviert werden.',
|
||||
'no_apcuinfo' => 'Keine APCu Cache Informationen verfügbar. APCu scheint nicht installiert zu sein.',
|
||||
'no_opcacheinfo' => 'Keine OPCache Informationen verfügbar. OPCache scheint nicht installiert zu sein.',
|
||||
'inactive_opcacheinfo' => 'OPCache ist installiert, aber nicht aktiviert.',
|
||||
'nowildcardwithletsencrypt' => 'Let\'s Encrypt kann mittels ACME Wildcard-Domains nur via DNS validieren, sorry. Bitte den ServerAlias auf WWW setzen oder deaktivieren',
|
||||
'customized_version' => 'Es scheint als wäre die Froxlor Installation angepasst worden. Kein Support, sorry.',
|
||||
'autoupdate_0' => 'Unbekannter Fehler',
|
||||
@@ -891,8 +899,8 @@ return [
|
||||
'autoupdate_10' => 'Minimum unterstützte Version von PHP ist 7.4.0',
|
||||
'autoupdate_11' => 'Webupdate ist deaktiviert',
|
||||
'mailaccistobedeleted' => 'Ein vorheriges Konto mit dem gleichen Namen (%s) wird aktuell noch gelöscht und kann daher derzeit nicht angelegt werden',
|
||||
'customerhasongoingbackupjob' => 'Es gibt noch einen austehenden Backup-Job. Bitte haben Sie etwas Geduld.',
|
||||
'backupfunctionnotenabled' => 'Die Sicherungs-Funktion is nicht aktiviert',
|
||||
'customerhasongoingexportjob' => 'Es gibt noch einen austehenden Daten-Export. Bitte haben Sie etwas Geduld.',
|
||||
'exportfunctionnotenabled' => 'Die Datenexport-Funktion is nicht aktiviert',
|
||||
'dns_domain_nodns' => 'DNS ist für diese Domain nicht aktiviert',
|
||||
'dns_content_empty' => 'Keinen Inhalt angegeben',
|
||||
'dns_content_invalid' => 'DNS Eintrag ungültig',
|
||||
@@ -914,6 +922,7 @@ return [
|
||||
'domain_nopunycode' => 'Die Eingabe von Punycode (IDNA) ist nicht notwendig. Die Domain wird automatisch konvertiert.',
|
||||
'dns_record_toolong' => 'Records/Labels können maximal 63 Zeichen lang sein',
|
||||
'noipportgiven' => 'Keine IP/Port angegeben',
|
||||
'nosslippportgiven' => 'Wenn SSL aktiviert ist, muss eine SSL IP/Port angegeben werden',
|
||||
'jsonextensionnotfound' => 'Diese Funktion benötigt die PHP json-Erweiterung.',
|
||||
'cannotdeletesuperadmin' => 'Der erste Administrator kann nicht gelöscht werden.',
|
||||
'no_wwwcnamae_ifwwwalias' => 'Es kann kein CNAME Eintrag für "www" angelegt werden, da die Domain einen www-Alias aktiviert hat. Ändere diese Einstellung auf "Kein Alias" oder "Wildcard Alias"',
|
||||
@@ -927,6 +936,10 @@ return [
|
||||
'invalidcronjobintervalvalue' => 'Cronjob Intervall muss einer der folgenden Werte sein: %s',
|
||||
'phpgdextensionnotavailable' => 'Die PHP GD Extension ist nicht verfügbar. Bild-Daten können nicht validiert werden.',
|
||||
'2fa_wrongcode' => 'Der angegebene Code ist nicht korrekt',
|
||||
'gnupgextensionnotavailable' => 'Die PHP GnuPG Extension ist nicht verfügbar. PGP Schlüssel können nicht validiert werden.',
|
||||
'invalidpgppublickey' => 'Der angegebene PGP Public Key ist ungültig',
|
||||
'invalid_validtime' => 'Wert der valid_time in Sekunden muss zwischen 10 und 120 liegen.',
|
||||
'customerphpenabledbutnoconfig' => 'Kunde hat PHP aktiviert aber keine PHP-Konfiguration wurde gewählt.',
|
||||
],
|
||||
'extras' => [
|
||||
'description' => 'Hier können Sie zusätzliche Extras einrichten, wie zum Beispiel einen Verzeichnisschutz.<br />Die Änderungen sind erst nach einer kurzen Zeit wirksam.',
|
||||
@@ -946,10 +959,10 @@ return [
|
||||
'execute_perl' => 'Perl/CGI ausführen',
|
||||
'htpasswdauthname' => 'Grund der Authentifizierung (AuthName)',
|
||||
'directoryprotection_edit' => 'Verzeichnisschutz bearbeiten',
|
||||
'backup' => 'Sicherung erstellen',
|
||||
'backup_web' => 'Web-Daten sichern',
|
||||
'backup_mail' => 'E-Mail Daten sichern',
|
||||
'backup_dbs' => 'Datenbanken sichern',
|
||||
'export' => 'Datenexport erstellen',
|
||||
'dump_web' => 'Web-Daten hinzufügen',
|
||||
'dump_mail' => 'E-Mail Daten hinzufügen',
|
||||
'dump_dbs' => 'Datenbanken hinzufügen',
|
||||
'path_protection_label' => '<strong class="text-danger">Wichtig</strong>',
|
||||
'path_protection_info' => 'Wir raten dringend dazu den angegebenen Pfad zu schützen, siehe "Extras" -> "Verzeichnisschutz"',
|
||||
],
|
||||
@@ -1098,7 +1111,7 @@ Vielen Dank, Ihr Administrator',
|
||||
'extras' => 'Extras',
|
||||
'directoryprotection' => 'Verzeichnisschutz',
|
||||
'pathoptions' => 'Pfadoptionen',
|
||||
'backup' => 'Sicherung',
|
||||
'export' => 'Datenexport',
|
||||
],
|
||||
'traffic' => [
|
||||
'traffic' => 'Traffic',
|
||||
@@ -1194,10 +1207,15 @@ Vielen Dank, Ihr Administrator',
|
||||
'ftpdesc' => 'FTP-Beschreibung',
|
||||
'letsencrypt' => 'Benutzt Let\'s encrypt',
|
||||
'set' => 'Setzen',
|
||||
'backuppath' => [
|
||||
'title' => 'Pfad zur Ablage der Backups',
|
||||
'description' => 'In diesem Ordner werden die Backups abgelegt. Wenn das Sichern von Web-Daten aktiviert ist, werden alle Dateien aus dem Heimatverzeichnis gesichert, exklusive des hier angegebenen Backup-Ordners.',
|
||||
'exportpath' => [
|
||||
'title' => 'Pfad zur Ablage des Exports',
|
||||
'description' => 'In diesem Ordner werden die Export-Archive abgelegt. Wenn Web-Daten exportiert werden, werden alle Dateien aus dem Heimatverzeichnis gesichert, exklusive des hier angegebenen Ordners.',
|
||||
],
|
||||
'export_pgp_public_key' => [
|
||||
'title' => 'Öffentlicher PGP-Schlüssel',
|
||||
'description' => 'Der öffentliche PGP-Schlüssel, mit dem die Exporte verschlüsselt werden sollen. Wenn kein Schlüssel angegeben ist, werden die Exporte nicht verschlüsselt.',
|
||||
],
|
||||
'pgp_public_key' => 'Öffentlicher PGP-Schlüssel',
|
||||
'none_value' => 'Keine',
|
||||
'viewlogs' => 'Logdateien einsehen',
|
||||
'not_configured' => 'Das System wurde noch nicht konfiguriert. Klicke auf den Button um die Installation zu starten.',
|
||||
@@ -1226,6 +1244,8 @@ Vielen Dank, Ihr Administrator',
|
||||
'description' => 'Wähle das zu durchsuchende Feld aus'
|
||||
],
|
||||
'upload_import' => 'Hochladen und importieren',
|
||||
'profile' => 'Mein Profil',
|
||||
'use_checkbox_for_unlimited' => 'Der Wert "0" deaktiviert die Resource. Die Checkbox rechts erlaubt "unlimitierte" Nutzung.',
|
||||
],
|
||||
'phpfpm' => [
|
||||
'vhost_httpuser' => 'Lokaler Benutzer für PHP-FPM (Froxlor-Vhost)',
|
||||
@@ -1264,7 +1284,7 @@ Vielen Dank, Ihr Administrator',
|
||||
'email_reallydelete_forwarder' => 'Wollen Sie die Weiterleitung "%s" wirklich löschen?',
|
||||
'extras_reallydelete' => 'Wollen Sie den Verzeichnisschutz für "%s" wirklich löschen?',
|
||||
'extras_reallydelete_pathoptions' => 'Wollen Sie die Optionen für den Pfad "%s" wirklich löschen?',
|
||||
'extras_reallydelete_backup' => 'Wollen Sie die geplante Sicherung wirklich löschen?',
|
||||
'extras_reallydelete_export' => 'Wollen Sie den geplanten Daten-Export wirklich löschen?',
|
||||
'ftp_reallydelete' => 'Wollen Sie das FTP-Benutzerkonto "%s" wirklich löschen?',
|
||||
'mysql_reallydelete' => 'Wollen Sie die Datenbank "%s" wirklich löschen?<br />ACHTUNG! Alle Daten gehen unwiderruflich verloren!',
|
||||
'admin_configs_reallyrebuild' => 'Wollen Sie wirklich alle Konfigurationsdateien neu erstellen lassen?',
|
||||
@@ -1280,7 +1300,6 @@ Vielen Dank, Ihr Administrator',
|
||||
'admin_quotas_reallyenforce' => 'Sind Sie sicher, dass Sie allen Benutzern das Default-Quota zuweisen wollen? Dies kann nicht rückgängig gemacht werden!',
|
||||
'phpsetting_reallydelete' => 'Wollen Sie diese PHP-Einstellungen wirklich löschen? Alle Domains die diese Einstellungen bis jetzt verwendet haben, werden dann auf die Standardeinstellungen umgestellt.',
|
||||
'fpmsetting_reallydelete' => 'Wollen Sie diese PHP-FPM Einstellungen wirklich löschen? Alle PHP Konfigurationen die diese Einstellungen bis jetzt verwendet haben, werden dann auf die Standardeinstellungen umgestellt.',
|
||||
'remove_subbutmain_domains' => 'Auch Domains entfernen, welche als volle Domains hinzugefügt wurden, aber Subdomains von dieser Domain sind?',
|
||||
'customer_reallyunlock' => 'Wollen Sie den Kunden "%s" wirklich entsperren?',
|
||||
'admin_integritycheck_reallyfix' => 'Möchten Sie wirklich versuchen sämtliche Datenbank-Integritätsprobleme automatisch zu beheben?',
|
||||
'plan_reallydelete' => 'Wollen Sie den Hostingplan %s wirklich löschen?',
|
||||
@@ -1917,9 +1936,9 @@ Vielen Dank, Ihr Administrator',
|
||||
'title' => 'Zusätzliche CAA DNS Einträge',
|
||||
'description' => 'DNS Certification Authority Authorization (CAA) verwendet das Domain Name System, um dem Besitzer einer Domain die Möglichkeit zu bieten, gewisse Zertifizierungsstellen (CAs) dazu zu berechtigen,<br>ein Zertifikat für die betroffene Domain auszustellen. CAA Records sollen verhindern, dass Zertifikate fälschlicherweise für eine Domain ausgestellt werden.<br><br>Der Inhalt dieses Feldes wird direkt in die DNS Zone übernommen (eine Zeile pro CAA Record). Wenn Let\'s Encrypt für eine Domain aktiviert wurde und die obige Option aktiviert wurde, wird immer automatisch dieser Eintrag angefügt und muss nicht selber angegeben werden:<br><code>0 issue "letsencrypt.org"</code> (Wenn wildcard aktiviert ist, wird statdessen issuewild benutzt).<br>Um Incident Reporting per Mail zu aktivieren, muss eine <code>iodef</code> Zeile angefügt werden. Ein Beispiel für einen Report an <code>me@example.com</code> wäre:<br><code>0 iodef "mailto:me@example.com"</code><br><br><strong>ACHTUNG:</strong> Der Code wird nicht auf Fehler geprüft. Etwaige Fehler werden also auch übernommen. Die CAA finalen Einträge könnten daher falsch sein!',
|
||||
],
|
||||
'backupenabled' => [
|
||||
'title' => 'Backup für Kunden aktivieren',
|
||||
'description' => 'Wenn dies aktiviert ist, kann der Kunde Sicherungen planen (cron-backup) welche ein Archiv in sein Heimatverzeichnis ablegt (Unterordner vom Kunden wählbar)',
|
||||
'exportenabled' => [
|
||||
'title' => 'Daten-Export für Kunden aktivieren',
|
||||
'description' => 'Wenn dies aktiviert ist, kann der Kunde Daten-Exporte planen (cron-export) welche ein Archiv in sein Heimatverzeichnis ablegen (Unterordner vom Kunden wählbar)',
|
||||
],
|
||||
'dnseditorenable' => [
|
||||
'title' => 'DNS Editor aktivieren',
|
||||
@@ -2011,12 +2030,8 @@ Vielen Dank, Ihr Administrator',
|
||||
'description' => 'Der Inhalt dieses Feldes wird direkt in den IP/Port-vHost-Container übernommen. Die folgenden Variablen können verwendet werden:<br/><code>{DOMAIN}</code>, <code>{DOCROOT}</code>, <code>{CUSTOMER}</code>, <code>{IP}</code>, <code>{PORT}</code>, <code>{SCHEME}</code>, <code>{FPMSOCKET}</code> (wenn zutreffend)<br/><br /><strong>ACHTUNG:</strong> Der Code wird nicht auf Fehler geprüft. Etwaige Fehler werden also auch übernommen. Der Webserver könnte nicht mehr starten!',
|
||||
],
|
||||
'includedefault_sslvhostconf' => 'Nicht-SSL vHost-Einstellungen in SSL-vHost inkludieren',
|
||||
'apply_specialsettings_default' => [
|
||||
'title' => 'Standardwert für "Übernehme Einstellungen für alle Subdomains (*.beispiel.de)\' Einstellung beim Bearbeiten einer Domain',
|
||||
],
|
||||
'apply_phpconfigs_default' => [
|
||||
'title' => 'Standardwert für "PHP-Config für alle Subdomains übernehmen:\' Einstellung beim Bearbeiten einer Domain',
|
||||
],
|
||||
'apply_specialsettings_default' => 'Standardwert für "Übernehme Einstellungen für alle Subdomains (*.beispiel.de)" Einstellung beim Bearbeiten einer Domain',
|
||||
'apply_phpconfigs_default' => 'Standardwert für "PHP-Config für alle Subdomains übernehmen:" Einstellung beim Bearbeiten einer Domain',
|
||||
'awstats' => [
|
||||
'logformat' => [
|
||||
'title' => 'LogFormat Einstellung',
|
||||
@@ -2081,6 +2096,11 @@ Vielen Dank, Ihr Administrator',
|
||||
'title' => 'Rate-Limit-Intervall',
|
||||
'description' => 'Zeit in Sekunden für die maximale Anzahl von HTTP-Anfragen, Standard ist "60".',
|
||||
],
|
||||
'option_requires_otp' => 'Das Ändern dieser Einstellung erfordert OTP Validierung',
|
||||
'panel_menu_collapsed' => [
|
||||
'title' => 'Menüabschnitte einklappen',
|
||||
'description' => 'Bei Deaktivierung werden die Menübereiche auf der linken Seite immer aufgeklappt angezeigt.',
|
||||
],
|
||||
],
|
||||
'spf' => [
|
||||
'use_spf' => 'Aktiviere SPF für Domains?',
|
||||
@@ -2093,8 +2113,8 @@ Vielen Dank, Ihr Administrator',
|
||||
'settingssaved' => 'Die Einstellungen wurden erfolgreich gespeichert.',
|
||||
'rebuildingconfigs' => 'Task für Neuerstellung der Konfigurationen wurde erfolgreich eingetragen',
|
||||
'domain_import_successfully' => 'Erfolgreich %s Domains importiert.',
|
||||
'backupscheduled' => 'Ihre Sicherung wurde erfolgreich geplant. Bitte warten Sie nun, bis diese abgearbeitet wurde.',
|
||||
'backupaborted' => 'Die geplante Sicherung wurde abgebrochen',
|
||||
'exportscheduled' => 'Ihr Daten-Export wurde erfolgreich geplant. Bitte warten Sie nun, bis dieser bearbeitet wurde.',
|
||||
'exportaborted' => 'Der geplante Daten-Export wurde abgebrochen',
|
||||
'dns_record_added' => 'Eintrag erfolgreich hinzugefügt',
|
||||
'dns_record_deleted' => 'Eintrag erfolgreich entfernt',
|
||||
'testmailsent' => 'Test E-Mail erfolgreich gesendet',
|
||||
@@ -2113,7 +2133,7 @@ Vielen Dank, Ihr Administrator',
|
||||
'DELETE_EMAIL_DATA' => 'E-Mail-Dateien des Kunden löschen',
|
||||
'DELETE_FTP_DATA' => 'Kunden FTP-Konto Dateien löschen',
|
||||
'REBUILD_CRON' => 'Neuerstellung der cron.d-Datei',
|
||||
'CREATE_CUSTOMER_BACKUP' => 'Datensicherung für Kunde %s',
|
||||
'CREATE_CUSTOMER_DATADUMP' => 'Daten-Export für Kunde %s',
|
||||
'DELETE_DOMAIN_PDNS' => 'Lösche Domain %s von PowerDNS Datenbank',
|
||||
'DELETE_DOMAIN_SSL' => 'Lösche SSL Dateien von Domain %s',
|
||||
],
|
||||
@@ -2193,7 +2213,7 @@ Vielen Dank, Ihr Administrator',
|
||||
'usersettings' => [
|
||||
'custom_notes' => [
|
||||
'title' => 'Eigene Notizen',
|
||||
'description' => 'Hier können Notizen je nach Lust und Laune eingetragen werden. Diese werden in der Administrator/Kunden-Übersicht bei dem jeweiligen Benutzer angezeigt.',
|
||||
'description' => 'Hier können Notizen je nach Lust und Laune eingetragen werden. Diese werden in der Administrator/Kunden-Übersicht bei dem jeweiligen Benutzer angezeigt.<br>Markdown ist unterstützt, HTML wird entfernt.',
|
||||
'show' => 'Zeige die Notizen auf dem Dashboard des Benutzers',
|
||||
],
|
||||
'api_allowed' => [
|
||||
|
||||
@@ -47,6 +47,8 @@ return [
|
||||
'2fa_overview_desc' => 'Here you can activate a two-factor authentication for your account.<br><br>You can either use an authenticator-app (time-based one-time password / TOTP) or let froxlor send you an email to your account-address after each successful login with a one-time password.',
|
||||
'2fa_email_desc' => 'Your account is set up to use one-time passwords via e-mail. To deactivate, click on "Deactivate 2FA"',
|
||||
'2fa_ga_desc' => 'Your account is set up to use time-based one-time passwords via authenticator-app. Please scan the QR code below with your desired authenticator app to generate the codes. To deactivate, click on "Deactivate 2FA"',
|
||||
'2fa_not_activated' => 'Two-factor authentication is not enabled',
|
||||
'2fa_not_activated_for_user' => 'Two-factor authentication is not enabled for the current user',
|
||||
],
|
||||
'admin' => [
|
||||
'overview' => 'Overview',
|
||||
@@ -501,6 +503,11 @@ return [
|
||||
'adminguide' => 'Admin guide',
|
||||
'userguide' => 'User guide',
|
||||
'apiguide' => 'API guide',
|
||||
'domain_duplicate' => 'Duplicate domain',
|
||||
'domain_duplicate_named' => 'Duplicate %s',
|
||||
'backups' => [
|
||||
'backups' => 'Backups',
|
||||
],
|
||||
],
|
||||
'apcuinfo' => [
|
||||
'clearcache' => 'Clear APCu cache',
|
||||
@@ -569,7 +576,8 @@ return [
|
||||
'cron_usage_report' => 'Web- and traffic-reports',
|
||||
'cron_mailboxsize' => 'Mailbox-size calculation',
|
||||
'cron_letsencrypt' => 'Let\'s Encrypt certificate updates',
|
||||
'cron_backup' => 'Process backup jobs',
|
||||
'cron_export' => 'Process data-export jobs',
|
||||
'cron_backup' => 'Process system- and customer backup jobs',
|
||||
],
|
||||
'cronjob' => [
|
||||
'cronjobsettings' => 'Cronjob settings',
|
||||
@@ -702,11 +710,13 @@ return [
|
||||
'RP' => 'Responsible Person record<br>Structure: <code>mailbox[replace @ with a dot] txt-record-name</code><br>Example: <code>team.froxlor.org. froxlor.org.</code>',
|
||||
'SRV' => 'Service location record, used for newer protocols instead of creating protocol-specific records such as MX.<br>Structure: <code>priority weight port target</code><br>Example: <code>0 5 5060 sipserver.example.com.</code><br>Note: For priority, use field above',
|
||||
'SSHFP' => 'The SSHFP resource record is used to publish secure shell (SSH) key fingerprints in the DNS.<br>Structure: <code>algorithm type fingerprint</code><br>Algorithms: <code>0: reserved, 1: RSA, 2: DSA, 3: ECDSA, 4: Ed25519, 6: Ed448</code><br>Types: <code>0: reserved, 1: SHA-1, 2: SHA-256</code><br>Example: <code>2 1 123456789abcdef67890123456789abcdef67890</code>',
|
||||
'TLSA' => 'TLSA (TLS Authentication) record is used to publish fingerprint of a TLS/SSL certificate. It is commonly used for DANE.<br>TLSA records can only be trusted if DNSSEC is enabled on your domain.<br>Structure: <code>usage selector type fingerprint</code><br>Certificate usage: <code>0: PKIX-T, 1: PKIX-EE, 2: DANE-TA, 3: DANE-EE</code><br>Selector: <code>0: Use full certificate, 1: Use subject public key</code><br>Matching type: <code>0: Full: No Hash, 1: SHA-256 Hash, 2:SHA-512 Hash</code><br>Example: <code>3 1 1 123456789abcdef67890123456789abcdef123456789abcdef123456789abcde</code>',
|
||||
'TXT' => 'Free definable, descriptive text.'
|
||||
]
|
||||
],
|
||||
'domain' => [
|
||||
'openbasedirpath' => 'OpenBasedir-path',
|
||||
'inherited' => 'Same as parent-domain',
|
||||
'docroot' => 'Path from field above',
|
||||
'homedir' => 'Home directory',
|
||||
'docparent' => 'Parent-directory of path from field above',
|
||||
@@ -732,9 +742,6 @@ return [
|
||||
'aliasdomains' => 'Alias domains',
|
||||
'redirectifpathisurl' => 'Redirect code (default: empty)',
|
||||
'redirectifpathisurlinfo' => 'You only need to select one of these if you entered an URL as path<br/><strong class="text-danger">NOTE:</strong> Changes are only applied if the given path is an URL.',
|
||||
'issubof' => 'This domain is a subdomain of another domain',
|
||||
'issubofinfo' => 'You have to set this to the correct domain if you want to add a subdomain as full-domain (e.g. you want to add "www.domain.tld", you have to select "domain.tld" here)',
|
||||
'nosubtomaindomain' => 'No subdomain of a full domain',
|
||||
'ipandport_multi' => [
|
||||
'title' => 'IP address(es)',
|
||||
'description' => 'Specify one or more IP address for the domain.<br /><br /><div class="text-danger">NOTE: IP addresses cannot be changed when the domain is configured as <strong>alias-domain</strong> of another domain.</div>',
|
||||
@@ -767,6 +774,7 @@ return [
|
||||
'openbasedirenabled' => 'Openbasedir restiction',
|
||||
'hsts' => 'HSTS enabled',
|
||||
'aliasdomainid' => 'ID of alias domain',
|
||||
'nodomainsassignedbyadmin' => 'Your account has currently no (active) domains assigned to it. Please contact your administrator if you think this is wrong.',
|
||||
],
|
||||
'emails' => [
|
||||
'description' => 'Here you can create and change your email addresses.<br />An account is like your letterbox in front of your house. If someone sends you an email, it will be dropped into the account.<br /><br />To download your emails use the following settings in your mailprogram: (The data in <i>italics</i> has to be changed to the equivalents you typed in!)<br />Hostname: <b><i>domainname</i></b><br />Username: <b><i>account name / e-mail address</i></b><br />password: <b><i>the password you\'ve chosen</i></b>',
|
||||
@@ -837,11 +845,12 @@ return [
|
||||
'domainisaliasorothercustomer' => 'The selected alias domain is either itself an alias domain, has a different ip/port combination or belongs to another customer.',
|
||||
'emailexistalready' => 'The email-address %s already exists.',
|
||||
'maindomainnonexist' => 'The main-domain %s does not exist.',
|
||||
'maindomaindeactivated' => 'The main-domain %s is deactivated.',
|
||||
'destinationnonexist' => 'Please create your forwarder in the field \'Destination\'.',
|
||||
'destinationalreadyexistasmail' => 'The forwarder to %s already exists as active email-address.',
|
||||
'destinationalreadyexist' => 'You have already defined a forwarder to "%s"',
|
||||
'destinationiswrong' => 'The forwarder %s contains invalid character(s) or is incomplete.',
|
||||
'backupfoldercannotbedocroot' => 'The folder for backups cannot be your homedir, please chose a folder within your homedir, e.g. /backups',
|
||||
'dumpfoldercannotbedocroot' => 'The folder for data-dumps cannot be your homedir, please chose a folder within your homedir, e.g. /dumps',
|
||||
'templatelanguagecombodefined' => 'The selected language/template combination has already been defined.',
|
||||
'templatelanguageinvalid' => 'The selected language does not exist',
|
||||
'ipstillhasdomains' => 'The IP/Port combination you want to delete still has domains assigned to it, please reassign those to other IP/Port combinations before deleting this IP/Port combination.',
|
||||
@@ -946,7 +955,8 @@ return [
|
||||
'domain_import_error' => 'Following error occurred while importing domains: %s',
|
||||
'fcgidandphpfpmnogoodtogether' => 'FCGID and PHP-FPM cannot be activated at the same time',
|
||||
'no_apcuinfo' => 'No cache info available. APCu does not appear to be running.',
|
||||
'no_opcacheinfo' => 'No cache info available. OPCache does not appear to be running.',
|
||||
'no_opcacheinfo' => 'No OPCache info available. OPCache does not appear to be loaded.',
|
||||
'inactive_opcacheinfo' => 'OPCache seems to be installed but not activated.',
|
||||
'nowildcardwithletsencrypt' => 'Let\'s Encrypt cannot handle wildcard-domains using ACME in froxlor (requires dns-challenge), sorry. Please set the ServerAlias to WWW or disable it completely',
|
||||
'customized_version' => 'It looks like your Froxlor installation has been modified, no support sorry.',
|
||||
'autoupdate_0' => 'Unknown error',
|
||||
@@ -961,8 +971,8 @@ return [
|
||||
'autoupdate_10' => 'Minimum supported version of PHP is 7.4.0',
|
||||
'autoupdate_11' => 'Webupdate is disabled',
|
||||
'mailaccistobedeleted' => 'Another account with the same name (%s) is currently being deleted and can therefore not be added at this moment.',
|
||||
'customerhasongoingbackupjob' => 'There is already a backup job waiting to be processed, please be patient.',
|
||||
'backupfunctionnotenabled' => 'The backup function is not enabled',
|
||||
'customerhasongoingexportjob' => 'There is already a data export job waiting to be processed, please be patient.',
|
||||
'exportfunctionnotenabled' => 'The export function is not enabled',
|
||||
'dns_domain_nodns' => 'DNS is not enabled for this domain',
|
||||
'dns_content_empty' => 'No content given',
|
||||
'dns_content_invalid' => 'DNS content invalid',
|
||||
@@ -984,6 +994,7 @@ return [
|
||||
'domain_nopunycode' => 'You must not specify punycode (IDNA). The domain will automatically be converted',
|
||||
'dns_record_toolong' => 'Records/labels can only be up to 63 characters',
|
||||
'noipportgiven' => 'No IP/port given',
|
||||
'nosslippportgiven' => 'When enabling SSL you need to select a SSL IP/port',
|
||||
'jsonextensionnotfound' => 'This feature requires the php json-extension.',
|
||||
'cannotdeletesuperadmin' => 'The first admin cannot be deleted.',
|
||||
'no_wwwcnamae_ifwwwalias' => 'Cannot set CNAME record for "www" as domain is set to generate a www-alias. Please change settings to either "No alias" or "Wildcard alias"',
|
||||
@@ -997,6 +1008,10 @@ return [
|
||||
'invalidcronjobintervalvalue' => 'Cronjob interval must be one of: %s',
|
||||
'phpgdextensionnotavailable' => 'The PHP GD extension is not available. Unable to validate image-data',
|
||||
'2fa_wrongcode' => 'The code entered is not valid',
|
||||
'gnupgextensionnotavailable' => 'The PHP GnuPG extension is not available. Unable to validate PGP Public Key',
|
||||
'invalidpgppublickey' => 'The PGP Public Key is not valid',
|
||||
'invalid_validtime' => 'Valid time in seconds can only be between 10 and 120',
|
||||
'customerphpenabledbutnoconfig' => 'Customer has PHP activated but no PHP-configuration was selected.',
|
||||
],
|
||||
'extras' => [
|
||||
'description' => 'Here you can add some extras, for example directory protection.<br />The system will need some time to apply the new settings after every change.',
|
||||
@@ -1016,10 +1031,10 @@ return [
|
||||
'execute_perl' => 'Execute perl/CGI',
|
||||
'htpasswdauthname' => 'Authentication reason (AuthName)',
|
||||
'directoryprotection_edit' => 'Edit directory protection',
|
||||
'backup' => 'Create backup',
|
||||
'backup_web' => 'Backup web-data',
|
||||
'backup_mail' => 'Backup mail-data',
|
||||
'backup_dbs' => 'Backup databases',
|
||||
'export' => 'Create data dump',
|
||||
'dump_web' => 'Include web-data',
|
||||
'dump_mail' => 'Include mail-data',
|
||||
'dump_dbs' => 'Include databases',
|
||||
'path_protection_label' => '<strong class="text-danger">Important</strong>',
|
||||
'path_protection_info' => 'We strongly recommend protecting the given path, see "Extras" -> "Directory protection"',
|
||||
],
|
||||
@@ -1168,7 +1183,7 @@ Yours sincerely, your administrator',
|
||||
'extras' => 'Extras',
|
||||
'directoryprotection' => 'Directory protection',
|
||||
'pathoptions' => 'Path options',
|
||||
'backup' => 'Backup',
|
||||
'export' => 'Data export',
|
||||
],
|
||||
'traffic' => [
|
||||
'traffic' => 'Traffic',
|
||||
@@ -1307,10 +1322,15 @@ Yours sincerely, your administrator',
|
||||
'letsencrypt' => 'Using Let\'s encrypt',
|
||||
'set' => 'Apply',
|
||||
'shell' => 'Shell',
|
||||
'backuppath' => [
|
||||
'title' => 'Destination path for the backup',
|
||||
'description' => 'This is the path where the backups will be stored. If backup of web-data is selected, all files from the homedir are stored excluding the backup-folder specified here.',
|
||||
'exportpath' => [
|
||||
'title' => 'Destination path for the exported data',
|
||||
'description' => 'This is the path where the export-archive will be stored. If web-data is being included, all files from the homedir are stored excluding the folder specified here.',
|
||||
],
|
||||
'export_pgp_public_key' => [
|
||||
'title' => 'Public PGP key for encryption',
|
||||
'description' => 'This is the public PGP key which will be used to encrypt the export. If you leave this field empty, the export will not be encrypted.',
|
||||
],
|
||||
'pgp_public_key' => 'Public PGP key',
|
||||
'none_value' => 'None',
|
||||
'viewlogs' => 'View logfiles',
|
||||
'not_configured' => 'System not configured yet. Click here to go to configurations.',
|
||||
@@ -1339,6 +1359,8 @@ Yours sincerely, your administrator',
|
||||
'description' => 'Select the field you want to search in'
|
||||
],
|
||||
'upload_import' => 'Upload and import',
|
||||
'profile' => 'My profile',
|
||||
'use_checkbox_for_unlimited' => 'The value "0" deactivates this resource. The checkbox on the right allows "unlimited" usage.',
|
||||
],
|
||||
'phpfpm' => [
|
||||
'vhost_httpuser' => 'Local user to use for PHP-FPM (Froxlor vHost)',
|
||||
@@ -1377,7 +1399,7 @@ Yours sincerely, your administrator',
|
||||
'email_reallydelete_forwarder' => 'Do you really want to delete the forwarder %s?',
|
||||
'extras_reallydelete' => 'Do you really want to delete the directory protection for %s?',
|
||||
'extras_reallydelete_pathoptions' => 'Do you really want to delete the path options for %s?',
|
||||
'extras_reallydelete_backup' => 'Do you really want to abort the planned backup job?',
|
||||
'extras_reallydelete_export' => 'Do you really want to abort the planned export job?',
|
||||
'ftp_reallydelete' => 'Do you really want to delete the FTP-account %s?',
|
||||
'mysql_reallydelete' => 'Do you really want to delete the database %s? This cannot be undone!',
|
||||
'admin_configs_reallyrebuild' => 'Do you really want to rebuild all config files?',
|
||||
@@ -1393,7 +1415,6 @@ Yours sincerely, your administrator',
|
||||
'admin_quotas_reallyenforce' => 'Do you really want to enforce the default quota to all Users? This cannot be reverted!',
|
||||
'phpsetting_reallydelete' => 'Do you really want to delete these settings? All domains which use these settings currently will be changed to the default config.',
|
||||
'fpmsetting_reallydelete' => 'Do you really want to delete these php-fpm settings? All php configurations which use these settings currently will be changed to the default config.',
|
||||
'remove_subbutmain_domains' => 'Also remove domains which are added as full domains but which are subdomains of this domain?',
|
||||
'customer_reallyunlock' => 'Do you really want to unlock customer %s?',
|
||||
'admin_integritycheck_reallyfix' => 'Do you really want to try fixing all database integrity problems automatically?',
|
||||
'plan_reallydelete' => 'Do you really want to delete the hosting plan %s?',
|
||||
@@ -2037,9 +2058,9 @@ Yours sincerely, your administrator',
|
||||
'title' => 'Additional CAA DNS records',
|
||||
'description' => 'DNS Certification Authority Authorization (CAA) is an Internet security policy mechanism which allows domain name holders to indicate to certificate authorities<br>whether they are authorized to issue digital certificates for a particular domain name. It does this by means of a new "CAA" Domain Name System (DNS) resource record.<br><br>The content of this field will be included into the DNS zone directly (each line results in a CAA record).<br>If Let\'s Encrypt is enabled for this domain, this entry will always be added automatically and does not need to be added manually:<br><code>0 issue "letsencrypt.org"</code> (If domain is a wildcard domain, issuewild will be used instead).<br>To enable Incident Reporting, you can add an <code>iodef</code> record. An example for sending such report to <code>me@example.com</code> would be:<br><code>0 iodef "mailto:me@example.com"</code><br><br><strong>Attention:</strong> The code won\'t be checked for any errors. If it contains errors, your CAA records might not work!',
|
||||
],
|
||||
'backupenabled' => [
|
||||
'title' => 'Enable backup for customers',
|
||||
'description' => 'If activated, the customer will be able to schedule backup jobs (cron-backup) which generates an archive within his docroot (subdirectory chosable by customer)',
|
||||
'exportenabled' => [
|
||||
'title' => 'Enable data export for customers',
|
||||
'description' => 'If activated, the customer will be able to schedule data export jobs (cron-export) which generates an archive within his docroot (subdirectory chosable by customer)',
|
||||
],
|
||||
'dnseditorenable' => [
|
||||
'title' => 'Enable DNS editor',
|
||||
@@ -2131,12 +2152,8 @@ Yours sincerely, your administrator',
|
||||
'description' => 'The content of this field will be included into this ip/port vHost container directly. You can use the following variables:<br/><code>{DOMAIN}</code>, <code>{DOCROOT}</code>, <code>{CUSTOMER}</code>, <code>{IP}</code>, <code>{PORT}</code>, <code>{SCHEME}</code>, <code>{FPMSOCKET}</code> (if applicable)<br/> Attention: The code won\'t be checked for any errors. If it contains errors, webserver might not start again!',
|
||||
],
|
||||
'includedefault_sslvhostconf' => 'Include non-SSL vHost-settings in SSL-vHost',
|
||||
'apply_specialsettings_default' => [
|
||||
'title' => 'Default value for "Apply specialsettings to all subdomains (*.example.com)\' setting when editing a domain',
|
||||
],
|
||||
'apply_phpconfigs_default' => [
|
||||
'title' => 'Default value for "Apply php-config to all subdomains:\' setting when editing a domain',
|
||||
],
|
||||
'apply_specialsettings_default' => 'Default value for "Apply specialsettings to all subdomains (*.example.com)" setting when editing a domain',
|
||||
'apply_phpconfigs_default' => 'Default value for "Apply php-config to all subdomains" setting when editing a domain',
|
||||
'awstats' => [
|
||||
'logformat' => [
|
||||
'title' => 'LogFormat setting',
|
||||
@@ -2195,7 +2212,7 @@ Yours sincerely, your administrator',
|
||||
'toolselect' => 'Traffic analyzer',
|
||||
'webalizer' => 'Webalizer',
|
||||
'awstats' => 'AWStats',
|
||||
'goaccess' => 'goacccess'
|
||||
'goaccess' => 'goaccess'
|
||||
],
|
||||
'requires_reconfiguration' => 'Changing this settings might require a reconfiguration of the following services:<br><strong>%s</strong>',
|
||||
'req_limit_per_interval' => [
|
||||
@@ -2206,6 +2223,11 @@ Yours sincerely, your administrator',
|
||||
'title' => 'Rate-limit interval',
|
||||
'description' => 'Specify the time in seconds for the number of HTTP requests, default is "60"',
|
||||
],
|
||||
'option_requires_otp' => 'This setting requires an OTP validation',
|
||||
'panel_menu_collapsed' => [
|
||||
'title' => 'Collapse menu-sections',
|
||||
'description' => 'If deactivated, the left-side menu sections will always be expanded.',
|
||||
],
|
||||
],
|
||||
'spf' => [
|
||||
'use_spf' => 'Activate SPF for domains?',
|
||||
@@ -2224,8 +2246,8 @@ Yours sincerely, your administrator',
|
||||
'settingssaved' => 'The settings have been successfully saved.',
|
||||
'rebuildingconfigs' => 'Successfully inserted tasks for rebuild configfiles',
|
||||
'domain_import_successfully' => 'Successfully imported %s domains.',
|
||||
'backupscheduled' => 'Your backup job has been scheduled. Please wait for it to be processed',
|
||||
'backupaborted' => 'Your scheduled backup has been cancelled',
|
||||
'exportscheduled' => 'Your export job has been scheduled. Please wait for it to be processed',
|
||||
'exportaborted' => 'Your scheduled export has been cancelled',
|
||||
'dns_record_added' => 'Record added successfully',
|
||||
'dns_record_deleted' => 'Record deleted successfully',
|
||||
'testmailsent' => 'Test mail sent successfully',
|
||||
@@ -2244,7 +2266,7 @@ Yours sincerely, your administrator',
|
||||
'DELETE_EMAIL_DATA' => 'Delete customer e-mail data.',
|
||||
'DELETE_FTP_DATA' => 'Delete customer ftp-account data.',
|
||||
'REBUILD_CRON' => 'Rebuilding the cron.d-file',
|
||||
'CREATE_CUSTOMER_BACKUP' => 'Backup job for customer %s',
|
||||
'CREATE_CUSTOMER_DATADUMP' => 'Data export job for customer %s',
|
||||
'DELETE_DOMAIN_PDNS' => 'Delete domain %s from PowerDNS database',
|
||||
'DELETE_DOMAIN_SSL' => 'Delete ssl files of domain %s',
|
||||
],
|
||||
@@ -2325,7 +2347,7 @@ Yours sincerely, your administrator',
|
||||
'usersettings' => [
|
||||
'custom_notes' => [
|
||||
'title' => 'Custom notes',
|
||||
'description' => 'Feel free to put any notes you want/need in here. They will show up in the admin/customer overview for the corresponding user.',
|
||||
'description' => 'Feel free to put any notes you want/need in here. They will show up in the admin/customer overview for the corresponding user.<br>Markdown is supported, HTML will be removed.',
|
||||
'show' => 'Show your notes on the dashboard of the user',
|
||||
],
|
||||
'api_allowed' => [
|
||||
|
||||
@@ -731,9 +731,6 @@ return [
|
||||
'aliasdomains' => 'Alias dominios',
|
||||
'redirectifpathisurl' => 'Código de redirección (por defecto: vacío)',
|
||||
'redirectifpathisurlinfo' => 'Sólo tiene que seleccionar una de estas opciones si ha introducido una URL como ruta<br/><strong class="text-danger">NOTA:</strong> Los cambios sólo se aplican si la ruta indicada es una URL.',
|
||||
'issubof' => 'Este dominio es un subdominio de otro dominio',
|
||||
'issubofinfo' => 'Si desea añadir un subdominio como dominio completo, deberá establecerlo en el dominio correcto (por ejemplo, si desea añadir "www.domain.tld", deberá seleccionar "dominio.tld").',
|
||||
'nosubtomaindomain' => 'No es subdominio de un dominio completo',
|
||||
'ipandport_multi' => [
|
||||
'title' => 'Direcciones IP',
|
||||
'description' => 'Especifique una o más direcciones IP para el dominio.<br/><br/><div class="text-danger">NOTA: Las direcciones IP no pueden cambiarse cuando el dominio está configurado como <strong>alias-dominio</strong> de otro dominio.</div>'
|
||||
@@ -840,7 +837,6 @@ return [
|
||||
'destinationalreadyexistasmail' => 'El remitente a %s ya existe como dirección de correo electrónico activa.',
|
||||
'destinationalreadyexist' => 'Ya ha definido un reenviador para "%s".',
|
||||
'destinationiswrong' => 'La %s la redirección contiene caracteres no válidos o está incompleta.',
|
||||
'backupfoldercannotbedocroot' => 'La carpeta para las copias de seguridad no puede ser su carpeta de inicio, elija una carpeta dentro de su carpeta de inicio, por ejemplo, /backups.',
|
||||
'templatelanguagecombodefined' => 'La combinación idioma/plantilla seleccionada ya ha sido definida.',
|
||||
'templatelanguageinvalid' => 'El idioma seleccionado no existe.',
|
||||
'ipstillhasdomains' => 'La combinación IP/Puerto que desea eliminar todavía tiene dominios asignados, por favor reasígnelos a otras combinaciones IP/Puerto antes de eliminar esta combinación IP/Puerto.',
|
||||
@@ -960,8 +956,6 @@ return [
|
||||
'autoupdate_10' => 'La versión mínima soportada de PHP es 7.4.0',
|
||||
'autoupdate_11' => 'Webupdate está desactivado',
|
||||
'mailaccistobedeleted' => 'Otra cuenta con el mismo nombre (%s) está siendo eliminada y por lo tanto no puede ser añadida en este momento.',
|
||||
'customerhasongoingbackupjob' => 'Ya hay un trabajo de copia de seguridad esperando a ser procesado, por favor sea paciente.',
|
||||
'backupfunctionnotenabled' => 'La función de copia de seguridad no está habilitada',
|
||||
'dns_domain_nodns' => 'DNS no está habilitado para este dominio',
|
||||
'dns_content_empty' => 'No hay contenido',
|
||||
'dns_content_invalid' => 'El contenido DNS no es válido',
|
||||
@@ -1013,10 +1007,6 @@ return [
|
||||
'execute_perl' => 'Ejecutar perl/CGI',
|
||||
'htpasswdauthname' => 'Razón de autenticación (AuthName)',
|
||||
'directoryprotection_edit' => 'Editar protección de directorio',
|
||||
'backup' => 'Crear copia de seguridad',
|
||||
'backup_web' => 'Copia de seguridad de datos web',
|
||||
'backup_mail' => 'Copia de seguridad de los datos de correo',
|
||||
'backup_dbs' => 'Copia de seguridad de bases de datos',
|
||||
'path_protection_label' => '<strong class="text-danger">Importante</strong>',
|
||||
'path_protection_info' => 'Le recomendamos encarecidamente que proteja la ruta indicada, consulte "Extras" -> "Protección de directorios".'
|
||||
],
|
||||
@@ -1165,7 +1155,7 @@ Atentamente, su administrador'
|
||||
'extras' => 'Extras',
|
||||
'directoryprotection' => 'Protección de directorios',
|
||||
'pathoptions' => 'Opciones de ruta',
|
||||
'backup' => 'Copia de seguridad'
|
||||
'export' => 'Exportación de datos'
|
||||
],
|
||||
'traffic' => [
|
||||
'traffic' => 'Tráfico',
|
||||
@@ -1374,7 +1364,6 @@ Atentamente, su administrador'
|
||||
'email_reallydelete_forwarder' => '¿Realmente quieres borrar el forwarder %s?',
|
||||
'extras_reallydelete' => '¿Realmente quieres borrar la protección de directorio de %s?',
|
||||
'extras_reallydelete_pathoptions' => '¿Realmente quieres borrar las opciones de ruta de %s?',
|
||||
'extras_reallydelete_backup' => '¿Realmente quieres abortar el trabajo de copia de seguridad planificado?',
|
||||
'ftp_reallydelete' => '¿Realmente quieres borrar la cuenta FTP %s?',
|
||||
'mysql_reallydelete' => '¿Realmente quieres borrar la base de datos %s? Esto no se puede deshacer.',
|
||||
'admin_configs_reallyrebuild' => '¿Realmente quieres reconstruir todos los archivos de configuración?',
|
||||
@@ -1390,7 +1379,6 @@ Atentamente, su administrador'
|
||||
'admin_quotas_reallyenforce' => '¿Realmente desea aplicar la cuota por defecto a todos los usuarios? Esto no se puede revertir.',
|
||||
'phpsetting_reallydelete' => '¿Realmente desea eliminar esta configuración? Todos los dominios que usen esta configuración serán cambiados a la configuración por defecto.',
|
||||
'fpmsetting_reallydelete' => '¿Realmente desea eliminar esta configuración de php-fpm? Todas las configuraciones de php que utilicen estos ajustes se cambiarán a la configuración por defecto.',
|
||||
'remove_subbutmain_domains' => '¿Quitar también los dominios que se añaden como dominios completos pero que son subdominios de este dominio?',
|
||||
'customer_reallyunlock' => '¿Realmente quieres desbloquear al cliente %s?',
|
||||
'admin_integritycheck_reallyfix' => '¿Realmente quieres intentar arreglar todos los problemas de integridad de la base de datos automáticamente?',
|
||||
'plan_reallydelete' => '¿De verdad quieres eliminar el plan de alojamiento %s?',
|
||||
@@ -2034,10 +2022,6 @@ Atentamente, su administrador'
|
||||
'title' => 'Registros DNS CAA adicionales',
|
||||
'description' => 'DNS Certification Authority Authorization (CAA) es un mecanismo de política de seguridad en Internet que permite a los titulares de nombres de dominio indicar a las autoridades de certificación<br/>si están autorizadas a emitir certificados digitales para un nombre de dominio concreto. Lo hace mediante un nuevo registro de recursos del Sistema de Nombres de Dominio (DNS) "CAA".<br/><br/>El contenido de este campo se incluirá en la zona DNS directamente (cada línea da lugar a un registro CAA).<br/>Si Let\'s Encrypt está habilitado para este dominio, esta entrada siempre se añadirá automáticamente y no es necesario añadirla manualmente:<br/> 0<code>issue "letsencrypt.org"</code> (Si el dominio es un dominio comodín, se utilizará issuewild en su lugar).<br/>Para habilitar el informe de incidentes, puede añadir un registro <code>iodef</code>. Un ejemplo para enviar dicho informe a <code>me@example.com</code> sería:<br/> 0<code>iodef "mailto:me@example.com"</code><br/><br/><strong>Atención:</strong> No se comprobará si el código contiene errores. Si contiene errores, ¡es posible que sus registros CAA no funcionen!'
|
||||
],
|
||||
'backupenabled' => [
|
||||
'title' => 'Activar copia de seguridad para clientes',
|
||||
'description' => 'Si se activa, el cliente podrá programar trabajos de copia de seguridad (cron-backup) que generan un archivo dentro de su docroot (subdirectorio a elección del cliente)'
|
||||
],
|
||||
'dnseditorenable' => [
|
||||
'title' => 'Habilitar editor DNS',
|
||||
'description' => 'Permite a los administradores y a los clientes gestionar las entradas DNS del dominio'
|
||||
@@ -2192,7 +2176,7 @@ Atentamente, su administrador'
|
||||
'toolselect' => 'Analizador de tráfico',
|
||||
'webalizer' => 'Webalizer',
|
||||
'awstats' => 'AWStats',
|
||||
'goaccess' => 'goacccess'
|
||||
'goaccess' => 'goaccess'
|
||||
],
|
||||
'requires_reconfiguration' => 'El cambio de esta configuración podría requerir una reconfiguración de los siguientes servicios:<br/><strong>%s</strong>'
|
||||
],
|
||||
@@ -2213,8 +2197,6 @@ Atentamente, su administrador'
|
||||
'settingssaved' => 'La configuración se ha guardado correctamente.',
|
||||
'rebuildingconfigs' => 'Tareas insertadas con éxito para reconstruir archivos de configuración',
|
||||
'domain_import_successfully' => 'Se han importado correctamente los dominios %s.',
|
||||
'backupscheduled' => 'Se ha programado su tarea de copia de seguridad. Espere a que se procese.',
|
||||
'backupaborted' => 'Su copia de seguridad programada ha sido cancelada',
|
||||
'dns_record_added' => 'Registro añadido correctamente',
|
||||
'dns_record_deleted' => 'Registro eliminado correctamente',
|
||||
'testmailsent' => 'Correo de prueba enviado correctamente',
|
||||
@@ -2233,7 +2215,6 @@ Atentamente, su administrador'
|
||||
'DELETE_EMAIL_DATA' => 'Borrar datos de e-mail del cliente.',
|
||||
'DELETE_FTP_DATA' => 'Borrar los datos de la cuenta ftp del cliente.',
|
||||
'REBUILD_CRON' => 'Reconstruir el archivo cron.d',
|
||||
'CREATE_CUSTOMER_BACKUP' => 'Trabajo de copia de seguridad para el cliente %s',
|
||||
'DELETE_DOMAIN_PDNS' => 'Borrar dominio %s de la base de datos PowerDNS',
|
||||
'DELETE_DOMAIN_SSL' => 'Borrar archivos ssl de dominio %s'
|
||||
],
|
||||
|
||||
@@ -732,9 +732,6 @@ return [
|
||||
'aliasdomains' => 'Alias domini',
|
||||
'redirectifpathisurl' => 'Codice di redirezione (Predefinito: vuoto)',
|
||||
'redirectifpathisurlinfo' => 'È necessario selezionare uno di questi se hai inserito un URL come percorso',
|
||||
'issubof' => 'Questo dominio è un sottodominio di un altro dominio',
|
||||
'issubofinfo' => 'Devi impostare correttamente questo dominio se si desidera aggiungere un sottodominio come dominio completo (es. si vuole aggiungere "www.domain.tld", devi selezionare qui "domain.tld")',
|
||||
'nosubtomaindomain' => 'No sottodominio di un dominio completo',
|
||||
'ipandport_multi' => [
|
||||
'title' => 'Indirizzi IP',
|
||||
'description' => 'Specifica uno o più indirizzi IP per il dominio.<br /><br /><div class="text-danger">NOTA: L\'indirizzo IP non può essere modificato quando il dominio è configurato come <strong>alias-domain</strong> di un altro dominio.</div>',
|
||||
@@ -1196,7 +1193,6 @@ Cordiali Saluti, Team Froxlor',
|
||||
'admin_quotas_reallywipe' => 'Sei sicuro di voler cancellare tutti i limiti dalla tabella mail_users? Questa operazione non può essere annullata!',
|
||||
'admin_quotas_reallyenforce' => 'Sei sicuro di voler impostare il limite predefinito a tutti gli utenti? Questa operazione non può essere annullata!',
|
||||
'phpsetting_reallydelete' => 'Do you really want to delete these settings? All domains which use these settings currently will be changed to the default config.',
|
||||
'remove_subbutmain_domains' => 'Rimuover anche i domini che sono stati aggiunti come domini completi, ma quali sono i sottodomini di questo dominio?',
|
||||
'customer_reallyunlock' => 'Sei sicuro di voler sbloccare il cliente %s?',
|
||||
'admin_customer_alsoremovemail' => 'Eliminare completamente i dati della posta elettronica dal filesystem??',
|
||||
'admin_customer_alsoremoveftphomedir' => 'Rimuovere anche la cartella homedir dell\'utente FTP?',
|
||||
|
||||
@@ -400,9 +400,6 @@ return [
|
||||
'aliasdomains' => 'Alternatieve domeinnamen',
|
||||
'redirectifpathisurl' => 'Doorverwijzingscode (standaard: leegt)',
|
||||
'redirectifpathisurlinfo' => 'U dient deze alleen op te geven indien u een URL als pad hebt opgegeven',
|
||||
'issubof' => 'Dit domein is een subdomein van een ander domein',
|
||||
'issubofinfo' => 'U dient het correcte domein op te geven indien u een subdomein als volledig domein wilt (bijvoorbeeld als u "www.domain.tld" wilt gebruiken, dan geeft u hier "domain.tld")',
|
||||
'nosubtomaindomain' => 'Geen subdomein van volledig domein',
|
||||
],
|
||||
'emails' => [
|
||||
'description' => 'Hier kunt u e-mail adressen maken en wijzigen.<br />Een account is net als een brievenbus voor uw huis. Als iemand u mail stuurt wordt dit op uw account bezorgd.<br /><br />Om uw emails te downloaden moet u het volgende instellen in uw mailprogramma: (De <i>schuingedrukte</i> gegevens moeten gewijzigd worden in wat u ingegeven heeft!)<br />Servernaam: <b><i>Domeinnaam</i></b><br />Gebruikersnaam: <b><i>Account naam / E-mailadres</i></b><br />Wachtwoord: <b><i>het door u ingegeven wachtwoord</i></b>',
|
||||
@@ -741,7 +738,6 @@ Met vriendelijke groet, uw beheerder',
|
||||
'admin_quotas_reallywipe' => 'Weet u zeker dat u alle quota wilt verwijderen? Dit is niet terug te draaien!',
|
||||
'admin_quotas_reallyenforce' => 'Weet u zeker dat u quota wilt afdwingen? Dit is niet terug te draaien!',
|
||||
'phpsetting_reallydelete' => 'Weet u zeker dat u deze instellingen wilt verwijderen? Alle domeinen die deze configuratie gebruiken zullen terugvallen op de standaardinstellingen.',
|
||||
'remove_subbutmain_domains' => 'Verwijder ook domeinen die als volledige domeinen zijn opgegeven maar een subdomein zijn van dit domein?',
|
||||
'customer_reallyunlock' => 'Weet u zeker dat u klant %s? wilt ontgrendelen',
|
||||
],
|
||||
'serversettings' => [
|
||||
|
||||
Reference in New Issue
Block a user