source: main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/fi.js@ 32438

Last change on this file since 32438 was 32438, checked in by kjdon, 6 years ago

CKEditor: added Image and SourceDialog plugins to allow image tag editing, and source code editing. config.js modified to include the plugins

File size: 254 bytes
Line 
1/*
2Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4*/
5
6CKEDITOR.plugins.setLang( 'sourcedialog', 'fi', {
7 toolbar: 'Koodi',
8 title: 'Koodi'
9} );
Note: See TracBrowser for help on using the repository browser.