]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blame - sources/plugins/liststyle/lang/fr.js
Initial commit
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / liststyle / lang / fr.js
CommitLineData
3332bebe
IB
1/*\r
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'liststyle', 'fr', {\r
6 armenian: 'Numération arménienne',\r
7 bulletedTitle: 'Propriétés de la liste à puces',\r
8 circle: 'Cercle',\r
9 decimal: 'Décimal (1, 2, 3, etc.)',\r
10 decimalLeadingZero: 'Décimal précédé par un 0 (01, 02, 03, etc.)',\r
11 disc: 'Disque',\r
12 georgian: 'Numération géorgienne (an, ban, gan, etc.)',\r
13 lowerAlpha: 'Alphabétique minuscules (a, b, c, d, e, etc.)',\r
14 lowerGreek: 'Grec minuscule (alpha, beta, gamma, etc.)',\r
15 lowerRoman: 'Nombres romains minuscules (i, ii, iii, iv, v, etc.)',\r
16 none: 'Aucun',\r
17 notset: '<Non défini>',\r
18 numberedTitle: 'Propriétés de la liste numérotée',\r
19 square: 'Carré',\r
20 start: 'Début',\r
21 type: 'Type',\r
22 upperAlpha: 'Alphabétique majuscules (A, B, C, D, E, etc.)',\r
23 upperRoman: 'Nombres romains majuscules (I, II, III, IV, V, etc.)',\r
24 validateStartNumber: 'Le premier élément de la liste doit être un nombre entier.'\r
25} );\r