From ee30ce7e69368676fc4718ecc1037e9936b89023 Mon Sep 17 00:00:00 2001 From: Viktor <35453587+LifeGoal@users.noreply.github.com> Date: Thu, 16 Jun 2022 12:52:52 +0100 Subject: [PATCH] Fixed problems --- locale/sv.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/sv.lua b/locale/sv.lua index 021ef29..d43e289 100644 --- a/locale/sv.lua +++ b/locale/sv.lua @@ -7,7 +7,7 @@ local Translations = { no_access = 'Du har inte tillgång till detta kommando', company_too_poor = 'Din arbetsgivare är pank', item_not_exist = 'Objektet finns inte', - too_heavy = 'Ditt inventory är full!' + too_heavy = 'Ditt inventory är fullt!', duplicate_license = 'Duplicerad Rockstar Licens Funnet', no_valid_license = 'Ingen Giltig Rockstar Licens Hittades', not_whitelisted = 'Du är inte whitelistad på servern' @@ -18,7 +18,7 @@ local Translations = { job_info = 'Jobb: %{value} | Grad: %{value2} | Tjänst: %{value3}', gang_info = 'Gäng: %{value} | Grad: %{value2}', on_duty = 'Du är nu i tjänst!', - off_duty = 'Du har gått ur tjänst!' + off_duty = 'Du har gått ur tjänst!', checking_ban = 'Hej %s. Vi kollar ifall du är bannad.', join_server = 'Välkommen %s till Bygden RP.', checking_whitelisted = 'Hej %s. Vi kollar efter giltighet i ditt medlemskap.'