X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Fformat%2Flang%2Ffr.js;h=6962da78200c396f6998f9da27b740d49574b9b1;hp=4a76b58795d3837304642abcb9460836e6f686b2;hb=refs%2Ftags%2F4.7.3;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/plugins/format/lang/fr.js b/sources/plugins/format/lang/fr.js index 4a76b58..6962da7 100644 --- a/sources/plugins/format/lang/fr.js +++ b/sources/plugins/format/lang/fr.js @@ -1,12 +1,12 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'format', 'fr', { label: 'Format', panelTitle: 'Format de paragraphe', tag_address: 'Adresse', - tag_div: 'Normal (DIV)', + tag_div: 'Division', tag_h1: 'Titre 1', tag_h2: 'Titre 2', tag_h3: 'Titre 3', @@ -14,5 +14,5 @@ CKEDITOR.plugins.setLang( 'format', 'fr', { tag_h5: 'Titre 5', tag_h6: 'Titre 6', tag_p: 'Normal', - tag_pre: 'Formaté' + tag_pre: 'Préformaté' } );