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: 19d5148477cd110de26895328ad1768f18b8855c (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
35
36
37
38
39
OC.L10N.register(
    "comments",
    {
    "Comments" : "Komentarze",
    "Unknown user" : "Nieznany użytkownik",
    "New comment …" : "Nowy komentarz ...",
    "Delete comment" : "Skasuj komentarz",
    "Post" : "Zapisz",
    "Cancel" : "Anuluj",
    "Edit comment" : "Edytuj komentarz",
    "[Deleted user]" : "[Usunięty użytkownik]",
    "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}" : "W trakcie otrzymywania komentarza o identyfikatorze {id} wystąpił błąd.",
    "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"],
    "Comment" : "Komentarz",
    "You commented" : "Skomentowałeś/łaś",
    "%1$s commented" : "%1$s skomentował",
    "{author} commented" : "{author} skomentował",
    "You commented on %1$s" : "Skomentowałeś w %1$s",
    "You commented on {file}" : "Skomentowałeś w {file}",
    "%1$s commented on %2$s" : "%1$s skomentował %2$s",
    "{author} commented on {file}" : "{author} skomentował w {file}‭",
    "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
    "A (now) deleted user mentioned you in a comment on “%s”" : "Pewien (obecnie) usunięty użytkownik wspomniał o Tobie w komentarzu “%s”",
    "A (now) deleted user mentioned you in a comment on “{file}”" : "Pewien (obecnie) usunięty użytkownik wspomniał o Tobie w komentarzu “{file}”",
    "%1$s mentioned you in a comment on “%2$s”" : "%1$s wspomniał o Tobie w komentarzu “%2$s”",
    "{user} mentioned you in a comment on “{file}”" : "{user} wspomniał o Tobie w komentarzu “{file}”",
    "Type in a new comment..." : "Wprowadź nowy komentarz...",
    "No other comments available" : "Nie ma więcej komentarzy",
    "More comments..." : "Więcej komentarzy...",
    "{count} unread comments" : "{count} nieprzeczytanych komentarzy",
    "You commented on %2$s" : "Skomentowałeś/łaś %2$s"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");