diff --git a/Example/pl.lproj/Main.strings b/Example/pl.lproj/Main.strings index 02bb659e13..19695bad00 100644 --- a/Example/pl.lproj/Main.strings +++ b/Example/pl.lproj/Main.strings @@ -6,16 +6,16 @@ "6ux-mK-LQF.normalTitle" = "Wyczyść mapę"; /* Class = "UILabel"; text = "Long press to select a destination"; ObjectID = "dEY-t6-Ect"; */ -"dEY-t6-Ect.text" = "Naciśnij długo, aby wybrać cel"; +"dEY-t6-Ect.text" = "Naciśnij i przytrzymaj, aby wybrać cel"; /* Class = "UIButton"; normalTitle = "Simulate Locations"; ObjectID = "iiq-Gf-SKY"; */ -"iiq-Gf-SKY.normalTitle" = "Symuluj Lokacje"; +"iiq-Gf-SKY.normalTitle" = "Symuluj położenie"; /* Class = "UIButton"; normalTitle = "Start Navigation"; ObjectID = "nMe-Tl-a1N"; */ -"nMe-Tl-a1N.normalTitle" = "Rozpocznij Nawigację"; +"nMe-Tl-a1N.normalTitle" = "Rozpocznij nawigację"; /* Class = "UIButton"; normalTitle = "Feedback"; ObjectID = "ocq-gm-39c"; */ -"ocq-gm-39c.normalTitle" = "Opinia"; +"ocq-gm-39c.normalTitle" = "Przekaż uwagi"; /* Class = "UIButton"; normalTitle = "Recenter"; ObjectID = "xEg-9E-ca4"; */ "xEg-9E-ca4.normalTitle" = "Wyśrodkuj"; diff --git a/Sources/MapboxNavigation/Resources/pl.lproj/Localizable.strings b/Sources/MapboxNavigation/Resources/pl.lproj/Localizable.strings index 93581f397e..33f7783d71 100644 --- a/Sources/MapboxNavigation/Resources/pl.lproj/Localizable.strings +++ b/Sources/MapboxNavigation/Resources/pl.lproj/Localizable.strings @@ -104,7 +104,7 @@ "FEEDBACK_THANK_YOU" = "Dziękujemy za Twoją opinię!"; /* Title of view controller for sending feedback */ -"FEEDBACK_TITLE" = "Zgłoś problem"; +"FEEDBACK_TITLE" = "Przekaż uwagi"; /* Label indicating the device volume is too low to hear spoken instructions and needs to be manually increased */ "INAUDIBLE_INSTRUCTIONS_CTA" = "Dostosuj głośność, aby słyszeć instrukcje";