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', 'sv', {
6	copy: 'Copyright © $1. Alla rättigheter reserverade.',
7	dlgTitle: 'Om CKEditor',
8	help: 'Se $1 för hjälp.',
9	moreInfo: 'För information om licensiering besök vår hemsida:',
10	title: 'Om CKEditor',
11	userGuide: 'CKEditor användarmanual'
12} );
13