8 lines
160 B
PHP
8 lines
160 B
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
*/
|
|
$lang['userexists'] = 'Sorry, a user with this login already exists.';
|