diff options
author | Simon Rettberg | 2016-08-15 15:40:19 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-08-15 15:40:19 +0200 |
commit | a5f23f0b6b009d5f5b092d6bffdca1e4cfa02d58 (patch) | |
tree | 1e4466b926f73b8c96d0ada7c6972c9d3f9194f1 /modules-available/webinterface/lang/en | |
parent | [locations] Fix wrong overlap function for subnet collision detection (diff) | |
download | slx-admin-a5f23f0b6b009d5f5b092d6bffdca1e4cfa02d58.tar.gz slx-admin-a5f23f0b6b009d5f5b092d6bffdca1e4cfa02d58.tar.xz slx-admin-a5f23f0b6b009d5f5b092d6bffdca1e4cfa02d58.zip |
Update translations
Diffstat (limited to 'modules-available/webinterface/lang/en')
-rw-r--r-- | modules-available/webinterface/lang/en/template-tags.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules-available/webinterface/lang/en/template-tags.json b/modules-available/webinterface/lang/en/template-tags.json index 4a43bdc1..31bc1cc9 100644 --- a/modules-available/webinterface/lang/en/template-tags.json +++ b/modules-available/webinterface/lang/en/template-tags.json @@ -4,12 +4,13 @@ "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_description": "Here you can set whether the web interface should be accessible via https. You can chose if you want to use a random self signed certificate, or supply your own.", "lang_hidePasswords": "Mask passwords", + "lang_httpsDescription": "Here you can set whether the web interface should be accessible via https. You can chose if you want to use a random self signed certificate, or supply your own.", "lang_httpsSettings": "HTTPS settings", "lang_installAndRestart": "Installing certificate and restarting web server", "lang_noHttps": "Disable HTTPS, delete current certificate", "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": "Genenrate new self-signed certificate", "lang_showPasswords": "Show passwords" |