Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Christophe Turbout
auth
Commits
456b94d9
Commit
456b94d9
authored
Mar 06, 2019
by
Bertrand Gauthier
Browse files
Abandon de la fonction translate() inexistante au profit de _().
parent
8b2b7202
Changes
1
Hide whitespace changes
Inline
Side-by-side
language/msgids.php
View file @
456b94d9
<?php
translate
(
"Username"
);
translate
(
"Password"
);
translate
(
"Email"
);
translate
(
"Display Name"
);
translate
(
"Password Verify"
);
translate
(
"Authentication failed. Please try again."
);
\ No newline at end of file
_
(
"Username"
);
_
(
"Password"
);
_
(
"Email"
);
_
(
"Display Name"
);
_
(
"Password Verify"
);
_
(
"Authentication failed. Please try again."
);
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment