X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdebug.module.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdebug.module.yml;h=034d88adfa2d48b3c4cf223a2d72fc8641aa89ce;hp=0000000000000000000000000000000000000000;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console-en/translations/debug.module.yml b/vendor/drupal/console-en/translations/debug.module.yml new file mode 100644 index 000000000..034d88adf --- /dev/null +++ b/vendor/drupal/console-en/translations/debug.module.yml @@ -0,0 +1,24 @@ +description: 'Displays current modules available for application' +module: 'Module name' +options: + status: 'Module status [installed|uninstalled]' + type: 'Module type [core|no-core]' +messages: + id: ID + name: Name + status: Status + origin: Origin + package: Package + installed: Installed + uninstalled: Uninstalled + version: Version + schema-version: 'Schema version' + total-downloads: 'Total installs' + total-monthly: 'Monthly installs' + total-daily: 'Daily installs' + no-results: 'Module "%s" was not found in the repository' +examples: + - description: 'Display all installed modules' + execution: 'drupal mod --status=installed' + - description: 'Display all installed and no core modules' + execution: 'drupal mod --status=installed --type=no-core'