-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Locales ['sv'] = { | ||
-- weed | ||
['weed_pickupprompt'] = 'Tryck [E] för att skörda cannabis plantan.', | ||
['weed_quitprocess'] = 'Tryck [E] för att avsluta processera cannabisen.', | ||
['weed_inventoryfull'] = 'Du har ingen mer plats i inventoryt för cannabis.', | ||
['weed_processprompt'] = 'Tryck [E] för att påbörja processera cannabis.', | ||
['weed_processingstarted'] = 'Processerar cannabis till marijuana...', | ||
['weed_processingfull'] = 'processeringen ~r~avslutad då inventoryt är fullt!', | ||
['weed_processingenough'] = 'Du måste ha 3x Cannabis minst för att processera.', | ||
['weed_processed'] = 'Du har processerat 3x Cannabis till 1x Marijuana', | ||
['weed_processingtoofar'] = 'Processeringen har ~r~avbrutits då du lämnade området.', | ||
|
||
-- drug dealer | ||
['dealer_prompt'] = 'Tryck [E] för att prata med ~r~Langaren.', | ||
['dealer_title'] = 'Langaren', | ||
['dealer_item'] = 'SEK: %s', | ||
['dealer_notenough'] = 'Du har inte tillräckligt för att sälja!', | ||
['dealer_sold'] = 'Du sålde %sx %s för SEK: %s', | ||
|
||
-- license | ||
['license_title'] = 'Du måste ha licens för att processera denna produkt, den kan inte köpas här.', | ||
['license_no'] = 'Nej', | ||
['license_bought'] = 'Du köpte %s för ~r~SEK: %s', | ||
['license_bought_fail'] = 'Du har inte råd med %s!', | ||
['license_weed'] = 'Weed processerings licens', | ||
|
||
-- blips | ||
['blip_weedfield'] = 'Weed farm', | ||
['blip_weedprocessing'] = 'Weed processering', | ||
['blip_drugdealer'] = 'Langaren', | ||
} |