aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/pastefromword/lang/si.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/pastefromword/lang/si.js')
-rw-r--r--sources/plugins/pastefromword/lang/si.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/plugins/pastefromword/lang/si.js b/sources/plugins/pastefromword/lang/si.js
new file mode 100644
index 00000000..e66b0cbd
--- /dev/null
+++ b/sources/plugins/pastefromword/lang/si.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', 'si', {
6 confirmCleanup: 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
7 error: 'It was not possible to clean up the pasted data due to an internal error', // MISSING
8 title: 'වචන වලින් අලවන්න',
9 toolbar: 'වචන වලින් අලවන්න'
10} );