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;h=14402a60ab68b6518c9c760775fae3acb3fb5191;hp=e7f7af7b4cb9e46c1d2140ecc2dd2b587407da3c;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console-en/translations/user.login.clear.attempts.yml b/vendor/drupal/console-en/translations/user.login.clear.attempts.yml index e7f7af7b4..14402a60a 100644 --- a/vendor/drupal/console-en/translations/user.login.clear.attempts.yml +++ b/vendor/drupal/console-en/translations/user.login.clear.attempts.yml @@ -1,13 +1,11 @@ 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.' +arguments: + user: 'User name/id.' questions: - uid: 'Enter User ID.' - numeric-uid: 'User id must be an integer.' - invalid-uid: 'User id must be upper than zero.' + user: 'Enter User name/id' messages: - successful: 'Login attempts were successfully cleared for user id "%s".' + successful: 'Login attempts were successfully cleared for user: "%s".' errors: - invalid-user: 'Cannot load user entity (Uid: "%s").' + invalid-user: 'Cannot load user entity using: "%s".' no-flood: 'No flood table on the system.'