diff options
-rw-r--r-- | plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php b/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php index 94355e362..c028e1d88 100644 --- a/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php +++ b/plugins/LocalFilesEditor/language/cs_CZ/plugin.lang.php @@ -39,7 +39,7 @@ $lang['locfiledit_restore'] = 'Obnovit ze zálohy'; $lang['locfiledit_restore_confirm'] = 'Prosím potvrïte?Obnova nebude mít efekt do dalšího uložení.'; $lang['locfiledit_bak_loaded1'] = 'Záložní soubor nahrán.'; $lang['locfiledit_bak_loaded2'] = 'Musíte nejprve soubor uložit aby mohl být obnoven.'; -$lang['locfiledit_syntax_error'] = 'Syntax error! Soubor nemuže být uložen.'; +$lang['locfiledit_syntax_error'] = 'Syntax error! Soubor nemůže být uložen.'; $lang['locfiledit_enable_editarea'] = 'Povol editaci'; $lang['locfiledit_disable_editarea'] = 'Zakázat editaci'; $lang['locfiledit_new_tpl'] = 'Vytvoøit nový soubor'; |