32 lines
1.3 KiB
Lua
32 lines
1.3 KiB
Lua
Locales['en'] = {
|
|
-- shop
|
|
['boat_shop'] = 'boat shop',
|
|
['boat_shop_open'] = 'press [E] to access the boat shop.',
|
|
['boat_shop_confirm'] = 'buy <span style="color: yellow;">%s</span> for <span style="color: orange;">$%s</span>?',
|
|
['boat_shop_bought'] = 'you have bought a %s for $%s',
|
|
['boat_shop_nomoney'] = 'you cannot ~r~afford this boat!',
|
|
['confirm_no'] = 'no',
|
|
['confirm_yes'] = 'yes',
|
|
|
|
-- garage
|
|
['garage'] = 'boat garage',
|
|
['garage_open'] = 'press [E] to access your boat garage.',
|
|
['garage_store'] = 'press [E] to store the boat in your garage.',
|
|
['garage_taken'] = 'the boat has been taken out!',
|
|
['garage_stored'] = 'the boat has been safely stored in your garage!',
|
|
['garage_noboats'] = 'you don\'t have any stored boats! Visit the boat shop to buy one.',
|
|
['garage_blocked'] = 'the boat cannot be taken out because another vehicle is blocking the spawn point!',
|
|
['garage_notowner'] = 'you don\'t own this boat!',
|
|
|
|
-- license
|
|
['license_menu'] = 'buy Boat License?',
|
|
['license_buy_no'] = 'no',
|
|
['license_buy_yes'] = 'buy Boat License <span style="color: green;">$%s</span>',
|
|
['license_bought'] = 'you have bought the Boat License for $%s',
|
|
['license_nomoney'] = 'you cannot ~r~afford the Boat License!',
|
|
|
|
-- blips
|
|
['blip_garage'] = 'boat Garage',
|
|
['blip_shop'] = 'boat Shop',
|
|
}
|