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