about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authmysql/lang/cs/lang.php
blob: 4dd63b4372b2b38ec31a300f59d2e4510f440401 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?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';