From 31802c942d2faaa8ef0aa08a72df91c770a1f943 Mon Sep 17 00:00:00 2001 From: Tim Stahel Date: Fri, 1 Jun 2018 16:47:11 +0200 Subject: [PATCH] updated swedish translation --- resources/lang/sv/notification.php | 8 ++++++++ resources/lang/sv/profile.php | 8 ++++++++ resources/lang/sv/timeline.php | 7 +++++++ 3 files changed, 23 insertions(+) create mode 100644 resources/lang/sv/notification.php create mode 100644 resources/lang/sv/profile.php create mode 100644 resources/lang/sv/timeline.php diff --git a/resources/lang/sv/notification.php b/resources/lang/sv/notification.php new file mode 100644 index 000000000..bbd658bce --- /dev/null +++ b/resources/lang/sv/notification.php @@ -0,0 +1,8 @@ + 'gillade ditt foto.', + 'startedFollowingYou' => 'började följa dig.', + +]; diff --git a/resources/lang/sv/profile.php b/resources/lang/sv/profile.php new file mode 100644 index 000000000..c7dda1d4d --- /dev/null +++ b/resources/lang/sv/profile.php @@ -0,0 +1,8 @@ + 'Den här användaren har inga inlägg än!', + 'emptyFollowers' => 'Den här användaren har inga följare än!', + 'emptyFollowing' => 'Den här användaren följer inte någon än!', + 'savedWarning' => 'Du är den enda som kan se vad du har sparat', +]; diff --git a/resources/lang/sv/timeline.php b/resources/lang/sv/timeline.php new file mode 100644 index 000000000..9c1c8bae8 --- /dev/null +++ b/resources/lang/sv/timeline.php @@ -0,0 +1,7 @@ + 'Din tidslinje är tom.' + +];