aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/sv.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/sv.js')
-rw-r--r--sources/plugins/find/lang/sv.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/sv.js b/sources/plugins/find/lang/sv.js
new file mode 100644
index 00000000..3e2d1ce0
--- /dev/null
+++ b/sources/plugins/find/lang/sv.js
@@ -0,0 +1,18 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.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} );