mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 14:22:02 +00:00
first commit
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'templates', 'en-ca', {
|
||||
button: 'Templates',
|
||||
emptyListMsg: '(No templates defined)',
|
||||
insertOption: 'Replace actual contents',
|
||||
options: 'Template Options', // MISSING
|
||||
selectPromptMsg: 'Please select the template to open in the editor',
|
||||
title: 'Content Templates'
|
||||
});
|
||||
Reference in New Issue
Block a user