diff options
Diffstat (limited to 'modules-available/webinterface/lang/en/messages.json')
-rw-r--r-- | modules-available/webinterface/lang/en/messages.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/modules-available/webinterface/lang/en/messages.json b/modules-available/webinterface/lang/en/messages.json index 803dc73f..edccbd47 100644 --- a/modules-available/webinterface/lang/en/messages.json +++ b/modules-available/webinterface/lang/en/messages.json @@ -1,6 +1,12 @@ { + "acme-invalid-provider": "Invalid ACME provider: {{0}}", + "acme-no-domains": "No domains specified", + "acme-no-mail": "No technical mail contact specified", + "acme-no-provider": "No ACME provider selected", "https-on-cert-missing": "HTTPS is enabled, but the certificate is missing. Please redo the configuration steps.", "https-used-without-cert": "HTTPS is currently used, but there is no certificate installed. If you tweaked the web server's configuration manually to enable HTTPS bear in mind that a future server update might overwrite your modified configuration without asking.", "https-want-off-is-used": "HTTPS is currently in use although it is disabled in the settings. Very weird indeed.", - "https-want-redirect-is-plain": "HTTP to HTTPS redirects are enabled, but the connection from your browser appears to be unencrypted. Please redo the HTTPS configuration and contact support if the problem persists." + "https-want-redirect-is-plain": "HTTP to HTTPS redirects are enabled, but the connection from your browser appears to be unencrypted. Please redo the HTTPS configuration and contact support if the problem persists.", + "invalid-domain": "Invalid domain: {{0}}", + "mw-acme-errors": "Error renewing\/requesting certificate via ACME" }
\ No newline at end of file |