Mercurial > hg > soundsoftware-site
view public/javascripts/jstoolbar/lang/.svn/text-base/jstoolbar-pl.js.svn-base @ 80:0a679b5bd3b3 luisf
Feature #53: Added the description to the admin's email. May need future fixes in terms of format (HTML and Plain text mail versions).
author | luisf |
---|---|
date | Wed, 15 Dec 2010 16:13:57 +0000 |
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';