1<?php
2/**
3 * English 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['config_error']       = '[authphpbb3] Configuration error: contact an administrator.';
10$lang['database_error']     = '[authphpbb3] Database connection error: contact an administrator.';
11$lang['database_support']   = '[authphpbb3] The driver used to connect to the database is not supported.';
12$lang['login_login']        = 'Username';
13$lang['login_password']     = 'Password';
14$lang['login_remember']     = 'Remember me';
15$lang['login_viewonline']   = 'Hide my online status';
16$lang['login_button']       = 'Log in';
17$lang['login_bottom_text']  = 'You can login with your user <a href="%s" class="urlextern">Forum account</a> here.';
18