mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
91 lines
3.2 KiB
Lua
91 lines
3.2 KiB
Lua
Locales['en'] = {
|
|
--Cloackroom
|
|
['cloakroom'] = 'locker room',
|
|
['citizen_wear'] = 'civilian Outfit',
|
|
['police_wear'] = 'police Outfit',
|
|
['open_cloackroom'] = 'press ~INPUT_CONTEXT~ to change',
|
|
--Armory
|
|
['get_weapon'] = 'get Weapon',
|
|
['put_weapon'] = 'put Weapon',
|
|
['buy_weapons'] = 'buy Weapons',
|
|
['armory'] = 'armory',
|
|
['open_armory'] = 'press ~INPUT_CONTEXT~ to access the armory',
|
|
--Vehicles
|
|
['vehicle_menu'] = 'vehicle',
|
|
['vehicle_out'] = 'there is already a car out of the garage',
|
|
['vehicle_spawner'] = 'press ~INPUT_CONTEXT~ to take out a vehicle',
|
|
['store_vehicle'] = 'press ~INPUT_CONTEXT~ to store the vehicle',
|
|
['service_max'] = 'Max officers in service: ',
|
|
--Action Menu
|
|
['citizen_interaction'] = 'citizen Interaction',
|
|
['vehicle_interaction'] = 'vehicle Interaction',
|
|
['object_spawner'] = 'object Spawner',
|
|
|
|
['id_card'] = 'iD Card',
|
|
['search'] = 'search',
|
|
['handcuff'] = 'cuff / Uncuff',
|
|
['put_in_vehicle'] = 'put in Vehicle',
|
|
['fine'] = 'fine',
|
|
['no_players_nearby'] = 'no players nearby',
|
|
|
|
['vehicle_info'] = 'vehicle Info',
|
|
['pick_lock'] = 'lockpick Vehicle',
|
|
['vehicle_unlocked'] = 'vehicle ~g~Unlocked~s~',
|
|
['no_vehicles_nearby'] = 'no vehicles nearby',
|
|
['traffic_interaction'] = 'Interaction Voirie',
|
|
['cone'] = 'cone',
|
|
['barrier'] = 'barrier',
|
|
['spikestrips'] = 'spikestrips',
|
|
['box'] = 'box',
|
|
['cash'] = 'Box of cash',
|
|
--ID Card Menu
|
|
['name'] = 'name : ',
|
|
['bac'] = 'bAC : ',
|
|
--Body Search Menu
|
|
['confiscate_dirty'] = 'confiscate dirty money: $',
|
|
['guns_label'] = '--- Guns ---',
|
|
['confiscate'] = 'confiscate ',
|
|
['inventory_label'] = '--- Inventory ---',
|
|
['confiscate_inv'] = 'confiscate x',
|
|
|
|
['traffic_offense'] = 'traffic Offense',
|
|
['minor_offense'] = 'minor Offense',
|
|
['average_offense'] = 'average Offense',
|
|
['major_offense'] = 'major Offense',
|
|
['fine_total'] = 'fine: ',
|
|
--Vehicle Info Menu
|
|
['plate'] = 'Plate: ',
|
|
['owner_unknown'] = 'owner: Unknown',
|
|
['owner'] = 'owner: ',
|
|
--Weapons Menus
|
|
['get_weapon_menu'] = 'armory - Take Weapon',
|
|
['put_weapon_menu'] = 'armory - Put Weapon',
|
|
['buy_weapon_menu'] = 'armory - Buy Guns',
|
|
['not_enough_money'] = 'you do not have enough money',
|
|
--Boss Menu
|
|
['take_company_money'] = 'withdraw Company Money',
|
|
['deposit_money'] = 'deposit Money',
|
|
['amount_of_withdrawal'] = 'amount of Withdrawal',
|
|
['invalid_amount'] = 'amount Invalid',
|
|
['amount_of_deposit'] = 'amount of Deposit',
|
|
['open_bossmenu'] = 'press ~INPUT_CONTEXT~ to open the menu',
|
|
--Misc
|
|
['remove_object'] = 'press ~INPUT_CONTEXT~ to delete the object',
|
|
['map_blip'] = 'police Station',
|
|
--Notifications
|
|
['from'] = '~s~ from ~b~',
|
|
['you_have_confinv'] = 'you have confiscated ~y~x',
|
|
['confinv'] = '~s~ confiscated from you ~y~x',
|
|
['you_have_confdm'] = 'you have confiscated ~y~$',
|
|
['confdm'] = '~s~ confiscated from you ~y~$',
|
|
['you_have_confweapon'] = 'you have confiscated ~y~x1 ',
|
|
['confweapon'] = '~s~ confiscated from you ~y~x1 ',
|
|
['alert_police'] = 'alert police',
|
|
--Authorized Vehicles
|
|
['police'] = 'patrol Vehicle 1',
|
|
['police2'] = 'patrol Vehicle 2',
|
|
['police3'] = 'patrol Vehicle 3',
|
|
['police4'] = 'unmarked Vehicle',
|
|
['policeb'] = 'motorcycle',
|
|
['policet'] = 'transport Van',
|
|
} |