aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/sv.js
blob: 4f70f4b3f0f89f21af0e5a378265f9589c5bc4c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'about', 'sv', {
	copy: 'Copyright © $1. Alla rättigheter reserverade.',
	dlgTitle: 'Om CKEditor',
	help: 'Se $1 för hjälp.',
	moreInfo: 'För information av licensiering besök vår hemsida:',
	title: 'Om CKEditor',
	userGuide: 'CKEditor User\'s Guide'
} );