aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/undo/lang/pl.js
blob: 76ccd5f7ccde0074361dc3a05b1e1f4cece6ad35 (plain) (blame)
1
2
3
4
5
6
7
8
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'undo', 'pl', {
	redo: 'Ponów',
	undo: 'Cofnij'
} );