diff --git a/resources/lang/pl/navmenu.php b/resources/lang/pl/navmenu.php new file mode 100644 index 000000000..07a94950d --- /dev/null +++ b/resources/lang/pl/navmenu.php @@ -0,0 +1,13 @@ + 'Pokaż mój profil', + 'myTimeline' => 'Moja oś czasu', + 'publicTimeline' => 'Publiczna oś czasu', + 'remoteFollow' => 'Zdalne śledzenie', + 'settings' => 'Ustawienia', + 'admin' => 'Administrator', + 'logout' => 'Wyloguj się', + +]; diff --git a/resources/lang/pl/notification.php b/resources/lang/pl/notification.php index d9d2e412f..7e453397f 100644 --- a/resources/lang/pl/notification.php +++ b/resources/lang/pl/notification.php @@ -4,5 +4,7 @@ return [ 'likedPhoto' => 'polubił Twoje zdjęcie.', 'startedFollowingYou' => 'zaczął Cię obserwować.', + 'commented' => 'skomentował Twój wpis', + 'mentionedYou' => 'wspomniał o Tobie.' ];