mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
9 lines
243 B
JavaScript
9 lines
243 B
JavaScript
|
// SI lang variables ISO-8859-2
|
||
|
|
||
|
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||
|
|
||
|
tinyMCE.addToLang('',{
|
||
|
template_title : 'To je samo primer popup okna',
|
||
|
template_desc : 'To je samo primer gumba'
|
||
|
});
|