aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/undo/lang/bg.js
blob: 931ed1fd042f0378b742cd0a57c476d5cca64ec2 (plain) (blame)
1
2
3
4
5
6
7
8
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'undo', 'bg', {
	redo: 'Връщане на предишен статус',
	undo: 'Възтанови'
} );