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
|
|
@ -145,10 +145,10 @@ if ( isset($_GET['new']))
|
|||
echo $a->form();
|
||||
echo HtmlInput::submit("save","Sauver");
|
||||
echo '</form>';
|
||||
echo '<div class="info">
|
||||
Débit = <span id="totalDeb"></span>
|
||||
Cré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>
|
||||
';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue