Mercurial > hg > soundsoftware-site
view public/javascripts/jstoolbar/lang/jstoolbar-pl.js @ 661:6246ad0f9e98 feature_36
More adjustments to ensure search results box is empty when editing, and to ensure it has a minimum width in both new and edit modes. Also a text update
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 09 Sep 2011 16:20:11 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
// Keep this line in order to avoid problems with Windows Notepad UTF-8 EF-BB-BF idea... jsToolBar.strings = {}; jsToolBar.strings['Strong'] = 'Pogrubienie'; jsToolBar.strings['Italic'] = 'Kursywa'; jsToolBar.strings['Underline'] = 'Podkreślenie'; jsToolBar.strings['Deleted'] = 'Usunięte'; jsToolBar.strings['Code'] = 'Wstawka kodu'; jsToolBar.strings['Heading 1'] = 'Nagłowek 1'; jsToolBar.strings['Heading 2'] = 'Nagłówek 2'; jsToolBar.strings['Heading 3'] = 'Nagłówek 3'; jsToolBar.strings['Unordered list'] = 'Nieposortowana lista'; jsToolBar.strings['Ordered list'] = 'Posortowana lista'; jsToolBar.strings['Quote'] = 'Cytat'; jsToolBar.strings['Unquote'] = 'Usuń cytat'; jsToolBar.strings['Preformatted text'] = 'Sformatowany tekst'; jsToolBar.strings['Wiki link'] = 'Odnośnik do strony Wiki'; jsToolBar.strings['Image'] = 'Obraz';