aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/pastefromword/lang/he.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/pastefromword/lang/he.js')
-rw-r--r--sources/plugins/pastefromword/lang/he.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/plugins/pastefromword/lang/he.js b/sources/plugins/pastefromword/lang/he.js
new file mode 100644
index 00000000..80666c70
--- /dev/null
+++ b/sources/plugins/pastefromword/lang/he.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', 'he', {
6 confirmCleanup: 'נראה הטקסט שבכוונתך להדביק מקורו בקובץ וורד. האם ברצונך לנקות אותו טרם ההדבקה?',
7 error: 'לא ניתן היה לנקות את המידע בשל תקלה פנימית.',
8 title: 'הדבקה מ-Word',
9 toolbar: 'הדבקה מ-Word'
10} );