Core components of the web application. https://write.as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.3 KiB

  1. package l10n
  2. var phrasesPL = map[string]string{
  3. "Anonymous post": "Anonimowy post",
  4. "Blogs": "Blogi",
  5. "Enter": "Wejdź",
  6. "Newer": "Nowsze",
  7. "Older": "Starsze",
  8. "Posts": "Posty",
  9. "Publish to...": "Opublikuj w...",
  10. "Publish": "Opublikuj",
  11. "Read more...": "Czytaj dalej...",
  12. "This blog requires a password.": "Dostęp do tego bloga wymaga hasła.",
  13. "Toggle theme": "Zmień motyw",
  14. "View posts": "Pokaż teksty",
  15. "delete": "usuń",
  16. "edit": "edytuj",
  17. "move to...": "przenieś do...",
  18. "pin": "przypnij",
  19. "published with write.as": "opublkowano dzięki write.as",
  20. "share modal ending": "Wyślij go znajomemu, udostępnij w sieci, albo wstaw na twittera. Dowiedz się więcej.",
  21. "share modal introduction": "Każdy opublikowany post ma sekretny, unikalny adres URL, którym możesz podzielić się z kimkolwiek chcesz. Oto on:",
  22. "share modal title": "Udostępnij ten post",
  23. "share": "udostępnij",
  24. "unpin": "odepnij",
  25. }