From 17ae94fa82924620d9aff7afbb28ec41c28ee709 Mon Sep 17 00:00:00 2001 From: James <james@rezo.net> Date: Thu, 16 Nov 2006 21:35:16 +0000 Subject: [PATCH] =?UTF-8?q?suite=20mise=20=C3=A0=20jour=20de=20langue=20po?= =?UTF-8?q?ur=20l'accessibilit=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/inc/commencer_page.php | 4 ++-- ecrire/inc/presentation.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ecrire/inc/commencer_page.php b/ecrire/inc/commencer_page.php index 3454d09b24..e8fc5f92a7 100644 --- a/ecrire/inc/commencer_page.php +++ b/ecrire/inc/commencer_page.php @@ -171,7 +171,7 @@ function init_body($rubrique='accueil', $sous_rubrique='accueil', $id_rubrique=' $res .= "<a href='$lien' class='icone26' onmouseover=\"changestyle('bandeaudisplay');\" onfocus=\"changestyle('bandeaudisplay');\" onblur=\"changestyle('bandeaudisplay');\">" . http_img_pack($icone, "$alt", "width='26' height='20'")."</a>" . http_img_pack("rien.gif", "", "width='10' height='1'") - . http_img_pack("choix-layout$spip_lang_rtl".($spip_lang=='he'?'_he':'').".gif", _L('choix de l\'interface'), "class='format_png' style='vertical-align: middle' width='59' height='15' usemap='#map_layout'") + . http_img_pack("choix-layout$spip_lang_rtl".($spip_lang=='he'?'_he':'').".gif", _T('choix_interface'), "class='format_png' style='vertical-align: middle' width='59' height='15' usemap='#map_layout'") . http_img_pack("rien.gif", "", "width='10' height='1'"); // grand ecran if ($spip_ecran == "large") { @@ -242,7 +242,7 @@ onblur="changestyle(\'bandeauinterface\');"'; . parametre_url(self(), 'set_couleur', $key) . "\"$evt>" . http_img_pack("rien.gif", - _L('couleur') . $key, + _T('choix_couleur_interface') . $key, "width='8' height='8' style='margin: 1px; background-color: " . $val['couleur_claire'] . ";'") . "</a>"; } diff --git a/ecrire/inc/presentation.php b/ecrire/inc/presentation.php index e4aa4a941e..027d14d3d7 100644 --- a/ecrire/inc/presentation.php +++ b/ecrire/inc/presentation.php @@ -696,14 +696,14 @@ function afficher_articles_trad($titre_table, $requete, $formater, $tmp_var, $id if ($trad) { $formater = 'afficher_articles_trad_boucle'; $icone = "langues-off-12.gif"; - $alt = _L('masquer les traductions'); + $alt = _T('masquer_trad'); } else { if (!$formater) { $formater_article = charger_fonction('formater_article', 'inc'); $formater = $formater_article; } $icone = 'langues-12.gif'; - $alt = _L('afficher les traductions'); + $alt = _T('afficher_trad'); } $nb_aff = ($cpt > floor(1.5 * _TRANCHES)) ? _TRANCHES : floor(1.5 * _TRANCHES) ; -- GitLab