blob: 7108f38cbae0a67403a21c5128a322c2fc374db5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
*/
$lang['userexists'] = 'Sorry, a user with this login already exists.';
$lang['usernotexists'] = 'Sorry, that user doesn\'t exist.';
$lang['writefail'] = 'Unable to modify user data. Please inform the Wiki-Admin';
$lang['protected'] = 'Data for user %s is protected and can not be modified or deleted.';
|