xref: /dokuwiki/lib/plugins/authpdo/lang/en/lang.php (revision f18db579a484f6017d9817ea954090e53016b940)
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['writefail']      = 'Unable to modify user data. Please inform the Wiki-Admin';
11f64dbc90SAndreas Gohr
12f64dbc90SAndreas Gohr//Setup VIM: ex: et ts=4 :
13