aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/list/lang/sl.js
blob: 40c1d8d94f9d6ae492936a3c8b45f4f4888263ac (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( 'list', 'sl', {
	bulletedlist: 'Označen seznam',
	numberedlist: 'Oštevilčen seznam'
} );