pl.toml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # UI strings. Buttons and similar.
  2. [ui_pager_prev]
  3. other = "Wstecz"
  4. [ui_pager_next]
  5. other = "Dalej"
  6. [ui_read_more]
  7. other = "Zobacz więcej"
  8. [ui_search]
  9. other = "Szukaj na stronie ..."
  10. # Used in sentences such as "Posted in News"
  11. [ui_in]
  12. other = "w"
  13. # Footer text
  14. [footer_all_rights_reserved]
  15. other = "Wszelkie prawa zastrzeżone"
  16. [footer_privacy_policy]
  17. other = "Polityki prywatności"
  18. # Post (blog, articles etc.)
  19. [post_byline_by]
  20. other = "Przez"
  21. [post_created]
  22. other = "Utworzono"
  23. [post_last_mod]
  24. other = "Ostatnia modyfikacja"
  25. [post_edit_this]
  26. other = "Edytuj tę stronę"
  27. [post_create_child_page]
  28. other = "Utwórz podstronę"
  29. [post_create_issue]
  30. other = "Zgłoś błąd w dokumencie"
  31. [post_create_project_issue]
  32. other = "Zgłoś błąd na stronie"
  33. [post_posts_in]
  34. other = "Posty"
  35. [post_reading_time]
  36. other = "min."
  37. [post_less_than_a_minute_read]
  38. other = "mniej niż minutę"
  39. # Print support
  40. [print_printable_section]
  41. other = "To wielostronicowy widok tej sekcji do wydrukowania."
  42. [print_click_to_print]
  43. other = "Kliknij aby wydrukować"
  44. [print_show_regular]
  45. other = "Wróć do zwykłego widoku tej strony"
  46. [print_entire_section]
  47. other = "Wydrukuj całą sekcję"
  48. # Community
  49. [community_join]
  50. other = "Join the {{ .Site.Title }} community"
  51. [community_introduce]
  52. other = "{{ .Site.Title }} is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved."
  53. [community_learn]
  54. other = "Learn and Connect"
  55. [community_using]
  56. other = "Using or want to use {{ .Site.Title }}? Find out more here:"
  57. [community_develop]
  58. other = "Develop and Contribute"
  59. [community_contribute]
  60. other = "If you want to get more involved by contributing to {{ .Site.Title }}, join us here:"
  61. [community_how_to]
  62. other = "You can find out how to contribute to {{ .Site.Title }} in our"
  63. [community_guideline]
  64. other = "Contribution Guidelines"