11 lines
176 B
JavaScript
11 lines
176 B
JavaScript
|
CKEDITOR.plugins.setLang('attachment', 'en',
|
||
|
{
|
||
|
attachment :
|
||
|
{
|
||
|
title : "Insert attachment",
|
||
|
url: "URL",
|
||
|
name: "Title",
|
||
|
button : "Insert attachment"
|
||
|
}
|
||
|
});
|