Files
esx_core/locales/en.lua
T
2017-08-16 23:13:40 -04:00

13 lines
326 B
Lua

Locales['en'] = {
['valid_this_purchase'] = 'validate this purchase?',
['yes'] = 'yes',
['no'] = 'no',
['name_outfit'] = 'name of the outfit?',
['not_enough_money'] = 'you do not have enough money',
['press_menu'] = 'press ~INPUT_CONTEXT~ to access the menu',
['clothes'] = 'clothes',
['you_paid'] = 'you paid $',
}