Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
lang.php 410 B
<?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';