summaryrefslogtreecommitdiff
path: root/plugins/toolbar/lang/fr-ca.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolbar/lang/fr-ca.js')
-rw-r--r--plugins/toolbar/lang/fr-ca.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/fr-ca.js b/plugins/toolbar/lang/fr-ca.js
new file mode 100644
index 0000000..c0840d3
--- /dev/null
+++ b/plugins/toolbar/lang/fr-ca.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'fr-ca', {
+ toolbarCollapse: 'Enrouler la barre d\'outils',
+ toolbarExpand: 'Dérouler la barre d\'outils',
+ toolbarGroups: {
+ document: 'Document',
+ clipboard: 'Presse papier/Annuler',
+ editing: 'Édition',
+ forms: 'Formulaires',
+ basicstyles: 'Styles de base',
+ paragraph: 'Paragraphe',
+ links: 'Liens',
+ insert: 'Insérer',
+ styles: 'Styles',
+ colors: 'Couleurs',
+ tools: 'Outils'
+ },
+ toolbars: 'Barre d\'outils de l\'éditeur'
+});