';
- echo '
Choix des categories
';
+ echo '
'._('Choix des categories').'
';
$selected=(isset($_GET['r_cat']))?$_GET['r_cat']:null;
echo '
';
@@ -388,7 +388,7 @@ class HtmlInput
}
echo '
';
$hide=new IButton('l');
- $hide->label="Valider";
+ $hide->label=_("Valider");
$hide->javascript=" hide_cat_choice() ";
echo $hide->input();
@@ -411,8 +411,8 @@ class HtmlInput
*/
static function button_close($div_name)
{
- $a=new IButton('Fermer','Fermer');
- $a->label="Fermer";
+ $a=new IButton('Fermer',_('Fermer'));
+ $a->label=_("Fermer");
$a->javascript="removeDiv('".$div_name."')";
$html=$a->input();
@@ -427,7 +427,7 @@ class HtmlInput
{
$r='';
$r.='
';
return $r;
}
@@ -772,7 +772,7 @@ class HtmlInput
*/
static function calendar_zoom($obj)
{
- $button=new ISmallButton("calendar", "Calendrier");
+ $button=new ISmallButton("calendar", _("Calendrier"));
$button->javascript="calendar_zoom($obj)";
return $button->input();
}
@@ -797,7 +797,7 @@ class HtmlInput
$bledger_param = str_replace('"', "'", $bledger_param);
$bledger = new ISmallButton('l');
- $bledger->label = "choix des journaux";
+ $bledger->label = _("choix des journaux");
$bledger->javascript = " show_ledger_choice($bledger_param)";
$f_ledger = $bledger->input();
$hid_jrn = "";