mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 23:01:36 +00:00
33 lines
1.5 KiB
Lua
33 lines
1.5 KiB
Lua
Locales['en'] = {
|
|
|
|
['taking_service'] = 'taking service: ',
|
|
['spawn_veh'] = 'spawn vehicle',
|
|
['remove_comp_money'] = 'remove company money',
|
|
['deposit_money'] = 'deposit money',
|
|
['launder_money'] = 'launder money',
|
|
['full_service'] = 'full service: ',
|
|
['withdraw_amount'] = 'amount of withdrawal',
|
|
['amount_invalid'] = 'amount invalid',
|
|
['deposit_amount'] = 'amount to deposit',
|
|
['launder_amount'] = 'amount to launder',
|
|
['press_to_open'] = 'press ~INPUT_CONTEXT~ to access the menu',
|
|
['billing'] = 'billing',
|
|
['invoice_amount'] = 'invoice amount',
|
|
['no_players_near'] = 'no players nearby',
|
|
['store_veh'] = 'press ~INPUT_CONTEXT~ to store the vehicle',
|
|
['drive_search_pass'] = 'driving in search of ~y~passengers',
|
|
['customer_found'] = 'you have ~g~found~s~ a customer, drive until last',
|
|
['client_unconcious'] = 'your client is ~r~unconscious~w~. Look for another one.',
|
|
['arrive_dest'] = 'you have ~g~arrived~s~ at your destination',
|
|
['take_me_to_near'] = '~w~Take me to~y~ %s~w~, near~y~ %s',
|
|
['take_me_to'] = '~w~Take me to~y~ %s',
|
|
['close_to_client'] = 'you are close to the client, get close to them',
|
|
['return_to_veh'] = 'please return to your vehicle to continue the mission',
|
|
['only_taxi'] = 'you can only storee taxis.',
|
|
['must_in_taxi'] = 'you must be in a taxi to start the mission',
|
|
['must_in_vehicle'] = 'you must be in a vehicle to begin the mission',
|
|
['have_earned'] = 'you have earned ~g~$',
|
|
['comp_earned'] = 'your company has earned ~g~$',
|
|
|
|
}
|