LDAPAccountManager/lam/templates/lib/extra/ckeditor/plugins/filetools/lang/sv.js

14 lines
665 B
JavaScript

/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'filetools', 'sv', {
loadError: 'Fel uppstod vid filläsning',
networkError: 'Nätverksfel uppstod vid filuppladdning.',
httpError404: 'HTTP-fel uppstod vid filuppladdning (404: Fil hittades inte).',
httpError403: 'HTTP-fel uppstod vid filuppladdning (403: Förbjuden).',
httpError: 'HTTP-fel uppstod vid filuppladdning (felstatus: %1).',
noUrlError: 'URL för uppladdning inte definierad.',
responseError: 'Felaktigt serversvar.'
} );