fr-ca.js 817 B

123456789101112131415161718192021
  1. /*
  2. Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. CKEDITOR.plugins.setLang( 'image2', 'fr-ca', {
  6. alt: 'Texte alternatif',
  7. btnUpload: 'Envoyer sur le serveur',
  8. captioned: 'Captioned image', // MISSING
  9. captionPlaceholder: 'Caption', // MISSING
  10. infoTab: 'Informations sur l\'image2',
  11. lockRatio: 'Verrouiller les proportions',
  12. menu: 'Propriétés de l\'image2',
  13. pathName: 'image', // MISSING
  14. pathNameCaption: 'caption', // MISSING
  15. resetSize: 'Taille originale',
  16. resizer: 'Click and drag to resize', // MISSING
  17. title: 'Propriétés de l\'image2',
  18. uploadTab: 'Téléverser',
  19. urlMissing: 'L\'URL de la source de l\'image est manquant.',
  20. altMissing: 'Alternative text is missing.' // MISSING
  21. } );