1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
/*
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-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'
} );
|