Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / theme.uninstall.yml
1 description: 'Uninstall theme or themes in the application'
2 questions:
3   theme: 'theme name (press <return> to stop adding themes)'
4   invalid-theme: 'Invalid theme "%s"'
5 options:
6   theme: 'theme or themes to be uninstalled should be separated by a space'
7 messages:
8   no-themes: 'You must provide theme or themes to uninstall.'
9   themes-missing: 'Unable to uninstall themes "%s", because they aren''t available'
10   theme-missing: 'Unable to uninstall theme "%s", because it is not available'
11   missing-dependencies: 'Unable to uninstall themes "%s" due to missing dependencies "%s"'
12   themes-nothing: 'Nothing to do. All themes are already uninstalled: "%s"'
13   theme-nothing: 'Nothing to do. Theme "%s" is already uninstalled'
14   dependencies: 'There are some unmet dependencies: "%s"?'
15   theme-success: 'The "%s" theme has been uninstalled successfully'
16   themes-success: 'The themes "%s" were uninstalled successfully'
17   installed-themes: 'Only installed themes will be listed in autocomplete'
18   invalid-theme-default: 'Option default is only valid for one theme'
19   error-default-theme:  'Theme "%s" is the default theme and cannot be uninstalled.'
20   error-admin-theme: 'Theme "%s" is the admin theme and cannot be uninstalled.'
21 examples:
22   - description: 'Uninstall theme specifying the name'
23     execution: |
24       drupal theme:uninstall  mytheme