X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fuser.login.clear.attempts.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fuser.login.clear.attempts.yml;h=e7f7af7b4cb9e46c1d2140ecc2dd2b587407da3c;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drupal/console-en/translations/user.login.clear.attempts.yml b/vendor/drupal/console-en/translations/user.login.clear.attempts.yml new file mode 100644 index 000000000..e7f7af7b4 --- /dev/null +++ b/vendor/drupal/console-en/translations/user.login.clear.attempts.yml @@ -0,0 +1,13 @@ +description: 'Clear failed login attempts for an account.' +help: 'The user:login:clear:attempts command resets the failed login attempts for an account.' +options: + user-id: 'User ID.' +questions: + uid: 'Enter User ID.' + numeric-uid: 'User id must be an integer.' + invalid-uid: 'User id must be upper than zero.' +messages: + successful: 'Login attempts were successfully cleared for user id "%s".' +errors: + invalid-user: 'Cannot load user entity (Uid: "%s").' + no-flood: 'No flood table on the system.'