]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/forms/lang/fr-ca.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / fr-ca.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'forms', 'fr-ca', {
6 button: {
7 title: 'Propriétés du bouton',
8 text: 'Texte (Valeur)',
9 type: 'Type',
10 typeBtn: 'Bouton',
11 typeSbm: 'Soumettre',
12 typeRst: 'Réinitialiser'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Propriétés de la case à cocher',
16 radioTitle: 'Propriétés du bouton radio',
17 value: 'Valeur',
18 selected: 'Sélectionné',
19 required: 'Required' // MISSING
20 },
21 form: {
22 title: 'Propriétés du formulaire',
23 menu: 'Propriétés du formulaire',
24 action: 'Action',
25 method: 'Méthode',
26 encoding: 'Encodage'
27 },
28 hidden: {
29 title: 'Propriétés du champ caché',
30 name: 'Nom',
31 value: 'Valeur'
32 },
33 select: {
34 title: 'Propriétés du champ de sélection',
35 selectInfo: 'Info',
36 opAvail: 'Options disponibles',
37 value: 'Valeur',
38 size: 'Taille',
39 lines: 'lignes',
40 chkMulti: 'Permettre les sélections multiples',
41 required: 'Required', // MISSING
42 opText: 'Texte',
43 opValue: 'Valeur',
44 btnAdd: 'Ajouter',
45 btnModify: 'Modifier',
46 btnUp: 'Monter',
47 btnDown: 'Descendre',
48 btnSetValue: 'Valeur sélectionnée',
49 btnDelete: 'Supprimer'
50 },
51 textarea: {
52 title: 'Propriétés de la zone de texte',
53 cols: 'Colonnes',
54 rows: 'Lignes'
55 },
56 textfield: {
57 title: 'Propriétés du champ texte',
58 name: 'Nom',
59 value: 'Valeur',
60 charWidth: 'Largeur de caractères',
61 maxChars: 'Nombre maximum de caractères',
62 required: 'Required', // MISSING
63 type: 'Type',
64 typeText: 'Texte',
65 typePass: 'Mot de passe',
66 typeEmail: 'Courriel',
67 typeSearch: 'Recherche',
68 typeTel: 'Numéro de téléphone',
69 typeUrl: 'URL'
70 }
71 } );