1<?php
2
3$lang['integration'] = 'Use the phpBB integration mode';
4$lang['enable']      = 'Enable the url replacement';
5$lang['boardurl']    = 'The url to the Board to replace links';
6$lang['host']        = 'The MySQL Database Server from phpbb';
7$lang['user']        = 'The user for the Database server';
8$lang['pass']        = 'The password for the user';
9$lang['db']          = 'The database used by phpbb';
10$lang['pre']         = 'The prefix from phpbb';
11$lang['linktxt']     = 'An aditional text printed befor the topic title';
12?>
13