2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2016-03-07 09:56:53 +03:00
|
|
|
"<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
|
|
|
|
"%1$s commented" : "%1$s skomentował",
|
|
|
|
"%1$s commented on %2$s" : "%1$s skomentował %2$s",
|
|
|
|
"Comments" : "Komentarze",
|
|
|
|
"Type in a new comment..." : "Wprowadź nowy komentarz...",
|
|
|
|
"Delete comment" : "Skasuj komentarz",
|
|
|
|
"Post" : "Zapisz",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Cancel" : "Anuluj",
|
2016-03-05 09:56:08 +03:00
|
|
|
"Edit comment" : "Edytuj komentarz",
|
2016-03-07 09:56:53 +03:00
|
|
|
"[Deleted user]" : "[Usunięty użytkownik]",
|
|
|
|
"No other comments available" : "Nie ma więcej komentarzy",
|
|
|
|
"More comments..." : "Więcej komentarzy...",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Save" : "Zapisz",
|
2016-03-07 09:56:53 +03:00
|
|
|
"Allowed characters {count} of {max}" : "Dozwolone znaki {count} z {max}",
|
|
|
|
"{count} unread comments" : "{count} nieprzeczytanych komentarzy",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Comment" : "Komentarz"
|
|
|
|
},
|
|
|
|
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|