Files
esx_core-esx-framework/locales/en.lua
T
2018-10-01 20:08:15 +02:00

47 lines
2.6 KiB
Lua

Locales['en'] = {
['press_collect_coke'] = 'press ~INPUT_CONTEXT~ to collect cocaine',
['press_process_coke'] = 'press ~INPUT_CONTEXT~ to process cocaine',
['press_sell_coke'] = 'press ~INPUT_CONTEXT~ to sell cocaine',
['press_collect_meth'] = 'press ~INPUT_CONTEXT~ to collect meth',
['press_process_meth'] = 'press ~INPUT_CONTEXT~ to process meth',
['press_sell_meth'] = 'press ~INPUT_CONTEXT~ to sell meth',
['press_collect_weed'] = 'press ~INPUT_CONTEXT~ to collect weed',
['press_process_weed'] = 'press ~INPUT_CONTEXT~ to process weed',
['press_sell_weed'] = 'press ~INPUT_CONTEXT~ to sell weed',
['press_collect_opium'] = 'press ~INPUT_CONTEXT~ to collect opium',
['press_process_opium'] = 'press ~INPUT_CONTEXT~ to process opium',
['press_sell_opium'] = 'press ~INPUT_CONTEXT~ to sell opium',
['act_imp_police'] = 'you cannot participate illegal activities unless there\'s enough cops online: ~o~%s~s~/~y~%s~s~ online',
['inv_full_coke'] = 'you can no longer collect Cocaine, your inventory is ~r~full~s~',
['pickup_in_prog'] = '~y~Pickup in progress~s~...',
['too_many_pouches'] = 'you have too many pouches',
['not_enough_coke'] = 'you do not have enough coke to ~r~pack~s~',
['packing_in_prog'] = '~y~Packaging in progress~s~...',
['no_pouches_sale'] = 'You have no more pouches for ~r~sale~s~',
['sold_one_coke'] = 'you\'ve sold ~y~x1~s~ ~y~Cocaine Pouch~s~',
['sale_in_prog'] = '~g~Sale in progress~s~...',
['inv_full_meth'] = 'you can no longer collect Meth, your inventory is ~r~full~s~',
['not_enough_meth'] = 'you do not have enough Meth to ~r~pack~s~',
['sold_one_meth'] = 'you\'ve sold ~g~x1 Meth Pouch~s~',
['inv_full_weed'] = 'you can no longer collect Weed, your inventory is ~r~full~s~',
['not_enough_weed'] = 'you do not have enough Weed to ~r~pack~s~',
['sold_one_weed'] = 'you\'ve sold ~g~x1 Weed Pouch~s~',
['used_one_weed'] = 'you used 1 pouch of ~b~weed',
['inv_full_opium'] = 'you can no longer collect opium, your inventory is ~r~full~s~',
['not_enough_opium'] = 'you do not have enough opium to ~r~pack~s~',
['sold_one_opium'] = 'you\'ve sold ~g~x1 opium Pouch~s~',
['used_one_opium'] = 'you used 1 pouch of ~b~opium',
-- Blips
['coke_field'] = 'cocaine Field',
['coke_processing'] = 'cocaine Processing',
['coke_dealer'] = 'cocaine Dealer',
['meth_field'] = 'meth Field',
['meth_processing'] = 'meth Processing',
['meth_dealer'] = 'meth Dealer',
['weed_field'] = 'weed Field',
['weed_processing'] = 'weed Processing',
['weed_dealer'] = 'weed Dealer',
['opium_field'] = 'opium Field',
['opium_processing'] = 'opium Processing',
['opium_dealer'] = 'opium Dealer',
}