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