about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authplain/lang/sk/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authplain/lang/sk/lang.php')
-rw-r--r--wiki/lib/plugins/authplain/lang/sk/lang.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authplain/lang/sk/lang.php b/wiki/lib/plugins/authplain/lang/sk/lang.php
new file mode 100644
index 0000000..d1cfbfd
--- /dev/null
+++ b/wiki/lib/plugins/authplain/lang/sk/lang.php
@@ -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é.';