-
Jaroslav Lichtblau authoredJaroslav Lichtblau authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
lang.php 487 B
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
*/
$lang['connectfail'] = 'Selhalo připojení k databázi.';
$lang['userexists'] = 'Omlouváme se, ale uživatel s tímto jménem již existuje.';
$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';