From 1a99945f28f12ca4748793419faee49b40c26d7a Mon Sep 17 00:00:00 2001 From: James <james@rezo.net> Date: Mon, 15 Jan 2007 23:11:06 +0000 Subject: [PATCH] #739: 3 chaines dans l'installation ldap --- ecrire/install/etape_ldap1.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ecrire/install/etape_ldap1.php b/ecrire/install/etape_ldap1.php index c18b651845..fd27b836b4 100644 --- a/ecrire/install/etape_ldap1.php +++ b/ecrire/install/etape_ldap1.php @@ -45,7 +45,7 @@ function install_etape_ldap1_dist() 'valeur' => $port_ldap ), 'tls_ldap' => array( - 'label' => '<b>'._L('Transport Layer Security :').'</b>', + 'label' => '<b>'._T('tls_ldap').'</b>', 'valeur' => 'non', 'alternatives' => array( 'non' => _T('item_non'), @@ -53,7 +53,7 @@ function install_etape_ldap1_dist() ) ), 'protocole_ldap' => array( - 'label' => _L('Version du protocole :'), + 'label' => _T('protocole_ldap'), 'valeur' => $protocole_ldap, 'alternatives' => array( '3' => '3', @@ -64,7 +64,7 @@ function install_etape_ldap1_dist() ); echo '<p>'._T('texte_acces_ldap_anonyme_1').'</p>'; - echo fieldset(_L('Connexion:'), + echo fieldset(_T('connexion_ldap'), array( 'login_ldap' => array( 'label' => _T('texte_login_ldap_1'), @@ -72,7 +72,7 @@ function install_etape_ldap1_dist() ), 'pass_ldap' => array( 'label' => _T('entree_passe_ldap'), - 'vaelur' => '' + 'valeur' => '' ) ) ); @@ -83,4 +83,4 @@ function install_etape_ldap1_dist() echo install_fin_html(); } -?> \ No newline at end of file +?> -- GitLab