Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / drupal / console-en / translations / module.download.yml
1 description: 'Download module or modules in application'
2 arguments:
3   module: 'Module or modules to be enabled should be separated by a space'
4 options:
5   latest: 'Default to download most recent version'
6   path: 'The path of the contrib project'
7   composer: 'Option to point out that the module will be downloaded, managed & installed by Composer'
8   unstable: 'Module unstable'
9 questions:
10   path: 'Enter the contrib project Path'
11 messages:
12   no-releases: 'There aren''t any releases for module "%s"'
13   getting-releases: 'Getting releases for module "%s"'
14   downloading: 'Downloading module "%s" release "%s"'
15   downloaded: 'Module "%s" version "%s" was downloaded successfully at "%s"'
16   select-release: 'Please select your favorite release'
17   outside-drupal: 'Drupal root can''t be determined. Use --root to set the destination, current folder will be used instead of.'
18   error-creating-folder: 'Error creating folder "%s", please check your permissions'
19   no-composer-repo: 'Please, configure Composer in ~/.console/config.yml'
20   composer: 'Module "%s" was downloaded successfully using Composer'
21 examples:
22   - description: 'Download module specifying module name and its path'
23     execution: |
24       drupal module:download  modulename  \
25         --path="modules/contrib"