Files
esx_core/locales/en.lua
T
2017-08-27 23:07:38 +02:00

14 lines
397 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 $',
['save_in_dressing'] = 'Do you want to give a name to your outfit ?',
}