From fc1dc625760f467cc91b387f65f9e11d5016310f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Miko=C5=82ajczak?= Date: Fri, 1 Jun 2018 10:44:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8D:=20=F0=9F=87=B5=F0=9F=87=B1?= =?UTF-8?q?=E2=AC=86=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Mikołajczak --- resources/lang/pl/notification.php | 8 ++++++++ resources/lang/pl/profile.php | 8 ++++++++ resources/lang/pl/timeline.php | 7 +++++++ 3 files changed, 23 insertions(+) create mode 100644 resources/lang/pl/notification.php create mode 100644 resources/lang/pl/profile.php create mode 100644 resources/lang/pl/timeline.php diff --git a/resources/lang/pl/notification.php b/resources/lang/pl/notification.php new file mode 100644 index 000000000..d9d2e412f --- /dev/null +++ b/resources/lang/pl/notification.php @@ -0,0 +1,8 @@ + 'polubił Twoje zdjęcie.', + 'startedFollowingYou' => 'zaczął Cię obserwować.', + +]; diff --git a/resources/lang/pl/profile.php b/resources/lang/pl/profile.php new file mode 100644 index 000000000..cdd0d56ae --- /dev/null +++ b/resources/lang/pl/profile.php @@ -0,0 +1,8 @@ + 'Ten użytkownik nie opublikował jeszcze niczego!', + 'emptyFollowers' => 'Nikt nie obserwuje tego użytkownika!', + 'emptyFollowing' => 'Ten użytkownik nie obserwuje nikogo!', + 'savedWarning' => 'Tylko Ty widzisz to, co zapisałeś', +]; diff --git a/resources/lang/pl/timeline.php b/resources/lang/pl/timeline.php new file mode 100644 index 000000000..2d4897cf0 --- /dev/null +++ b/resources/lang/pl/timeline.php @@ -0,0 +1,7 @@ + 'Twoja oś czasu jest pusta.' + +];