summaryrefslogtreecommitdiffstats
path: root/modules-available/webinterface/lang/en/template-tags.json
blob: efe649cbb0f28d350876fd8422bb325c393f757a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "lang_applyingSettings": "Applying settings",
    "lang_caChain": "Here you can paste an optional certificate chain. It should only be required if you have a certificate that was not directly signed by a certificate authority known by the browsers. It should contain one or more certificate blocks, looking just like the certificate above.",
    "lang_certificate": "Please paste your certificate below. It has to be in base64 encoded x509 format (sometimes called pem). It should look something like this:",
    "lang_customCert": "Supply own certificate",
    "lang_generatedSelected": "The server is currently using an automatically generated, self-signed certificate.",
    "lang_hidePasswords": "Mask passwords",
    "lang_httpsDescription": "Here you can set whether the web interface should be accessible via https. You can choose if you want to use a random self signed certificate, or supply your own.",
    "lang_httpsRedirect": "Redirect incoming HTTP requests to HTTPS (if enabled).",
    "lang_httpsSettings": "HTTPS settings",
    "lang_installAndRestart": "Installing certificate and restarting web server",
    "lang_noHttps": "Disable HTTPS, delete current certificate",
    "lang_offSelected": "HTTPS is currently disabled.",
    "lang_passwordFields": "Password fields",
    "lang_passwordsDescription": "Set whether password fields should be masked or not. The password field of the login page to the web interface is always masked.",
    "lang_privateKey": "Please paste the private key belonging to the certificate here. It has to be in \"pem\" format too, which should look like this:",
    "lang_randomCert": "Generate new self-signed certificate",
    "lang_showPasswords": "Show passwords",
    "lang_suppliedSelected": "The server is currently using a certificate supplied using the \"Supply own certificate\" option.",
    "lang_unknownSelected": "Unknown or invalid certificate in use. The server war probably updated from an old version while HTTPS was already enabled. Redo the HTTPS configuration steps to get rid of this message.",
    "lang_youreNotUsingHttps": "You're not using HTTPS to visit this website (or the HTTPS termination is done by a reverse proxy).",
    "lang_youreUsingHttps": "You're visiting this server through an HTTPS connection (from the server's point of view)."
}