mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
11 lines
459 B
Lua
11 lines
459 B
Lua
Locales['en'] = {
|
|
['shop'] = 'shop',
|
|
['shops'] = 'shops',
|
|
['press_menu'] = 'press ~INPUT_CONTEXT~ to access the ~y~store~s~.',
|
|
['bought'] = 'you just bought ~y~%sx~s~ ~b~%s~s~ for ~r~$%s~s~',
|
|
['not_enough'] = 'you do not have ~r~enough~s~ money, you\'re ~y~missing~s~ ~r~$%s~s~!',
|
|
['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
|
|
['shop_confirm'] = 'buy %sx %s for $%s?',
|
|
['no'] = 'no',
|
|
['yes'] = 'yes',
|
|
} |