mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
10 lines
410 B
PHP
10 lines
410 B
PHP
<?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';
|