add polish language support to tinymce

This commit is contained in:
Colin Kuskie 2008-12-02 02:11:20 +00:00
parent b02fee3318
commit 0e1a6c146b
16 changed files with 791 additions and 0 deletions

View file

@ -0,0 +1,11 @@
tinyMCE.addI18n('pl.simple',{
bold_desc:"Pogrubienie (Ctrl+B)",
italic_desc:"Kursywa (Ctrl+I)",
underline_desc:"Podkre\u015Blenie (Ctrl+U)",
striketrough_desc:"Przekre\u015Blenie",
bullist_desc:"Lista nienumerowana",
numlist_desc:"Lista numerowana",
undo_desc:"Cofnij (Ctrl+Z)",
redo_desc:"Pon\u00F3w (Ctrl+Y)",
cleanup_desc:"Wyczy\u015B\u0107 nieuporz\u0105dkowany kod"
});