summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2015-02-09 19:03:57 +0100
committerSimon Rettberg2015-02-09 19:03:57 +0100
commit7166e1d01757acb625776d0284b3c4a07a8aef89 (patch)
tree9e38b7c12688186500c572cc92ac7bd89eca3de5 /lang/en
parentMinor fixes/formatting (diff)
downloadslx-admin-7166e1d01757acb625776d0284b3c4a07a8aef89.tar.gz
slx-admin-7166e1d01757acb625776d0284b3c4a07a8aef89.tar.xz
slx-admin-7166e1d01757acb625776d0284b3c4a07a8aef89.zip
Update translations
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/config-module.json9
-rw-r--r--lang/en/messages-hardcoded.json3
-rw-r--r--lang/en/messages.json1
-rw-r--r--lang/en/templates/sysconfig/_page.json2
4 files changed, 14 insertions, 1 deletions
diff --git a/lang/en/config-module.json b/lang/en/config-module.json
index 14ea9e93..b0caae82 100644
--- a/lang/en/config-module.json
+++ b/lang/en/config-module.json
@@ -1,4 +1,13 @@
{
+ "adAuth_description": "With this module you can enable logging in on the clients with Active Directory accounts. It's optionally possible to specify a network share used as the user's personal directory.",
+ "adAuth_title": "Active Directory authentication",
+ "branding_description": "The logo will be displayed on the login screen and during system startup.",
+ "branding_title": "Institution's logo",
+ "custom_description": "Using a custom module it is possible to add or override any system file on the client.\r\nYou can use this to make special customizations that aren't possible using one of the configuration wizards. Some basic knowledge about Linux is probably required for this.",
+ "custom_title": "Custom module",
+ "group_authentication": "Authentication",
+ "group_branding": "Branding",
+ "group_generic": "Generic",
"group_sshconfig": "SSH",
"sshconfig_description": "Here you can set whether the sshd on the clients will start, and what options it will use.",
"sshconfig_title": "SSH daemon"
diff --git a/lang/en/messages-hardcoded.json b/lang/en/messages-hardcoded.json
index 3288d807..62725274 100644
--- a/lang/en/messages-hardcoded.json
+++ b/lang/en/messages-hardcoded.json
@@ -1,6 +1,7 @@
{
+ "lang_clientSshConfig": "SSH configuration",
"lang_configurationCompilation": "Compile configuration",
- "lang_contentOf": "Content of \u0022",
+ "lang_contentOf": "Content of \"",
"lang_createUser": "Create User",
"lang_days": "Day(s)",
"lang_hours": "Hour(s)",
diff --git a/lang/en/messages.json b/lang/en/messages.json
index 2e9263ac..91dda3af 100644
--- a/lang/en/messages.json
+++ b/lang/en/messages.json
@@ -41,6 +41,7 @@
"reboot-unconfirmed": "Confirmation prompt to reboot not confirmed",
"remote-parse-failed": "Parsing the received data failed ({{0}})",
"remote-timeout": "Could not download resource {{0}} ({{1}})",
+ "replacing-config": "Replace config {{0}}",
"replacing-module": "Replace module {{0}}",
"restore-done": "Restore done",
"settings-updated": "Settings have been updated",
diff --git a/lang/en/templates/sysconfig/_page.json b/lang/en/templates/sysconfig/_page.json
index b86e369a..3bdaa40d 100644
--- a/lang/en/templates/sysconfig/_page.json
+++ b/lang/en/templates/sysconfig/_page.json
@@ -8,6 +8,7 @@
"lang_delete": "Delete",
"lang_deleteLong": "Delete module or configuration.",
"lang_download": "Download",
+ "lang_downloadLong": "Download module \"as is\".",
"lang_edit": "Edit",
"lang_editLong": "Edit module or configuration.",
"lang_helpModuleConfiguration": "Configuration modules are the building blocks from which a system configuration is created. Here you can create both generic modules by a wizard, as well as create completely custom modules (advanced Linux knowledge required).",
@@ -20,6 +21,7 @@
"lang_rebuildLong": "Rebuild module or configuration.",
"lang_rebuildOutdatedLong": "Rebuild module or configuration. The module\/configuration is outdated or missing and should be regenerated.",
"lang_show": "Show",
+ "lang_showLong": "Show content of module.",
"lang_systemConfiguration": "System Configuration",
"lang_systemConfigurationAlert": "Before you can create a system configuration, you must first create a configuration module.",
"lang_systemConfigurationNotFound": "No system configurations found. Create a new configuration from the configuration modules listed below."