mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
547c8a3365
* modified processing weed now you can process all the weed by pressing E * cleaned code
32 lines
1.6 KiB
Lua
32 lines
1.6 KiB
Lua
Locales ['en'] = {
|
|
-- weed
|
|
['weed_pickupprompt'] = 'press ~INPUT_CONTEXT~ to harvest the ~g~Cannabis~s~ plant.',
|
|
['weed_quitprocess'] = 'press ~INPUT_CONTEXT~ to stop ~g~Process Cannabis~s~.',
|
|
['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~',
|
|
|
|
-- license
|
|
['license_title'] = 'you are required to own a processing license to process this product, it can be bought here.',
|
|
['license_no'] = 'no',
|
|
['license_bought'] = 'you bought the ~b~%s~s~ for ~r~$%s~s~',
|
|
['license_bought_fail'] = 'you cannot afford an ~b~%s~s~!',
|
|
['license_weed'] = 'weed Processing License',
|
|
|
|
-- blips
|
|
['blip_weedfield'] = 'weed Field',
|
|
['blip_weedprocessing'] = 'weed Processing',
|
|
['blip_drugdealer'] = 'drug Dealer',
|
|
}
|