xref: /dokuwiki/lib/plugins/authpdo/lang/pl/lang.php (revision 4568e613ea04e84a7b6fefcc766b6423f64292cf)
1*4568e613SPrzemek<?php
2*4568e613SPrzemek
3*4568e613SPrzemek/**
4*4568e613SPrzemek * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5*4568e613SPrzemek *
6*4568e613SPrzemek * @author Przemek <p_kudriawcew@o2.pl>
7*4568e613SPrzemek */
8*4568e613SPrzemek$lang['connectfail']           = 'Błąd łącznie się z bazą danych';
9*4568e613SPrzemek$lang['userexists']            = 'Przepraszamy, użytkownik o tym loginie już istnieje';
10*4568e613SPrzemek$lang['writefail']             = 'Nie można zmodyfikować danych użytkownika. Proszę skontaktować się z Administratorem';
11