aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/image/lang/ca.js
blob: 8464dbf58109baf0a9bbfd5039dbefa760915102 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'image', 'ca', {
	alt: 'Text alternatiu',
	border: 'Vora',
	btnUpload: 'Envia-la al servidor',
	button2Img: 'Voleu transformar el botó d\'imatge seleccionat en una simple imatge?',
	hSpace: 'Espaiat horit.',
	img2Button: 'Voleu transformar la imatge seleccionada en un botó d\'imatge?',
	infoTab: 'Informació de la imatge',
	linkTab: 'Enllaç',
	lockRatio: 'Bloqueja les proporcions',
	menu: 'Propietats de la imatge',
	resetSize: 'Restaura la mida',
	title: 'Propietats de la imatge',
	titleButton: 'Propietats del botó d\'imatge',
	upload: 'Puja',
	urlMissing: 'Falta la URL de la imatge.',
	vSpace: 'Espaiat vert.',
	validateBorder: 'La vora ha de ser un nombre enter.',
	validateHSpace: 'HSpace ha de ser un nombre enter.',
	validateVSpace: 'VSpace ha de ser un nombre enter.'
} );