diff options
author | Simon Rettberg | 2015-01-27 17:41:46 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-01-27 17:41:46 +0100 |
commit | 9927e6548131b035e1e928f3766b7e11cb286782 (patch) | |
tree | 161e61dd8c94e26d84497764766a50d443923925 /lang/en | |
parent | Fix jumping from creating a new configuration to creating a new module (diff) | |
download | slx-admin-9927e6548131b035e1e928f3766b7e11cb286782.tar.gz slx-admin-9927e6548131b035e1e928f3766b7e11cb286782.tar.xz slx-admin-9927e6548131b035e1e928f3766b7e11cb286782.zip |
[sysconfig] Add legend
Diffstat (limited to 'lang/en')
-rw-r--r-- | lang/en/templates/sysconfig/_page.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/en/templates/sysconfig/_page.json b/lang/en/templates/sysconfig/_page.json index 86245267..b86e369a 100644 --- a/lang/en/templates/sysconfig/_page.json +++ b/lang/en/templates/sysconfig/_page.json @@ -6,13 +6,19 @@ "lang_close": "Close", "lang_configurationModuleNotFound": "Configuration module not found!", "lang_delete": "Delete", + "lang_deleteLong": "Delete module or configuration.", "lang_download": "Download", + "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).", "lang_helpSystemConfiguration": "The fundamental localization of the bwLehrpool system is done through a system configuration. These include aspects such as the authentication method for users (eg Active Directory, LDAP), printer configuration, home directories, etc. A system configuration is composed of one or more configuration modules, which can be managed at the bottom of this page.", + "lang_legend": "Legend", "lang_moduleConfiguration": "Module Configuration", "lang_newConfiguration": "New Configuration", "lang_newModule": "New Module", "lang_rebuild": "Rebuild", + "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_systemConfiguration": "System Configuration", "lang_systemConfigurationAlert": "Before you can create a system configuration, you must first create a configuration module.", |