he.js 502 B

12345678910111213
  1. /*
  2. Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang('wordcount', 'he', {
  6. WordCount: 'מילים:',
  7. CharCount: 'תווים:',
  8. CharCountWithHTML: 'תווים (כולל HTML):',
  9. Paragraphs: 'פסקאות:',
  10. pasteWarning: 'לא ניתן להדביק תוכן בשל עודף תווים',
  11. Selected: 'נבחר: ',
  12. title: 'סטטיסטיקות'
  13. });