1<?php
2/**
3 * english language file for authucenter plugin
4 *
5 * @author daxingplay <daxingplay@gmail.com>
6 */
7
8// keys need to match the config setting name
9$lang['uccharset'] = 'the charset of Ucenter';
10$lang['cookiedomain'] = 'cookie domain for sync login';
11$lang['cookiepath'] = 'cookie path for sync login';
12$lang['cookiename'] = 'cookie name for sync login';
13$lang['regenerateconfig'] = 'when you change auth settings, set this to true to regenerate conf/uc.auth.php';
14$lang['ucappconfig'] = 'dokuwiki app config in ucenter';
15
16//Setup VIM: ex: et ts=4 :
17