X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.plugin.type.annotation.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.plugin.type.annotation.yml;h=0ad7db9049b13ae306292f4c810f19d5ce14a232;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drupal/console-en/translations/generate.plugin.type.annotation.yml b/vendor/drupal/console-en/translations/generate.plugin.type.annotation.yml new file mode 100644 index 000000000..0ad7db904 --- /dev/null +++ b/vendor/drupal/console-en/translations/generate.plugin.type.annotation.yml @@ -0,0 +1,13 @@ +description: 'Generate a plugin type with annotation discovery' +help: 'The generate:plugin:type:annotation command helps you generate a new Plugin type that uses annotation discovery.' +welcome: 'Welcome to the Drupal Plugin Type generator' +options: + module: common.options.module + class: 'Plugin type class name' + machine-name: 'Plugin type machine name' + label: 'Plugin type label' +questions: + module: common.questions.module + class: 'Enter the plugin type class name' + machine-name: 'Enter the plugin type machine name' + label: 'Enter the plugin type label'