1<?php
2/**
3 * English language file for authucenter plugin
4 *
5 * @author daxingplay <daxingplay@gmail.com>
6 */
7
8// menu entry for admin plugins
9// $lang['menu'] = 'Your menu entry';
10
11// custom language strings for the plugin
12// $lang['fixme'] = 'FIXME';
13$lang['ucfilecheckfail'] = 'uc_client and api/uc.php not exists!';
14$lang['wrongpassword'] = 'password not correct.';
15$lang['wrongemailformat'] = 'not valid email address.';
16$lang['emailforbidden'] = 'this email address is forbidden.';
17$lang['emailregistered'] = 'this email address is already registered.';
18$lang['userprotected'] = 'this user cannot be modified.';
19$lang['logoutsuccess'] = 'logout success.';
20$lang['loginfail'] = 'login fail. please check your username and password.';
21$lang['writeucconfigfail'] = 'cannot write to file conf/uc.auth.php';
22$lang['openucconfigfail'] = 'cannot open file conf/uc.auth.php';
23
24//Setup VIM: ex: et ts=4 :
25