el.js 530 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', 'el', {
  6. WordCount: 'Λέξεις:',
  7. CharCount: 'Χαρακτήρες:',
  8. CharCountWithHTML: 'Χαρακτήρες (μαζί με HTML):',
  9. Paragraphs: 'Paragraphs:',
  10. pasteWarning: 'Content can not be pasted because it is above the allowed limit',
  11. Selected: 'Selected: ',
  12. title: 'Στατιστικά'
  13. });