annotate public/javascripts/jstoolbar/lang/jstoolbar-cs.js @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 jsToolBar.strings = {};
Chris@0 2 jsToolBar.strings['Strong'] = 'Tučné';
Chris@0 3 jsToolBar.strings['Italic'] = 'Kurzíva';
Chris@0 4 jsToolBar.strings['Underline'] = 'Podtržené';
Chris@0 5 jsToolBar.strings['Deleted'] = 'Přeškrtnuté ';
Chris@0 6 jsToolBar.strings['Code'] = 'Zobrazení kódu';
Chris@0 7 jsToolBar.strings['Heading 1'] = 'Záhlaví 1';
Chris@0 8 jsToolBar.strings['Heading 2'] = 'Záhlaví 2';
Chris@0 9 jsToolBar.strings['Heading 3'] = 'Záhlaví 3';
Chris@0 10 jsToolBar.strings['Unordered list'] = 'Seznam';
Chris@0 11 jsToolBar.strings['Ordered list'] = 'Uspořádaný seznam';
Chris@0 12 jsToolBar.strings['Quote'] = 'Quote';
Chris@0 13 jsToolBar.strings['Unquote'] = 'Remove Quote';
Chris@0 14 jsToolBar.strings['Preformatted text'] = 'Předformátovaný text';
Chris@0 15 jsToolBar.strings['Wiki link'] = 'Vložit odkaz na Wiki stránku';
Chris@0 16 jsToolBar.strings['Image'] = 'Vložit obrázek';