]>
Commit | Line | Data |
---|---|---|
7adcb81e | 1 | /*\r |
3b35bd27 | 2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r |
7adcb81e IB |
3 | For licensing, see LICENSE.md or http://ckeditor.com/license\r |
4 | */\r | |
5 | CKEDITOR.plugins.setLang( 'templates', 'en-gb', {\r | |
6 | button: 'Templates',\r | |
7 | emptyListMsg: '(No templates defined)',\r | |
8 | insertOption: 'Replace actual contents',\r | |
9 | options: 'Template Options',\r | |
10 | selectPromptMsg: 'Please select the template to open in the editor',\r | |
11 | title: 'Content Templates'\r | |
12 | } );\r |