blob: 39288f83378f8b38a2c47506ed20916a405eb0df (
plain) (
tree)
|
|
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'undo', 'et', {
redo: 'Toimingu kordamine',
undo: 'Tagasivõtmine'
} );
|