X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdatabase.drop.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdatabase.drop.yml;h=05f4c6421ce121f6016b808abfbb5830acb5bc56;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drupal/console-en/translations/database.drop.yml b/vendor/drupal/console-en/translations/database.drop.yml new file mode 100644 index 000000000..05f4c6421 --- /dev/null +++ b/vendor/drupal/console-en/translations/database.drop.yml @@ -0,0 +1,9 @@ +description: "Drop all tables in a given database." +help: 'The database:drop command helps you drop database tables.' +arguments: + database: "Database key from settings.php" +question: + drop-tables: 'Confirm you really want to drop all tables in the database "%s"?' +messages: + table: 'Table' + table-drop: 'Drop "%s" tables successfully'