summaryrefslogtreecommitdiff
path: root/lib/plugins/authplain/lang/cs/lang.php
diff options
context:
space:
mode:
authorPatrick Brown <ptbrown@whoopdedo.org>2015-05-06 01:30:59 -0400
committerPatrick Brown <ptbrown@whoopdedo.org>2015-05-06 01:30:59 -0400
commitdb9faf025cf129d15a086a803e8056e977975d76 (patch)
tree400146b7d748f24f6c39f878f097bd90ff09018c /lib/plugins/authplain/lang/cs/lang.php
parentdfe7cc3f3bfbfccec6a38a94ac0f2242e8bc59e7 (diff)
downloadrpg-db9faf025cf129d15a086a803e8056e977975d76.tar.gz
rpg-db9faf025cf129d15a086a803e8056e977975d76.tar.bz2
Report more meaningful errors when an auth backend fails. closes #1093
Diffstat (limited to 'lib/plugins/authplain/lang/cs/lang.php')
-rw-r--r--lib/plugins/authplain/lang/cs/lang.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/plugins/authplain/lang/cs/lang.php b/lib/plugins/authplain/lang/cs/lang.php
new file mode 100644
index 000000000..8128d45a3
--- /dev/null
+++ b/lib/plugins/authplain/lang/cs/lang.php
@@ -0,0 +1,6 @@
+<?php
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ */
+$lang['userexists'] = 'Uživatel se stejným jménem už je zaregistrován.';