Translation:add gettext function, improve extract_text
Add everywhere the missing gettext function and improve the script for extracting string
This commit is contained in:
parent
b87f987c73
commit
38311bd212
97 changed files with 13993 additions and 15415 deletions
|
|
@ -33,11 +33,11 @@ if ( !defined ('ALLOWED')) die('Forbidden');
|
|||
?>
|
||||
<TABLE CLASS="result" style="border-collapse:separate;border-spacing:2">
|
||||
<tr>
|
||||
<th>Utilisateur </th>
|
||||
<th>Date </th>
|
||||
<th>Adresse </th>
|
||||
<th>Module</th>
|
||||
<th> Résultat</th>
|
||||
<th><?php echo _("Utilisateur");?> </th>
|
||||
<th><?php echo _("Date");?> </th>
|
||||
<th><?php echo _("Adresse");?> </th>
|
||||
<th><?php echo _("Module");?></th>
|
||||
<th><?php echo _("Résultat");?></th>
|
||||
</tr>
|
||||
<TR>
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue