<?php
/**
 * english language file for dbquery plugin
 *
 * @author Andreas Gohr <dokuwiki@cosmocode.de>
 */

$lang['namespace'] = 'The namespace in which your queries are created. Be sure to use the proper ACL restrictions to prevent unauthorized user to do arbitrary SQL queries.';
$lang['dsn'] = 'The connection <a href="https://www.php.net/manual/en/pdo.construct.php">DSN strings</a> for your databases.';
$lang['user'] = 'The user name to connect to your database (if not supplied above).';
$lang['pass'] = 'The password to connect to your database (if not supplied above).';
