summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorSimon Rettberg2014-11-19 19:51:49 +0100
committerSimon Rettberg2014-11-19 19:51:49 +0100
commitd3e058cc3450cea589484a600c12fffb6ef8e330 (patch)
tree201e900ede72851fe6ed29ee951ef6a05c796d1d /lang
parentUpdate config example, style, translations (diff)
downloadslx-admin-d3e058cc3450cea589484a600c12fffb6ef8e330.tar.gz
slx-admin-d3e058cc3450cea589484a600c12fffb6ef8e330.tar.xz
slx-admin-d3e058cc3450cea589484a600c12fffb6ef8e330.zip
Add HTTPS config module for webif, update everything to use FileUtil class, minor fixes
Diffstat (limited to 'lang')
-rw-r--r--lang/de/templates/https/_page.json11
-rw-r--r--lang/de/templates/https/restart.json4
-rw-r--r--lang/en/templates/https/_page.json11
-rw-r--r--lang/en/templates/https/restart.json4
-rw-r--r--lang/pt/templates/https/_page.json3
-rw-r--r--lang/pt/templates/https/restart.json3
6 files changed, 36 insertions, 0 deletions
diff --git a/lang/de/templates/https/_page.json b/lang/de/templates/https/_page.json
new file mode 100644
index 00000000..7e8c6020
--- /dev/null
+++ b/lang/de/templates/https/_page.json
@@ -0,0 +1,11 @@
+{
+ "lang_caChain": "Optional k\u00f6nnen Sie hier die zum Zertifikat geh\u00f6rende Zertifikatkette (CA-Chain) einf\u00fcgen. Dies wird ben\u00f6tigt, wenn das Zertifikat nicht direkt von einer der in Browsern mitgeliferten CAs signiert wurde. Die Datei enth\u00e4lt ein oder meherere Zertifikatsbl\u00f6cke, im gleichen Format wie das oben gezeigte Zertifikat.",
+ "lang_certificate": "Bitte f\u00fcgen Sie hier das Zertifikat ein. Das Zertifikat wird im Base64-codierten x509-Format erwartet (manchmal pem genannt). Es sieht in etwa wie folgt aus:",
+ "lang_customCert": "Eigenes Zertifikat verwenden",
+ "lang_description": "Hier k\u00f6nnen Sie festlegen, ob das Web-Interface auch per HTTPS erreichbar sein soll, und welches Zertifikat daf\u00fcr verwendet werden soll.",
+ "lang_httpsSettings": "HTTPS-Konfiguration",
+ "lang_noHttps": "HTTPS deaktivieren",
+ "lang_privateKey": "Bitte f\u00fcgen Sie hier den privaten Schl\u00fcssel ein, der zum obigen Zertifikat geh\u00f6rt. Er muss ebenfalls im \u0022pem\u0022-Format vorliegen, und sieht wie folgt aus:",
+ "lang_randomCert": "Neues selbstsigniertes Zertifikat generieren",
+ "lang_save": "Speichern"
+} \ No newline at end of file
diff --git a/lang/de/templates/https/restart.json b/lang/de/templates/https/restart.json
new file mode 100644
index 00000000..e995a251
--- /dev/null
+++ b/lang/de/templates/https/restart.json
@@ -0,0 +1,4 @@
+{
+ "lang_applyingSettings": "Anwenden der Einstellungen",
+ "lang_installAndRestart": "Zertifikat installieren und Webserver neustarten"
+} \ No newline at end of file
diff --git a/lang/en/templates/https/_page.json b/lang/en/templates/https/_page.json
new file mode 100644
index 00000000..fc1e8e3e
--- /dev/null
+++ b/lang/en/templates/https/_page.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/https/restart.json b/lang/en/templates/https/restart.json
new file mode 100644
index 00000000..0a7d4aea
--- /dev/null
+++ b/lang/en/templates/https/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/pt/templates/https/_page.json b/lang/pt/templates/https/_page.json
new file mode 100644
index 00000000..c44dc44f
--- /dev/null
+++ b/lang/pt/templates/https/_page.json
@@ -0,0 +1,3 @@
+[
+
+] \ No newline at end of file
diff --git a/lang/pt/templates/https/restart.json b/lang/pt/templates/https/restart.json
new file mode 100644
index 00000000..c44dc44f
--- /dev/null
+++ b/lang/pt/templates/https/restart.json
@@ -0,0 +1,3 @@
+[
+
+] \ No newline at end of file