993259810b3a7413d601b665f70eb0e3b323e4a7
[yaffs-website] / vendor / drupal / console-en / translations / site.install.yml
1 description: 'Install a Drupal project'
2 arguments:
3     profile: 'Drupal Profile to be installed'
4     langcode: 'Drupal language'
5     db-type: 'Drupal Database type to be used in install'
6     db-file: 'Drupal Database file to be used in install'
7     site-name: 'Drupal site name'
8     site-mail: 'Drupal site mail'
9     account-name: 'Drupal administrator account name'
10     account-mail: 'Drupal administrator account mail'
11     account-pass: 'Drupal administrator account password'
12 questions:
13     profile: 'Select Drupal profile to be installed'
14     langcode: 'Select language for your Drupal installation'
15     db-type: 'Select Drupal Database type to be used in install'
16     site-name: 'Provide your Drupal site name'
17     site-mail: 'Provide your Drupal site mail'
18     account-name: 'Provide your Drupal administrator account name'
19     account-mail: 'Provide your Drupal administrator account mail'
20     account-pass: 'Provide your Drupal administrator account password'
21 messages:
22     installing: 'Starting Drupal 8 install process'
23     installed: 'Your Drupal 8 installation was completed successfully'
24     using-current-database: 'Using "%s" database with name "%s" and user "%s"'
25     already-installed: 'Drupal is already installed, try dropping your database executing database:drop or install executing site:install --force --no-interaction'
26     sites-backup: 'The sites.php file has temporarily been renamed to backup.sites.php while Drupal installs.'
27     sites-restore: 'The backup of sites.php has been been restored to sites.php.'
28     invalid-multisite: 'Invalid multisite, please create multisite using command drupal multisite:new %s --site-uri=%s'
29