summaryrefslogtreecommitdiffstats
path: root/modules-available/webinterface/lang/en/template-tags.json
blob: 28129e648199e8a9dcdf89473ed264e62770a0b6 (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
24
25
26
27
28
29
{
    "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_customization": "Design customization",
    "lang_customizationDesc": "Here you can make small changes to the design of the web interface. This might help to prevent accidents if you run multiple satellite servers and have an open tab for all of them at the same time.",
    "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_logoBackground": "Logo background color",
    "lang_moduleHeading": "Web Interface",
    "lang_noHttps": "Disable HTTPS, delete current certificate",
    "lang_offSelected": "HTTPS is currently disabled.",
    "lang_pageTitlePrefix": "Page title prefix",
    "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_useHsts": "Use HSTS (increases security but might lead to problems accessing the site if you disable HTTPS later)",
    "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)."
}