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:
+8
-8
@@ -1,6 +1,6 @@
|
||||
Locales['sv'] = {
|
||||
-- Inventory
|
||||
['cash'] = 'kontanter $%s',
|
||||
['cash'] = 'kontanter %s SEK',
|
||||
['inventory'] = 'mitt förråd',
|
||||
['use'] = 'använd',
|
||||
['give'] = 'ge',
|
||||
@@ -17,10 +17,10 @@ Locales['sv'] = {
|
||||
['received_weapon'] = 'du tog emot ~y~1x~s~ ~b~%s~s~ med ~o~%sx~s~ skott från ~b~%s~s~.',
|
||||
['gave_ammo'] = 'du gav ~o~%sx~s~ skott till ~y~%s~s~.',
|
||||
['received_ammo'] = 'du tog emot ~o~%sx~s~ skott från ~b~%s~s~.',
|
||||
['gave_money'] = 'du gav ~g~$%s~s~ till ~y~%s~s~',
|
||||
['received_money'] = 'du tog emot ~g~$%s~s~ från ~b~%s~s~',
|
||||
['gave_account_money'] = 'du gav ~g~$%s~s~ (%s) till ~y~%s~s~',
|
||||
['received_account_money'] = 'du tog emot ~g~$%s~s~ (%s) från ~b~%s~s~',
|
||||
['gave_money'] = 'du gav ~g~%s SEK~s~ till ~y~%s~s~',
|
||||
['received_money'] = 'du tog emot ~g~%s SEK~s~ från ~b~%s~s~',
|
||||
['gave_account_money'] = 'du gav ~g~%s SEK~s~ (%s) till ~y~%s~s~',
|
||||
['received_account_money'] = 'du tog emot ~g~%s SEK~s~ (%s) från ~b~%s~s~',
|
||||
['amount_invalid'] = 'ogiltig mängd',
|
||||
['players_nearby'] = 'inga spelare nära',
|
||||
['ex_inv_lim'] = 'åtgärd inte möjligt, översteg förråd gräns för ~y~%s~s~',
|
||||
@@ -30,8 +30,8 @@ Locales['sv'] = {
|
||||
['threw'] = 'du ~r~kastade~s~',
|
||||
['threw_weapon'] = 'du ~r~slängde~s~ ~y~1x~s~ ~b~%s~s~ med ~o~%sx~s~ skott!',
|
||||
-- Salary related
|
||||
['received_salary'] = 'du har mottagit din lön på ~g~$%s~s~',
|
||||
['received_help'] = 'du har mottagit bidrag på ~g~$%s~s~',
|
||||
['received_salary'] = 'du har mottagit din lön på ~g~%s SEK~s~',
|
||||
['received_help'] = 'du har mottagit bidrag på ~g~%s SEK~s~',
|
||||
['company_nomoney'] = 'företaget du är anställt hos har inte råd att betala ut din lön.',
|
||||
['received_paycheck'] = 'mottagit lön',
|
||||
['bank'] = 'bank',
|
||||
@@ -59,7 +59,7 @@ Locales['sv'] = {
|
||||
['givemoney'] = 'ge pengar',
|
||||
['setmoney'] = 'bestäm mängd pengar till en valfri person',
|
||||
['money_type'] = 'giltiga typer: cash, bank, black',
|
||||
['money_set'] = 'någon ~y~högt uppsatt~s~ satte ~g~$%s~s~ (%s) för dig!',
|
||||
['money_set'] = 'någon ~y~högt uppsatt~s~ satte ~g~%s SEK~s~ (%s) för dig!',
|
||||
['money_amount'] = 'summa pengar',
|
||||
['invalid_account'] = 'ogiltigt konto',
|
||||
['account'] = 'konto',
|
||||
|
||||
Reference in New Issue
Block a user