summaryrefslogtreecommitdiffstats
path: root/modules-available/debugconfig/lang/en/template-tags.json
diff options
context:
space:
mode:
authorChristoph Schulthess2017-01-24 16:57:57 +0100
committerChristoph Schulthess2017-01-24 16:57:57 +0100
commit923105672ac4102bad6daeb1a086713b1e8231c4 (patch)
treef7c491a14fa03d1646bc1384bf61076360b0ae13 /modules-available/debugconfig/lang/en/template-tags.json
parentdeleted unused files (diff)
downloadslx-admin-923105672ac4102bad6daeb1a086713b1e8231c4.tar.gz
slx-admin-923105672ac4102bad6daeb1a086713b1e8231c4.tar.xz
slx-admin-923105672ac4102bad6daeb1a086713b1e8231c4.zip
debug config module
Diffstat (limited to 'modules-available/debugconfig/lang/en/template-tags.json')
-rw-r--r--modules-available/debugconfig/lang/en/template-tags.json11
1 files changed, 5 insertions, 6 deletions
diff --git a/modules-available/debugconfig/lang/en/template-tags.json b/modules-available/debugconfig/lang/en/template-tags.json
index 8e75e5ac..351dc0bc 100644
--- a/modules-available/debugconfig/lang/en/template-tags.json
+++ b/modules-available/debugconfig/lang/en/template-tags.json
@@ -1,7 +1,6 @@
{
- "lang_basicConfiguration": "Basic Configuration",
- "lang_clientRelatedConfig": "The options on this page are related to the bwLehrpool client machines.",
- "lang_editOverrideNotice": "You're editing the settings of a sub-section",
- "lang_enableOverride": "Override",
- "lang_settingActive": "Setting active"
-} \ No newline at end of file
+ "lang_debugConfig": "Remote Debugging Configuration",
+ "lang_debugDescription": "Configure remote debugging options. If enabled, the satellite server will accept client requests and relay data to the debugging server.",
+ "lang_debuggingActive": "Remote debugging is enabled",
+ "lang_debuggingInactive": "Remote debugging is disabled"
+}