summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2014-08-13 05:20:32 +0200
committerSimon Rettberg2014-08-13 05:20:32 +0200
commitd05468d39f37ff260df1e51a02075d486ef7e6b6 (patch)
tree2d4d62a2660b82ec83b54b54c8baf1933d7182de /lang/en
parentDon't bail out if a json file doesn't exist for a given lang+template (diff)
downloadslx-admin-d05468d39f37ff260df1e51a02075d486ef7e6b6.tar.gz
slx-admin-d05468d39f37ff260df1e51a02075d486ef7e6b6.tar.xz
slx-admin-d05468d39f37ff260df1e51a02075d486ef7e6b6.zip
Re-Format all language files for cleaner future diffs
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/dialog-generic.json4
-rw-r--r--lang/en/main-menu-login.json15
-rw-r--r--lang/en/main-menu-logout.json15
-rw-r--r--lang/en/messagebox-error.json4
-rw-r--r--lang/en/messages.json46
-rw-r--r--lang/en/minilinux/filelist.json16
-rw-r--r--lang/en/page-adduser.json14
-rw-r--r--lang/en/page-baseconfig.json12
-rw-r--r--lang/en/page-login.json14
-rw-r--r--lang/en/page-main-guest.json8
-rw-r--r--lang/en/page-main.json18
-rw-r--r--lang/en/page-minilinux.json5
-rw-r--r--lang/en/page-news.json22
-rw-r--r--lang/en/page-remote-tgz-list.json8
-rw-r--r--lang/en/page-syslog.json18
-rw-r--r--lang/en/page-vmstore.json28
-rw-r--r--lang/en/serversetup/ipaddress.json12
-rw-r--r--lang/en/serversetup/ipxe.json28
-rw-r--r--lang/en/sysconfig/_page.json33
-rw-r--r--lang/en/sysconfig/ad-checkconnection.json8
-rw-r--r--lang/en/sysconfig/ad-finish.json12
-rw-r--r--lang/en/sysconfig/ad-start.json28
-rw-r--r--lang/en/sysconfig/branding-check.json8
-rw-r--r--lang/en/sysconfig/branding-start.json12
-rw-r--r--lang/en/sysconfig/cfg-finish.json6
-rw-r--r--lang/en/sysconfig/cfg-start.json12
-rw-r--r--lang/en/sysconfig/custom-filelist.json4
-rw-r--r--lang/en/sysconfig/custom-fileselect.json8
-rw-r--r--lang/en/sysconfig/custom-upload.json12
-rw-r--r--lang/en/sysconfig/start.json6
-rw-r--r--lang/en/systemstatus/_page.json14
-rw-r--r--lang/en/systemstatus/diskstat.json10
-rw-r--r--lang/en/systemstatus/systeminfo.json28
-rw-r--r--lang/en/translation/_page.json9
-rw-r--r--lang/en/translation/messages.json18
-rw-r--r--lang/en/translation/template.json16
-rw-r--r--lang/en/vmstore/mount.json8
37 files changed, 326 insertions, 213 deletions
diff --git a/lang/en/dialog-generic.json b/lang/en/dialog-generic.json
index c44e40a5..c7551ed3 100644
--- a/lang/en/dialog-generic.json
+++ b/lang/en/dialog-generic.json
@@ -1 +1,3 @@
-{"lang_next":"Next"} \ No newline at end of file
+{
+ "lang_next": "Next"
+} \ No newline at end of file
diff --git a/lang/en/main-menu-login.json b/lang/en/main-menu-login.json
index 099cfe54..26391c9f 100644
--- a/lang/en/main-menu-login.json
+++ b/lang/en/main-menu-login.json
@@ -1 +1,14 @@
-{"lang_clientLog":"Client Log","lang_settings":"Settings","lang_client":"Client","lang_localization":"Localization","lang_configurationVariables":"Configuration Variables","lang_administration":"Translations","lang_server":"Server","lang_configurationBasic":"Basic Configuration","lang_vmLocation":"VM Location","lang_news":"News","lang_language":"Language","lang_login":"Login"} \ No newline at end of file
+{
+ "lang_administration": "Translations",
+ "lang_client": "Client",
+ "lang_clientLog": "Client Log",
+ "lang_configurationBasic": "Basic Configuration",
+ "lang_configurationVariables": "Configuration Variables",
+ "lang_language": "Language",
+ "lang_localization": "Localization",
+ "lang_login": "Login",
+ "lang_news": "News",
+ "lang_server": "Server",
+ "lang_settings": "Settings",
+ "lang_vmLocation": "VM Location"
+} \ No newline at end of file
diff --git a/lang/en/main-menu-logout.json b/lang/en/main-menu-logout.json
index 94e99d90..54d7831e 100644
--- a/lang/en/main-menu-logout.json
+++ b/lang/en/main-menu-logout.json
@@ -1 +1,14 @@
-{"lang_clientLog":"Client Log","lang_settings":"Settings","lang_client":"Client","lang_localization":"Localization","lang_configurationVariables":"Configuration Variables","lang_administration":"Translations","lang_server":"Server","lang_configurationBasic":"Basic Configuration","lang_vmLocation":"VM Location","lang_news":"News","lang_language":"Language","lang_logout":"Logout"} \ No newline at end of file
+{
+ "lang_administration": "Translations",
+ "lang_client": "Client",
+ "lang_clientLog": "Client Log",
+ "lang_configurationBasic": "Basic Configuration",
+ "lang_configurationVariables": "Configuration Variables",
+ "lang_language": "Language",
+ "lang_localization": "Localization",
+ "lang_logout": "Logout",
+ "lang_news": "News",
+ "lang_server": "Server",
+ "lang_settings": "Settings",
+ "lang_vmLocation": "VM Location"
+} \ No newline at end of file
diff --git a/lang/en/messagebox-error.json b/lang/en/messagebox-error.json
index 0db3279e..c44dc44f 100644
--- a/lang/en/messagebox-error.json
+++ b/lang/en/messagebox-error.json
@@ -1,3 +1,3 @@
-{
+[
-}
+] \ No newline at end of file
diff --git a/lang/en/messages.json b/lang/en/messages.json
index 353f94c1..a300cff7 100644
--- a/lang/en/messages.json
+++ b/lang/en/messages.json
@@ -1 +1,45 @@
-{"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-save-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","invalid-template":"Selected template is not valid","deleted-tag":"Tag was successfully removed","updated-tags":"","unsuccessful-action":""} \ No newline at end of file
+{
+ "adduser-disabled": "Insufficient privileges to add more users",
+ "adduser-success": "User successfully added",
+ "config-activated": "Configuration {{0}} has been activated",
+ "config-invalid": "Configuration with id {{0}} does not exist",
+ "debug-mode": "The debug mode is active!",
+ "deleted-tag": "Tag was successfully removed",
+ "empty-archive": "The archive contains no files or directories",
+ "empty-field": "A field was not filled",
+ "error-archive": "Corrupted archive or unsupported format",
+ "error-extract": "Could not unpack archive {{0}} to {{1}}",
+ "error-nodir": "The directory {{0}} does not exist.",
+ "error-read": "Error reading {{0}}",
+ "error-rename": "Could not rename {{0}} into {{1}}",
+ "error-write": "Failed to write {{0}}",
+ "i18n-empty-tag": "",
+ "i18n-invalid-lang": "",
+ "invalid-action": "Invalid action: {{0}}",
+ "invalid-file": "The file {{0}} does not exist!",
+ "invalid-ip": "No interface is configured with the address {{0}}",
+ "invalid-template": "Selected template is not valid",
+ "loginfail": "Username or Password incorrect",
+ "missing-file": "There was no file selected!",
+ "module-added": "Module successfully added",
+ "module-deleted": "Module {{0}} was deleted",
+ "module-in-use": "Module {{0}} is still used by Configuration {{1}}",
+ "news-del-success": "News deleted",
+ "news-empty": "There was no news found in the database",
+ "news-save-success": "News updated successfully",
+ "no-permission": "No sufficient privileges to access this page",
+ "password-mismatch": "Password and password confirmation do not match",
+ "reboot-unconfirmed": "Confirmation prompt to reboot not confirmed",
+ "remote-parse-failed": "Parsing the received data failed ({{0}})",
+ "remote-timeout": "Could not download resource {{0}} ({{1}})",
+ "settings-updated": "Settings have been updated",
+ "task-error": "Execution failed: {{0}}",
+ "taskmanager-error": "Failed to connect to the Task Manager",
+ "taskmanager-format": "Task Manager has returned invalid data",
+ "token": "Invalid token. CSRF attack?",
+ "unsuccessful-action": "",
+ "updated-tags": "",
+ "upload-complete": "Upload of {{0}} was successful",
+ "upload-failed": "Upload failed: {{0}}",
+ "value-invalid": "The value {{1}} is invalid for option {{0}} and has been ignored"
+} \ No newline at end of file
diff --git a/lang/en/minilinux/filelist.json b/lang/en/minilinux/filelist.json
index 7c8c80b1..11835c10 100644
--- a/lang/en/minilinux/filelist.json
+++ b/lang/en/minilinux/filelist.json
@@ -1,9 +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!"
-}
+ "lang_actual": "Actual",
+ "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_configurationPackageNotFound": "Configuration package not found!",
+ "lang_outdated": "Outdated",
+ "lang_systemUpdated": "The system is up to date.",
+ "lang_update": "Update"
+} \ No newline at end of file
diff --git a/lang/en/page-adduser.json b/lang/en/page-adduser.json
index b4fae235..42bae6dc 100644
--- a/lang/en/page-adduser.json
+++ b/lang/en/page-adduser.json
@@ -1,8 +1,8 @@
{
- "lang_createUser":"Create User",
- "lang_username":"Username",
- "lang_password":"Password",
- "lang_confirmation":"Confirm Password",
- "lang_fullName":"Full Name",
- "lang_telephone":"Telephone"
-}
+ "lang_confirmation": "Confirm Password",
+ "lang_createUser": "Create User",
+ "lang_fullName": "Full Name",
+ "lang_password": "Password",
+ "lang_telephone": "Telephone",
+ "lang_username": "Username"
+} \ No newline at end of file
diff --git a/lang/en/page-baseconfig.json b/lang/en/page-baseconfig.json
index 715ae3e6..dfd235b5 100644
--- a/lang/en/page-baseconfig.json
+++ b/lang/en/page-baseconfig.json
@@ -1,7 +1,7 @@
{
- "lang_basicConfiguration":"Basic Configuration",
- "lang_help":"Help",
- "lang_close":"Close",
- "lang_save":"Save",
- "lang_reset":"Reset"
-}
+ "lang_basicConfiguration": "Basic Configuration",
+ "lang_close": "Close",
+ "lang_help": "Help",
+ "lang_reset": "Reset",
+ "lang_save": "Save"
+} \ No newline at end of file
diff --git a/lang/en/page-login.json b/lang/en/page-login.json
index 596eeea1..4b192a7a 100644
--- a/lang/en/page-login.json
+++ b/lang/en/page-login.json
@@ -1,8 +1,8 @@
{
- "lang_enter":"Enter",
- "lang_username":"Username",
- "lang_password":"Password",
- "lang_rememberID":"Remember ID",
- "lang_login":"Login",
- "lang_register":"Register"
-}
+ "lang_enter": "Enter",
+ "lang_login": "Login",
+ "lang_password": "Password",
+ "lang_register": "Register",
+ "lang_rememberID": "Remember ID",
+ "lang_username": "Username"
+} \ No newline at end of file
diff --git a/lang/en/page-main-guest.json b/lang/en/page-main-guest.json
index 3c4b0518..8676d0d4 100644
--- a/lang/en/page-main-guest.json
+++ b/lang/en/page-main-guest.json
@@ -1,5 +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"
-}
+ "lang_introGuest": "This is the administration interface of the local bwLehrpool intallation. Please authenticate yourself to adjust settings.",
+ "lang_login": "Login",
+ "lang_welcome": "Welcome"
+} \ No newline at end of file
diff --git a/lang/en/page-main.json b/lang/en/page-main.json
index 687c858c..86f4eb52 100644
--- a/lang/en/page-main.json
+++ b/lang/en/page-main.json
@@ -1,10 +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"
-}
+ "lang_bootMenuWarning": "The boot menu is outdated or has not been generated.",
+ "lang_configure": "Configure",
+ "lang_intro": "This is the bwLehrpool configuration interface.",
+ "lang_minilinuxMissing": "Important files from the mini Linux installation are missing.",
+ "lang_systemConfiguration": "System Configuration",
+ "lang_systemConfigurationNotChosen": "A system configuration has not been chosen yet.",
+ "lang_vmLocationNotSet": "A location for the virtual machine is not set yet.",
+ "lang_welcome": "Welcome"
+} \ No newline at end of file
diff --git a/lang/en/page-minilinux.json b/lang/en/page-minilinux.json
index 2ec6123c..087e01be 100644
--- a/lang/en/page-minilinux.json
+++ b/lang/en/page-minilinux.json
@@ -1 +1,4 @@
-{"lang_listObtained":"List is being obtained...","lang_errorGetting":""} \ No newline at end of file
+{
+ "lang_errorGetting": "",
+ "lang_listObtained": ""
+} \ No newline at end of file
diff --git a/lang/en/page-news.json b/lang/en/page-news.json
index 58408261..ab925ccc 100644
--- a/lang/en/page-news.json
+++ b/lang/en/page-news.json
@@ -1,12 +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"
-}
+ "lang_activeNews": "Active News",
+ "lang_content": "Content",
+ "lang_date": "Date",
+ "lang_delete": "Delete",
+ "lang_latestUpdate": "Latest update",
+ "lang_newsIntro": "Here you have the possibility to edit the news displayed to the bwLehrpool clients.",
+ "lang_newsOld": "Old News",
+ "lang_save": "Save",
+ "lang_show": "Show",
+ "lang_title": "Title"
+} \ No newline at end of file
diff --git a/lang/en/page-remote-tgz-list.json b/lang/en/page-remote-tgz-list.json
index 7014de23..22f0fd53 100644
--- a/lang/en/page-remote-tgz-list.json
+++ b/lang/en/page-remote-tgz-list.json
@@ -1,5 +1,5 @@
{
- "lang_systemConfiguration":"System Configuration",
- "lang_centralConfiguration":"Central configurations available",
- "lang_configurationPackageNotFound":"Configuration package not found!"
-}
+ "lang_centralConfiguration": "Central configurations available",
+ "lang_configurationPackageNotFound": "Configuration package not found!",
+ "lang_systemConfiguration": "System Configuration"
+} \ No newline at end of file
diff --git a/lang/en/page-syslog.json b/lang/en/page-syslog.json
index 660e957f..71f61693 100644
--- a/lang/en/page-syslog.json
+++ b/lang/en/page-syslog.json
@@ -1,10 +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"
-}
+ "lang_client": "Client",
+ "lang_clientLog": "Client Log",
+ "lang_details": "Details",
+ "lang_event": "Event",
+ "lang_filter": "Filter",
+ "lang_go": "Go",
+ "lang_not": "not",
+ "lang_when": "When"
+} \ No newline at end of file
diff --git a/lang/en/page-vmstore.json b/lang/en/page-vmstore.json
index 924f9457..667b8734 100644
--- a/lang/en/page-vmstore.json
+++ b/lang/en/page-vmstore.json
@@ -1,15 +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."
-}
+ "lang_close": "Close",
+ "lang_intern": "Intern",
+ "lang_noAdditionalInformation": "No additional cofiguration required",
+ "lang_password": "Password",
+ "lang_readOnly": "Read-only Access",
+ "lang_readWrite": "Read\/Write Access",
+ "lang_save": "Save",
+ "lang_username": "Username",
+ "lang_vmLocation": "VM Location",
+ "lang_vmLocationChoose": "Please choose where the images of virtual machines will be stored.",
+ "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."
+} \ No newline at end of file
diff --git a/lang/en/serversetup/ipaddress.json b/lang/en/serversetup/ipaddress.json
index baa0240e..699aeacc 100644
--- a/lang/en/serversetup/ipaddress.json
+++ b/lang/en/serversetup/ipaddress.json
@@ -1,7 +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."
-}
+ "lang_active": "Active",
+ "lang_bootAddress": "Boot Address of the Server",
+ "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.",
+ "lang_chooseIP": "Please select the IP address that the client server will use to boot.",
+ "lang_set": "Set"
+} \ No newline at end of file
diff --git a/lang/en/serversetup/ipxe.json b/lang/en/serversetup/ipxe.json
index 31118860..1ab18e14 100644
--- a/lang/en/serversetup/ipxe.json
+++ b/lang/en/serversetup/ipxe.json
@@ -1,15 +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"
-}
+ "lang_bootBehavior": "Default Boot Behavior",
+ "lang_bootInfo": "Here adjustments can be made to the appearance of the boot menu.",
+ "lang_bootMenu": "Boot Menu",
+ "lang_bootMenuCreate": "Create Boot Menu",
+ "lang_close": "Close",
+ "lang_example": "Example",
+ "lang_localHDD": "Local HDD",
+ "lang_menuCustom": "Custom Extra 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_menuDisplayTime": "Menu Display Time",
+ "lang_seconds": "Seconds"
+} \ No newline at end of file
diff --git a/lang/en/sysconfig/_page.json b/lang/en/sysconfig/_page.json
index 1d33c98d..679514c2 100644
--- a/lang/en/sysconfig/_page.json
+++ b/lang/en/sysconfig/_page.json
@@ -1,17 +1,18 @@
{
- "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)."
-}
+ "lang_activate": "Activate",
+ "lang_active": "",
+ "lang_availableModules": "Available Configuration Modules",
+ "lang_availableSystem": "Available System Configuration",
+ "lang_close": "Close",
+ "lang_configurationModuleNotFound": "Configuration module not found!",
+ "lang_delete": "Delete",
+ "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).",
+ "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_newConfiguration": "New Configuration",
+ "lang_newModule": "New Module",
+ "lang_show": "Show",
+ "lang_systemConfiguration": "System Configuration",
+ "lang_systemConfigurationAlert": "Before you can create a system configuration, you must first create a configuration module.",
+ "lang_systemConfigurationNotFound": "No system configurations found. Create a new configuration from the configuration modules listed below."
+} \ No newline at end of file
diff --git a/lang/en/sysconfig/ad-checkconnection.json b/lang/en/sysconfig/ad-checkconnection.json
index 0cf328cd..5ae50d59 100644
--- a/lang/en/sysconfig/ad-checkconnection.json
+++ b/lang/en/sysconfig/ad-checkconnection.json
@@ -1,5 +1,5 @@
{
- "lang_connectionWait":"The connection to the specified AD server is now checked. Please wait a moment.",
- "lang_back":"Back",
- "lang_skip":"Skip"
-}
+ "lang_back": "Back",
+ "lang_connectionWait": "The connection to the specified AD server is now checked. Please wait a moment.",
+ "lang_skip": "Skip"
+} \ No newline at end of file
diff --git a/lang/en/sysconfig/ad-finish.json b/lang/en/sysconfig/ad-finish.json
index 7a37b800..8f89046e 100644
--- a/lang/en/sysconfig/ad-finish.json
+++ b/lang/en/sysconfig/ad-finish.json
@@ -1,7 +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"
-}
+ "lang_adStarted": "The AD-proxy is now configured and started ...",
+ "lang_generateModule": "Generate Module",
+ "lang_restartWizard": "Restart Wizard",
+ "lang_systemConfiguration": "System Configuration",
+ "lang_to": "To"
+} \ No newline at end of file
diff --git a/lang/en/sysconfig/ad-start.json b/lang/en/sysconfig/ad-start.json
index f451b7c0..f40c6939 100644
--- a/lang/en/sysconfig/ad-start.json
+++ b/lang/en/sysconfig/ad-start.json
@@ -1,15 +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"
-}
+ "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_bindDN": "Bind DN",
+ "lang_close": "Close",
+ "lang_next": "Next",
+ "lang_password": "Password",
+ "lang_searchBase": "Search Base",
+ "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.)"
+} \ No newline at end of file
diff --git a/lang/en/sysconfig/branding-check.json b/lang/en/sysconfig/branding-check.json
index 8b64e362..6a481d8b 100644
--- a/lang/en/sysconfig/branding-check.json
+++ b/lang/en/sysconfig/branding-check.json
@@ -1,5 +1,5 @@
{
- "lang_brandingInfo":"Below you can check the selected logo. If you can not see the logo, please check whether you have used a valid SVG image. Alternatively, it is possible that during processing of the image, an error occurred. Therefore, you can save the module anyway and test whether the logo is displayed in the bwLehrpool system.",
- "lang_title":"Title",
- "lang_save":"Save"
-}
+ "lang_brandingInfo": "Below you can check the selected logo. If you can not see the logo, please check whether you have used a valid SVG image. Alternatively, it is possible that during processing of the image, an error occurred. Therefore, you can save the module anyway and test whether the logo is displayed in the bwLehrpool system.",
+ "lang_save": "Save",
+ "lang_title": "Title"
+} \ No newline at end of file
diff --git a/lang/en/sysconfig/branding-start.json b/lang/en/sysconfig/branding-start.json
index 4e62d4e4..f419f5a4 100644
--- a/lang/en/sysconfig/branding-start.json
+++ b/lang/en/sysconfig/branding-start.json
@@ -1,7 +1,7 @@
{
- "lang_branding":"For best results, you should upload the logo in SVG format. SVG is a vector graphics format, which is advantageous for scaling. A good source for SVG logos of universities and colleges is their respective Wikipedia article.",
- "lang_or":"or",
- "lang_upload":"Upload",
- "lang_urlLoad":"Load image from URL",
- "lang_computerLoad":"Load image from local computer"
-}
+ "lang_branding": "For best results, you should upload the logo in SVG format. SVG is a vector graphics format, which is advantageous for scaling. A good source for SVG logos of universities and colleges is their respective Wikipedia article.",
+ "lang_computerLoad": "Load image from local computer",
+ "lang_or": "or",
+ "lang_upload": "Upload",
+ "lang_urlLoad": "Load image from URL"
+} \ No newline at end of file
diff --git a/lang/en/sysconfig/cfg-finish.json b/lang/en/sysconfig/cfg-finish.json
index 96bcc23a..b8729636 100644
--- a/lang/en/sysconfig/cfg-finish.json
+++ b/lang/en/sysconfig/cfg-finish.json
@@ -1,4 +1,4 @@
{
- "lang_configurationSuccess":"The configuration has been successfully created.",
- "lang_configurationActive":"Enable configuration"
-}
+ "lang_configurationActive": "Enable configuration",
+ "lang_configurationSuccess": "The configuration has been successfully created."
+} \ No newline at end of file
diff --git a/lang/en/sysconfig/cfg-start.json b/lang/en/sysconfig/cfg-start.json
index 9862cccd..8ab46f37 100644
--- a/lang/en/sysconfig/cfg-start.json
+++ b/lang/en/sysconfig/cfg-start.json
@@ -1,7 +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"
-}
+ "lang_configuration": "Configuration",
+ "lang_configurationChoose": "Please select which modules will be used for this configuration.",
+ "lang_name": "Name",
+ "lang_new": "New",
+ "lang_next": "Next"
+} \ No newline at end of file
diff --git a/lang/en/sysconfig/custom-filelist.json b/lang/en/sysconfig/custom-filelist.json
index 7118d3ed..50bec5b5 100644
--- a/lang/en/sysconfig/custom-filelist.json
+++ b/lang/en/sysconfig/custom-filelist.json
@@ -1,3 +1,3 @@
{
- "lang_back":"Back"
-}
+ "lang_back": "Back"
+} \ No newline at end of file
diff --git a/lang/en/sysconfig/custom-fileselect.json b/lang/en/sysconfig/custom-fileselect.json
index 0dc89791..2ae25e16 100644
--- a/lang/en/sysconfig/custom-fileselect.json
+++ b/lang/en/sysconfig/custom-fileselect.json
@@ -1,5 +1,5 @@
{
- "lang_moduleName":"Module Name",
- "lang_checkFileContent":"Here you have the possibility to check the contents of the archive again.",
- "lang_next":"Next"
-}
+ "lang_checkFileContent": "Here you have the possibility to check the contents of the archive again.",
+ "lang_moduleName": "Module Name",
+ "lang_next": "Next"
+} \ No newline at end of file
diff --git a/lang/en/sysconfig/custom-upload.json b/lang/en/sysconfig/custom-upload.json
index 88aa5470..a568be7c 100644
--- a/lang/en/sysconfig/custom-upload.json
+++ b/lang/en/sysconfig/custom-upload.json
@@ -1,7 +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"
-}
+ "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"
+} \ No newline at end of file
diff --git a/lang/en/sysconfig/start.json b/lang/en/sysconfig/start.json
index bc44332d..4567d649 100644
--- a/lang/en/sysconfig/start.json
+++ b/lang/en/sysconfig/start.json
@@ -1,4 +1,4 @@
{
- "lang_moduleChoose":"Please select which type of configuration module you want to create.",
- "lang_add":"Add"
-}
+ "lang_add": "Add",
+ "lang_moduleChoose": "Please select which type of configuration module you want to create."
+} \ No newline at end of file
diff --git a/lang/en/systemstatus/_page.json b/lang/en/systemstatus/_page.json
index 366aa808..df976df4 100644
--- a/lang/en/systemstatus/_page.json
+++ b/lang/en/systemstatus/_page.json
@@ -1,8 +1,8 @@
{
- "lang_space":"Space",
- "lang_services":"Services",
- "lang_addressConfiguration":"Address Configuration",
- "lang_system":"System",
- "lang_maintenance":"Maintenance",
- "lang_iAmSure":"Yes, I am sure"
-}
+ "lang_addressConfiguration": "Address Configuration",
+ "lang_iAmSure": "Yes, I am sure",
+ "lang_maintenance": "Maintenance",
+ "lang_services": "Services",
+ "lang_space": "Space",
+ "lang_system": "System"
+} \ No newline at end of file
diff --git a/lang/en/systemstatus/diskstat.json b/lang/en/systemstatus/diskstat.json
index c405463d..50dfc383 100644
--- a/lang/en/systemstatus/diskstat.json
+++ b/lang/en/systemstatus/diskstat.json
@@ -1,6 +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."
-}
+ "lang_capacity": "Capacity",
+ "lang_systemPartition": "System Partition",
+ "lang_vmStore": "VM Store",
+ "lang_vmStoreError": "Error when determining the available disk space on the VM location. Please check the configuration."
+} \ No newline at end of file
diff --git a/lang/en/systemstatus/systeminfo.json b/lang/en/systemstatus/systeminfo.json
index 15431a53..602693f5 100644
--- a/lang/en/systemstatus/systeminfo.json
+++ b/lang/en/systemstatus/systeminfo.json
@@ -1,15 +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."
-}
+ "lang_attention": "Attention!",
+ "lang_average": "Average",
+ "lang_cpuLoad": "CPU Load",
+ "lang_free": "Free",
+ "lang_logicCPUs": "Logic CPUs",
+ "lang_notDetermined": "Could not be determined",
+ "lang_occupied": "Occupied",
+ "lang_onlyOS": "OS Only",
+ "lang_ramUsage": "RAM Usage",
+ "lang_swapUsage": "swap Usage",
+ "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.",
+ "lang_total": "Total",
+ "lang_uptimeOS": "OS Uptime"
+} \ No newline at end of file
diff --git a/lang/en/translation/_page.json b/lang/en/translation/_page.json
index f2b82119..1c84d34c 100644
--- a/lang/en/translation/_page.json
+++ b/lang/en/translation/_page.json
@@ -1 +1,8 @@
-{"lang_langAdministration":"Language Administration","lang_adminInfo":"In this section you can change the JSON tags that contains the translated texts used by the site. To do this, select a template below to modify their respective tags. Alternatively, click the link below to change the messages of the site.","lang_editMessages":"Edit Messages","lang_german":"German","lang_english":"English","lang_portuguese":"Portuguese"} \ No newline at end of file
+{
+ "lang_adminInfo": "In this section you can change the JSON tags that contains the translated texts used by the site. To do this, select a template below to modify their respective tags. Alternatively, click the link below to change the messages of the site.",
+ "lang_editMessages": "Edit Messages",
+ "lang_english": "English",
+ "lang_german": "German",
+ "lang_langAdministration": "Language Administration",
+ "lang_portuguese": "Portuguese"
+} \ No newline at end of file
diff --git a/lang/en/translation/messages.json b/lang/en/translation/messages.json
index 4762d6d6..433e9cdf 100644
--- a/lang/en/translation/messages.json
+++ b/lang/en/translation/messages.json
@@ -1 +1,17 @@
-{"lang_messages":"Messages","lang_templateMessagesHelp":"","lang_germanJSON":"German JSON","lang_englishJSON":"English JSON","lang_portugueseJSON":"German JSON","lang_germanTAG":"German TAG","lang_englishTAG":"English TAG","lang_portugueseTAG":"Portuguese TAG","lang_back":"Back","lang_newTag":"New Tag","lang_messagesHardcoded":"Hardcoded Messages","lang_newTAG":"New TAG","lang_deleteTAG":"Delete","lang_templateHint":"Hint: Yellow lines indicate a translation is missing and red lines indicate a tag is not being used by the template.","lang_save":"Save"} \ No newline at end of file
+{
+ "lang_back": "Back",
+ "lang_deleteTAG": "Delete",
+ "lang_englishJSON": "English JSON",
+ "lang_englishTAG": "English TAG",
+ "lang_germanJSON": "German JSON",
+ "lang_germanTAG": "German TAG",
+ "lang_messages": "Messages",
+ "lang_messagesHardcoded": "Hardcoded Messages",
+ "lang_newTAG": "New TAG",
+ "lang_newTag": "New Tag",
+ "lang_portugueseJSON": "German JSON",
+ "lang_portugueseTAG": "Portuguese TAG",
+ "lang_save": "Save",
+ "lang_templateHint": "Hint: Yellow lines indicate a translation is missing and red lines indicate a tag is not being used by the template.",
+ "lang_templateMessagesHelp": ""
+} \ No newline at end of file
diff --git a/lang/en/translation/template.json b/lang/en/translation/template.json
index cf707b5f..ad07a8b6 100644
--- a/lang/en/translation/template.json
+++ b/lang/en/translation/template.json
@@ -1 +1,15 @@
-{"lang_templateAdminHelp":"","lang_germanJSON":"German JSON","lang_englishJSON":"English JSON","lang_portugueseJSON":"German JSON","lang_germanTAG":"German TAG","lang_englishTAG":"English TAG","lang_portugueseTAG":"Portuguese TAG","lang_back":"Back","lang_createTag":"Create TAG","lang_newTAG":"New TAG","lang_deleteTAG":"Delete","lang_templateHint":"Hint: Yellow lines indicate a translation is missing and red lines indicate a tag is not being used by the template.","lang_save":"Save"} \ No newline at end of file
+{
+ "lang_back": "Back",
+ "lang_createTag": "Create TAG",
+ "lang_deleteTAG": "Delete",
+ "lang_englishJSON": "English JSON",
+ "lang_englishTAG": "English TAG",
+ "lang_germanJSON": "German JSON",
+ "lang_germanTAG": "German TAG",
+ "lang_newTAG": "New TAG",
+ "lang_portugueseJSON": "German JSON",
+ "lang_portugueseTAG": "Portuguese TAG",
+ "lang_save": "Save",
+ "lang_templateAdminHelp": "",
+ "lang_templateHint": "Hint: Yellow lines indicate a translation is missing and red lines indicate a tag is not being used by the template."
+} \ No newline at end of file
diff --git a/lang/en/vmstore/mount.json b/lang/en/vmstore/mount.json
index 4b8cd592..29814430 100644
--- a/lang/en/vmstore/mount.json
+++ b/lang/en/vmstore/mount.json
@@ -1,5 +1,5 @@
{
- "lang_vmLocationConfiguration":"VM location is configured",
- "lang_configure":"Configure",
- "lang_back":"Back"
-}
+ "lang_back": "Back",
+ "lang_configure": "Configure",
+ "lang_vmLocationConfiguration": "VM location is configured"
+} \ No newline at end of file