diff --git a/locales/en.lua b/locales/en.lua index fee58eef..565615ca 100644 --- a/locales/en.lua +++ b/locales/en.lua @@ -1,12 +1,15 @@ Locales['en'] = { --Global menus - ['belongs'] = ' now belongs to you', + ['not_enough_in_society'] = 'there\'s not enough of ~r~that item~w~ in the society!', + ['player_cannot_hold'] = 'you do ~r~not~w~ have enough ~y~free space~w~ in your inventory!', + ['vehicle'] = 'vehicle ~y~', + ['belongs'] = '~w~ now belongs to you', ['bleach amount'] = 'amount to bleach', ['broke_company'] = 'you do not have enough money in the company account', ['buy'] = 'buy', ['buy_vehicle'] = 'buy vehicle', ['car_dealer'] = 'car Dealership', - ['create_bill'] = 'create invoice', + ['create_bill'] = 'create bill', ['dealer_boss'] = 'car Dealer - Boss', ['delivered'] = 'vehicle ~g~delivered~s~ to the dealer', ['depop_vehicle'] = 'return vehicle', @@ -25,24 +28,24 @@ Locales['en'] = { ['not_yours'] = 'this vehicle does not belong to you', ['paid_rental'] = 'you have ~g~payed~s~ for your vehicle rental : ~g~$', ['personal_vehicle'] = 'personal vehicle', - ['pop_vehicle'] = 'exit vehicle', - ['price'] = ' for the amount of $', + ['pop_vehicle'] = 'put out vehicle for sale', + ['price'] = '~w~ for ~g~$', ['recruit'] = 'recruit', ['rent_vehicle'] = 'car Dealer - Vehicles for rent', ['rental_amount'] = 'rental amount', - ['sell_menu'] = 'press ~INPUT_CONTEXT~ to sell ', + ['sell_menu'] = 'press ~INPUT_CONTEXT~ to sell your ~y~', ['set_vehicle_owner_rent'] = 'assign vehicle [Location]', - ['set_vehicle_owner_sell'] = 'vehicles for [sale]', + ['set_vehicle_owner_sell'] = 'Sell vehicle', + ['set_vehicle_owner_sell_society'] = 'Assign Vehicle [Sale] [Society]', ['shop_menu'] = 'press ~INPUT_CONTEXT~ to access the menu', ['the_boss'] = 'boss', - ['vehicle'] = 'vehicle ', ['vehicle_dealer'] = 'vehicle - Car Dealer', ['vehicle_menu'] = 'press ~INPUT_CONTEXT~ to make your vehicle', ['vehicle_purchased'] = 'you bought a vehicle', ['vehicle_set_owned'] = 'Vehicle ~y~%s~s~ has been assigned to ~b~%s~s~', ['vehicle_set_rented'] = 'Vehicle ~y~%s~s~ has been rented to ~b~%s~s~', - ['vehicle_sold'] = 'vehicle ~g~sold~s~', - ['vehicle_sold_to'] = 'Vehicle ~y~%s~s~ sold to ~b~%s~s~', + ['vehicle_sold'] = 'The vehicle has been ~g~sold~s~', + ['vehicle_sold_to'] = 'The vehicle has been ~y~%s~s~ sold to ~b~%s~s~', ['wash_money'] = 'money laundering', ['withdraw_amount'] = 'amount of withdrawal', ['withdraw_money'] = 'remove company money', @@ -55,6 +58,7 @@ Locales['en'] = { ['inventory'] = 'inventory', ['dealership'] = 'car Dealer', ['dealer_customers'] = 'dealer customers', - ['have_withdrawn'] = 'you have withdrawn ', - ['added'] = 'you added ', + ['have_withdrawn'] = 'you have withdrawn ~y~x%s~w~ ~b~%s~w~', + ['have_deposited'] = 'you have deposited ~y~x%s~w~ ~b~%s~w~', + ['boss_actions'] = 'boss actions', }