1
0

sq.js 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /* ===========================================================
  2. * sq.js
  3. * Albanian translation for Trumbowyg
  4. * http://alex-d.github.com/Trumbowyg
  5. * ===========================================================
  6. * Author : Adalen Vladi
  7. */
  8. jQuery.trumbowyg.langs.sq = {
  9. viewHTML: 'Shfaq HTML',
  10. undo: 'Prish',
  11. redo: 'Ribej',
  12. formatting: 'Formatimi',
  13. p: 'Paragraf',
  14. blockquote: 'Citat',
  15. code: 'Kodi',
  16. header: 'Koka',
  17. bold: 'Spikatur',
  18. italic: 'Pjerret',
  19. strikethrough: 'Vize ne mes',
  20. underline: 'Nenvizo',
  21. strong: 'I trashe',
  22. em: 'I theksuar',
  23. del: 'I fshire',
  24. superscript: 'Indeks i sipërm',
  25. subscript: 'Indeks i poshtem',
  26. unorderedList: 'Liste e parenditur',
  27. orderedList: 'Liste e renditur',
  28. insertImage: 'Fut Foto',
  29. insertVideo: 'Fut Video',
  30. link: 'Link',
  31. createLink: 'Krijo Link',
  32. unlink: 'Hiq Link',
  33. justifyLeft: 'Drejto Majtas',
  34. justifyCenter: 'Drejto ne Qender',
  35. justifyRight: 'Drejto Djathtas',
  36. justifyFull: 'Drejto Vete',
  37. horizontalRule: 'Vendos rregulloren horizontale',
  38. removeformat: 'Hiq formatin',
  39. fullscreen: 'Ekran i plotë',
  40. close: 'Mbyll',
  41. submit: 'Konfirmo',
  42. reset: 'Anullo',
  43. required: 'I detyrueshem',
  44. description: 'Pershkrimi',
  45. title: 'Titulli',
  46. text: 'Tekst',
  47. target: 'Objektivi',
  48. width: 'Gjeresia'
  49. };