xref: /dokuwiki/lib/plugins/authplain/lang/cs/lang.php (revision f0a15b090f12df8667df748cdc0ba2bc8c6fca9d)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
7 */
8$lang['userexists']            = 'Uživatel se stejným jménem už je zaregistrován.';
9$lang['usernotexists']         = 'Omlouváme se, uživatel tohoto jména neexistuje.';
10$lang['writefail']             = 'Nelze změnit údaje uživatele. Informujte prosím správce wiki';
11