mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
47af486268
Currently only esx_jobs and lumberjack have been translated.
40 lines
1.8 KiB
Lua
40 lines
1.8 KiB
Lua
Locales['en'] = {
|
|
--Global menus
|
|
['bank_deposit'] = 'a security deposit of ~g~',
|
|
['bank_deposit_r'] = 'a security deposit of ~g~$',
|
|
['bank_deposit2'] = '$ ~s~was made to you after your fainting.',
|
|
['bank_nodeposit'] = "you did not have a surety",
|
|
['foot_work'] = 'you have to be on foot to be able to work.',
|
|
['next_point'] = 'go to the next step after completing this one.',
|
|
['security_deposit'] = 'the security given will be ~g~$',
|
|
['not_your_vehicle'] = "this is not your vehicle or you must be a driver.",
|
|
['in_vehicle'] = 'you must be in a vehicle.',
|
|
['wrong_point'] = "you are not at the right point of delivery.",
|
|
['max_limit'] = 'you have the maximum: ',
|
|
['not_enough'] = "you do not have enough",
|
|
['not_enough2'] = ' to continue this task.',
|
|
['caution_taken'] = ' ~s~was taken from you.',
|
|
['caution_returned'] = ' ~s~was returned to you.',
|
|
|
|
--Lumber Jack job
|
|
['lj_cr_title'] = 'cloakroom',
|
|
['lj_cloakroom'] = 'press ~INPUT_PICKUP~ to change clothes.',
|
|
['lj_mapblip'] = 'wood pile',
|
|
['lj_wood'] = 'wood',
|
|
['lj_pickup'] = 'press ~INPUT_PICKUP~ to retrieve wood.',
|
|
['lj_cutwood'] = 'cutting wood',
|
|
['lj_cutwood_button'] = 'press ~INPUT_PICKUP~ to cut wood.',
|
|
['lj_board'] = 'boards',
|
|
['lj_planks'] = 'board package',
|
|
['lj_delivery'] = 'delivery',
|
|
['lj_cutwood'] = 'wood cut',
|
|
['lj_pick_boards'] = 'press ~INPUT_PICKUP~ to retrieve boards.',
|
|
['lj_spawn_veh'] = 'spawn vehicle',
|
|
['lj_spawn_veh_button'] = 'press ~INPUT_PICKUP~ to call the delivery vehicle.',
|
|
['lj_service_vh'] = 'service vehicle',
|
|
['lj_return_vh'] = 'return vehicle',
|
|
['lj_delivery_point'] = 'delivery point',
|
|
['lj_return_vh_button'] = 'press ~INPUT_PICKUP~ to return the vehicle.',
|
|
['lj_deliver_button'] = 'press ~INPUT_PICKUP~ to deliver the boards.'
|
|
}
|