forked from extern/egroupware
9 lines
232 B
JavaScript
9 lines
232 B
JavaScript
// PL lang variables
|
|
|
|
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
|
|
|
tinyMCE.addToLang('',{
|
|
template_title : 'To jest szablon okna popup',
|
|
template_desc : 'To jest szablon przycisku'
|
|
});
|