Great hmorgan, you're right
/modules/formulaire/index.php
line 43, change
$perm_name = 'Droits des categories';
to
$perm_name = 'Permissions of the categories';
/modules/formulaire/formulaire.php
line 120, change
if ( $gperm_handler -> checkRight( 'Droits des categories', $id, $groups, $formulaireModule->getVar('mid') ) ) {}
to
if ( $gperm_handler -> checkRight( 'Permissions of the categories', $id, $groups, $formulaireModule->getVar('mid') ) ) {}
/modules/formulaire/blocks/qcm_menu.php
line 30, change
if ( $gperm_handler -> checkRight( 'Droits des categories', $row['id_form'], $groups, $formulaireModule->getVar('mid') ) ) {
to
if ( $gperm_handler -> checkRight( 'Permissions of the categories', $row['id_form'], $groups, $formulaireModule->getVar('mid') ) ) {
/modules/formulaire/blocks/formulaire_menu.php
line 30, change
if ( $gperm_handler -> checkRight( 'Droits des categories', $row['id_form'], $groups, $formulaireModule->getVar('mid') ) ) {
to
if ( $gperm_handler -> checkRight( 'Permissions of the categories', $row['id_form'], $groups, $formulaireModule->getVar('mid') ) ) {
After theses change, it seems you need to uninstall the reinstall the module.
I'll contact Philou !