fr-ca.js 493 B

123456789101112
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'about', 'fr-ca', {
  6. copy: 'Copyright © $1. Tous droits réservés.',
  7. dlgTitle: 'À propos de CKEditor',
  8. help: 'Consulter $1 pour l\'aide.',
  9. moreInfo: 'Pour les informations de licence, consulter notre site internet:',
  10. title: 'À propos de CKEditor',
  11. userGuide: 'Guide utilisateur de CKEditor'
  12. } );