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,5 @@
tinyMCE.addI18n('pl.paste_dlg',{
text_title:"U\u017Cyj CTRL+V na swojej klawiaturze \u017Ceby wklei\u0107 tekst do okna.",
text_linebreaks:"Zachowaj ko\u0144ce linii.",
word_title:"U\u017Cyj CTRL+V na swojej klawiaturze \u017Ceby wklei\u0107 tekst do okna."
});