Files
esx_core/locales/en.lua
T
2018-11-30 22:42:59 +01:00

24 lines
1.2 KiB
Lua

Locales ['en'] = {
-- weed
['weed_pickupprompt'] = 'press ~INPUT_CONTEXT~ to harvest the ~g~Cannabis~s~ plant.',
['weed_inventoryfull'] = 'you do not have any more inventory space for ~g~Cannabis~s~.',
['weed_processprompt'] = 'press ~INPUT_CONTEXT~ to start ~g~Process Cannabis~s~.',
['weed_processingstarted'] = 'processing ~g~Cannabis~s~ into ~g~Marijuana~s~...',
['weed_processingfull'] = 'processing ~r~canceled~s~ due to full inventory!',
['weed_processingenough'] = 'you must have ~b~3x~s~ ~g~Cannabis~s~ in order to process.',
['weed_processed'] = 'you\'ve processed ~b~3x~s~ ~g~Cannabis~s~ to ~b~1x~s~ ~g~Marijuana~s~',
['weed_processingtoofar'] = 'the processing has been ~r~canceled~s~ due to you abandoning the area.',
-- drug dealer
['dealer_prompt'] = 'press ~INPUT_CONTEXT~ to talk with the ~r~Drug Dealer~s~.',
['dealer_title'] = 'drug Dealer',
['dealer_item'] = '$%s',
['dealer_notenough'] = 'you don\'t have enough of that to sell!',
['dealer_sold'] = 'you\'ve sold ~b~%sx~s~ ~y~%s~s~ for ~g~$%s~s~',
-- blips
['blip_weedfield'] = 'weed Field',
['blip_weedprocessing'] = 'weed Processing',
['blip_drugdealer'] = 'drug Dealer',
}