diff options
Diffstat (limited to 'plugins/format/lang/sv.js')
| -rw-r--r-- | plugins/format/lang/sv.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/format/lang/sv.js b/plugins/format/lang/sv.js new file mode 100644 index 0000000..8381f88 --- /dev/null +++ b/plugins/format/lang/sv.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'format', 'sv', {
+ label: 'Teckenformat',
+ panelTitle: 'Teckenformat',
+ tag_address: 'Adress',
+ tag_div: 'Normal (DIV)',
+ tag_h1: 'Rubrik 1',
+ tag_h2: 'Rubrik 2',
+ tag_h3: 'Rubrik 3',
+ tag_h4: 'Rubrik 4',
+ tag_h5: 'Rubrik 5',
+ tag_h6: 'Rubrik 6',
+ tag_p: 'Normal',
+ tag_pre: 'Formaterad'
+});
|
