summaryrefslogtreecommitdiffstats
path: root/lang/en/sysconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lang/en/sysconfig')
-rw-r--r--lang/en/sysconfig/ad-checkconnection.json5
-rw-r--r--lang/en/sysconfig/ad-finish.json7
-rw-r--r--lang/en/sysconfig/ad-start.json15
-rw-r--r--lang/en/sysconfig/cfg-finish.json4
-rw-r--r--lang/en/sysconfig/cfg-start.json7
-rw-r--r--lang/en/sysconfig/custom-filelist.json3
-rw-r--r--lang/en/sysconfig/custom-fileselect.json5
-rw-r--r--lang/en/sysconfig/custom-upload.json7
-rw-r--r--lang/en/sysconfig/start.json4
9 files changed, 57 insertions, 0 deletions
diff --git a/lang/en/sysconfig/ad-checkconnection.json b/lang/en/sysconfig/ad-checkconnection.json
new file mode 100644
index 00000000..0cf328cd
--- /dev/null
+++ b/lang/en/sysconfig/ad-checkconnection.json
@@ -0,0 +1,5 @@
+{
+ "lang_connectionWait":"The connection to the specified AD server is now checked. Please wait a moment.",
+ "lang_back":"Back",
+ "lang_skip":"Skip"
+}
diff --git a/lang/en/sysconfig/ad-finish.json b/lang/en/sysconfig/ad-finish.json
new file mode 100644
index 00000000..7a37b800
--- /dev/null
+++ b/lang/en/sysconfig/ad-finish.json
@@ -0,0 +1,7 @@
+{
+ "lang_adStarted":"The AD-proxy is now configured and started ...",
+ "lang_generateModule":"Generate Module",
+ "lang_restartWizard":"Restart Wizard",
+ "lang_to":"To",
+ "lang_systemConfiguration":"System Configuration"
+}
diff --git a/lang/en/sysconfig/ad-start.json b/lang/en/sysconfig/ad-start.json
new file mode 100644
index 00000000..f451b7c0
--- /dev/null
+++ b/lang/en/sysconfig/ad-start.json
@@ -0,0 +1,15 @@
+{
+ "lang_adText1":"To set up user authentication through Active Directory, a dedicated user is required in AD next to the address of the server, which is addressed by the AD.",
+ "lang_adText2":"This user does not need special rights, you can follow this user to evade security and the rights to log on. The user only needs to have sufficient permissions to perform an LDAP Bind on AD, and search for users.",
+ "lang_adText3":"Next the distinguished name of the user must be specified. You can determine this by dsquery command line program on a domain controller as the following call:",
+ "lang_adText4":"After entering all required data in the next step, it checks whether communication is possible with the AD.",
+ "lang_searchBase":"Search Base",
+ "lang_bindDN":"Bind DN",
+ "lang_password":"Password",
+ "lang_next":"Next",
+ "lang_userDirectory":"User Directory",
+ "lang_userDirectoryInfo1":"Optional: If the clients should embed a separate directory (home directory, user directory) from a server for the user, please enter here the format in UNC notation, eg",
+ "lang_userDirectoryInfo2":"%s is a placeholder for the user's login name.",
+ "lang_userDirectoryInfo3":"The directory is loaded with the same credentials that the user specifies when login. (That is no Kerberos support, etc.)",
+ "lang_close":"Close"
+}
diff --git a/lang/en/sysconfig/cfg-finish.json b/lang/en/sysconfig/cfg-finish.json
new file mode 100644
index 00000000..96bcc23a
--- /dev/null
+++ b/lang/en/sysconfig/cfg-finish.json
@@ -0,0 +1,4 @@
+{
+ "lang_configurationSuccess":"The configuration has been successfully created.",
+ "lang_configurationActive":"Enable configuration"
+}
diff --git a/lang/en/sysconfig/cfg-start.json b/lang/en/sysconfig/cfg-start.json
new file mode 100644
index 00000000..9862cccd
--- /dev/null
+++ b/lang/en/sysconfig/cfg-start.json
@@ -0,0 +1,7 @@
+{
+ "lang_name":"Name",
+ "lang_configuration":"Configuration",
+ "lang_configurationChoose":"Please select which modules will be used for this configuration.",
+ "lang_new":"New",
+ "lang_next":"Next"
+}
diff --git a/lang/en/sysconfig/custom-filelist.json b/lang/en/sysconfig/custom-filelist.json
new file mode 100644
index 00000000..7118d3ed
--- /dev/null
+++ b/lang/en/sysconfig/custom-filelist.json
@@ -0,0 +1,3 @@
+{
+ "lang_back":"Back"
+}
diff --git a/lang/en/sysconfig/custom-fileselect.json b/lang/en/sysconfig/custom-fileselect.json
new file mode 100644
index 00000000..0dc89791
--- /dev/null
+++ b/lang/en/sysconfig/custom-fileselect.json
@@ -0,0 +1,5 @@
+{
+ "lang_moduleName":"Module Name",
+ "lang_checkFileContent":"Here you have the possibility to check the contents of the archive again.",
+ "lang_next":"Next"
+}
diff --git a/lang/en/sysconfig/custom-upload.json b/lang/en/sysconfig/custom-upload.json
new file mode 100644
index 00000000..88aa5470
--- /dev/null
+++ b/lang/en/sysconfig/custom-upload.json
@@ -0,0 +1,7 @@
+{
+ "lang_customModuleInfo1":"About a custom module, it is possible to add arbitrary files to a Linux system that is booted clients. For this purpose, an archive can be uploaded using a file system structure that is extracted in this form 1:1 in the booted Linux.",
+ "lang_customModuleInfo2":"Example: If the uploaded archive is the file etc/example.conf, this file will be located as /etc/example.conf to a booted client.",
+ "lang_file":"File",
+ "lang_supportedFiles":"Supported File Formats",
+ "lang_upload":"Upload"
+}
diff --git a/lang/en/sysconfig/start.json b/lang/en/sysconfig/start.json
new file mode 100644
index 00000000..bc44332d
--- /dev/null
+++ b/lang/en/sysconfig/start.json
@@ -0,0 +1,4 @@
+{
+ "lang_moduleChoose":"Please select which type of configuration module you want to create.",
+ "lang_add":"Add"
+}