To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / public / javascripts / jstoolbar / lang / jstoolbar-cs.js @ 912:5e80956cc792
History | View | Annotate | Download (774 Bytes)
| 1 |
jsToolBar.strings = {};
|
|---|---|
| 2 |
jsToolBar.strings['Strong'] = 'Tučné'; |
| 3 |
jsToolBar.strings['Italic'] = 'Kurzíva'; |
| 4 |
jsToolBar.strings['Underline'] = 'Podtržené'; |
| 5 |
jsToolBar.strings['Deleted'] = 'Přeškrtnuté '; |
| 6 |
jsToolBar.strings['Code'] = 'Zobrazení kódu'; |
| 7 |
jsToolBar.strings['Heading 1'] = 'Záhlaví 1'; |
| 8 |
jsToolBar.strings['Heading 2'] = 'Záhlaví 2'; |
| 9 |
jsToolBar.strings['Heading 3'] = 'Záhlaví 3'; |
| 10 |
jsToolBar.strings['Unordered list'] = 'Seznam'; |
| 11 |
jsToolBar.strings['Ordered list'] = 'Uspořádaný seznam'; |
| 12 |
jsToolBar.strings['Quote'] = 'Quote'; |
| 13 |
jsToolBar.strings['Unquote'] = 'Remove Quote'; |
| 14 |
jsToolBar.strings['Preformatted text'] = 'Předformátovaný text'; |
| 15 |
jsToolBar.strings['Wiki link'] = 'Vložit odkaz na Wiki stránku'; |
| 16 |
jsToolBar.strings['Image'] = 'Vložit obrázek'; |