From 8b648c5d7f644a11f68503effb6f64356ac8fd93 Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Sun, 15 Apr 2018 20:41:31 +0200 Subject: [PATCH] (i18n) added missing strings --- locales/sv.lua | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/locales/sv.lua b/locales/sv.lua index 8a97c51e..5e00ac11 100644 --- a/locales/sv.lua +++ b/locales/sv.lua @@ -4,8 +4,13 @@ Locales['sv'] = { ['give'] = 'ge', ['remove'] = 'kasta', ['return'] = 'gå tillbaka', - ['amount'] = 'belopp', - ['amount_invalid'] = 'giltigt belopp', + ['amount'] = 'antal', + ['amountammo'] = 'mängd ammunition', + ['noammo'] = 'du har inte tillräckligt med ammunition!', + ['withammo'] = '~s~ med x', + ['ammogiven'] = '~s~ skott', + ['giveammo'] = 'Ge ammunition', + ['amount_invalid'] = 'ogiltig mängd', ['players_nearby'] = 'inga spelare nära', ['ex_inv_lim'] = 'åtgärd inte möjligt, översteg förrådets gräns ~b~', ['yougave'] = 'du gav',