summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/pl.js
blob: d4a492e1da2d81caec172631355d14709a184468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Wprowadź nowy komentarz...",
    "Delete comment" : "Skasuj komentarz",
    "Post" : "Zapisz",
    "Cancel" : "Anuluj",
    "Edit comment" : "Edytuj komentarz",
    "[Deleted user]" : "[Usunięty użytkownik]",
    "Comments" : "Komentarze",
    "No other comments available" : "Nie ma więcej komentarzy",
    "More comments..." : "Więcej komentarzy...",
    "Save" : "Zapisz",
    "Allowed characters {count} of {max}" : "Dozwolone znaki {count} z {max}",
    "{count} unread comments" : "{count} nieprzeczytanych komentarzy",
    "Comment" : "Komentarz",
    "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Komentarze</strong> dla plików <em>(zawsze wypisane w strumieniu)</em>",
    "You commented" : "Skomentowałeś/łaś",
    "%1$s commented" : "%1$s skomentował",
    "You commented on %2$s" : "Skomentowałeś/łaś %2$s",
    "%1$s commented on %2$s" : "%1$s skomentował %2$s"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");