diff options
author | Simon Rettberg | 2015-09-29 15:23:03 +0200 |
---|---|---|
committer | Simon Rettberg | 2015-09-29 15:23:03 +0200 |
commit | e50d1b7889d82fc116d7d0b301b034a1fb184b42 (patch) | |
tree | 704e8f7a16ce84bb01a91b171f9ba027364de69b /lang | |
parent | [systemstatus] i18n of storage mount error strings (diff) | |
download | slx-admin-e50d1b7889d82fc116d7d0b301b034a1fb184b42.tar.gz slx-admin-e50d1b7889d82fc116d7d0b301b034a1fb184b42.tar.xz slx-admin-e50d1b7889d82fc116d7d0b301b034a1fb184b42.zip |
[sysconfig] Only highlight systemconfig to module mappings when mouse is over config name
Diffstat (limited to 'lang')
-rw-r--r-- | lang/de/templates/sysconfig/_page.json | 2 | ||||
-rw-r--r-- | lang/en/templates/sysconfig/_page.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/de/templates/sysconfig/_page.json b/lang/de/templates/sysconfig/_page.json index 6bdce6dd..844a12ef 100644 --- a/lang/de/templates/sysconfig/_page.json +++ b/lang/de/templates/sysconfig/_page.json @@ -12,7 +12,7 @@ "lang_edit": "Bearbeiten", "lang_editLong": "Modul oder Konfiguration bearbeiten.", "lang_helpModuleConfiguration": "Konfigurationsmodule sind die Bausteine, aus denen eine Systemkonfiguration erstellt wird. Hier lassen sich sowohl generische Module durch einen Wizard anlegen, als auch komplett eigene Module erstellen (fortgeschritten, Linuxkenntnisse erforderlich).", - "lang_helpSystemConfiguration": "\u00dcber eine Systemkonfiguration wird die grundlegende Lokalisierung des bwLehrpool-Systems durchgef\u00fchrt. Dazu geh\u00f6ren Aspekte wie das Authentifizierungsverfahren f\u00fcr Benutzer (z.B. Active Directory, LDAP), Druckerkonfiguration, Home-Verzeichnisse, etc. Eine Systemkonfiguration setzt sich aus einem oder mehreren Konfigurationsmodulen zusammen, welche im unteren Bereich dieser Seite verwaltet werden k\u00f6nnen.", + "lang_helpSystemConfiguration": "\u00dcber eine Systemkonfiguration wird die grundlegende Lokalisierung des bwLehrpool-Systems durchgef\u00fchrt. Dazu geh\u00f6ren Aspekte wie das Authentifizierungsverfahren f\u00fcr Benutzer (z.B. Active Directory, LDAP), Druckerkonfiguration, Home-Verzeichnisse, etc. Eine Systemkonfiguration setzt sich aus einem oder mehreren Konfigurationsmodulen zusammen, welche im angrenzenden Panel verwaltet werden k\u00f6nnen.", "lang_legend": "Legende", "lang_moduleConfiguration": "Konfigurationsmodule", "lang_newConfiguration": "Neue Konfiguration", diff --git a/lang/en/templates/sysconfig/_page.json b/lang/en/templates/sysconfig/_page.json index 3bdaa40d..6f139359 100644 --- a/lang/en/templates/sysconfig/_page.json +++ b/lang/en/templates/sysconfig/_page.json @@ -12,7 +12,7 @@ "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_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 in the panel next to this one.", "lang_legend": "Legend", "lang_moduleConfiguration": "Module Configuration", "lang_newConfiguration": "New Configuration", |