aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/sv.js
blob: 0a0bb73f6d32c0904b65590d4297036e94f4b5ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2016, 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'
} );