<?php

$conf['version'] = '';
$conf['default_language'] = 'en';
$conf['property_exchange_xml'] = '';
$conf['DBType'] = 'mysqli';
$conf['DBName'] = 'tblTranslation';
$conf['DBUserName'] = 'tblTranslation';
$conf['DBHostName'] = 'localhost';
$conf['DBUserPassword'] = '';

//Setup VIM: ex: et ts=2 enc=utf-8 :