X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fmodule.install.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fmodule.install.yml;h=887d72e37a39adffd1fb25429802a4d033713c42;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drupal/console-en/translations/module.install.yml b/vendor/drupal/console-en/translations/module.install.yml new file mode 100644 index 000000000..887d72e37 --- /dev/null +++ b/vendor/drupal/console-en/translations/module.install.yml @@ -0,0 +1,28 @@ +description: 'Install module or modules in the application' +arguments: + module: 'Module or modules to be enabled should be separated by a space' +options: + latest: 'Default to download most recent version' + composer: 'Download the module using Composer' +questions: + module: 'Module name (press to stop adding modules)' + invalid-module: 'Invalid module "%s"' +messages: + no-modules: 'You must provide module or modules to enable.' + missing: 'Unable to install module(s) "%s" due to missing module(s) "%s"' + missing-dependencies: 'Unable to install modules "%s" due to missing dependencies "%s"' + nothing: 'Nothing to do. All modules are already installed' + dependencies: 'Are you sure you want to install dependencies: "%s"?' + success: 'The following module(s) were installed successfully: "%s"' + disabled-modules: 'Only disabled modules will be listed in autocomplete' + config-conflict-overwrite: 'These configuration objects will be overwritten in your active configuration' + config-conflict: 'These configuration objects already exist in active configuration, installation is not possible' + getting-missing-modules: 'One or more modules "%s" are not available, running download process to get those modules' + getting-releases: 'Getting releases for module "%s"' + select-release: 'Please select your favorite release' + downloading: 'Downloading module "%s" release "%s"' + downloaded: 'Module "%s" version "%s" was downloaded successfully at "%s"' + no-releases: 'There aren''t any releases for module "%s"' + installing: 'Installing module(s) "%s"' + composer: 'The module was installed successfully with Composer' + error-creating-folder: 'Error creating folder "%s", please check your permissions'