summaryrefslogtreecommitdiffstats
path: root/modules-available/vmstore/lang/en
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/vmstore/lang/en')
-rw-r--r--modules-available/vmstore/lang/en/messages.json6
-rw-r--r--modules-available/vmstore/lang/en/module.json4
-rw-r--r--modules-available/vmstore/lang/en/permissions.json1
-rw-r--r--modules-available/vmstore/lang/en/template-tags.json10
4 files changed, 21 insertions, 0 deletions
diff --git a/modules-available/vmstore/lang/en/messages.json b/modules-available/vmstore/lang/en/messages.json
index 9ac360eb..0b935c94 100644
--- a/modules-available/vmstore/lang/en/messages.json
+++ b/modules-available/vmstore/lang/en/messages.json
@@ -1,3 +1,9 @@
{
+ "benchmark-already-started": "Benchmark already started",
+ "benchmark-failed": "Benchmark failed",
+ "dnbd3-failed": "DNBD3 connection failed",
+ "invalid-benchmark-job": "Invalid benchmark ID: {{0}}",
+ "invalid-dnbd3-server-id": "Invalid DNBD3 server ID: {{0}}",
+ "select-image-first": "Please select an image first",
"vmstore-not-configured": "A location for the virtual machine is not set yet."
} \ No newline at end of file
diff --git a/modules-available/vmstore/lang/en/module.json b/modules-available/vmstore/lang/en/module.json
index a424640e..12e5167b 100644
--- a/modules-available/vmstore/lang/en/module.json
+++ b/modules-available/vmstore/lang/en/module.json
@@ -1,4 +1,8 @@
{
+ "dnbd3-all-loadbalance": "Use all DNBD3 servers (load balancing)",
+ "menu_benchmark": "Benchmark",
+ "menu_edit": "Edit",
"module_name": "VM Storage Location",
+ "page-title-benchmark": "Network benchmark",
"page_title": "Setting VM Storage Location"
} \ No newline at end of file
diff --git a/modules-available/vmstore/lang/en/permissions.json b/modules-available/vmstore/lang/en/permissions.json
index 6d34014a..fb5d56a5 100644
--- a/modules-available/vmstore/lang/en/permissions.json
+++ b/modules-available/vmstore/lang/en/permissions.json
@@ -1,3 +1,4 @@
{
+ "benchmark": "May start benchmarks.",
"edit": "Configure VM storage to use."
} \ No newline at end of file
diff --git a/modules-available/vmstore/lang/en/template-tags.json b/modules-available/vmstore/lang/en/template-tags.json
index b1d53db1..348c59fc 100644
--- a/modules-available/vmstore/lang/en/template-tags.json
+++ b/modules-available/vmstore/lang/en/template-tags.json
@@ -1,8 +1,13 @@
{
+ "lang_benchmark": "Benchmark",
+ "lang_benchmarkMainPageText": "To start a benchmark, select one or more clients in the list view of the Client Statistics.",
+ "lang_benchmarkResult": "Results",
+ "lang_benchmarkSecondsReminaing": "Seconds remaining",
"lang_cifsHelp1": "Requires a CIFS\/SMB share that's writable for the satellite server and read-only for the clients (if not using DNBD3).",
"lang_cifsHelp2": "Please provide user credentials with read\/write permissions which will be used by the server. For the clients, user credentials that allow read-only access is required. You could also enable passwordless guest login for read-only access.",
"lang_cifsHelp3": "If you want to use DNBD3 in exclusive mode, you can leave the read only credentials empty, to prevent people from browsing the share.",
"lang_configure": "Configure",
+ "lang_image": "Image",
"lang_internal": "Internal",
"lang_nfsHelp1": "An NFSv4\/3-Share is required. It should be readable by all the workstations, and writable for the satellite server. An example, assuming the satellite server has IP address 1.2.3.4:",
"lang_nfsHelp2": "Alternate configuration using all_squash. The exported directory should be owned (and be writable) by the user with uid 1234.",
@@ -12,6 +17,11 @@
"lang_optionalMountOptions": "Mount options to use (optional):",
"lang_readOnly": "Read-only Access",
"lang_readWrite": "Read\/Write Access",
+ "lang_selectImage": "Select image for testing",
+ "lang_selectServerOrNfs": "Select source for reading",
+ "lang_size": "Size",
+ "lang_start": "Start",
+ "lang_users": "Current connections",
"lang_vmLocation": "VM Storage Location",
"lang_vmLocationChoose": "Please choose where the images of virtual machines will be stored.",
"lang_vmLocationConfiguration": "VM location is configured",