aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/indent/lang/pl.js
blob: 3fc7978c1ad6974fcf97affd68adfa82315c3f6f (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( 'indent', 'pl', {
	indent: 'Zwiększ wcięcie',
	outdent: 'Zmniejsz wcięcie'
} );