mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
9 lines
240 B
JavaScript
9 lines
240 B
JavaScript
// UK lang variables
|
|
|
|
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
|
|
|
tinyMCE.addToLang('',{
|
|
template_title : 'This is just a template popup',
|
|
template_desc : 'This is just a template button'
|
|
});
|