From 8b190dbade8bb0dc7d1b24de1fd04819f1fb34a4 Mon Sep 17 00:00:00 2001 From: JonarSonaer Date: Sun, 6 Mar 2022 19:59:27 +0100 Subject: [PATCH] Updated Swedish Translations --- [esx_addons]/esx_whitelist/locales/sv.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/[esx_addons]/esx_whitelist/locales/sv.lua b/[esx_addons]/esx_whitelist/locales/sv.lua index 6270ffb0..13b888cb 100644 --- a/[esx_addons]/esx_whitelist/locales/sv.lua +++ b/[esx_addons]/esx_whitelist/locales/sv.lua @@ -1,8 +1,8 @@ Locales['sv'] = { - ['whitelist_check'] = 'making sure you\'re whitelisted on this server . . .', - ['not_whitelisted'] = 'du är inte whitelistad på denna server!', - ['whitelist_empty'] = 'whitelisten har ännu inte laddats in, eller så är ingen whitelitad!', - ['license_missing'] = 'din licens kunde ej hittas', - ['help_whitelist_add'] = 'lägg till någon till whitelisten', - ['help_whitelist_load'] = 'ladda om whitelist', + ['whitelist_check'] = 'Ser till att du är vitlistad på den här servern. . .', + ['not_whitelisted'] = 'Du är inte vitlistad på den här servern', + ['whitelist_empty'] = 'Vitlistan har inte laddats ännu, eller alternativt har ingen blivit vitlistad!', + ['license_missing'] = 'Din licens kunde inte hittas', + ['help_whitelist_add'] = 'Lägg till någon på vitlistan', + ['help_whitelist_load'] = 'Ladda om vitlistan', }