diff --git a/IceCubesApp/Resources/Localization/Plurals/pl.lproj/Localizable.stringsdict b/IceCubesApp/Resources/Localization/Plurals/pl.lproj/Localizable.stringsdict
index 0abf45cf..3b9055be 100644
--- a/IceCubesApp/Resources/Localization/Plurals/pl.lproj/Localizable.stringsdict
+++ b/IceCubesApp/Resources/Localization/Plurals/pl.lproj/Localizable.stringsdict
@@ -92,6 +92,35 @@
%lld głosów
+ status.poll.n-votes-voters %lld %lld
+
+ NSStringLocalizedFormatKey
+ %#@tagVotesCount@ %#@tagVotersCount@
+ tagVotesCount
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ lld
+ one
+ %lld głos
+ few
+ %lld głosy
+ other
+ %lld głosów
+
+ tagVotersCount
+
+ NSStringFormatSpecTypeKey
+ NSStringPluralRuleType
+ NSStringFormatValueTypeKey
+ lld
+ one
+ od %lld głosującego
+ other
+ od %lld głosujących
+
+
account.detail.featured-tags-n-posts %lld
NSStringLocalizedFormatKey
diff --git a/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings
index 79ca51b9..99e060d6 100644
--- a/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings
+++ b/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings
@@ -365,7 +365,7 @@
"status.action.translated-label-%@" = "Przetłumaczono za pomocą %@";
"status.action.bookmark" = "Dodaj zakładkę";
"status.action.boost" = "Podbij";
-"status.action.boost-to-followers" = "Boost to Followers";
+"status.action.boost-to-followers" = "Podbij do obserwujących";
"status.action.copy-text" = "Kopiuj tekst";
"status.action.delete" = "Usuń";
"status.action.delete.confirm.title" = "Potwierdź";
@@ -426,8 +426,6 @@
"status.media.contextmenu.share" = "Udostępnij ten obrazek";
"status.media.contextmenu.view-browser" = "Zobacz w przeglądarce";
"status.media.sensitive.show" = "Pokaż wrażliwą zawartość";
-"status.poll.n-votes %lld" = "%lld votes";
-"status.poll.n-votes-voters %lld %lld" = "%lld votes from %lld voters";
"status.poll.closed" = "Zamknięty";
"status.poll.closes-in" = "Zostanie zakończony za ";
"status.poll.duration" = "Czas trwania sondażu";