795ae154ff935a92cd4186cd86daed00b9d9e1b0
[yaffs-website] / vendor / drupal / console-en / translations / theme.install.yml
1 description: 'Install 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 installed should be separated by a comma'
7     overwrite-config: 'Overwrite active configuration if necessary'
8     set-default: 'Set theme as default theme'
9 messages:
10     no-themes: 'You must provide theme or themes to install.'
11     themes-missing: 'Unable to install themes "%s" due they aren''t available'
12     theme-missing: 'Unable to install theme "%s" due is not available'
13     missing-dependencies: 'Unable to install themes "%s" due to missing dependencies "%s"'
14     themes-nothing: 'Nothing to do. All themes "%s" are already installed'
15     theme-nothing: 'Nothing to do. Theme "%s" is already installed'
16     dependencies: 'There are some unmet dependencies: "%s"?'
17     theme-success: 'The "%s" theme has been installed successfully'
18     themes-success: 'The themes "%s" were installed successfully'
19     theme-default-success: 'The "%s" theme has been installed successfully as default theme'
20     disabled-themes: 'Only uninstalled themes will be listed in autocomplete'
21     invalid-theme-default: 'Option default is only valid for one theme'