1<?php 2/** 3 * english language file for dbquery plugin 4 * 5 * @author Andreas Gohr <dokuwiki@cosmocode.de> 6 */ 7 8$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.'; 9$lang['dsn'] = 'The connection <a href="https://www.php.net/manual/en/pdo.construct.php">DSN strings</a> for your databases.'; 10$lang['user'] = 'The user name to connect to your database (if not supplied above).'; 11$lang['pass'] = 'The password to connect to your database (if not supplied above).'; 12