xref: /dokuwiki/lib/plugins/authplain/lang/en/lang.php (revision 42cbd322ad0cf816cca498eeb93bb1b8e4e7db5e)
1db9faf02SPatrick Brown<?php
2db9faf02SPatrick Brown/**
3db9faf02SPatrick Brown * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
4db9faf02SPatrick Brown *
5db9faf02SPatrick Brown */
6db9faf02SPatrick Brown$lang['userexists']     = 'Sorry, a user with this login already exists.';
7db9faf02SPatrick Brown$lang['usernotexists']  = 'Sorry, that user doesn\'t exist.';
8db9faf02SPatrick Brown$lang['writefail']      = 'Unable to modify user data. Please inform the Wiki-Admin';
9*42cbd322SAndreas Gohr$lang['protected']      = 'Data for user %s is protected and can not be modified or deleted.';
10