From 1ac4bf54d28a56159f7091fb0f8567ef2c526fad Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sat, 9 Nov 2019 16:16:16 +0100 Subject: [PATCH] internationalization --- htdocs/adherents/type_ldap.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/adherents/type_ldap.php b/htdocs/adherents/type_ldap.php index 847c259b6b2..5658bf8ad0a 100644 --- a/htdocs/adherents/type_ldap.php +++ b/htdocs/adherents/type_ldap.php @@ -121,7 +121,7 @@ print ''; dol_fiche_end(); /* - * Barre d'actions + * Action bar */ print '
'; @@ -137,7 +137,7 @@ if ($conf->global->LDAP_MEMBER_TYPE_ACTIVE == 1) print "
\n"; -// Affichage attributs LDAP +// Display LDAP attributes print load_fiche_titre($langs->trans("LDAPInformationsForThisMemberType")); print ''; @@ -147,7 +147,7 @@ print ''; print ''; print ''; -// Lecture LDAP +// LDAP reading $ldap=new Ldap(); $result=$ldap->connect_bind(); if ($result > 0)
'.$langs->trans("LDAPAttributes").''.$langs->trans("Value").'