X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Fliststyle%2Flang%2Ffr.js;h=ccb6944b228b46572d7eee9d3cf601a44ebbcd5d;hp=af7b112c140bec6b5d4e1dce5e03d59a444ba673;hb=refs%2Ftags%2F4.7.3;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/plugins/liststyle/lang/fr.js b/sources/plugins/liststyle/lang/fr.js index af7b112..ccb6944 100644 --- a/sources/plugins/liststyle/lang/fr.js +++ b/sources/plugins/liststyle/lang/fr.js @@ -1,5 +1,5 @@ /* -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( 'liststyle', 'fr', { @@ -10,16 +10,16 @@ CKEDITOR.plugins.setLang( 'liststyle', 'fr', { decimalLeadingZero: 'Décimal précédé par un 0 (01, 02, 03, etc.)', disc: 'Disque', georgian: 'Numération géorgienne (an, ban, gan, etc.)', - lowerAlpha: 'Alphabétique minuscules (a, b, c, d, e, etc.)', - lowerGreek: 'Grec minuscule (alpha, beta, gamma, etc.)', - lowerRoman: 'Nombres romains minuscules (i, ii, iii, iv, v, etc.)', + lowerAlpha: 'Lettres minuscules (a, b, c, d, e, etc.)', + lowerGreek: 'Grec minuscule (alpha, bêta, gamma, etc.)', + lowerRoman: 'Chiffres romains minuscules (i, ii, iii, iv, v, etc.)', none: 'Aucun', - notset: '', + notset: '', numberedTitle: 'Propriétés de la liste numérotée', square: 'Carré', start: 'Début', type: 'Type', - upperAlpha: 'Alphabétique majuscules (A, B, C, D, E, etc.)', - upperRoman: 'Nombres romains majuscules (I, II, III, IV, V, etc.)', + upperAlpha: 'Lettres majuscules (A, B, C, D, E, etc.)', + upperRoman: 'Chiffres romains majuscules (I, II, III, IV, V, etc.)', validateStartNumber: 'Le premier élément de la liste doit être un nombre entier.' } );