]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/find/lang/sv.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / sv.js
1 /*
2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'find', 'sv', {
6 find: 'Sök',
7 findOptions: 'Sökalternativ',
8 findWhat: 'Sök efter:',
9 matchCase: 'Skiftläge',
10 matchCyclic: 'Matcha cykliska',
11 matchWord: 'Inkludera hela ord',
12 notFoundMsg: 'Angiven text kunde ej hittas.',
13 replace: 'Ersätt',
14 replaceAll: 'Ersätt alla',
15 replaceSuccessMsg: '%1 förekomst(er) ersatta.',
16 replaceWith: 'Ersätt med:',
17 title: 'Sök och ersätt'
18 } );