summaryrefslogtreecommitdiff
path: root/plugins/toolbar/lang/he.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolbar/lang/he.js')
-rw-r--r--plugins/toolbar/lang/he.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/he.js b/plugins/toolbar/lang/he.js
new file mode 100644
index 0000000..02d77b1
--- /dev/null
+++ b/plugins/toolbar/lang/he.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'he', {
+ toolbarCollapse: 'מזעור סרגל כלים',
+ toolbarExpand: 'הרחבת סרגל כלים',
+ toolbarGroups: {
+ document: 'מסמך',
+ clipboard: 'לוח הגזירים (Clipboard)/צעד אחרון',
+ editing: 'עריכה',
+ forms: 'טפסים',
+ basicstyles: 'עיצוב בסיסי',
+ paragraph: 'פסקה',
+ links: 'קישורים',
+ insert: 'הכנסה',
+ styles: 'עיצוב',
+ colors: 'צבעים',
+ tools: 'כלים'
+ },
+ toolbars: 'סרגלי כלים של העורך'
+});