<?php
/**
 * english language file for authucenter plugin
 *
 * @author daxingplay <daxingplay@gmail.com>
 */

// keys need to match the config setting name
$lang['uccharset'] = 'the charset of Ucenter';
$lang['cookiedomain'] = 'cookie domain for sync login';
$lang['cookiepath'] = 'cookie path for sync login';
$lang['cookiename'] = 'cookie name for sync login';
$lang['regenerateconfig'] = 'when you change auth settings, set this to true to regenerate conf/uc.auth.php';
$lang['ucappconfig'] = 'dokuwiki app config in ucenter';

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