about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authplain/lang/cs
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authplain/lang/cs')
-rw-r--r--wiki/lib/plugins/authplain/lang/cs/lang.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/wiki/lib/plugins/authplain/lang/cs/lang.php b/wiki/lib/plugins/authplain/lang/cs/lang.php
deleted file mode 100644
index 4eaacdc..0000000
--- a/wiki/lib/plugins/authplain/lang/cs/lang.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-/**
- * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
- * @author Daniel Slováček <danslo@danslo.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';
-$lang['protected']             = 'Data pro uživatele %s jsou chráněna a nemůžou být upravena nebo smazána.';