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