xref: /dokuwiki/lib/plugins/authplain/lang/en/lang.php (revision db9faf025cf129d15a086a803e8056e977975d76)
1*db9faf02SPatrick Brown<?php
2*db9faf02SPatrick Brown/**
3*db9faf02SPatrick Brown * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
4*db9faf02SPatrick Brown *
5*db9faf02SPatrick Brown */
6*db9faf02SPatrick Brown$lang['userexists']     = 'Sorry, a user with this login already exists.';
7*db9faf02SPatrick Brown$lang['usernotexists']  = 'Sorry, that user doesn\'t exist.';
8*db9faf02SPatrick Brown$lang['writefail']      = 'Unable to modify user data. Please inform the Wiki-Admin';
9