From 25a0287e156d5777e2ae31c12fa701e5eec7d159 Mon Sep 17 00:00:00 2001 From: SW1FT Date: Tue, 21 Apr 2020 08:24:48 +0100 Subject: [PATCH] EN locale fixes --- locales/en.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/en.lua b/locales/en.lua index 17e7c3a6..acc59d50 100644 --- a/locales/en.lua +++ b/locales/en.lua @@ -2,7 +2,7 @@ Locales['en'] = { -- global menus ['not_enough_in_society'] = 'there\'s not enough of ~r~that item~s~ in the society!', ['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!', - ['vehicle_belongs'] = 'an vehicle with plate ~y~%s~s~ now belongs to ~b~you~s~', + ['vehicle_belongs'] = 'a vehicle with plate ~y~%s~s~ now belongs to ~b~you~s~', ['broke_company'] = 'you do not have enough money in the company account', ['license_missing'] = 'you don\'t have a driver\'s license!', ['buy_vehicle_shop'] = 'do you want to purchase %s for $%s?', @@ -15,7 +15,7 @@ Locales['en'] = { ['depop_vehicle'] = 'return vehicle to garage', ['return_provider'] = 'return vehicle to provider', ['get_rented_vehicles'] = 'vehicles for rent', - ['no_current_vehicle'] = 'you do not currently have an vehicle displayed', + ['no_current_vehicle'] = 'you do not currently have a vehicle on display', ['invalid_amount'] = 'invalid amount', ['invoice_amount'] = 'invoice amount', ['no'] = 'no', @@ -24,7 +24,7 @@ Locales['en'] = { ['not_enough_money'] = 'you do not have enough money', ['not_rental'] = 'this is not a ~r~rental vehicle~s~', ['not_yours'] = 'this vehicle does not belong to you', - ['paid_rental'] = 'you have paid ~g~$%s~s~ for renting an vehicle with plate ~y~%s~s~', + ['paid_rental'] = 'you have paid ~g~$%s~s~ for renting a vehicle with plate ~y~%s~s~', ['paid_rental_evicted'] = 'you could not afford to pay ~g~$%s~s~ for your rented vehicle with plate ~y~%s~s~, it has been returned to the dealership', ['pop_vehicle'] = 'put out vehicle for sale', ['rent_vehicle'] = 'car Dealer - Vehicles for rent', @@ -37,7 +37,7 @@ Locales['en'] = { ['generic_shopitem'] = '$%s', ['vehicle_dealer'] = 'vehicle - Car Dealer', ['vehicle_menu'] = 'press ~INPUT_CONTEXT~ to give back the rented vehicle', - ['vehicle_purchased'] = 'you bought an 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_for'] = 'the ~b~%s~s~ has been ~y~sold~s~ for ~g~$%s~s~',