mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
9 lines
250 B
JavaScript
Executable File
9 lines
250 B
JavaScript
Executable File
// RO lang variables
|
|
|
|
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
|
|
|
tinyMCE.addToLang('',{
|
|
template_title : 'Acesta este doar model de tip popup',
|
|
template_desc : 'Acesta este doar un model de buton'
|
|
});
|