From f630dd81eeb4cee3f1f022683851990b8034e9d2 Mon Sep 17 00:00:00 2001 From: Yury Pikhtarev Date: Sat, 7 Jun 2025 14:50:09 +0300 Subject: [PATCH] New translations main.php (Czech) --- library/language/cs/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/language/cs/main.php b/library/language/cs/main.php index db5b72e8d..1c1610986 100644 --- a/library/language/cs/main.php +++ b/library/language/cs/main.php @@ -1842,7 +1842,7 @@ $lang['BOLD'] = 'Tučný text: [b]text[/b] (Ctrl+B)'; $lang['ITALIC'] = 'Italic text: [i]text[/i] (Ctrl+I)'; $lang['UNDERLINE'] = 'Podtržení textu: [u]text[/u] (Ctrl+U)'; $lang['STRIKEOUT'] = 'Přeškrtnutí textu: [s]text[/s] (Ctrl+S)'; -$lang['BOX_TAG'] = 'Frame around text: [box]text[/box]'; +$lang['BOX_TAG'] = 'Frame around text: [box]text[/box] or [box=#333,#888]text[/box]'; $lang['INDENT_TAG'] = 'Insert indent: [indent]text[/indent]'; $lang['SUPERSCRIPT'] = 'Superscript text: [sup]text[/sup]'; $lang['SUBSCRIPT'] = 'Subscript text: [sub]text[/sub]';