1
0

pl.js 2.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komentarze",
  5. "You commented" : "Skomentowałeś/-aś",
  6. "%1$s commented" : "%1$s skomentował",
  7. "{author} commented" : "{author} skomentował",
  8. "You commented on %1$s" : "Skomentowałeś/-aś w %1$s",
  9. "You commented on {file}" : "Skomentowałeś/-aś w {file}",
  10. "%1$s commented on %2$s" : "%1$s skomentował %2$s",
  11. "{author} commented on {file}" : "{author} skomentował w {file}‭",
  12. "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
  13. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Wspomniano o Tobie w komentarzu w \"{file}\" przez użytkownika, który został usunięty",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} wspomniał o Tobie w komentarzu do “{file}”",
  15. "Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki",
  16. "Edit comment" : "Edytuj komentarz",
  17. "Delete comment" : "Usuń komentarz",
  18. "New comment …" : "Nowy komentarz…",
  19. "Post" : "Publikuj",
  20. "Cancel" : "Anuluj",
  21. "[Deleted user]" : "[Usunięty użytkownik]",
  22. "No comments yet, start the conversation!" : "Brak komentarzy, rozpocznij rozmowę!",
  23. "More comments …" : "Więcej komentarzy…",
  24. "Save" : "Zapisz",
  25. "Allowed characters {count} of {max}" : "Dozwolone znaki {count} z {max}",
  26. "Error occurred while retrieving comment with ID {id}" : "Wystąpił błąd podczas pobierania komentarza o ID {id}",
  27. "Error occurred while updating comment with id {id}" : "Wystąpił błąd podczas aktualizowania komentarza o ID {id}",
  28. "Error occurred while posting comment" : "Wystąpił błąd podczas publikowania komentarza",
  29. "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych komentarzy"],
  30. "_1 new comment_::_{unread} new comments_" : ["{unread} nowy komentarz","{unread} nowe komentarze","{unread} nowych komentarzy","{unread} nowe komentarze"],
  31. "Comment" : "Komentarz",
  32. "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Wspomniano o Tobie w komentarzu w \"%s\" przez użytkownika, który został usunięty",
  33. "%1$s mentioned you in a comment on “%2$s”" : "%1$s wspomniał o Tobie w komentarzu “%2$s”"
  34. },
  35. "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");