aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/undo/lang/sr.js
blob: 1368f8b72e14667e9e37285478f0c0a62ac1461e (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', 'sr', {
	redo: 'Понови акцију',
	undo: 'Поништи акцију'
} );