summaryrefslogtreecommitdiff
path: root/plugins/liststyle/lang/fr-ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/liststyle/lang/fr-ca.js')
-rw-r--r--plugins/liststyle/lang/fr-ca.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/liststyle/lang/fr-ca.js b/plugins/liststyle/lang/fr-ca.js
deleted file mode 100644
index 0f7f2f7..0000000
--- a/plugins/liststyle/lang/fr-ca.js
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'liststyle', 'fr-ca', {
- armenian: 'Numération arménienne',
- bulletedTitle: 'Propriété de liste à puce',
- circle: 'Cercle',
- decimal: 'Décimal (1, 2, 3, etc.)',
- decimalLeadingZero: 'Décimal avec zéro (01, 02, 03, etc.)',
- disc: 'Disque',
- georgian: 'Numération géorgienne (an, ban, gan, etc.)',
- lowerAlpha: 'Alphabétique minuscule (a, b, c, d, e, etc.)',
- lowerGreek: 'Grecque minuscule (alpha, beta, gamma, etc.)',
- lowerRoman: 'Romain minuscule (i, ii, iii, iv, v, etc.)',
- none: 'Aucun',
- notset: '<non défini>',
- numberedTitle: 'Propriété de la liste numérotée',
- square: 'Carré',
- start: 'Début',
- type: 'Type',
- upperAlpha: 'Alphabétique majuscule (A, B, C, D, E, etc.)',
- upperRoman: 'Romain Majuscule (I, II, III, IV, V, etc.)',
- validateStartNumber: 'Le numéro de début de liste doit être un entier.'
-});