4 lines
262 B
PHP
4 lines
262 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.';
|