aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/sv.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/div/lang/sv.js')
-rw-r--r--sources/plugins/div/lang/sv.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/sources/plugins/div/lang/sv.js b/sources/plugins/div/lang/sv.js
new file mode 100644
index 0000000..283632e
--- /dev/null
+++ b/sources/plugins/div/lang/sv.js
@@ -0,0 +1,19 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'div', 'sv', {
6 IdInputLabel: 'Id',
7 advisoryTitleInputLabel: 'Rådgivande titel',
8 cssClassInputLabel: 'Stilmallar',
9 edit: 'Redigera Div',
10 inlineStyleInputLabel: 'Inline Style',
11 langDirLTRLabel: 'Vänster till höger (LTR)',
12 langDirLabel: 'Språkriktning',
13 langDirRTLLabel: 'Höger till vänster (RTL)',
14 languageCodeInputLabel: ' Språkkod',
15 remove: 'Ta bort Div',
16 styleSelectLabel: 'Stil',
17 title: 'Skapa Div container',
18 toolbar: 'Skapa Div container'
19} );