aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/justify/lang/pl.js
blob: 5d1fb4324e626323aea55c80ad2a30f2dc4426b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'justify', 'pl', {
	block: 'Wyjustuj',
	center: 'Wyśrodkuj',
	left: 'Wyrównaj do lewej',
	right: 'Wyrównaj do prawej'
} );