1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'about', 'ca', {
6	copy: 'Copyright © $1. Tots els drets reservats.',
7	dlgTitle: 'Quant al CKEditor',
8	help: 'Premi $1 per obtenir ajuda.',
9	moreInfo: 'Per informació sobre llicències visiteu el nostre lloc web:',
10	title: 'Quant al CKEditor',
11	userGuide: 'Manual d\'usuari de CKEditor'
12} );
13