summaryrefslogtreecommitdiff
path: root/lib/plugins/authplain/lang/cs/lang.php
blob: 852a3004481495458a117afe4bd06097a6df5e04 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * 
 * @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
 */
$lang['userexists']            = 'Uživatel se stejným jménem už je zaregistrován.';
$lang['usernotexists']         = 'Omlouváme se, uživatel tohoto jména neexistuje.';
$lang['writefail']             = 'Nelze změnit údaje uživatele. Informujte prosím správce wiki';