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', 'hu', {
6	copy: 'Copyright © $1. Minden jog fenntartva.',
7	dlgTitle: 'CKEditor névjegy',
8	help: 'Itt találsz segítséget: $1',
9	moreInfo: 'Licenszelési információkért kérjük látogassa meg weboldalunkat:',
10	title: 'CKEditor névjegy',
11	userGuide: 'CKEditor Felhasználói útmutató'
12} );
13