mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
EN locale fixes
This commit is contained in:
+4
-4
@@ -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~',
|
||||
|
||||
Reference in New Issue
Block a user