<?php
/**
 * -----------------------------------------------------------------------
 * vBSSO is a solution which helps you connect to different software platforms
 * via secure Single Sign-On.
 *
 * Copyright (c) 2011-2017 vBSSO. All Rights Reserved.
 * This software is the proprietary information of vBSSO.
 *
 * Author URI: http://www.vbsso.com
 * License: GPL version 2 or later -
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 * -----------------------------------------------------------------------
 */

$lang['vbsso_settings'] = 'vBSSO Settings';
$lang['user'] = 'Username';
$lang['pass'] = 'Password';
$lang['reghere'] = 'You don\'t have an account yet? Just get one';
$lang['btn_login'] = 'Login';
$lang['pwdforget'] = 'Forgotten your password? Get a new one';
$lang['btn_register'] = 'Register';
$lang['btn_resendpwd'] = 'Set new password';
$lang['remember'] = 'Remember me';
$lang['acl_is_off'] = 'DokuWiki Access Control Lists (ACL) disabled! Please enable ACL to start use vBSSO.';
