mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 00:06:40 +00:00
7 lines
169 B
JavaScript
Executable File
7 lines
169 B
JavaScript
Executable File
CKEDITOR.plugins.setLang( 'insertpre', 'en', {
|
|
title : 'Insert code snippet',
|
|
code : 'Code',
|
|
edit : 'Edit code',
|
|
notEmpty : 'The code field cannot be empty.'
|
|
});
|