diff options
Diffstat (limited to 'plugins/liststyle/lang/he.js')
| -rw-r--r-- | plugins/liststyle/lang/he.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/liststyle/lang/he.js b/plugins/liststyle/lang/he.js new file mode 100644 index 0000000..c7f2fff --- /dev/null +++ b/plugins/liststyle/lang/he.js @@ -0,0 +1,25 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'liststyle', 'he', {
+ armenian: 'ספרות ארמניות',
+ bulletedTitle: 'תכונות רשימת תבליטים',
+ circle: 'עיגול ריק',
+ decimal: 'ספרות (1, 2, 3 וכו\')',
+ decimalLeadingZero: 'ספרות עם 0 בהתחלה (01, 02, 03 וכו\')',
+ disc: 'עיגול מלא',
+ georgian: 'ספרות גיאורגיות (an, ban, gan וכו\')',
+ lowerAlpha: 'אותיות אנגליות קטנות (a, b, c, d, e וכו\')',
+ lowerGreek: 'אותיות יווניות קטנות (alpha, beta, gamma וכו\')',
+ lowerRoman: 'ספירה רומית באותיות קטנות (i, ii, iii, iv, v וכו\')',
+ none: 'ללא',
+ notset: '<לא נקבע>',
+ numberedTitle: 'תכונות רשימה ממוספרת',
+ square: 'ריבוע',
+ start: 'תחילת מספור',
+ type: 'סוג',
+ upperAlpha: 'אותיות אנגליות גדולות (A, B, C, D, E וכו\')',
+ upperRoman: 'ספירה רומיות באותיות גדולות (I, II, III, IV, V וכו\')',
+ validateStartNumber: 'שדה תחילת המספור חייב להכיל מספר שלם.'
+});
|
