mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
String formatting, closes #49
This commit is contained in:
+4
-7
@@ -4,19 +4,16 @@ Locales['en'] = {
|
||||
['cloak_change'] = 'press ~INPUT_PICKUP~ to change clothes.',
|
||||
['citizen_wear'] = 'civilian clothes',
|
||||
['job_wear'] = 'workers clothes',
|
||||
['bank_deposit_g'] = 'a security deposit of ~g~$',
|
||||
['bank_deposit_r'] = 'a security deposit of ~r~$',
|
||||
['bank_deposit2'] = '$ ~s~was made to you after your fainting.',
|
||||
['bank_deposit_returned'] = 'a security deposit of ~g~$%s~s~ was returned to you.',
|
||||
['bank_deposit_taken'] = 'a security deposit of ~r~$%s~s~ was taken from you.',
|
||||
['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'] = 'you will be given ~g~$',
|
||||
['security_deposit'] = '%s \nYou will be given ~g~$%s~s~',
|
||||
['not_your_vehicle'] = 'this is not your vehicle or you must be a driver.',
|
||||
['in_vehicle'] = 'you must be in a vehicle.',
|
||||
['in_vehicle'] = 'you must sit in a vehicle.',
|
||||
['wrong_point'] = 'you are not at the right point of delivery.',
|
||||
['max_limit'] = 'you have cannot carry more: %s',
|
||||
['not_enough'] = 'you do not have enough %s to continue this task.',
|
||||
['caution_taken'] = ' ~s~was taken from you.',
|
||||
['caution_returned'] = ' ~s~was returned to you.',
|
||||
['spawn_veh'] = 'spawn vehicle',
|
||||
['spawn_veh_button'] = 'press ~INPUT_PICKUP~ to call the delivery vehicle.',
|
||||
['spawn_truck_button'] = 'press ~INPUT_PICKUP~ to spawn the truck.',
|
||||
|
||||
Reference in New Issue
Block a user