messages_pl.py 1.6 KB

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