summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/lang/cs/lang.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/lang/cs/lang.php b/inc/lang/cs/lang.php
index 94589098f..37ad4f4b0 100644
--- a/inc/lang/cs/lang.php
+++ b/inc/lang/cs/lang.php
@@ -174,4 +174,7 @@ $lang['subscribe_noaddress']= 'K vašemu uživatelskému profilu chybí e-mailov
$lang['unsubscribe_success']= 'Uživatel %s byl odebrán ze seznamu pro odběr změn ve stránce %s';
$lang['unsubscribe_error'] = 'Chyba při odstraňování uživatele %s ze seznamu pro odběru změn ve stránce %s';
+$lang['authmodfailed'] = 'Autentikace uživatelů je špatně nastavena. Informujte správce této wiki.';
+$lang['authtempfail'] = 'Autentikace uživatelů je dočasně nedostupná. Pokud tento problém přetrvává, informujte správce této wiki.';
+
//Setup VIM: ex: et ts=2 enc=utf-8 :