Files
esx_core/locales/en.lua
T
ElPumpo e02629fa4e Fixed having more than you can carry, closes #9
- Translation improvements with formatting
- General improvements
2018-04-05 12:40:58 +02:00

8 lines
381 B
Lua

Locales['en'] = {
['shop'] = 'shop',
['shops'] = 'shops',
['press_menu'] = 'press ~INPUT_CONTEXT~ to access the ~y~store~s~.',
['bought'] = 'you just bought ~y~1x~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!',
}