X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.ajax.command.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.ajax.command.yml;h=39836810d0282a7d27da35401d384065baf1ea13;hp=0000000000000000000000000000000000000000;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console-en/translations/generate.ajax.command.yml b/vendor/drupal/console-en/translations/generate.ajax.command.yml new file mode 100644 index 000000000..39836810d --- /dev/null +++ b/vendor/drupal/console-en/translations/generate.ajax.command.yml @@ -0,0 +1,13 @@ +description: 'Generate & Register a custom ajax command' +help: 'The generate:ajax:command command helps you generate a new custom ajax command.' +welcome: 'Welcome to the Drupal Ajax generator' +options: + module: 'The Module name.' + class: 'Ajax Class name' + method: 'Custom ajax method' + js-name: 'Custom javascript name' +questions: + module: 'Enter the module name' + class: 'Enter the Ajax class name' + method: 'Enter the render method name' + js-name: 'Enter a custom javascript name' \ No newline at end of file