X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fmodule.uninstall.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fmodule.uninstall.yml;h=3b6d6a822590dfd4f3825b98454defb4286b7b9e;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=22e2c1ebc55e652aa93f541663cad20dbe1aa18a;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/module.uninstall.yml b/vendor/drupal/console-en/translations/module.uninstall.yml index 22e2c1ebc..3b6d6a822 100755 --- a/vendor/drupal/console-en/translations/module.uninstall.yml +++ b/vendor/drupal/console-en/translations/module.uninstall.yml @@ -1,15 +1,19 @@ description: 'Uninstall module or modules in the application' questions: - module: 'Module name (press to stop adding modules)' - invalid-module: 'Invalid module "%s"' + module: 'Module name (press to stop adding modules)' + invalid-module: 'Invalid module "%s"' options: - module: 'Module or modules to be uninstalled should be separated by a space' - force: 'Do you want to ignore dependencies and forcefully uninstall the module?' - composer: 'Uninstalls the module using Composer' + module: 'Module or modules to be uninstalled should be separated by a space' + force: 'Do you want to ignore dependencies and forcefully uninstall the module?' + composer: 'Uninstalls the module using Composer' messages: - no-modules: 'You must provide module or modules to uninstall.' - dependents: 'Unable to uninstall modules "%s" because are required by "%s"' - nothing: 'Nothing to do. All modules are already uninstalled' - success: 'The following module(s) were uninstalled successfully: "%s"' - missing: 'Unable to uninstall modules "%s" due to missing modules "%s"' - composer-success: 'You should execute now the following command: "composer remove vendor/package"' + no-modules: 'You must provide module or modules to uninstall.' + dependents: 'Unable to uninstall modules "%s" because are required by "%s"' + nothing: 'Nothing to do. All modules are already uninstalled' + success: 'The following module(s) were uninstalled successfully: "%s"' + missing: 'Unable to uninstall modules "%s" due to missing modules "%s"' + composer-success: 'You should execute now the following command: "composer remove vendor/package"' +examples: + - description: 'Uninstall the module specifying the module name' + execution: | + drupal module:uninstall modulename