sq.js 681 B

12345678910111213141516171819
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'div', 'sq', {
  6. IdInputLabel: 'Id',
  7. advisoryTitleInputLabel: 'Titull',
  8. cssClassInputLabel: 'Klasa stili CSS',
  9. edit: 'Redakto Div',
  10. inlineStyleInputLabel: 'Stili i brendshëm',
  11. langDirLTRLabel: 'Nga e majta në të djathë (LTR)',
  12. langDirLabel: 'Drejtim teksti',
  13. langDirRTLLabel: 'Nga e djathta në të majtë (RTL)',
  14. languageCodeInputLabel: 'Kodi i Gjuhës',
  15. remove: 'Largo Div',
  16. styleSelectLabel: 'Stil',
  17. title: 'Krijo Div Përmbajtës',
  18. toolbar: 'Krijo Div Përmbajtës'
  19. } );