X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fmultisite.new.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fmultisite.new.yml;h=b1b72f84e607dbc67211337d09a2a7db87084175;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/multisite.new.yml b/vendor/drupal/console-en/translations/multisite.new.yml new file mode 100644 index 000000000..b1b72f84e --- /dev/null +++ b/vendor/drupal/console-en/translations/multisite.new.yml @@ -0,0 +1,24 @@ +description: "Sets up the files for a new multisite install." +help: "The multisite:new command assists in setting up new multisite installs by creating the needed subdirectory and files, and can optionally copy an existing 'default' installation." +arguments: + directory: "Name of directory under 'sites' which should be created." + uri: "Site URI to add to sites.php." +options: + copy-default: "Copies existing site from the default install." +errors: + subdir-empty: "You must specify a multisite subdirectory to create." + subdir-exists: 'The "sites/%s" directory already exists.' + default-missing: "The sites/default directory is missing." + mkdir-fail: 'Unable to create "sites/%s". Please check the sites directory permissions and try again.' + sites-invalid: "The sites.php file located is either not readable or not a file." + sites-missing: "No sites.php or example.sites.php to copy from." + sites-other: "A problem was encountered when attempting to write sites.php" + file-missing: 'The file "%s" was not found for copying.' + copy-fail: 'Unable to copy "%s" to "%s". Please check permissions and try again.' + write-fail: 'Unable to write to the file "%s". Please check the file permissions and try again.' + chmod-fail: 'Unable to change permissions on the file "%s". Please ensure that the permissions on that file are correct.' +warnings: + missing-files: "No sites/default/files directory found. The files directory will need to be created by hand." +messages: + copy-default: 'The default install was successfully copied to "sites/%s".' + fresh-site: 'The new multisite structure was successfully created at "sites/%s" and is ready for installation.'