aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/image/lang/oc.js
blob: fa595c6c4021d13f85451a2726b24ea4bd65e54b (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-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'image', 'oc', {
	alt: 'Tèxte alternatiu',
	border: 'Bordadura',
	btnUpload: 'Mandar sul servidor',
	button2Img: 'Volètz transformar lo boton amb imatge seleccionat en imatge simple ?',
	hSpace: 'Espaçament orizontal',
	img2Button: 'Volètz transformar l\'imatge seleccionat en boton amb imatge ?',
	infoTab: 'Informacions sus l\'imatge',
	linkTab: 'Ligam',
	lockRatio: 'Conservar las proporcions',
	menu: 'Proprietats de l\'imatge',
	resetSize: 'Reïnicializar la talha',
	title: 'Proprietats de l\'imatge',
	titleButton: 'Proprietats del boton amb imatge',
	upload: 'Mandar',
	urlMissing: 'L\'URL font de l\'imatge es mancanta.',
	vSpace: 'Espaçament vertical',
	validateBorder: 'La bordadura deu èsser un nombre entièr.',
	validateHSpace: 'L\'espaçament orizontal deu èsser un nombre entièr.',
	validateVSpace: 'L\'espaçament vertical deu èsser un nombre entièr.'
} );