Files
EasySoft-ZenTaoPMS/module/bi/lang/en.php
T
2024-08-07 10:04:29 +08:00

8 lines
368 B
PHP

<?php
$lang->bi->binNotExists = 'The DuckDB binary does not exist.';
$lang->bi->tmpPermissionDenied = 'The DuckDB tmp directory has no permissions, you need to change the permissions for the directory "%s". The <br /> command is: <br />chmod 777 -R %s.';
$lang->bi->driver = 'Driver';
$lang->bi->driverList = array();
$lang->bi->driverList['mysql'] = 'MySQL';