diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/de.yml | 4 | ||||
-rw-r--r-- | config/locales/en.yml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 13be99421..57b11e22e 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -608,7 +608,11 @@ de: label_latest_compatible_version: Letzte kompatible Version label_latest_revision: Aktuellste Revision label_latest_revision_plural: Aktuellste Revisionen + label_ldap: LDAP label_ldap_authentication: LDAP-Authentifizierung + label_ldaps_verify_none: LDAPS (ohne Zertifikatsprüfung) + label_ldaps_verify_peer: LDAPS + label_ldaps_warning: Es wird empfohlen, eine verschlüsselte LDAPS-Verbindung mit Zertifikatsprüfung zu verwenden, um Manipulationen während der Authentifizierung zu verhindern. label_less_or_equal: "<=" label_less_than_ago: vor weniger als label_link: Link diff --git a/config/locales/en.yml b/config/locales/en.yml index 99ebbf72f..6bf07ff34 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -892,7 +892,11 @@ en: label_general: General label_scm: SCM label_plugins: Plugins + label_ldap: LDAP label_ldap_authentication: LDAP authentication + label_ldaps_verify_none: LDAPS (without certificate check) + label_ldaps_verify_peer: LDAPS + label_ldaps_warning: It is recommended to use an encrypted LDAPS connection with certificate check to prevent any manipulation during the authentication process. label_downloads_abbr: D/L label_optional_description: Optional description label_add_another_file: Add another file |