<?php
/**
 * english language file for showpageafterlogin plugin
 *
 * @author Sam B. <sam@s-blu.de>
 */

// keys need to match the config setting name
$lang['page_after_login'] = 'ID of the page, that should get displayed after login';
$lang['login_display_count'] = 'Count of Logins that should be redirected (per user) (0 = everytime)';


//Setup VIM: ex: et ts=4 :
