diff --git a/view/lang/pl/messages.po b/view/lang/pl/messages.po index 8ee755042c..ba402ec2fb 100644 --- a/view/lang/pl/messages.po +++ b/view/lang/pl/messages.po @@ -57,7 +57,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-04-05 10:58-0400\n" -"PO-Revision-Date: 2020-06-02 14:11+0000\n" +"PO-Revision-Date: 2020-06-17 19:26+0000\n" "Last-Translator: Waldemar Stoczkowski\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" @@ -546,7 +546,7 @@ msgstr "" #: include/enotify.php:191 #, php-format msgid "%1$s replied to you on your %2$s %3$s" -msgstr "" +msgstr "%1$s odpowiedział ci na twój %2$s %3$s" #: include/enotify.php:193 #, php-format diff --git a/view/lang/pl/strings.php b/view/lang/pl/strings.php index 0ed0359be6..fbead77cef 100644 --- a/view/lang/pl/strings.php +++ b/view/lang/pl/strings.php @@ -112,7 +112,7 @@ $a->strings["Please visit %s to view and/or reply to your private messages."] = $a->strings["%1\$s replied to you on %2\$s's %3\$s %4\$s"] = "%1\$s odpowiedział ci na %2\$s's %3\$s %4\$s"; $a->strings["%1\$s tagged you on %2\$s's %3\$s %4\$s"] = "%1\$s oznaczył cię na %2\$s's %3\$s %4\$s"; $a->strings["%1\$s commented on %2\$s's %3\$s %4\$s"] = ""; -$a->strings["%1\$s replied to you on your %2\$s %3\$s"] = ""; +$a->strings["%1\$s replied to you on your %2\$s %3\$s"] = "%1\$s odpowiedział ci na twój %2\$s %3\$s"; $a->strings["%1\$s tagged you on your %2\$s %3\$s"] = ""; $a->strings["%1\$s commented on your %2\$s %3\$s"] = ""; $a->strings["%1\$s replied to you on their %2\$s %3\$s"] = "";