mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
31 lines
1.4 KiB
Lua
31 lines
1.4 KiB
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 <span style="color: yellow;">%s</span> 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 ~r~afford~s~ 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!',
|
|
['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 ~y~Boat License~s~ for ~g~$%s~s~',
|
|
['license_nomoney'] = 'you cannot ~r~afford~s~ the ~y~Boat License~s~!',
|
|
|
|
-- blips
|
|
['blip_garage'] = 'boat Garage',
|
|
['blip_shop'] = 'boat Shop',
|
|
} |