diff options
author | Simon Rettberg | 2016-12-01 18:19:10 +0100 |
---|---|---|
committer | Simon Rettberg | 2016-12-01 18:19:10 +0100 |
commit | f93eb8e2a609c8918df17fec079a159682673839 (patch) | |
tree | cb34b842ffc501aeb2cec47cff66a634bbd4ca24 /modules-available/sysconfig | |
parent | [sysconfig] Fix message id in addError calls (diff) | |
download | slx-admin-f93eb8e2a609c8918df17fec079a159682673839.tar.gz slx-admin-f93eb8e2a609c8918df17fec079a159682673839.tar.xz slx-admin-f93eb8e2a609c8918df17fec079a159682673839.zip |
Update translations
Diffstat (limited to 'modules-available/sysconfig')
4 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/sysconfig/lang/de/messages.json b/modules-available/sysconfig/lang/de/messages.json index 15af1c33..0a1f6de3 100644 --- a/modules-available/sysconfig/lang/de/messages.json +++ b/modules-available/sysconfig/lang/de/messages.json @@ -2,6 +2,7 @@ "config-activated": "Konfiguration {{0}} wurde aktiviert", "config-deleted": "Konfiguration {{0}} wurde gel\u00f6scht", "config-invalid": "Konfiguration mit ID {{0}} existiert nicht", + "could-not-determine-binddn": "Konnte Bind-DN nicht ermitteln", "invalid-action": "Ung\u00fcltige Aktion: {{0}}", "missing-file": "Es wurde keine Datei ausgew\u00e4hlt!", "missing-title": "Kein Titel eingegeben", diff --git a/modules-available/sysconfig/lang/de/template-tags.json b/modules-available/sysconfig/lang/de/template-tags.json index 3944a91c..aa345468 100644 --- a/modules-available/sysconfig/lang/de/template-tags.json +++ b/modules-available/sysconfig/lang/de/template-tags.json @@ -32,6 +32,7 @@ "lang_customModuleInfo1": "\u00dcber ein benutzerdefiniertes Modul ist es m\u00f6glich, beliebige Dateien zum Linux-Grundsystem, das auf den Clients gebootet wird, hinzuzuf\u00fcgen. Dazu kann ein Archiv mit einer Dateisystemstruktur hochgeladen werden, die in dieser Form 1:1 in das gebootete Linux extrahiert wird.", "lang_customModuleInfo2": "Beispiel: Enth\u00e4lt das hochgeladene Archiv eine Datei etc\/beispiel.conf, so wird auf einem gebooteten Client diese Datei als \/etc\/beispiel.conf zu finden sein.", "lang_deleteLong": "Modul oder Konfiguration l\u00f6schen.", + "lang_determiningHomeDirectory": "Versuche Attribut f\u00fcr das Home-Verzeichnis zu ermitteln...", "lang_dnLookup": "Ermitteln der Bind-DN", "lang_download": "Herunterladen", "lang_downloadLong": "Dieses Modul \"so wie es ist\" herunterladen.", @@ -66,6 +67,7 @@ "lang_newConfiguration": "Neue Konfiguration", "lang_newModule": "Neues Modul", "lang_noContent": "Kein Inhalt!", + "lang_noHomeAttrFound": "Konnte kein Attribut finden, dass das Home-Verzeichnis zu enthalten scheint. Bitte manuell festlegen, wenn Einbindung gew\u00fcnscht.", "lang_noModuleOfType": "Kein Modul dieser Art vorhanden.", "lang_noOpenPort": "Auf dem angegebenen Server wurde kein offener Port gefunden.", "lang_noValidCert": "Der Server besitzt kein oder ein nicht valides Zertifikat.", diff --git a/modules-available/sysconfig/lang/en/messages.json b/modules-available/sysconfig/lang/en/messages.json index 888b2e6b..83f47903 100644 --- a/modules-available/sysconfig/lang/en/messages.json +++ b/modules-available/sysconfig/lang/en/messages.json @@ -2,6 +2,7 @@ "config-activated": "Configuration {{0}} has been activated", "config-deleted": "Deleted configuration {{0}}", "config-invalid": "Configuration with id {{0}} does not exist", + "could-not-determine-binddn": "Could not determine bind dn", "invalid-action": "Invalid action: {{0}}", "missing-file": "There was no file selected!", "missing-title": "No title given", diff --git a/modules-available/sysconfig/lang/en/template-tags.json b/modules-available/sysconfig/lang/en/template-tags.json index 512a787d..088c1238 100644 --- a/modules-available/sysconfig/lang/en/template-tags.json +++ b/modules-available/sysconfig/lang/en/template-tags.json @@ -32,6 +32,7 @@ "lang_customModuleInfo1": "About a custom module, it is possible to add arbitrary files to a Linux system that is booted clients. For this purpose, an archive can be uploaded using a file system structure that is extracted in this form 1:1 in the booted Linux.", "lang_customModuleInfo2": "Example: If the uploaded archive is the file etc\/example.conf, this file will be located as \/etc\/example.conf to a booted client.", "lang_deleteLong": "Delete module or configuration.", + "lang_determiningHomeDirectory": "Trying to determine home directory attribute...", "lang_dnLookup": "Looking up bind dn", "lang_download": "Download", "lang_downloadLong": "Download module \"as is\".", @@ -66,6 +67,7 @@ "lang_newConfiguration": "New Configuration", "lang_newModule": "New Module", "lang_noContent": "No content!", + "lang_noHomeAttrFound": "No home directory attribute found. Please specify it manually if you need home directories.", "lang_noModuleOfType": "No module of this type found.", "lang_noOpenPort": "There is no open LDAP port on this server.", "lang_noValidCert": "The server did not supply a certificate, or the certificate is invalid.", |