diff options
author | Simon Rettberg | 2015-01-26 20:28:49 +0100 |
---|---|---|
committer | Simon Rettberg | 2015-01-26 20:28:49 +0100 |
commit | 5347ecd5ddb1803ec1c43240bafc84f5c427f855 (patch) | |
tree | 7a852cdaa44599dab5f4c98b9daa7c6443d81024 /lang/en | |
parent | Fix stupid bug in update query, check DB version before handling callbacks (diff) | |
download | slx-admin-5347ecd5ddb1803ec1c43240bafc84f5c427f855.tar.gz slx-admin-5347ecd5ddb1803ec1c43240bafc84f5c427f855.tar.xz slx-admin-5347ecd5ddb1803ec1c43240bafc84f5c427f855.zip |
Add configtgz class. Fix dozens of bugs
Diffstat (limited to 'lang/en')
-rw-r--r-- | lang/en/messages.json | 5 | ||||
-rw-r--r-- | lang/en/templates/sysconfig/_page.json | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lang/en/messages.json b/lang/en/messages.json index dc4dd318..8d3ac4df 100644 --- a/lang/en/messages.json +++ b/lang/en/messages.json @@ -1,4 +1,5 @@ { + "ad-config-failed": "Rebuilding the Active Directory configuration failed", "adduser-disabled": "Insufficient privileges to add more users", "adduser-success": "User successfully added", "backup-failed": "Backup failed!", @@ -24,9 +25,13 @@ "invalid-template": "Selected template is not valid", "loginfail": "Username or Password incorrect", "missing-file": "There was no file selected!", + "missing-title": "No title given", "module-added": "Module successfully added", "module-deleted": "Module {{0}} was deleted", "module-in-use": "Module {{0}} is still used by Configuration {{1}}", + "module-rebuild-failed": "Rebuilding module failed", + "module-rebuilding": "Module is rebuilding...", + "module-rebuilt": "Module was rebuilt", "news-del-success": "News deleted", "news-empty": "There was no news found in the database", "news-save-success": "News updated successfully", diff --git a/lang/en/templates/sysconfig/_page.json b/lang/en/templates/sysconfig/_page.json index e6c643a0..86245267 100644 --- a/lang/en/templates/sysconfig/_page.json +++ b/lang/en/templates/sysconfig/_page.json @@ -6,11 +6,13 @@ "lang_close": "Close", "lang_configurationModuleNotFound": "Configuration module not found!", "lang_delete": "Delete", + "lang_download": "Download", "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_moduleConfiguration": "Module Configuration", "lang_newConfiguration": "New Configuration", "lang_newModule": "New Module", + "lang_rebuild": "Rebuild", "lang_show": "Show", "lang_systemConfiguration": "System Configuration", "lang_systemConfigurationAlert": "Before you can create a system configuration, you must first create a configuration module.", |