You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/wysiwyg/plugins/image2/lang/sv.js

22 lines
701 B
JavaScript

/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'image2', 'sv', {
alt: 'Alternativ text',
btnUpload: 'Skicka till server',
captioned: 'Rubricerad bild',
captionPlaceholder: 'Bildtext',
infoTab: 'Bildinformation',
lockRatio: 'Lås höjd/bredd förhållanden',
menu: 'Bildegenskaper',
pathName: 'bild',
pathNameCaption: 'rubrik',
resetSize: 'Återställ storlek',
resizer: 'Klicka och drag för att ändra storlek',
title: 'Bildegenskaper',
uploadTab: 'Ladda upp',
urlMissing: 'Bildkällans URL saknas.',
altMissing: 'Alternativ text saknas'
} );