annotate .svn/pristine/5a/5a873e9e9e84bc33d66d92fc3026e83347d34fe0.svn-base @ 1354:fc0fecf09eb9 bug_635

Restore our original repos settings page. But I don't think this is going to work well with the new routes configuration
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 18 Jul 2013 11:18:35 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 jsToolBar.strings = {};
Chris@909 2 jsToolBar.strings['Strong'] = 'Tučné';
Chris@909 3 jsToolBar.strings['Italic'] = 'Kurzíva';
Chris@909 4 jsToolBar.strings['Underline'] = 'Podtržené';
Chris@909 5 jsToolBar.strings['Deleted'] = 'Přeškrtnuté ';
Chris@909 6 jsToolBar.strings['Code'] = 'Zobrazení kódu';
Chris@909 7 jsToolBar.strings['Heading 1'] = 'Záhlaví 1';
Chris@909 8 jsToolBar.strings['Heading 2'] = 'Záhlaví 2';
Chris@909 9 jsToolBar.strings['Heading 3'] = 'Záhlaví 3';
Chris@909 10 jsToolBar.strings['Unordered list'] = 'Seznam';
Chris@909 11 jsToolBar.strings['Ordered list'] = 'Uspořádaný seznam';
Chris@909 12 jsToolBar.strings['Quote'] = 'Quote';
Chris@909 13 jsToolBar.strings['Unquote'] = 'Remove Quote';
Chris@909 14 jsToolBar.strings['Preformatted text'] = 'Předformátovaný text';
Chris@909 15 jsToolBar.strings['Wiki link'] = 'Vložit odkaz na Wiki stránku';
Chris@909 16 jsToolBar.strings['Image'] = 'Vložit obrázek';