Skip to content
Snippets Groups Projects
Commit 456b94d9 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Abandon de la fonction translate() inexistante au profit de _().

parent 8b2b7202
No related branches found
No related tags found
No related merge requests found
<?php <?php
translate("Username"); _("Username");
translate("Password"); _("Password");
translate("Email"); _("Email");
translate("Display Name"); _("Display Name");
translate("Password Verify"); _("Password Verify");
translate("Authentication failed. Please try again."); _("Authentication failed. Please try again.");
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment