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