mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
14 lines
397 B
Lua
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 ?',
|
|
|
|
}
|