xref: /dokuwiki/lib/plugins/authplain/lang/cs/lang.php (revision 5ab701af93bb55e9a186cc5d360eb5fdbaa71a44)
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