8 lines
368 B
PHP
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';
|