2016-02-17 09:56:11 +03:00
OC . L10N . register (
"comments" ,
{
2019-02-27 04:12:05 +03:00
"Comments" : "Komentarze" ,
2020-01-23 05:18:24 +03:00
"You commented" : "Skomentowałeś" ,
2019-03-26 13:41:31 +03:00
"%1$s commented" : "%1$s skomentował" ,
"{author} commented" : "{author} skomentował" ,
2020-01-23 05:18:24 +03:00
"You commented on %1$s" : "Skomentowałeś w %1$s" ,
"You commented on {file}" : "Skomentowałeś w {file}" ,
2019-03-26 13:41:31 +03:00
"%1$s commented on %2$s" : "%1$s skomentował %2$s" ,
"{author} commented on {file}" : "{author} skomentował w {file} " ,
2019-02-27 04:12:05 +03:00
"<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików" ,
2019-03-26 13:41:31 +03:00
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Wspomniano o Tobie w komentarzu w \"{file}\" przez użytkownika, który został usunięty" ,
2019-03-27 14:47:47 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} wspomniał o Tobie w komentarzu do “{file}”" ,
2019-02-27 04:12:05 +03:00
"Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki" ,
2018-04-12 03:19:20 +03:00
"Edit comment" : "Edytuj komentarz" ,
2019-03-26 13:41:31 +03:00
"Delete comment" : "Usuń komentarz" ,
2018-07-10 11:21:14 +03:00
"New comment …" : "Nowy komentarz…" ,
2019-03-26 13:41:31 +03:00
"Post" : "Publikuj" ,
2016-02-17 09:56:11 +03:00
"Cancel" : "Anuluj" ,
2016-03-07 09:56:53 +03:00
"[Deleted user]" : "[Usunięty użytkownik]" ,
2019-03-26 13:41:31 +03:00
"No comments yet, start the conversation!" : "Brak komentarzy, rozpocznij rozmowę!" ,
2018-07-10 11:21:14 +03:00
"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}" ,
2019-03-26 13:41:31 +03:00
"Error occurred while retrieving comment with ID {id}" : "Wystąpił błąd podczas pobierania komentarza o ID {id}" ,
"Error occurred while updating comment with id {id}" : "Wystąpił błąd podczas aktualizowania komentarza o ID {id}" ,
"Error occurred while posting comment" : "Wystąpił błąd podczas publikowania komentarza" ,
2017-02-02 04:07:05 +03:00
"_%n unread comment_::_%n unread comments_" : [ "%n nieprzeczytany komentarz" , "%n nieprzeczytane komentarze" , "%n nieprzeczytanych komentarzy" , "%n nieprzeczytanych komentarzy" ] ,
2019-04-04 03:13:21 +03:00
"_1 new comment_::_{unread} new comments_" : [ "{unread} nowy komentarz" , "{unread} nowe komentarze" , "{unread} nowych komentarzy" , "{unread} nowe komentarze" ] ,
2019-09-17 15:33:26 +03:00
"Comment" : "Komentarz"
2016-02-17 09:56:11 +03:00
} ,
2017-06-17 03:08:26 +03: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);" ) ;