Skip to content

adding missing translation for security login #1493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Resources/translations/FOSUserBundle.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ group:

# Security
"Bad credentials": Nom d'utilisateur ou mot de passe incorrect
"User account is disabled.": Vous devez activer votre compte.
"User account is locked.": Le compte utilisateur est verrouillé.
"User account has expired.": Le compte de l'utilisateur a expiré.
"User credentials have expired.": Les informations d'identification ont expiré.

security:
login:
Expand Down