about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authad/lang/cs/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authad/lang/cs/lang.php')
-rw-r--r--wiki/lib/plugins/authad/lang/cs/lang.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authad/lang/cs/lang.php b/wiki/lib/plugins/authad/lang/cs/lang.php
new file mode 100644
index 0000000..91e91d0
--- /dev/null
+++ b/wiki/lib/plugins/authad/lang/cs/lang.php
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
+ * @author Miroslav Svoboda <msv@email.cz>
+ */
+$lang['domain']                = 'Přihlašovací doména';
+$lang['authpwdexpire']         = 'Platnost vašeho hesla vyprší za %d dní, měli byste ho změnit co nejdříve.';
+$lang['passchangefail']        = 'Změna hesla selhala. Možná nebyla dodržena pravidla pro jejich tvorbu?';
+$lang['userchangefail']        = 'Změna atributů uživatele selhala. Možná nemá váš účet dostatečná oprávnění pro provádění změn. ';
+$lang['connectfail']           = 'Připojení k serveru Active Directory selhalo.';