aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/liststyle/lang/fr.js
blob: ccb6944b228b46572d7eee9d3cf601a44ebbcd5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
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', {
	armenian: 'Numération arménienne',
	bulletedTitle: 'Propriétés de la liste à puces',
	circle: 'Cercle',
	decimal: 'Décimal (1, 2, 3, etc.)',
	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: '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: '<indéfini>',
	numberedTitle: 'Propriétés de la liste numérotée',
	square: 'Carré',
	start: 'Début',
	type: 'Type',
	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.'
} );