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