Initial commit
This commit is contained in:
11
content/lib/plugins/authplain/lang/sk/lang.php
Normal file
11
content/lib/plugins/authplain/lang/sk/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Martin Michalek <michalek.dev@gmail.com>
|
||||
*/
|
||||
$lang['userexists'] = 'Užívateľ s rovnakým menom je už zaregistrovaný.';
|
||||
$lang['usernotexists'] = 'Ľutujem, daný používateľ neexistuje.';
|
||||
$lang['writefail'] = 'Nie je možné zmeniť údaje používateľa, informujte prosím administrátora Wiki.';
|
||||
$lang['protected'] = 'Údaje používateľa %s sú chránené a nemôžu by zmenené alebo vymazané.';
|
Reference in New Issue
Block a user