$contact_type->setLabel(__('Vous êtes'));
$contact_type->setMultiOptions(array(
'' => '',
- 'agency' => 'Une agence de communication',
- 'freelancer' => 'Un créatif freelance',
- 'company' => 'Une société',
- 'other' => 'Autre',
+ 'agency' => __('Une agence de communication'),
+ 'freelancer' => __('Un créatif freelance'),
+ 'company' => __('Une société'),
+ 'other' => __('Autre'),
));
$contact_type->setAttrib('required', 'required'); // Needed so we can style the first element when nothing selected
$contact_type->setRequired(true);
);\r
if ($fluidbook->hasUrl()) {\r
$rollover = $this->htmlElement($fluidbook->getTitle(), 'h3');\r
- $rollover .= $this->link('Voir le fluidbook', $fluidbook->getUrl());\r
+ $rollover .= $this->link(__('Voir le Fluidbook'), $fluidbook->getUrl());\r
$res .= $this->htmlElement($this->htmlElement($rollover, 'div', array('class' => 'content')), 'div', array('class' => 'hover'));\r
}\r
\r