From 19ec20ab89bf938fe2dd1a99b62debc76e199425 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 5 Dec 2014 19:15:41 +0100 Subject: Add option to hide or show password fields --- lang/en/templates/webinterface/httpd-restart.json | 4 ++++ lang/en/templates/webinterface/https.json | 11 +++++++++++ lang/en/templates/webinterface/passwords.json | 7 +++++++ 3 files changed, 22 insertions(+) create mode 100644 lang/en/templates/webinterface/httpd-restart.json create mode 100644 lang/en/templates/webinterface/https.json create mode 100644 lang/en/templates/webinterface/passwords.json (limited to 'lang/en/templates/webinterface') diff --git a/lang/en/templates/webinterface/httpd-restart.json b/lang/en/templates/webinterface/httpd-restart.json new file mode 100644 index 00000000..0a7d4aea --- /dev/null +++ b/lang/en/templates/webinterface/httpd-restart.json @@ -0,0 +1,4 @@ +{ + "lang_applyingSettings": "Applying settings", + "lang_installAndRestart": "Installing certificate and restarting web server" +} \ No newline at end of file diff --git a/lang/en/templates/webinterface/https.json b/lang/en/templates/webinterface/https.json new file mode 100644 index 00000000..fc1e8e3e --- /dev/null +++ b/lang/en/templates/webinterface/https.json @@ -0,0 +1,11 @@ +{ + "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_httpsSettings": "HTTPS settings", + "lang_noHttps": "Disable HTTPS", + "lang_privateKey": "Please paste the private key belonging to the certificate here. It has to be in \u0022pem\u0022 format too, which should look like this:", + "lang_randomCert": "Geenrate new self-signed certificate", + "lang_save": "Save" +} \ No newline at end of file diff --git a/lang/en/templates/webinterface/passwords.json b/lang/en/templates/webinterface/passwords.json new file mode 100644 index 00000000..c21ccc48 --- /dev/null +++ b/lang/en/templates/webinterface/passwords.json @@ -0,0 +1,7 @@ +{ + "lang_description": "Set whether password fields should be masked or not.", + "lang_hidePasswords": "Mask passwords", + "lang_passwordFields": "Password fields", + "lang_save": "Save", + "lang_showPasswords": "Show passwords" +} \ No newline at end of file -- cgit v1.2.3-55-g7522