diff --git a/l10n/pl.js b/l10n/pl.js
index 076cc8386..8e26d6815 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -19,6 +19,7 @@ OC.L10N.register(
"You have restored the board {board}" : "Przywróciłeś(-aś) tablicę {board}",
"{user} has restored the board {board}" : "{user} przywrócił(-a) tablicę {board}",
"You have shared the board {board} with {acl}" : "Udostępniłeś(-aś) tablicę {board} z {acl}",
+ "{user} has shared the board {board} with {acl}" : "{user} udostępnił tablicę {board} z {acl}",
"You have removed {acl} from the board {board}" : "Usunąłes(-aś) {acl} z tablicy {board}",
"{user} has removed {acl} from the board {board}" : "Użytkownik {user} usunął {acl} z tablicy {board}",
"You have renamed the board {before} to {board}" : "Zmieniłeś(-aś) nazwę tablicy {before} na {board}",
@@ -76,6 +77,7 @@ OC.L10N.register(
"A card description inside the Deck app has been changed" : "Opis karty w aplikacji Deck został zmieniony",
"Deck" : "Tablica",
"Changes in the Deck app" : "Zmiany w aplikacji Deck",
+ "A comment was created on a card" : "Komentarz został utworzony na karcie",
"Personal" : "Osobiste",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karta \"%s\" na \"%s\" została przydzielona Tobie przez %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "Użytkownik {user} przydzielił(-a) Tobie kartę \"%s\" na \"%s\".",
diff --git a/l10n/pl.json b/l10n/pl.json
index de729eddf..35f0c50d6 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -17,6 +17,7 @@
"You have restored the board {board}" : "Przywróciłeś(-aś) tablicę {board}",
"{user} has restored the board {board}" : "{user} przywrócił(-a) tablicę {board}",
"You have shared the board {board} with {acl}" : "Udostępniłeś(-aś) tablicę {board} z {acl}",
+ "{user} has shared the board {board} with {acl}" : "{user} udostępnił tablicę {board} z {acl}",
"You have removed {acl} from the board {board}" : "Usunąłes(-aś) {acl} z tablicy {board}",
"{user} has removed {acl} from the board {board}" : "Użytkownik {user} usunął {acl} z tablicy {board}",
"You have renamed the board {before} to {board}" : "Zmieniłeś(-aś) nazwę tablicy {before} na {board}",
@@ -74,6 +75,7 @@
"A card description inside the Deck app has been changed" : "Opis karty w aplikacji Deck został zmieniony",
"Deck" : "Tablica",
"Changes in the Deck app" : "Zmiany w aplikacji Deck",
+ "A comment was created on a card" : "Komentarz został utworzony na karcie",
"Personal" : "Osobiste",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karta \"%s\" na \"%s\" została przydzielona Tobie przez %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "Użytkownik {user} przydzielił(-a) Tobie kartę \"%s\" na \"%s\".",