messages_pl.py 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "zostało %d minut czytania",
  5. "Also available in:": "Również dostępny w językach:",
  6. "Archive": "Archiwum",
  7. "Categories": "Kategorie",
  8. "Comments": "Komentarze",
  9. "LANGUAGE": "Polski",
  10. "Languages:": "Języki:",
  11. "More posts about %s": "Więcej postów o %s",
  12. "Newer posts": "Nowsze posty",
  13. "Next post": "Następny post",
  14. "No posts found.": "Nie znaleziono żadnych postów.",
  15. "Nothing found.": "Nic nie znaleziono.",
  16. "Older posts": "Starsze posty",
  17. "Original site": "Oryginalna strona",
  18. "Posted:": "Opublikowano:",
  19. "Posts about %s": "Posty o %s",
  20. "Posts for year %s": "Posty z roku %s",
  21. "Posts for {month} {day}, {year}": "Posty z {day} {month} {year}",
  22. "Posts for {month} {year}": "Posty z {month} {year}",
  23. "Previous post": "Poprzedni post",
  24. "Publication date": "Data publikacji",
  25. "RSS feed": "Kanał RSS",
  26. "Read in English": "Czytaj po polsku",
  27. "Read more": "Czytaj więcej",
  28. "Skip to main content": "Przejdź do treści",
  29. "Source": "Źródło",
  30. "Tags and Categories": "Tagi i Kategorie",
  31. "Tags": "Tagi",
  32. "old posts, page %d": "stare posty, strona %d",
  33. "page %d": "strona %d",
  34. }