Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
29 lines
971 B
YAML
29 lines
971 B
YAML
fos_user:
|
|
username:
|
|
already_used: 'The username is already used.'
|
|
blank: 'Please enter a username.'
|
|
short: 'The username is too short.'
|
|
long: 'The username is too long.'
|
|
email:
|
|
already_used: 'The email is already used.'
|
|
blank: 'Please enter an email.'
|
|
short: 'The email is too short.'
|
|
long: 'The email is too long.'
|
|
invalid: 'The email is not valid.'
|
|
password:
|
|
blank: 'Please enter a password.'
|
|
short: 'The password is too short.'
|
|
mismatch: 'The entered passwords don''t match.'
|
|
new_password:
|
|
blank: 'Please enter a new password.'
|
|
short: 'The new password is too short.'
|
|
current_password:
|
|
invalid: 'The entered password is invalid.'
|
|
group:
|
|
blank: 'Please enter a name.'
|
|
short: 'The name is too short.'
|
|
long: 'The name is too long.'
|
|
fos_group:
|
|
name:
|
|
already_used: 'The name is already used.'
|