".__("gestion des consultations")." -> ".__("service"); $champAffiche = array( 'service.service as "'.__("service").'"', 'service.abrege as "'.__("abrege").'"', 'service.libelle as "'.__("libelle").'"', 'CONCAT_WS(\' \', service.adresse, service.adresse2, service.cp, service.ville) as "'.__("adresse").'"', 'service.delai as "'.__("delai").'"', "case service.consultation_papier when 't' then 'Oui' else 'Non' end as \"".__("consultation_papier")."\"", "case service.notification_email when 't' then 'Oui' else 'Non' end as \"".__("notification_email")."\"", 'service.type_consultation as "'.__("type_consultation").'"', 'om_etat.libelle as "'.__("edition").'"', 'service_type as "'.__("service_type").'"', ); ?>