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