Files
esx_core-esx-framework/locales/en.lua
T
2018-08-04 20:32:09 +02:00

23 lines
1006 B
Lua

Locales['en'] = {
-- shop
['boat_shop'] = 'boat shop',
['boat_shop_open'] = 'press ~INPUT_CONTEXT~ to access the ~y~boat shop~s~.',
['boat_shop_confirm'] = 'buy a %s for <span style="color: orange;">$%s</span>?',
['boat_shop_bought'] = 'you have ~y~bought~s~ a ~b~%s~s~ for ~g~$%s~s~',
['boat_shop_nomoney'] = 'you cannot afford this boat!',
['confirm_no'] = 'no',
['confirm_yes'] = 'yes',
-- garage
['garage'] = 'boat garage',
['garage_open'] = 'press ~INPUT_CONTEXT~ to access your ~y~boat garage~s~.',
['garage_store'] = 'press ~INPUT_CONTEXT~ to ~y~store~s~ 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 ~y~boat shop~s~ to buy one.',
['garage_blocked'] = 'the boat cannot be taken out because another vehicle is blocking the spawn point!',
-- blips
['blip_garage'] = 'boat Garage',
['blip_shop'] = 'boat Shop',
}