summaryrefslogtreecommitdiff
path: root/plugins/forms/lang/fr-ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/forms/lang/fr-ca.js')
-rw-r--r--plugins/forms/lang/fr-ca.js68
1 files changed, 68 insertions, 0 deletions
diff --git a/plugins/forms/lang/fr-ca.js b/plugins/forms/lang/fr-ca.js
new file mode 100644
index 0000000..5363b4e
--- /dev/null
+++ b/plugins/forms/lang/fr-ca.js
@@ -0,0 +1,68 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'fr-ca', {
+ button: {
+ title: 'Propriétés du bouton',
+ text: 'Texte (Valeur)',
+ type: 'Type',
+ typeBtn: 'Bouton',
+ typeSbm: 'Soumettre',
+ typeRst: 'Réinitialiser'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Propriétés de la case à cocher',
+ radioTitle: 'Propriétés du bouton radio',
+ value: 'Valeur',
+ selected: 'Sélectionné'
+ },
+ form: {
+ title: 'Propriétés du formulaire',
+ menu: 'Propriétés du formulaire',
+ action: 'Action',
+ method: 'Méthode',
+ encoding: 'Encodage'
+ },
+ hidden: {
+ title: 'Propriétés du champ caché',
+ name: 'Nom',
+ value: 'Valeur'
+ },
+ select: {
+ title: 'Propriétés du champ de sélection',
+ selectInfo: 'Info',
+ opAvail: 'Options disponibles',
+ value: 'Valeur',
+ size: 'Taille',
+ lines: 'lignes',
+ chkMulti: 'Permettre les sélections multiples',
+ opText: 'Texte',
+ opValue: 'Valeur',
+ btnAdd: 'Ajouter',
+ btnModify: 'Modifier',
+ btnUp: 'Monter',
+ btnDown: 'Descendre',
+ btnSetValue: 'Valeur sélectionnée',
+ btnDelete: 'Supprimer'
+ },
+ textarea: {
+ title: 'Propriétés de la zone de texte',
+ cols: 'Colonnes',
+ rows: 'Lignes'
+ },
+ textfield: {
+ title: 'Propriétés du champ texte',
+ name: 'Nom',
+ value: 'Valeur',
+ charWidth: 'Largeur de caractères',
+ maxChars: 'Nombre maximum de caractères',
+ type: 'Type',
+ typeText: 'Texte',
+ typePass: 'Mot de passe',
+ typeEmail: 'Courriel',
+ typeSearch: 'Recherche',
+ typeTel: 'Numéro de téléphone',
+ typeUrl: 'URL'
+ }
+});