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