summaryrefslogtreecommitdiff
path: root/plugins/format/lang/he.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/format/lang/he.js')
-rw-r--r--plugins/format/lang/he.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/format/lang/he.js b/plugins/format/lang/he.js
new file mode 100644
index 0000000..b4cc5b9
--- /dev/null
+++ b/plugins/format/lang/he.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', 'he', {
+ label: 'עיצוב',
+ panelTitle: 'עיצוב',
+ tag_address: 'כתובת',
+ tag_div: 'נורמלי (DIV)',
+ tag_h1: 'כותרת',
+ tag_h2: 'כותרת 2',
+ tag_h3: 'כותרת 3',
+ tag_h4: 'כותרת 4',
+ tag_h5: 'כותרת 5',
+ tag_h6: 'כותרת 6',
+ tag_p: 'נורמלי',
+ tag_pre: 'קוד'
+});