Skip to content

Commit

Permalink
Use more correct namings, based on Thunderbird
Browse files Browse the repository at this point in the history
  • Loading branch information
tatankat committed Jun 30, 2022
1 parent 8d2d889 commit 8a03138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions administrator/language/en-GB/plg_authentication_ldap.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
PLG_AUTHENTICATION_LDAP="Authentication - LDAP"
PLG_LDAP_FIELD_AUTHMETHOD_LABEL="Authorisation Method"
PLG_LDAP_FIELD_BASEDN_LABEL="Base DN"
PLG_LDAP_FIELD_ENCRYPTION_LABEL="Connection Security"
PLG_LDAP_FIELD_EMAIL_DESC="LDAP attribute which has the User's email address."
PLG_LDAP_FIELD_EMAIL_LABEL="Map: Email"
PLG_LDAP_FIELD_ENCRYPTION_LABEL="Encryption Protocol"
PLG_LDAP_FIELD_FULLNAME_DESC="LDAP attribute which has the User's full name."
PLG_LDAP_FIELD_FULLNAME_LABEL="Map: Full Name"
PLG_LDAP_FIELD_HOST_LABEL="Host"
Expand All @@ -32,6 +32,6 @@ PLG_LDAP_FIELD_V3_LABEL="LDAP V3"
PLG_LDAP_FIELD_VALUE_BINDSEARCH="Bind and Search"
PLG_LDAP_FIELD_VALUE_BINDUSER="Bind Directly as User"
PLG_LDAP_FIELD_VALUE_ENCRYPTIONNONE="None"
PLG_LDAP_FIELD_VALUE_ENCRYPTIONSSL="SSL"
PLG_LDAP_FIELD_VALUE_ENCRYPTIONTLS="TLS"
PLG_LDAP_FIELD_VALUE_ENCRYPTIONSSL="SSL/TLS"
PLG_LDAP_FIELD_VALUE_ENCRYPTIONTLS="STARTTLS"
PLG_LDAP_XML_DESCRIPTION="<p>Handles User Authentication against an LDAP server.</p><p><strong>Warning! You must have at least one authentication plugin enabled or you will lose all access to your site.</strong></p>"

0 comments on commit 8a03138

Please sign in to comment.