about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authplain/lang/pl
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authplain/lang/pl')
-rw-r--r--wiki/lib/plugins/authplain/lang/pl/lang.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authplain/lang/pl/lang.php b/wiki/lib/plugins/authplain/lang/pl/lang.php
new file mode 100644
index 0000000..95b46fe
--- /dev/null
+++ b/wiki/lib/plugins/authplain/lang/pl/lang.php
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Max <maxrb146@gmail.com>
+ */
+$lang['userexists']            = 'Użytkownik o tej nazwie już istnieje.';
+$lang['usernotexists']         = 'Przepraszamy, użytkownik nie istnieje';
+$lang['writefail']             = 'Nie można modyfikować danych użytkownika. Proszę skontaktować się z administratorem ';
+$lang['protected']             = 'Dane użytkownika %s są chronione, nie mogą być modyfikowane oraz usuwane';