xref: /dokuwiki/lib/plugins/authpdo/lang/de/lang.php (revision 8600e2fb141db249f0172e7e024b22c34b1019ad)
1*f18db579SAndreas Gohr<?php
2*f18db579SAndreas Gohr
3*f18db579SAndreas Gohr/**
4*f18db579SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5*f18db579SAndreas Gohr *
6*f18db579SAndreas Gohr * @author Noel Tilliot <noeltilliot@byom.de>
7*f18db579SAndreas Gohr * @author Hendrik Diel <diel.hendrik@gmail.com>
8*f18db579SAndreas Gohr * @author Philip Knack <p.knack@stollfuss.de>
9*f18db579SAndreas Gohr */
10*f18db579SAndreas Gohr$lang['connectfail']           = 'Verbindung zur Datenbank fehlgeschlagen.';
11*f18db579SAndreas Gohr$lang['userexists']            = 'Entschuldigung, aber dieser Benutzername ist bereits vergeben.';
12*f18db579SAndreas Gohr$lang['writefail']             = 'Die Benutzerdaten konnten nicht geändert werden. Bitte wenden Sie sich an den Wiki-Admin.';
13