Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-en / translations / check.yml
1 description: 'System requirement checker'
2 messages:
3   file: 'Checking requirements using file at:'
4   php_invalid: 'The current installed version "%s" is invalid, it requires "%s" or higher'
5   configuration_missing: 'The configuration "%s" is missing.'
6   configuration_overwritten: 'The PHP-Configuration (php.ini) "%s" was missing and overwritten with "%s".'
7   extension_missing: 'The extension "%s" is missing.'
8   extension_recommended: 'The extension "%s" is recommended to install.'
9   success: 'Checks passed.'