Locales = {
['mechanic'] = 'mechanic',
['drive_to_location'] = 'Drive to the indicated location.',
['mission_canceled'] = 'Mission canceled',
['vehicle_list'] = 'vehicle List',
['workwear'] = 'workwear',
['civilian_clothes'] = 'civilian clothes',
['deposit_stock'] = 'deposit Stock',
['withdraw_stock'] = 'withdraw Stock',
['boss_actions'] = 'boss Actions',
['service_vehicle'] = 'service Vehicle',
['flatbed'] = 'flatbed',
['tow_truck'] = 'tow Truck',
['service_full'] = 'service full: ',
['press_access_menu'] = 'Press to access the menu.',
['harvest'] = 'harvest',
['press_harvest_menu'] = 'press to access the harvest menu.',
['not_experienced_enough'] = 'you are not experienced enough to perform this action.',
['gas_can'] = 'gas Can',
['repair_tools'] = 'repair Tools',
['bodywork_tools'] = 'bodywork Tools',
['blowtorch'] = 'blowtorch',
['repair_kit'] = 'repair Kit',
['body_kit'] = 'body Kit',
['craft'] = 'craft',
['press_crafting_menu'] = 'press to access the crafting menu.',
['billing'] = 'billing',
['hijack'] = 'hijack',
['repair'] = 'repair',
['clean'] = 'clean',
['impound'] = 'impound',
['place_objects'] = 'place Objects',
['invoice_amount'] = 'invoice Amount',
['invalid_amount'] = 'invalid amount',
['no_nearby_player'] = 'there is no nearby player',
['no_nearby_vehicle'] = 'there is no nearby vehicle',
['cant_do_inside_vehicle'] = 'you can\'t do this from inside the vehicle!',
['vehicle_unlocked'] = 'the vehicle has been unlocked',
['vehicle_repaired'] = 'the vehicle has been repaired',
['vehicle_cleaned'] = 'the vehicle has been cleaned',
['vehicle_impounded'] = 'the vehicle has been impounded',
['must_be_driver_seat'] = 'you must be in the driver seat!',
['must_be_near_vehicle'] = 'you must be near a vehicle to impound it.',
['vehicle_successfully_attached'] = 'vehicle successfully attached',
['please_drop_off_vehicle'] = 'please drop off the vehicle at the garage',
['cant_attach_own_tow_truck'] = 'you can\'t attach own tow truck',
['no_vehicle_to_attach'] = 'there is no vehicle to be attached',
['wrong_vehicle'] = 'this is not the right vehicle',
['wrong_place'] = 'this is not the right place',
['vehicle_successfully_detached'] = 'vehicle successfully dettached!',
['action_impossible'] = 'Action impossible! You need a Flatbed to load a vehicle',
['objects'] = 'objects',
['roadcone'] = 'roadcone',
['toolbox'] = 'toolbox',
['mechanic_stock'] = 'mechanic Stock',
['quantity'] = 'quantity',
['invalid_quantity'] = 'invalid quantity',
['inventory'] = 'inventory',
['vehicle_unlocked_message'] = 'Vehicle Unlocked',
['hijack_failed'] = 'Hijack Failed',
['body_repaired'] = 'Body repaired',
['vehicle_repaired_message'] = 'Vehicle Repaired',
['press_store_vehicle'] = 'press to store the vehicle.',
['press_remove_object'] = 'press to remove the object',
['please_tow_vehicle'] = 'please tow the vehicle',
['must_wait_5_minutes'] = 'you must wait 5 minutes',
['must_be_flatbed'] = 'you must be in a flatbed to begin the mission',
['mechanic_customer'] = 'mechanic Customer',
['no_more_room'] = 'You do not have more room',
['gas_can_retrieval'] = 'Gas Can Retrieval...',
['repair_tools_retrieval'] = 'Repair Tools Retrieval...',
['body_tools_retrieval'] = 'Body Tools Retrieval...',
['not_enough_gas_cans'] = 'You do not have enough gas cans.',
['assembling_blowtorch'] = 'Assembling Blowtorch...',
['not_enough_repair_tools'] = 'You do not have enough repair tools.',
['assembling_repair_kit'] = 'Assembling Repair Kit...',
['not_enough_body_tools'] = 'You do not have enough body tools.',
['assembling_body_kit'] = 'Assembling Body Kit...',
['company_earned'] = 'your company has earned $',
['used_blowtorch'] = 'you used a blowtorch',
['used_repair_kit'] = 'you used a Repair Kit',
['used_body_kit'] = 'you used a Body Kit',
['withdrawn_items'] = 'you have withdrawn x%s %s',
['deposited_items'] = 'you have deposited x%s %s',
['not_enough_space'] = 'you do not have enough free space in your inventory!',
}