aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/list/lang/fr-ca.js
blob: 89789824f496e498a16d0ceaa3d64acab8218c9a (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( 'list', 'fr-ca', {
	bulletedlist: 'Liste à puces',
	numberedlist: 'Liste numérotée'
} );