2016-02-17 06:56:11 +00:00
|
|
|
|
OC.L10N.register(
|
|
|
|
|
"comments",
|
|
|
|
|
{
|
2016-10-18 00:06:51 +00:00
|
|
|
|
"Comments" : "Komentarze",
|
2016-10-29 00:07:14 +00:00
|
|
|
|
"Unknown user" : "Nieznany użytkownik",
|
2017-02-02 01:07:05 +00:00
|
|
|
|
"New comment …" : "Nowy komentarz...",
|
2016-03-07 06:56:53 +00:00
|
|
|
|
"Delete comment" : "Skasuj komentarz",
|
|
|
|
|
"Post" : "Zapisz",
|
2016-02-17 06:56:11 +00:00
|
|
|
|
"Cancel" : "Anuluj",
|
2016-03-05 06:56:08 +00:00
|
|
|
|
"Edit comment" : "Edytuj komentarz",
|
2016-03-07 06:56:53 +00:00
|
|
|
|
"[Deleted user]" : "[Usunięty użytkownik]",
|
2016-09-04 00:09:21 +00:00
|
|
|
|
"No comments yet, start the conversation!" : "Brak komentarzy, zacznij konwersację!",
|
|
|
|
|
"More comments …" : "Więcej komentarzy ...",
|
2016-02-17 06:56:11 +00:00
|
|
|
|
"Save" : "Zapisz",
|
2016-03-07 06:56:53 +00:00
|
|
|
|
"Allowed characters {count} of {max}" : "Dozwolone znaki {count} z {max}",
|
2016-06-27 05:55:57 +00:00
|
|
|
|
"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",
|
2017-02-02 01:07:05 +00:00
|
|
|
|
"_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych komentarzy"],
|
2016-05-10 07:30:51 +00:00
|
|
|
|
"Comment" : "Komentarz",
|
2017-02-02 01:07:05 +00:00
|
|
|
|
"You commented" : "Skomentowałeś",
|
2016-05-10 07:30:51 +00:00
|
|
|
|
"%1$s commented" : "%1$s skomentował",
|
2016-11-30 14:18:08 +00:00
|
|
|
|
"{author} commented" : "{author} skomentował",
|
|
|
|
|
"You commented on %1$s" : "Skomentowałeś w %1$s",
|
|
|
|
|
"You commented on {file}" : "Skomentowałeś w {file}",
|
2016-09-01 00:09:24 +00:00
|
|
|
|
"%1$s commented on %2$s" : "%1$s skomentował %2$s",
|
2016-11-30 14:18:08 +00:00
|
|
|
|
"{author} commented on {file}" : "{author} skomentował w {file}",
|
2016-11-26 01:06:57 +00:00
|
|
|
|
"<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
|
2016-11-30 14:18:08 +00:00
|
|
|
|
"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}”",
|
2016-09-01 00:09:24 +00:00
|
|
|
|
"Type in a new comment..." : "Wprowadź nowy komentarz...",
|
|
|
|
|
"No other comments available" : "Nie ma więcej komentarzy",
|
2016-09-29 00:07:08 +00:00
|
|
|
|
"More comments..." : "Więcej komentarzy...",
|
2016-11-26 01:06:57 +00:00
|
|
|
|
"{count} unread comments" : "{count} nieprzeczytanych komentarzy",
|
2017-02-02 01:07:05 +00:00
|
|
|
|
"You commented on %2$s" : "Skomentowałeś %2$s"
|
2016-02-17 06:56:11 +00:00
|
|
|
|
},
|
2017-02-14 01:07:20 +00:00
|
|
|
|
"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);");
|