aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/ca.js
blob: 8d30eb98d253e2cf23052d7f4203dadefa977ba2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'div', 'ca', {
	IdInputLabel: 'Id',
	advisoryTitleInputLabel: 'Títol de guia',
	cssClassInputLabel: 'Classes de la fulla d\'estils',
	edit: 'Edita la Capa',
	inlineStyleInputLabel: 'Estil en línia',
	langDirLTRLabel: 'D\'esquerra a dreta (LTR)',
	langDirLabel: 'Direcció de l\'idioma',
	langDirRTLLabel: 'De dreta a esquerra (RTL)',
	languageCodeInputLabel: ' Codi d\'idioma',
	remove: 'Elimina la Capa',
	styleSelectLabel: 'Estil',
	title: 'Crea una Capa Contenidora',
	toolbar: 'Crea una Capa Contenidora'
} );