summaryrefslogtreecommitdiffstats
path: root/lang/en/modules/systemstatus
diff options
context:
space:
mode:
Diffstat (limited to 'lang/en/modules/systemstatus')
-rw-r--r--lang/en/modules/systemstatus/_page.json11
-rw-r--r--lang/en/modules/systemstatus/addresses.json2
-rw-r--r--lang/en/modules/systemstatus/diskstat.json12
-rw-r--r--lang/en/modules/systemstatus/services.json2
-rw-r--r--lang/en/modules/systemstatus/systeminfo.json15
5 files changed, 42 insertions, 0 deletions
diff --git a/lang/en/modules/systemstatus/_page.json b/lang/en/modules/systemstatus/_page.json
new file mode 100644
index 00000000..f698521d
--- /dev/null
+++ b/lang/en/modules/systemstatus/_page.json
@@ -0,0 +1,11 @@
+{
+ "lang_addressConfiguration": "Address Configuration",
+ "lang_advanced": "Advanced \/ Debug",
+ "lang_dmsdLog": "dmsd log",
+ "lang_iAmSure": "Yes, I am sure",
+ "lang_ldadpLog": "AD\/LDAP proxy log",
+ "lang_maintenance": "Maintenance",
+ "lang_services": "Services",
+ "lang_space": "Space",
+ "lang_system": "System"
+} \ No newline at end of file
diff --git a/lang/en/modules/systemstatus/addresses.json b/lang/en/modules/systemstatus/addresses.json
new file mode 100644
index 00000000..2c63c085
--- /dev/null
+++ b/lang/en/modules/systemstatus/addresses.json
@@ -0,0 +1,2 @@
+{
+}
diff --git a/lang/en/modules/systemstatus/diskstat.json b/lang/en/modules/systemstatus/diskstat.json
new file mode 100644
index 00000000..6c880ebe
--- /dev/null
+++ b/lang/en/modules/systemstatus/diskstat.json
@@ -0,0 +1,12 @@
+{
+ "lang_capacity": "Capacity",
+ "lang_foundStore": "Found:",
+ "lang_free": "Free",
+ "lang_goToStoreConf": "Go to VM store configuration",
+ "lang_storeMissingExpected": "VM store not mounted. Expected:",
+ "lang_storeNotConfigured": "No VM store configured!",
+ "lang_systemPartition": "System Partition",
+ "lang_systemStoreError": "Error querying available system storage",
+ "lang_vmStore": "VM Store",
+ "lang_vmStoreError": "Error determining available space of the VM storage. Please check the configuration."
+} \ No newline at end of file
diff --git a/lang/en/modules/systemstatus/services.json b/lang/en/modules/systemstatus/services.json
new file mode 100644
index 00000000..2c63c085
--- /dev/null
+++ b/lang/en/modules/systemstatus/services.json
@@ -0,0 +1,2 @@
+{
+}
diff --git a/lang/en/modules/systemstatus/systeminfo.json b/lang/en/modules/systemstatus/systeminfo.json
new file mode 100644
index 00000000..602693f5
--- /dev/null
+++ b/lang/en/modules/systemstatus/systeminfo.json
@@ -0,0 +1,15 @@
+{
+ "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