diff options
| author | Simon Rettberg | 2026-04-30 11:31:58 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2026-04-30 11:31:58 +0200 |
| commit | 6cb052b9c672cc0eff18ea077736bde319e8966d (patch) | |
| tree | 156540d0169b494f6b6a68f29cd418721e386f0a /modules-available/webinterface/lang/en | |
| parent | style: Fix radio/checkbox margin inside input-group-addon (diff) | |
| download | slx-admin-master.tar.gz slx-admin-master.tar.xz slx-admin-master.zip | |
Add to list of trusted proxies with a single click.
Diffstat (limited to 'modules-available/webinterface/lang/en')
| -rw-r--r-- | modules-available/webinterface/lang/en/template-tags.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules-available/webinterface/lang/en/template-tags.json b/modules-available/webinterface/lang/en/template-tags.json index 9c367377..9a06c5a6 100644 --- a/modules-available/webinterface/lang/en/template-tags.json +++ b/modules-available/webinterface/lang/en/template-tags.json @@ -38,6 +38,8 @@ "lang_httpsRedirect": "Redirect incoming HTTP requests to HTTPS", "lang_httpsSettings": "HTTPS settings", "lang_installAndRestart": "Installing certificate and restarting web server", + "lang_ipAddressYouQ": "You?", + "lang_ipThisServer": "this server", "lang_logoBackground": "Logo background color", "lang_moduleHeading": "Web Interface", "lang_msgAcmeFailed": "ACME failed", @@ -57,6 +59,7 @@ "lang_trustedProxiesSettings": "Trusted Proxies", "lang_unknownSelected": "Unknown or invalid certificate in use. The server was 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_yourConnectionChain": "Your connection chain", "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)." }
\ No newline at end of file |
