diff options
Diffstat (limited to 'plugins/div/lang/sv.js')
| -rw-r--r-- | plugins/div/lang/sv.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/div/lang/sv.js b/plugins/div/lang/sv.js new file mode 100644 index 0000000..d4d49c7 --- /dev/null +++ b/plugins/div/lang/sv.js @@ -0,0 +1,19 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'div', 'sv', {
+ IdInputLabel: 'Id',
+ advisoryTitleInputLabel: 'Rådgivande titel',
+ cssClassInputLabel: 'Stilmallar',
+ edit: 'Redigera Div',
+ inlineStyleInputLabel: 'Inline Style',
+ langDirLTRLabel: 'Vänster till Höger (LTR)',
+ langDirLabel: 'Språkriktning',
+ langDirRTLLabel: 'Höger till vänster (RTL)',
+ languageCodeInputLabel: ' Språkkod',
+ remove: 'Ta bort Div',
+ styleSelectLabel: 'Stil',
+ title: 'Skapa Div container',
+ toolbar: 'Skapa Div container'
+});
|
