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:
Dany De Bontridder 2014-02-14 23:42:28 +01:00
parent b87f987c73
commit 38311bd212
97 changed files with 13993 additions and 15415 deletions

View file

@ -145,10 +145,10 @@ if ( isset($_GET['new']))
echo $a->form();
echo HtmlInput::submit("save","Sauver");
echo '</form>';
echo '<div class="info">
D&eacute;bit = <span id="totalDeb"></span>
Cr&eacute;dit = <span id="totalCred"></span>
Difference = <span id="totalDiff"></span>
echo '<div class="info">';
echo _('Débit').' = <span id="totalDeb"></span>';
echo _('Crédit').' = <span id="totalCred"></span>';
echo _('Difference').' = <span id="totalDiff"></span>
</div>
';