Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / drupal / console-en / translations / multisite.update.yml
1 description: 'Update the files for a multisite installed.'
2 help: 'The <info>multisite:new</info> command assists in setting up new multisite installs by creating the needed subdirectory and files, and can optionally copy an existing ''default'' installation.'
3 options:
4   uri: 'Name of old directory under ''sites'' which should be updated.'
5   directory: 'Name of new directory for multisite installed. (You could create subdir separated by ''/'')'
6 questions:
7   uri: 'Choice the multisite to update'
8   directory: 'Enter the new name (You could use subdir separated by ''/'')'
9 errors:
10   invalid-uri: 'The --uri="%s" does not exist'
11   uri-dir-empty: 'You must specify a old multisite directory to update.'
12   new-dir-empty: 'You must specify a new name to update multisite.'
13   subdir-exists: 'The "sites/%s" directory already exists.'
14   mkdir-fail: 'Unable to create "sites/%s". Please check the sites directory permissions and try again.'
15   copy-fail: 'Unable to copy "%s" to "%s". Please check permissions and try again.'
16   write-fail: 'Unable to write to the file "%s". Please check the file permissions and try again.'
17 messages:
18   move-settings: 'The file settings.php was successfully movied to "sites/%s".'
19 examples:
20   - description: 'Update the files for a multisite installed specifying old path and new path'
21     execution: |
22       drupal multisite:update