1<?php
2/**
3 * French language file
4 *
5 * @author     Etienne M. <emauvaisfr@yahoo.fr>
6 */
7
8// custom language strings for the plugin
9
10$lang['btn_submit']   = 'Ex&eacute;cuter';
11$lang['btn_cancel']   = 'Effacer';
12$lang['lbl_outputFormat'] = 'Format de sortie';
13$lang['fld_text'] = 'Texte';
14$lang['fld_wiki'] = 'Wiki';
15$lang['fld_html'] = 'Html';
16$lang['msg_wrongsyntax'] = 'Mauvaise syntaxe pour le plugin runcommand.';
17