sq.js 638 B

123456789101112131415161718
  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( 'find', 'sq', {
  6. find: 'Gjej',
  7. findOptions: 'Gjejë Alternativat',
  8. findWhat: 'Gjej çka:',
  9. matchCase: 'Rasti i përputhjes',
  10. matchCyclic: 'Përputh ciklikun',
  11. matchWord: 'Përputh fjalën e tërë',
  12. notFoundMsg: 'Teksti i caktuar nuk mundej të gjendet.',
  13. replace: 'Zëvendëso',
  14. replaceAll: 'Zëvendëso të gjitha',
  15. replaceSuccessMsg: '%1 rast(e) u zëvendësua(n).',
  16. replaceWith: 'Zëvendëso me:',
  17. title: 'Gjej dhe Zëvendëso'
  18. } );