X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fsite.import.local.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fsite.import.local.yml;h=f4e97c094d289d40f4402d519fd25b0b5fab559c;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drupal/console-en/translations/site.import.local.yml b/vendor/drupal/console-en/translations/site.import.local.yml new file mode 100644 index 000000000..f4e97c094 --- /dev/null +++ b/vendor/drupal/console-en/translations/site.import.local.yml @@ -0,0 +1,17 @@ +description: 'Import/Configure an existing local Drupal project' +help: 'The site:import:local does create the yaml configuration file for a local existing site.' +arguments: + directory: 'Existing Drupal root directory' + name: 'Name that will be used to generate the site config' +options: + environment: 'Name of the environment that is going to be imported' +messages: + imported: 'The site has been imported successfully. You might want to run `drupal site:debug` to confirm that everything went well.' + error-missing: 'The directory "%s" doesn''t exist.' + error-not-drupal: 'This is not a valid drupal root: "%s"' + error-writing: 'An error accurred while trying to write the config file: "%s"' +questions: + directory: 'Enter the directory name where to install Drupal' + name: 'Enter the name of the site' + environment: 'Enter the site environment name' +