Files
Chamilo/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml
T
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
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.
2026-08-06 17:59:45 +02:00

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.'