X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Ftheme.install.yml;h=44605a78d300c45a71707b4c3939725e01787bcf;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=795ae154ff935a92cd4186cd86daed00b9d9e1b0;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/theme.install.yml b/vendor/drupal/console-en/translations/theme.install.yml index 795ae154f..44605a78d 100644 --- a/vendor/drupal/console-en/translations/theme.install.yml +++ b/vendor/drupal/console-en/translations/theme.install.yml @@ -1,21 +1,25 @@ description: 'Install theme or themes in the application' questions: - theme: 'theme name (press to stop adding themes)' - invalid-theme: 'Invalid theme "%s"' + theme: 'theme name (press to stop adding themes)' + invalid-theme: 'Invalid theme "%s"' options: - theme: 'theme or themes to be installed should be separated by a comma' - overwrite-config: 'Overwrite active configuration if necessary' - set-default: 'Set theme as default theme' + theme: 'theme or themes to be installed should be separated by a space' + overwrite-config: 'Overwrite active configuration if necessary' + set-default: 'Set theme as default theme' messages: - no-themes: 'You must provide theme or themes to install.' - themes-missing: 'Unable to install themes "%s" due they aren''t available' - theme-missing: 'Unable to install theme "%s" due is not available' - missing-dependencies: 'Unable to install themes "%s" due to missing dependencies "%s"' - themes-nothing: 'Nothing to do. All themes "%s" are already installed' - theme-nothing: 'Nothing to do. Theme "%s" is already installed' - dependencies: 'There are some unmet dependencies: "%s"?' - theme-success: 'The "%s" theme has been installed successfully' - themes-success: 'The themes "%s" were installed successfully' - theme-default-success: 'The "%s" theme has been installed successfully as default theme' - disabled-themes: 'Only uninstalled themes will be listed in autocomplete' - invalid-theme-default: 'Option default is only valid for one theme' + no-themes: 'You must provide theme or themes to install.' + themes-missing: 'Unable to install themes "%s" due they aren''t available' + theme-missing: 'Unable to install theme "%s" due is not available' + missing-dependencies: 'Unable to install themes "%s" due to missing dependencies "%s"' + themes-nothing: 'Nothing to do. All themes "%s" are already installed' + theme-nothing: 'Nothing to do. Theme "%s" is already installed' + dependencies: 'There are some unmet dependencies: "%s"?' + theme-success: 'The "%s" theme has been installed successfully' + themes-success: 'The themes "%s" were installed successfully' + theme-default-success: 'The "%s" theme has been installed successfully as default theme' + disabled-themes: 'Only uninstalled themes will be listed in autocomplete' + invalid-theme-default: 'Option default is only valid for one theme' +examples: + - description: 'Install theme specifying the name' + execution: | + drupal theme:install mytheme