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
|
|
@ -8,7 +8,7 @@ $gl = new Anc_GrandLivre($cn);
|
|||
$gl->get_request();
|
||||
echo '<form method="get">';
|
||||
echo $gl->display_form();
|
||||
echo '<p>' . HtmlInput::submit('Recherche', 'Recherche') . '</p>';
|
||||
echo '<p>' . HtmlInput::submit('Recherche', _('Recherche')) . '</p>';
|
||||
echo '</form>';
|
||||
if (isset($_GET['result']))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue