X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fpermission.debug.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fpermission.debug.yml;h=71d39655470db8744c87f7417ff33e07f5b9f104;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drupal/console-en/translations/permission.debug.yml b/vendor/drupal/console-en/translations/permission.debug.yml new file mode 100644 index 000000000..71d396554 --- /dev/null +++ b/vendor/drupal/console-en/translations/permission.debug.yml @@ -0,0 +1,18 @@ +description: 'Display all user permissions.' +help: | + Display all user permissions and also list all user permissions from a specific user role. + + List all user permissions: + drupal permission:debug + + List all user permissions from a user role + drupal permission:debug authenticated + +arguments: + role: 'User role' +messages: + role-error: 'Role "%s" does not exist. Please use an existing user role.' +table-headers: + permission-name: 'Permission name' + permission-label: 'Permission Label' + permission-role: 'Role'