Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pl.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da168828e54cb4a32fccbd8ab769c1b720a03692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
OC.L10N.register(
    "comments",
    {
    "Edit comment" : "Edytuj komentarz",
    "Delete comment" : "Skasuj komentarz",
    "New comment …" : "Nowy komentarz…",
    "Post" : "Zapisz",
    "Cancel" : "Anuluj",
    "[Deleted user]" : "[Usunięty użytkownik]",
    "Comments" : "Komentarze",
    "No comments yet, start the conversation!" : "Brak komentarzy, zacznij konwersację!",
    "More comments …" : "Więcej komentarzy…",
    "Save" : "Zapisz",
    "Allowed characters {count} of {max}" : "Dozwolone znaki {count} z {max}",
    "Error occurred while retrieving comment with ID {id}" : "Wystąpił błąd podczas pobierania komentarza o identyfikatorze {id}",
    "Error occurred while updating comment with id {id}" : "W trakcie aktualizacji komentarza o identyfikatorze {id} wystąpił błąd.",
    "Error occurred while posting comment" : "Podczas wysyłania komentarza wystąpił błąd",
    "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych komentarzy"],
    "Comment" : "Komentarz",
    "You commented" : "Skomentowałeś/-aś",
    "%1$s commented" : "%1$s skomentował/-a",
    "{author} commented" : "{author} skomentował/-a",
    "You commented on %1$s" : "Skomentowałeś/-aś w %1$s",
    "You commented on {file}" : "Skomentowałeś/-aś w {file}",
    "%1$s commented on %2$s" : "%1$s skomentował/-a %2$s",
    "{author} commented on {file}" : "{author} skomentował/-a w {file}‭",
    "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
    "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Zostałeś/aś wspomniany/a w \"{file}\" w komentarzach przez użytkownika, który został usunięty",
    "{user} mentioned you in a comment on “{file}”" : "{user} wspomniał/-a o Tobie w komentarzu “{file}”",
    "Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki",
    "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Wspomniano Cię w \"%s\" przez użytkownika, który został usunięty",
    "%1$s mentioned you in a comment on “%2$s”" : "%1$s wspomniał/-a o Tobie w komentarzu “%2$s”"
},
"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);");