altocompta/include/template/ledger_detail_forbidden.php
Dany De Bontridder 38311bd212 Translation:add gettext function, improve extract_text
Add everywhere the missing gettext function and improve
the script for extracting string
2014-02-14 23:42:28 +01:00

6 lines
No EOL
287 B
PHP

<?php
//This file is part of NOALYSS and is under GPL
//see licence.txt
?><div style="margin:0;padding:0;background-color:red;text-align:center;">
<h2 class="error"><?php echo _("Accès interdit : vous n'avez pas accès à cette information, contactez votre responsable")?></h2>;
</div>