Update multi-language support

This commit is contained in:
nearbyplayer
2017-09-03 15:04:15 -04:00
parent 5c36acb9b8
commit 3fc2af089c
4 changed files with 38 additions and 18 deletions
+12 -2
View File
@@ -17,7 +17,7 @@ Locales['en'] = {
['get_rented_vehicles'] = 'vehicles for rent',
['invalid_amount'] = 'invalid amount',
['invoice_amount'] = 'invoice amount',
['leaving'] = 'leaving a personal vehicle',
['remove_pv'] = 'remove a personal vehicle',
['no'] = 'no',
['no_players'] = 'no players nearby',
['not_enough_money'] = 'you do not have enough money',
@@ -42,9 +42,19 @@ Locales['en'] = {
['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_to'] = 'Vehicle ~y~%s~s~ sold to ~b~%s~s~',
['wash_money'] = 'money laundering',
['withdraw_amount'] = 'amount of withdrawal',
['withdraw_money'] = 'remove company money',
['yes'] = 'yes',
['deposit_stock'] = 'deposit Stock',
['take_stock'] = 'take Stock',
['dealership_stock'] = 'dealership Stock',
['amount'] = 'amount',
['quantity_invalid'] = 'invalid Quantity',
['inventoty'] = 'inventory',
['dealership'] = 'car Dealer',
['dealer_customers'] = 'dealer customers',
['have_withdrawn'] = 'you have withdrawn ',
['added'] = 'you added ',
}