<?php
/**
 * French language file
 *
 * @author     Etienne M. <emauvaisfr@yahoo.fr>
 */

// custom language strings for the plugin

$lang['btn_submit']   = 'Ex&eacute;cuter';
$lang['btn_cancel']   = 'Effacer';
$lang['lbl_outputFormat'] = 'Format de sortie';
$lang['fld_text'] = 'Texte';
$lang['fld_wiki'] = 'Wiki';
$lang['fld_html'] = 'Html';
$lang['msg_wrongsyntax'] = 'Mauvaise syntaxe pour le plugin runcommand.';
