Skip to content
Extraits de code Groupes Projets
Valider 17ae94fa rédigé par JamesRezo's avatar JamesRezo :tada:
Parcourir les fichiers

suite mise à jour de langue pour l'accessibilité

parent 1a3cb79e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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>";
}
......
......@@ -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) ;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter