aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/basicstyles/lang/he.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/basicstyles/lang/he.js')
-rw-r--r--sources/plugins/basicstyles/lang/he.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/plugins/basicstyles/lang/he.js b/sources/plugins/basicstyles/lang/he.js
new file mode 100644
index 0000000..16b16a4
--- /dev/null
+++ b/sources/plugins/basicstyles/lang/he.js
@@ -0,0 +1,12 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'basicstyles', 'he', {
6 bold: 'מודגש',
7 italic: 'נטוי',
8 strike: 'כתיב מחוק',
9 subscript: 'כתיב תחתון',
10 superscript: 'כתיב עליון',
11 underline: 'קו תחתון'
12} );