aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/pastefromword/lang/sv.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/pastefromword/lang/sv.js')
-rw-r--r--sources/plugins/pastefromword/lang/sv.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/plugins/pastefromword/lang/sv.js b/sources/plugins/pastefromword/lang/sv.js
new file mode 100644
index 00000000..d5954b49
--- /dev/null
+++ b/sources/plugins/pastefromword/lang/sv.js
@@ -0,0 +1,10 @@
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( 'pastefromword', 'sv', {
6 confirmCleanup: 'Texten du vill klistra in verkar vara kopierad från Word. Vill du rensa den innan du klistrar in den?',
7 error: 'Det var inte möjligt att städa upp den inklistrade data på grund av ett internt fel',
8 title: 'Klistra in från Word',
9 toolbar: 'Klistra in från Word'
10} );