blob: c6630932938131bf6f2469c7899d9be1201c80f2 (
plain) (
tree)
|
|
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'fi', {
anchor: 'Ankkuri',
flash: 'Flash animaatio',
hiddenfield: 'Piilokenttä',
iframe: 'IFrame-kehys',
unknown: 'Tuntematon objekti'
} );
|