annotate public/javascripts/jstoolbar/lang/jstoolbar-sk.js @ 8:0c83d98252d9 yuya

* Add custom repo prefix and proper auth realm, remove auth cache (seems like an unwise feature), pass DB handle around, various other bits of tidying
author Chris Cannam
date Thu, 12 Aug 2010 15:31:37 +0100
parents 513646585e45
children 261b3d9a4903
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'] = 'Podčiarknuté';
Chris@0 5 jsToolBar.strings['Deleted'] = 'Preškrtnuté';
Chris@0 6 jsToolBar.strings['Code'] = 'Zobrazenie kódu';
Chris@0 7 jsToolBar.strings['Heading 1'] = 'Záhlavie 1';
Chris@0 8 jsToolBar.strings['Heading 2'] = 'Záhlavie 2';
Chris@0 9 jsToolBar.strings['Heading 3'] = 'Záhlavie 3';
Chris@0 10 jsToolBar.strings['Unordered list'] = 'Zoznam';
Chris@0 11 jsToolBar.strings['Ordered list'] = 'Zoradený zoznam';
Chris@0 12 jsToolBar.strings['Quote'] = 'Citácia';
Chris@0 13 jsToolBar.strings['Unquote'] = 'Odstránenie citácie';
Chris@0 14 jsToolBar.strings['Preformatted text'] = 'Predformátovaný text';
Chris@0 15 jsToolBar.strings['Wiki link'] = 'Link na Wiki stránku';
Chris@0 16 jsToolBar.strings['Image'] = 'Obrázok';