summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorraul2014-07-10 15:29:50 +0200
committerraul2014-07-10 15:29:50 +0200
commite2810bc15b98ea9744d0aab6c1f13c7385adbb2b (patch)
tree9ce684694292a17011d6f0fc0752d1fad248d001 /lang/en
parent[i18n] changed DB script to the new language notation (diff)
downloadslx-admin-e2810bc15b98ea9744d0aab6c1f13c7385adbb2b.tar.gz
slx-admin-e2810bc15b98ea9744d0aab6c1f13c7385adbb2b.tar.xz
slx-admin-e2810bc15b98ea9744d0aab6c1f13c7385adbb2b.zip
[i18n] reorganized the internationalization system
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/dialog-generic.json3
-rw-r--r--lang/en/flag.pngbin0 -> 656 bytes
-rw-r--r--lang/en/main-menu-login.json13
-rw-r--r--lang/en/main-menu-logout.json13
-rw-r--r--lang/en/messagebox-error.json3
-rw-r--r--lang/en/messagebox-info.json2
-rw-r--r--lang/en/messagebox-success.json2
-rw-r--r--lang/en/messagebox-warning.json2
-rw-r--r--lang/en/messages-hardcoded.json13
-rw-r--r--lang/en/messages.json39
-rw-r--r--lang/en/minilinux/download.json2
-rw-r--r--lang/en/minilinux/filelist.json9
-rw-r--r--lang/en/page-adduser.json8
-rw-r--r--lang/en/page-baseconfig.json7
-rw-r--r--lang/en/page-login.json8
-rw-r--r--lang/en/page-main-guest.json5
-rw-r--r--lang/en/page-main.json10
-rw-r--r--lang/en/page-minilinux.json3
-rw-r--r--lang/en/page-news.json12
-rw-r--r--lang/en/page-remote-tgz-list.json5
-rw-r--r--lang/en/page-sysconfig-main.json17
-rw-r--r--lang/en/page-syslog.json10
-rw-r--r--lang/en/page-vmstore.json15
-rw-r--r--lang/en/pagenav.json2
-rw-r--r--lang/en/serversetup/ipaddress.json7
-rw-r--r--lang/en/serversetup/ipxe.json15
-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
-rw-r--r--lang/en/systemstatus/_page.json8
-rw-r--r--lang/en/systemstatus/addresses.json2
-rw-r--r--lang/en/systemstatus/diskstat.json6
-rw-r--r--lang/en/systemstatus/services.json2
-rw-r--r--lang/en/systemstatus/systeminfo.json15
-rw-r--r--lang/en/vmstore/mount.json5
41 files changed, 320 insertions, 0 deletions
diff --git a/lang/en/dialog-generic.json b/lang/en/dialog-generic.json
new file mode 100644
index 00000000..330ef52c
--- /dev/null
+++ b/lang/en/dialog-generic.json
@@ -0,0 +1,3 @@
+{
+ "lang_next":"Next"
+}
diff --git a/lang/en/flag.png b/lang/en/flag.png
new file mode 100644
index 00000000..f9337dc5
--- /dev/null
+++ b/lang/en/flag.png
Binary files differ
diff --git a/lang/en/main-menu-login.json b/lang/en/main-menu-login.json
new file mode 100644
index 00000000..588c7c13
--- /dev/null
+++ b/lang/en/main-menu-login.json
@@ -0,0 +1,13 @@
+{
+ "lang_clientLog":"Client Log",
+ "lang_settings":"Settings",
+ "lang_client":"Client",
+ "lang_localization":"Localization",
+ "lang_configurationVariables":"Configuration Variables",
+ "lang_server":"Server",
+ "lang_configurationBasic":"Basic Configuration",
+ "lang_vmLocation":"VM Location",
+ "lang_news":"News",
+ "lang_login":"Login",
+ "lang_language":"Language"
+}
diff --git a/lang/en/main-menu-logout.json b/lang/en/main-menu-logout.json
new file mode 100644
index 00000000..6116180f
--- /dev/null
+++ b/lang/en/main-menu-logout.json
@@ -0,0 +1,13 @@
+{
+ "lang_clientLog":"Client Log",
+ "lang_settings":"Settings",
+ "lang_client":"Client",
+ "lang_localization":"Localization",
+ "lang_configurationVariables":"Configuration Variables",
+ "lang_server":"Server",
+ "lang_configurationBasic":"Basic Configuration",
+ "lang_vmLocation":"VM Location",
+ "lang_news":"News",
+ "lang_logout":"Logout",
+ "lang_language":"Language"
+}
diff --git a/lang/en/messagebox-error.json b/lang/en/messagebox-error.json
new file mode 100644
index 00000000..0db3279e
--- /dev/null
+++ b/lang/en/messagebox-error.json
@@ -0,0 +1,3 @@
+{
+
+}
diff --git a/lang/en/messagebox-info.json b/lang/en/messagebox-info.json
new file mode 100644
index 00000000..2c63c085
--- /dev/null
+++ b/lang/en/messagebox-info.json
@@ -0,0 +1,2 @@
+{
+}
diff --git a/lang/en/messagebox-success.json b/lang/en/messagebox-success.json
new file mode 100644
index 00000000..2c63c085
--- /dev/null
+++ b/lang/en/messagebox-success.json
@@ -0,0 +1,2 @@
+{
+}
diff --git a/lang/en/messagebox-warning.json b/lang/en/messagebox-warning.json
new file mode 100644
index 00000000..2c63c085
--- /dev/null
+++ b/lang/en/messagebox-warning.json
@@ -0,0 +1,2 @@
+{
+}
diff --git a/lang/en/messages-hardcoded.json b/lang/en/messages-hardcoded.json
new file mode 100644
index 00000000..6f1e6b5b
--- /dev/null
+++ b/lang/en/messages-hardcoded.json
@@ -0,0 +1,13 @@
+{
+ "lang_unknwonTaskManager":"Unknown Task Manager error",
+ "lang_configurationCompilation":"Compile configuration",
+ "lang_moduleAdd":"Add Module",
+ "lang_adAuthentication":"Active Directory Authentication",
+ "lang_adModule":"This module makes possible the application to the client PCs with the user accounts of an Active Directory. Depending on the configuration, the use of a user directory on the client is possible.",
+ "lang_authentication":"Authentication",
+ "lang_generic":"Generic",
+ "lang_addCustomModuleInfo":"With an extended module it is possible to add any files to the basic system that uses this module, for example to use specific configuration files, which can not be created with one of the other Wizards. Adding an Extended module usually requires at least basic knowledge of the Linux system.",
+ "lang_addCustomModule":"Add Custom Module",
+ "lang_days":"Day(s)",
+ "lang_hours":"Hour(s)"
+}
diff --git a/lang/en/messages.json b/lang/en/messages.json
new file mode 100644
index 00000000..0aecff38
--- /dev/null
+++ b/lang/en/messages.json
@@ -0,0 +1,39 @@
+{
+ "loginfail": "Username or Password incorrect",
+ "token": "Invalid token. CSRF attack?",
+ "adduser-disabled": "Insufficient privileges to add more users",
+ "password-mismatch": "Password and password confirmation do not match",
+ "empty-field": "A field was not filled",
+ "adduser-success": "User successfully added",
+ "no-permission": "No sufficient privileges to access this page",
+ "settings-updated": "Settings have been updated",
+ "debug-mode": "The debug mode is active!",
+ "value-invalid": "The value {{1}} is invalid for option {{0}} and has been ignored",
+ "invalid-action": "Invalid action: {{0}}",
+ "remote-timeout": "Could not download resource {{0}} ({{1}})",
+ "remote-parse-failed": "Parsing the received data failed ({{0}})",
+ "missing-file": "There was no file selected!",
+ "invalid-file": "The file {{0}} does not exist!",
+ "upload-complete": "Upload of {{0}} was successful",
+ "upload-failed": "Upload failed: {{0}}",
+ "config-activated": "Configuration {{0}} has been activated",
+ "config-invalid": "Configuration with id {{0}} does not exist",
+ "error-write": "Failed to write {{0}}",
+ "error-read": "Error reading {{0}}",
+ "error-archive": "Corrupted archive or unsupported format",
+ "error-rename": "Could not rename {{0}} into {{1}}",
+ "error-nodir": "The directory {{0}} does not exist.",
+ "empty-archive": "The archive contains no files or directories",
+ "error-extract": "Could not unpack archive {{0}} to {{1}}",
+ "module-added": "Module successfully added",
+ "module-deleted": "Module {{0}} was deleted",
+ "module-in-use": "Module {{0}} is still used by Configuration {{1}}",
+ "taskmanager-error": "Failed to connect to the Task Manager",
+ "taskmanager-format": "Task Manager has returned invalid data",
+ "task-error": "Execution failed: {{0}}",
+ "invalid-ip": "No interface is configured with the address {{0}}",
+ "news-set-success": "News updated successfully",
+ "news-empty": "There was no news found in the database",
+ "news-del-success": "News deleted",
+ "reboot-unconfirmed": "Confirmation prompt to reboot not confirmed"
+}
diff --git a/lang/en/minilinux/download.json b/lang/en/minilinux/download.json
new file mode 100644
index 00000000..2c63c085
--- /dev/null
+++ b/lang/en/minilinux/download.json
@@ -0,0 +1,2 @@
+{
+}
diff --git a/lang/en/minilinux/filelist.json b/lang/en/minilinux/filelist.json
new file mode 100644
index 00000000..7c8c80b1
--- /dev/null
+++ b/lang/en/minilinux/filelist.json
@@ -0,0 +1,9 @@
+{
+ "lang_canUpdate1":"At least one component of",
+ "lang_canUpdate2":"can be updated. For a smooth operation, it is recommended to keep all components up to date.",
+ "lang_update":"Update",
+ "lang_systemUpdated":"The system is up to date.",
+ "lang_actual":"Actual",
+ "lang_outdated":"Outdated",
+ "lang_configurationPackageNotFound":"Configuration package not found!"
+}
diff --git a/lang/en/page-adduser.json b/lang/en/page-adduser.json
new file mode 100644
index 00000000..b4fae235
--- /dev/null
+++ b/lang/en/page-adduser.json
@@ -0,0 +1,8 @@
+{
+ "lang_createUser":"Create User",
+ "lang_username":"Username",
+ "lang_password":"Password",
+ "lang_confirmation":"Confirm Password",
+ "lang_fullName":"Full Name",
+ "lang_telephone":"Telephone"
+}
diff --git a/lang/en/page-baseconfig.json b/lang/en/page-baseconfig.json
new file mode 100644
index 00000000..715ae3e6
--- /dev/null
+++ b/lang/en/page-baseconfig.json
@@ -0,0 +1,7 @@
+{
+ "lang_basicConfiguration":"Basic Configuration",
+ "lang_help":"Help",
+ "lang_close":"Close",
+ "lang_save":"Save",
+ "lang_reset":"Reset"
+}
diff --git a/lang/en/page-login.json b/lang/en/page-login.json
new file mode 100644
index 00000000..596eeea1
--- /dev/null
+++ b/lang/en/page-login.json
@@ -0,0 +1,8 @@
+{
+ "lang_enter":"Enter",
+ "lang_username":"Username",
+ "lang_password":"Password",
+ "lang_rememberID":"Remember ID",
+ "lang_login":"Login",
+ "lang_register":"Register"
+}
diff --git a/lang/en/page-main-guest.json b/lang/en/page-main-guest.json
new file mode 100644
index 00000000..3c4b0518
--- /dev/null
+++ b/lang/en/page-main-guest.json
@@ -0,0 +1,5 @@
+{
+ "lang_welcome":"Welcome",
+ "lang_introGuest":"This is the administration interface of the local bwLehrpool intallation. Please authenticate yourself to adjust settings.",
+ "lang_login":"Login"
+}
diff --git a/lang/en/page-main.json b/lang/en/page-main.json
new file mode 100644
index 00000000..687c858c
--- /dev/null
+++ b/lang/en/page-main.json
@@ -0,0 +1,10 @@
+{
+ "lang_welcome":"Welcome",
+ "lang_intro":"This is the bwLehrpool configuration interface.",
+ "lang_vmLocationNotSet":"A location for the virtual machine is not set yet.",
+ "lang_configure":"Configure",
+ "lang_bootMenuWarning":"The boot menu is outdated or has not been generated.",
+ "lang_minilinuxMissing":"Important files from the mini Linux installation are missing.",
+ "lang_systemConfigurationNotChosen":"A system configuration has not been chosen yet.",
+ "lang_systemConfiguration":"System Configuration"
+}
diff --git a/lang/en/page-minilinux.json b/lang/en/page-minilinux.json
new file mode 100644
index 00000000..885a4d5c
--- /dev/null
+++ b/lang/en/page-minilinux.json
@@ -0,0 +1,3 @@
+{
+ "lang_listObtained":"List is obtained..."
+}
diff --git a/lang/en/page-news.json b/lang/en/page-news.json
new file mode 100644
index 00000000..58408261
--- /dev/null
+++ b/lang/en/page-news.json
@@ -0,0 +1,12 @@
+{
+ "lang_newsIntro":"Here you have the possibility to edit the news displayed to the bwLehrpool clients.",
+ "lang_activeNews":"Active News",
+ "lang_latestUpdate":"Latest update",
+ "lang_title":"Title",
+ "lang_content":"Content",
+ "lang_save":"Save",
+ "lang_newsOld":"Old News",
+ "lang_date":"Date",
+ "lang_show":"Show",
+ "lang_delete":"Delete"
+}
diff --git a/lang/en/page-remote-tgz-list.json b/lang/en/page-remote-tgz-list.json
new file mode 100644
index 00000000..7014de23
--- /dev/null
+++ b/lang/en/page-remote-tgz-list.json
@@ -0,0 +1,5 @@
+{
+ "lang_systemConfiguration":"System Configuration",
+ "lang_centralConfiguration":"Central configurations available",
+ "lang_configurationPackageNotFound":"Configuration package not found!"
+}
diff --git a/lang/en/page-sysconfig-main.json b/lang/en/page-sysconfig-main.json
new file mode 100644
index 00000000..1d33c98d
--- /dev/null
+++ b/lang/en/page-sysconfig-main.json
@@ -0,0 +1,17 @@
+{
+ "lang_availableSystem":"Available System Configuration",
+ "lang_activate":"Activate",
+ "lang_close":"Close",
+ "lang_systemConfigurationNotFound":"No system configurations found.\n Create a new configuration from the configuration modules listed below.",
+ "lang_systemConfigurationAlert":"Before you can create a system configuration, you must first create a configuration module.",
+ "lang_newConfiguration":"New Configuration",
+ "lang_availableModules":"Available Configuration Modules",
+ "lang_show":"Show",
+ "lang_delete":"Delete",
+ "lang_configurationModuleNotFound":"Configuration module not found!",
+ "lang_newModule":"New Module",
+ "lang_systemConfiguration":"System Configuration",
+ "lang_helpSystemConfiguration":"The fundamental localization of the bwLehrpool system is done through a system configuration. These include aspects such as the authentication method for users (eg Active Directory, LDAP), printer configuration, home directories, etc. A system configuration is composed of one or more configuration modules, which can be managed at the bottom of this page.",
+ "lang_moduleConfiguration":"Module Configuration",
+ "lang_helpModuleConfiguration":"Configuration modules are the building blocks from which a system configuration is created. Here you can create both generic modules by a wizard, as well as create completely custom modules (advanced Linux knowledge required)."
+}
diff --git a/lang/en/page-syslog.json b/lang/en/page-syslog.json
new file mode 100644
index 00000000..660e957f
--- /dev/null
+++ b/lang/en/page-syslog.json
@@ -0,0 +1,10 @@
+{
+ "lang_clientLog":"Client Log",
+ "lang_filter":"Filter",
+ "lang_not":"not",
+ "lang_go":"Go",
+ "lang_when":"When",
+ "lang_client":"Client",
+ "lang_event":"Event",
+ "lang_details":"Details"
+}
diff --git a/lang/en/page-vmstore.json b/lang/en/page-vmstore.json
new file mode 100644
index 00000000..924f9457
--- /dev/null
+++ b/lang/en/page-vmstore.json
@@ -0,0 +1,15 @@
+{
+ "lang_vmLocation":"VM Location",
+ "lang_vmLocationChoose":"Please choose where the images of virtual machines will be stored.",
+ "lang_intern":"Intern",
+ "lang_noAdditionalInformation":"No additional cofiguration required",
+ "lang_readWrite":"Read/Write Access",
+ "lang_username":"Username",
+ "lang_password":"Password",
+ "lang_readOnly":"Read-only Access",
+ "lang_save":"Save",
+ "lang_close":"Close",
+ "lang_vmLocationHelp1":"For test purposes, the VMs can be stored directly on the Satellite server. However, if you operate the delivered satellite vmdk please remember that you have only about 100GB of memory.",
+ "lang_vmLocationHelp2":"In productive operation, it makes sense for this to use a high-performance network storage. This network storage can be integrated via NFS or CIFS / SMB. In any case, it must be ensured that the satellite server has write access to this network storage to add a new Virtual Machine . When using NFSv3 this can be set up IP-based, for the use of CIFS / SMB, you can access data disclosures that would entitle them to write.",
+ "lang_vmLocationHelp3":"The bwLehrpool clients only need read access to the network storage (and for security reasons, really can only read). In CIFS / SMB You can do this most easily by allowing passwordless guest access with read access to the share."
+}
diff --git a/lang/en/pagenav.json b/lang/en/pagenav.json
new file mode 100644
index 00000000..2c63c085
--- /dev/null
+++ b/lang/en/pagenav.json
@@ -0,0 +1,2 @@
+{
+}
diff --git a/lang/en/serversetup/ipaddress.json b/lang/en/serversetup/ipaddress.json
new file mode 100644
index 00000000..baa0240e
--- /dev/null
+++ b/lang/en/serversetup/ipaddress.json
@@ -0,0 +1,7 @@
+{
+ "lang_bootAddress":"Boot Address of the Server",
+ "lang_chooseIP":"Please select the IP address that the client server will use to boot.",
+ "lang_active":"Active",
+ "lang_set":"Set",
+ "lang_bootHint":"The Boot menu must be recreated after changing the IP address. Usually this is done automatically, but the process can also be triggered manually in the section of the boot menu."
+}
diff --git a/lang/en/serversetup/ipxe.json b/lang/en/serversetup/ipxe.json
new file mode 100644
index 00000000..31118860
--- /dev/null
+++ b/lang/en/serversetup/ipxe.json
@@ -0,0 +1,15 @@
+{
+ "lang_bootMenu":"Boot Menu",
+ "lang_bootInfo":"Here adjustments can be made to the appearance of the boot menu.",
+ "lang_bootBehavior":"Default Boot Behavior",
+ "lang_localHDD":"Local HDD",
+ "lang_menuDisplayTime":"Menu Display Time",
+ "lang_seconds":"Seconds",
+ "lang_menuCustom":"Custom Extra Menu",
+ "lang_bootMenuCreate":"Create Boot Menu",
+ "lang_menuCustomHint1":"Here you have the opportunity to add your own menu code to the displayed PXE menu, eg to refer to other PXE server. The format corresponds to the syslinux menu format.",
+ "lang_menuCustomHint2":"You can create one or more entries. If you want to create an entry that starts automatically when the user makes a selection, assign as",
+ "lang_menuCustomHint3":"and select as the default boot behavior my-entry as well.",
+ "lang_example":"Example",
+ "lang_close":"Close"
+}
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"
+}
diff --git a/lang/en/systemstatus/_page.json b/lang/en/systemstatus/_page.json
new file mode 100644
index 00000000..366aa808
--- /dev/null
+++ b/lang/en/systemstatus/_page.json
@@ -0,0 +1,8 @@
+{
+ "lang_space":"Space",
+ "lang_services":"Services",
+ "lang_addressConfiguration":"Address Configuration",
+ "lang_system":"System",
+ "lang_maintenance":"Maintenance",
+ "lang_iAmSure":"Yes, I am sure"
+}
diff --git a/lang/en/systemstatus/addresses.json b/lang/en/systemstatus/addresses.json
new file mode 100644
index 00000000..2c63c085
--- /dev/null
+++ b/lang/en/systemstatus/addresses.json
@@ -0,0 +1,2 @@
+{
+}
diff --git a/lang/en/systemstatus/diskstat.json b/lang/en/systemstatus/diskstat.json
new file mode 100644
index 00000000..c405463d
--- /dev/null
+++ b/lang/en/systemstatus/diskstat.json
@@ -0,0 +1,6 @@
+{
+ "lang_systemPartition":"System Partition",
+ "lang_capacity":"Capacity",
+ "lang_vmStore":"VM Store",
+ "lang_vmStoreError":"Error when determining the available disk space on the VM location. Please check the configuration."
+}
diff --git a/lang/en/systemstatus/services.json b/lang/en/systemstatus/services.json
new file mode 100644
index 00000000..2c63c085
--- /dev/null
+++ b/lang/en/systemstatus/services.json
@@ -0,0 +1,2 @@
+{
+}
diff --git a/lang/en/systemstatus/systeminfo.json b/lang/en/systemstatus/systeminfo.json
new file mode 100644
index 00000000..15431a53
--- /dev/null
+++ b/lang/en/systemstatus/systeminfo.json
@@ -0,0 +1,15 @@
+{
+ "lang_uptimeOS":"OS Uptime",
+ "lang_cpuLoad":"CPU Load",
+ "lang_average":"Average",
+ "lang_onlyOS":"OS Only",
+ "lang_logicCPUs":"Logic CPUs",
+ "lang_notDetermined":"Could not be determined",
+ "lang_ramUsage":"RAM Usage",
+ "lang_total":"Total",
+ "lang_free":"Free",
+ "lang_swapUsage":"swap Usage",
+ "lang_occupied":"Occupied",
+ "lang_attention":"Attention!",
+ "lang_swapWarning":"Memory swap is being used. This may be an indication that the satellite server does not have enough physical memory available. In the case of performance problems or server instability you should consider equipping the server with more RAM."
+}
diff --git a/lang/en/vmstore/mount.json b/lang/en/vmstore/mount.json
new file mode 100644
index 00000000..4b8cd592
--- /dev/null
+++ b/lang/en/vmstore/mount.json
@@ -0,0 +1,5 @@
+{
+ "lang_vmLocationConfiguration":"VM location is configured",
+ "lang_configure":"Configure",
+ "lang_back":"Back"
+}