aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/liststyle/lang/fr.js
blob: af7b112c140bec6b5d4e1dce5e03d59a444ba673 (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-2016, 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: '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.)',
	none: 'Aucun',
	notset: '<Non défini>',
	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.)',
	validateStartNumber: 'Le premier élément de la liste doit être un nombre entier.'
} );