1<?php 2/** 3 * English language strings for the Formular Plugin 4 * 5 * @author Stephane Chamberland <stephane.chamberland@gmail.com> 6 */ 7 8$lang['AllowInclude'] = "Allouer l'inclusion de scripts PHP?"; 9$lang['mailPath'] = "Path (relatif a DOKU_BASE) du script d'envoie de courriel"; 10$lang['selectPage'] = 'Page wiki ou sont definis le nom de SelectBox. '; 11$lang['mailSubject'] = 'Subject du Courriel'; 12$lang['mailFrom'] = "Courriel de l'expediteur [Obligatoire sur Windows]"; 13$lang['DebugMode'] = 'Activate Debug-Output to file debug.txt?'; 14 15//Setup VIM: ex: et ts=2 enc=utf-8 :