1<?php
2/**
3 * English settings translations for the authphpbb3 plugin.
4 *
5 * @license	GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author	Eole <eole.dev@outlook.com>
7 */
8
9$lang['phpbb_root_path']    = 'Relative path to phpBB forum.';
10$lang['phpbb_cache']        = 'Cache duration in days (0 will disable the cache).';
11$lang['phpbb_inline_style'] = 'If enabled, inline-style is used in HTML tags of the authentication form.';
12