aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/indent/lang/fr.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/indent/lang/fr.js')
-rw-r--r--sources/plugins/indent/lang/fr.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/plugins/indent/lang/fr.js b/sources/plugins/indent/lang/fr.js
index c0ad5fe..0fb1347 100644
--- a/sources/plugins/indent/lang/fr.js
+++ b/sources/plugins/indent/lang/fr.js
@@ -1,8 +1,8 @@
1/* 1/*
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'indent', 'fr', { 5CKEDITOR.plugins.setLang( 'indent', 'fr', {
6 indent: 'Augmenter le retrait (tabulation)', 6 indent: 'Augmenter le retrait',
7 outdent: 'Diminuer le retrait (tabulation)' 7 outdent: 'Diminuer le retrait'
8} ); 8} );