summaryrefslogtreecommitdiff
path: root/plugins/templates/lang/he.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/templates/lang/he.js')
-rw-r--r--plugins/templates/lang/he.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/templates/lang/he.js b/plugins/templates/lang/he.js
new file mode 100644
index 0000000..7bb48c0
--- /dev/null
+++ b/plugins/templates/lang/he.js
@@ -0,0 +1,12 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'he', {
+ button: 'תבניות',
+ emptyListMsg: '(לא הוגדרו תבניות)',
+ insertOption: 'החלפת תוכן ממשי',
+ options: 'אפשרויות התבניות',
+ selectPromptMsg: 'יש לבחור תבנית לפתיחה בעורך.<br />התוכן המקורי ימחק:',
+ title: 'תביות תוכן'
+});