X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.form.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.form.yml;h=0f12793305d348d96ab568de8c873e285ef6a257;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drupal/console-en/translations/generate.form.yml b/vendor/drupal/console-en/translations/generate.form.yml new file mode 100644 index 000000000..0f1279330 --- /dev/null +++ b/vendor/drupal/console-en/translations/generate.form.yml @@ -0,0 +1,22 @@ +description: 'Generate a new "%s"' +help: 'The "%s" command helps you generate a new "%s"' +welcome: 'Welcome to the Drupal form generator' +options: + module: common.options.module + class: 'The form class name' + form-id: 'The Form id' + services: common.options.services + inputs: common.options.inputs + path: 'Enter the form path' +questions: + module: common.questions.module + class: 'Enter the Form Class name' + form-id: 'Enter the Form id' + services: common.questions.services + inputs: common.questions.inputs + routing: 'Would you like to register a route for this form' + menu_link_gen: 'Generate a menu link' + menu_link_title: 'A title for the menu link' + menu_parent: 'Menu parent' + menu_link_desc: 'A description for the menu link' + path: 'Enter the route path'