1f64dbc90SAndreas Gohr<?php 2f64dbc90SAndreas Gohr/** 3f64dbc90SAndreas Gohr * English language file for authpdo plugin 4*c27579a6SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5f64dbc90SAndreas Gohr * 6f64dbc90SAndreas Gohr */ 7f64dbc90SAndreas Gohr 8*c27579a6SAndreas Gohr$lang['connectfail'] = 'Failed to connect to database.'; 9*c27579a6SAndreas Gohr$lang['userexists'] = 'Sorry, a user with this login already exists.'; 10*c27579a6SAndreas Gohr$lang['usernotexists'] = 'Sorry, that user doesn\'t exist.'; 11*c27579a6SAndreas Gohr$lang['writefail'] = 'Unable to modify user data. Please inform the Wiki-Admin'; 12f64dbc90SAndreas Gohr 13f64dbc90SAndreas Gohr//Setup VIM: ex: et ts=4 : 14