1 <?php 2 /** 3 * ----------------------------------------------------------------------- 4 * vBSSO is a solution which helps you connect to different software platforms 5 * via secure Single Sign-On. 6 * 7 * Copyright (c) 2011-2017 vBSSO. All Rights Reserved. 8 * This software is the proprietary information of vBSSO. 9 * 10 * Author URI: http://www.vbsso.com 11 * License: GPL version 2 or later - 12 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 13 * ----------------------------------------------------------------------- 14 */ 15 16 $lang['vbsso_settings'] = 'vBSSO Settings'; 17 $lang['user'] = 'Username'; 18 $lang['pass'] = 'Password'; 19 $lang['reghere'] = 'You don\'t have an account yet? Just get one'; 20 $lang['btn_login'] = 'Login'; 21 $lang['pwdforget'] = 'Forgotten your password? Get a new one'; 22 $lang['btn_register'] = 'Register'; 23 $lang['btn_resendpwd'] = 'Set new password'; 24 $lang['remember'] = 'Remember me'; 25 $lang['acl_is_off'] = 'DokuWiki Access Control Lists (ACL) disabled! Please enable ACL to start use vBSSO.'; 26