mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Corrected Swedish currency
This commit is contained in:
+3
-3
@@ -2,10 +2,10 @@ Locales['sv'] = {
|
||||
['shop'] = 'affär',
|
||||
['shops'] = 'affärer',
|
||||
['press_menu'] = 'tryck ~INPUT_CONTEXT~ för att ~y~handla prylar~s~.',
|
||||
['bought'] = 'du har köpt ~y~%sx~s~ ~b~%s~s~ för ~r~$%s~s~',
|
||||
['not_enough'] = 'du har inte ~r~tillräckligt~s~ med pengar, det ~y~saknas~s~ ~r~$%s~s~!',
|
||||
['bought'] = 'du har köpt ~y~%sx~s~ ~b~%s~s~ för ~r~%s SEK~s~',
|
||||
['not_enough'] = 'du har inte ~r~tillräckligt~s~ med pengar, det ~y~saknas~s~ ~r~%s SEK~s~!',
|
||||
['player_cannot_hold'] = 'du har ~r~inte~s~ tillräckligt med ~y~utrymme~s~ för att hålla det!',
|
||||
['shop_confirm'] = 'köpa %sx %s för $%s?',
|
||||
['shop_confirm'] = 'köpa %sx %s för %s SEK?',
|
||||
['no'] = 'nej',
|
||||
['yes'] = 'ja',
|
||||
}
|
||||
Reference in New Issue
Block a user