aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/indent/lang/fr.js
blob: eda26f403cd6088a4b3377b7e43500f35fad38b5 (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( 'indent', 'fr', {
	indent: 'Augmenter le retrait (tabulation)',
	outdent: 'Diminuer le retrait (tabulation)'
} );