0.0.1
This commit is contained in:
25
resources/[esx_addons]/esx_garage/locales/en.lua
Normal file
25
resources/[esx_addons]/esx_garage/locales/en.lua
Normal file
@@ -0,0 +1,25 @@
|
||||
Locales["en"] = {
|
||||
["parking_blip_name"] = 'Garage',
|
||||
["Impound_blip_name"] = 'Impound',
|
||||
["access_parking"] = 'press [E] to access the car park.',
|
||||
["access_Impound"] = 'press [E] to access the impound.',
|
||||
["park_veh"] = 'press [E] to park the vehicle.',
|
||||
["not_owning_veh"] = 'You do not own this vehicle!',
|
||||
['veh_released'] = 'Successfully Retrieved Vehicle.',
|
||||
['veh_Impound_released'] = 'Successfully Retrieved Vehicle From Impound.',
|
||||
['veh_stored'] = 'Successfully Stored Vehicle',
|
||||
['veh_impounded'] = 'Impounded Vehicle',
|
||||
['no_veh_parking'] = 'No Vehicles Stored Here.',
|
||||
['no_veh_impounded'] = 'No Impounded Vehicles.',
|
||||
['no_veh_Impound'] = 'you have No Impounded Vehicles.',
|
||||
['veh_model'] = 'Model',
|
||||
['veh_plate'] = 'Plate',
|
||||
['veh_condition'] = 'Condition',
|
||||
['veh_action'] = 'Action',
|
||||
['impound_action'] = 'Impound',
|
||||
['veh_exit'] = 'Retrieve Vehicle',
|
||||
['pay_impound'] = 'Pay Impound',
|
||||
['veh_block'] = 'Unable to retrieve vehicle, Spawn Position is blocked.',
|
||||
['pay_Impound_bill'] = 'Successfully Paid ~g~$%s~s~ to the Impound.',
|
||||
['missing_money'] = 'You don`t have enough money.'
|
||||
}
|
||||
Reference in New Issue
Block a user