summaryrefslogtreecommitdiffstats
path: root/lang/en/settings/setting.json
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-28 16:08:37 +0200
committerSimon Rettberg2015-09-28 16:08:37 +0200
commit8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6 (patch)
tree3ea1985c7ca4484a36c0bdc452f2eec7706440e1 /lang/en/settings/setting.json
parentUse systemctl to start/stop services (diff)
downloadslx-admin-8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6.tar.gz
slx-admin-8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6.tar.xz
slx-admin-8fc0fb48b4b1c7faa1728c59fcde269d9ab744f6.zip
Improved several translations, added help texts, fixed module grouping, layout
Diffstat (limited to 'lang/en/settings/setting.json')
-rw-r--r--lang/en/settings/setting.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/en/settings/setting.json b/lang/en/settings/setting.json
index a17edfa6..4fd59186 100644
--- a/lang/en/settings/setting.json
+++ b/lang/en/settings/setting.json
@@ -1,5 +1,5 @@
{
- "SLX_ADDONS": "To load addons. There currently only vmware is available.",
+ "SLX_ADDONS": "Addons to load. Currently, only *vmware* is available.",
"SLX_BENCHMARK_VM": "If non-empty, this should be the exact display name of an entry in *vmchooser*, so it will be automatically started after bootup. Useful for benchmarking.",
"SLX_BIOS_CLOCK": "Specifies whether and how the internal clock of the computer should be set in relation to the system time of the \/MiniLinux\/.\r\n*off* = The internal clock of the computer is not changed.\r\n*local* = The internal clock is set to local time. Preferably if, for example, there is still a native Windows installation available on the PC.\r\n*utc* = The internal clock is set to the \/Coordinated Universal Time\/. This is the most common setup in a pure Linux environment.",
"SLX_COMMON_SHARE_AUTH": "Athentication method for the common network share. *guest* means no authentication (public share), *user* means the user's credentials will be used.",
@@ -13,7 +13,7 @@
"SLX_PROXY_PORT": "The port to use for the proxy server.",
"SLX_PROXY_TYPE": "Type of the proxy.*socks4*, *socks5*, *http-connect* (HTTP proxy with support from the CONNECT method), *http-relay* (Classic HTTP proxy)",
"SLX_REMOTE_LOG_SESSIONS": "Determines whether logins and logouts of the users should be reported to the satellite.\r\n*yes* = log with user ID\r\n*anonymous* = anonymous logging\r\n*no* = no logging",
- "SLX_ROOT_PASS": "The root password of the basic system. Only required for diagnostic purposes on the client.Leave field blank to disallow root logins.\/Hint\/: The password is encrypted with $6$ hash, so it is no longer readable after saving!",
+ "SLX_ROOT_PASS": "The root password of the client system. Only required for diagnostic purposes on the client.Leave field blank to disallow root logins.\r\n\/Hint\/: The password SHA-512-with-salt hashed before it's being sent to the client. It's only stored in clear text on the Satellite Server. If you want to have it hashed on the server too, you can supply a pre-hashed passoword in \/$6$...$...\/-format.",
"SLX_SHUTDOWN_SCHEDULE": "Fixed time to turn off the computer, even if there is a user active.Several times can be specified, separated by spaces.",
"SLX_SHUTDOWN_TIMEOUT": "Time in seconds after which a computer is switched off, if no user is logged on.Leave blank to disable the function."
} \ No newline at end of file