pl.js 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /* ===========================================================
  2. * pl.js
  3. * Polish translation for Trumbowyg
  4. * http://alex-d.github.com/Trumbowyg
  5. * ===========================================================
  6. * Author : Paweł Abramowicz
  7. * Github : https://github.com/pawelabrams
  8. */
  9. jQuery.trumbowyg.langs.pl = {
  10. viewHTML: 'Pokaż HTML',
  11. formatting: 'Format',
  12. p: 'Akapit',
  13. blockquote: 'Cytat',
  14. code: 'Kod',
  15. header: 'Nagłówek',
  16. bold: 'Pogrubienie',
  17. italic: 'Pochylenie',
  18. strikethrough: 'Przekreślenie',
  19. underline: 'Podkreślenie',
  20. strong: 'Wytłuszczenie',
  21. em: 'Uwydatnienie',
  22. del: 'Usunięte',
  23. unorderedList: 'Lista nieuporządkowana',
  24. orderedList: 'Lista uporządkowana',
  25. insertImage: 'Wstaw obraz',
  26. insertVideo: 'Wstaw film',
  27. link: 'Link',
  28. createLink: 'Wstaw link',
  29. unlink: 'Usuń link',
  30. justifyLeft: 'Wyrównaj do lewej',
  31. justifyCenter: 'Wyśrodkuj',
  32. justifyRight: 'Wyrównaj do prawej',
  33. justifyFull: 'Wyjustuj',
  34. horizontalRule: 'Odkreśl linią',
  35. fullscreen: 'Pełny ekran',
  36. close: 'Zamknij',
  37. submit: 'Zastosuj',
  38. reset: 'Przywróć',
  39. required: 'Wymagane',
  40. description: 'Opis',
  41. title: 'Tytuł',
  42. text: 'Tekst'
  43. };