1<?php
2
3$lang['debug'] = 'Print out detailed error messages. Should be disabled after setup.';
4$lang['dsn'] = 'The DSN to connect to the Joomla database.';
5$lang['tableprefix'] = 'Table-Prefix used for Joomla Database';
6$lang['user'] = 'The user for the above database connection (empty for sqlite)';
7$lang['pass'] = 'The password for the above database connection (empty for sqlite)';
8$lang['cookiename'] = 'Name of the Joomla-Auth cookie for SSO';
9