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