about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/ca.js
blob: 66feadcc7e7a50397202ec6a2df1ddf35826dd4d (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', 'ca', {
	alt: 'Text alternatiu',
	btnUpload: 'Envia-la al servidor',
	captioned: 'Imatge amb subtítol',
	captionPlaceholder: 'Títol',
	infoTab: 'Informació de la imatge',
	lockRatio: 'Bloqueja les proporcions',
	menu: 'Propietats de la imatge',
	pathName: 'imatge',
	pathNameCaption: 'subtítol',
	resetSize: 'Restaura la mida',
	resizer: 'Clicar i arrossegar per redimensionar',
	title: 'Propietats de la imatge',
	uploadTab: 'Puja',
	urlMissing: 'Falta la URL de la imatge.',
	altMissing: 'Alternative text is missing.' // MISSING
} );