summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2014-09-15 17:27:55 +0200
committerSimon Rettberg2014-09-15 17:27:55 +0200
commit32608b20527676d33cdeb07e9f1ce378eaf313a3 (patch)
tree1c0b0426250acbaf1eec6907ef73ec5ee28dc339 /lang/en
parentFix typo (diff)
downloadslx-admin-32608b20527676d33cdeb07e9f1ce378eaf313a3.tar.gz
slx-admin-32608b20527676d33cdeb07e9f1ce378eaf313a3.tar.xz
slx-admin-32608b20527676d33cdeb07e9f1ce378eaf313a3.zip
Added NFS help, add missing strings for minilinux download
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/templates/page-minilinux.json4
-rw-r--r--lang/en/templates/page-vmstore.json2
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/en/templates/page-minilinux.json b/lang/en/templates/page-minilinux.json
index 087e01be..2f59fa57 100644
--- a/lang/en/templates/page-minilinux.json
+++ b/lang/en/templates/page-minilinux.json
@@ -1,4 +1,4 @@
{
- "lang_errorGetting": "",
- "lang_listObtained": ""
+ "lang_errorGetting": "Error while downloading list!",
+ "lang_listObtained": "Downloading list..."
} \ No newline at end of file
diff --git a/lang/en/templates/page-vmstore.json b/lang/en/templates/page-vmstore.json
index 667b8734..29ea8537 100644
--- a/lang/en/templates/page-vmstore.json
+++ b/lang/en/templates/page-vmstore.json
@@ -1,6 +1,8 @@
{
"lang_close": "Close",
"lang_intern": "Intern",
+ "lang_nfsHelp1": "An NFSv3-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.",
"lang_noAdditionalInformation": "No additional cofiguration required",
"lang_password": "Password",
"lang_readOnly": "Read-only Access",